svn commit: r357799 - head/x11-wm/openbox
Jimmy Olgeni
olgeni at FreeBSD.org
Sat Jun 14 18:57:47 UTC 2014
Author: olgeni
Date: Sat Jun 14 18:57:46 2014
New Revision: 357799
URL: http://svnweb.freebsd.org/changeset/ports/357799
QAT: https://qat.redports.org/buildarchive/r357799/
Log:
Unbreak build by requiring and linking xext (see also r353170).
Also, remove "@dirrmtry etc/xdg" due to the following error in staging
checks:
Owned by MTREE: @dirrmtry etc/xdg
Modified:
head/x11-wm/openbox/Makefile
head/x11-wm/openbox/pkg-plist (contents, props changed)
Modified: head/x11-wm/openbox/Makefile
==============================================================================
--- head/x11-wm/openbox/Makefile Sat Jun 14 18:32:44 2014 (r357798)
+++ head/x11-wm/openbox/Makefile Sat Jun 14 18:57:46 2014 (r357799)
@@ -15,11 +15,11 @@ LICENSE= GPLv2
GNU_CONFIGURE= yes
USES= gmake libtool:keepla pathfix pkgconfig
USE_GNOME= glib20 libxml2
-USE_XORG= xft
+USE_XORG= xext xft
USE_LDCONFIG= yes
CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+LDFLAGS+= -L${LOCALBASE}/lib -lXext
PLIST_SUB= VERSION=${PORTVERSION:C/.[0-9]+\$//}
Modified: head/x11-wm/openbox/pkg-plist
==============================================================================
--- head/x11-wm/openbox/pkg-plist Sat Jun 14 18:32:44 2014 (r357798)
+++ head/x11-wm/openbox/pkg-plist Sat Jun 14 18:57:46 2014 (r357799)
@@ -198,4 +198,3 @@ share/xsessions/openbox.desktop
@dirrm include/openbox/%%VERSION%%
@dirrm include/openbox
@dirrm etc/xdg/openbox
- at dirrmtry etc/xdg
More information about the svn-ports-all
mailing list