Index: head/x11-wm/oroborus/Makefile =================================================================== --- head/x11-wm/oroborus/Makefile (revision 519652) +++ head/x11-wm/oroborus/Makefile (revision 519653) @@ -1,33 +1,34 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= oroborus PORTVERSION= 2.0.20 CATEGORIES= x11-wm MASTER_SITES= DEBIAN/pool/main/o/${PORTNAME} GENTOO DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= matt@peterson.org COMMENT= Small and simple GNOME-compatible window manager LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -GNU_CONFIGURE= yes USES= xorg -USE_XORG= xpm +USE_XORG= xpm x11 xext sm ice +GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS ChangeLog README TODO OPTIONS_DEFINE= DOCS post-install: ${INSTALL_DATA} ${WRKSRC}/example.oroborusrc \ ${STAGEDIR}${ETCDIR}rc.sample post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/x11-wm/oroborus/files/patch-src__oroborus.c =================================================================== --- head/x11-wm/oroborus/files/patch-src__oroborus.c (revision 519652) +++ head/x11-wm/oroborus/files/patch-src__oroborus.c (revision 519653) @@ -1,10 +1,10 @@ ---- src/oroborus.c.orig Fri Jan 13 00:40:43 2006 -+++ src/oroborus.c Thu Apr 26 02:11:54 2007 +--- src/oroborus.c.orig 2006-01-12 15:40:43 UTC ++++ src/oroborus.c @@ -33,6 +33,7 @@ #include #include #include +#include #include "client.h" #include "events.h" Index: head/x11-wm/oroborus/pkg-descr =================================================================== --- head/x11-wm/oroborus/pkg-descr (revision 519652) +++ head/x11-wm/oroborus/pkg-descr (revision 519653) @@ -1,17 +1,17 @@ Oroborus is a small and simple window manager for X11 which has the following features: - Good default key bindings - Windows are moveable by keyboard - Highly configurable - XPM-themable - GNOME compatible - NET_WM compatible - Sort of KDE compatible - And many, many more... Oroborus doesn't provide any kind of dock, toolbar, program launcher, background changer or root menu as these functions can be provided by separate applications. -WWW: http://www.oroborus.org/ +WWW: https://www.oroborus.org/