svn commit: r346835 - head/x11-wm/openbox
Baptiste Daroussin
bapt at FreeBSD.org
Sun Mar 2 23:23:18 UTC 2014
Author: bapt
Date: Sun Mar 2 23:23:17 2014
New Revision: 346835
URL: http://svnweb.freebsd.org/changeset/ports/346835
QAT: https://qat.redports.org/buildarchive/r346835/
Log:
Convert to USES=libtool
Use more options helpers
dirrmtry directory not in the default mtree
Modified:
head/x11-wm/openbox/Makefile
head/x11-wm/openbox/pkg-plist
Modified: head/x11-wm/openbox/Makefile
==============================================================================
--- head/x11-wm/openbox/Makefile Sun Mar 2 23:15:01 2014 (r346834)
+++ head/x11-wm/openbox/Makefile Sun Mar 2 23:23:17 2014 (r346835)
@@ -3,7 +3,7 @@
PORTNAME= openbox
PORTVERSION= 3.5.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-wm
MASTER_SITES= http://openbox.org/dist/openbox/
@@ -13,10 +13,9 @@ COMMENT= Small, fast, standards complian
LICENSE= GPLv2
GNU_CONFIGURE= yes
-USES= gmake pkgconfig
-USE_GNOME= glib20 libxml2 gnomehack ltverhack
+USES= libtool gmake pathfix pkgconfig
+USE_GNOME= glib20 libxml2
USE_XORG= xft
-USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
CFLAGS+= -I${LOCALBASE}/include
@@ -37,13 +36,8 @@ PANG_CONFIGURE_OFF= --disable-pango
NOTIFY_LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification
NOTIFY_CONFIGURE_OFF= --disable-startup-notification
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MIMLIB}
-USE_EFL= imlib2
-.else
-CONFIGURE_ARGS+= --disable-imlib2
-.endif
+IMLIB_CONFIGURE_ENABLE= imlib2
+IMLIB_USE= EFL=imlib2
post-configure:
@${CHMOD} +x ${WRKSRC}/install-sh
Modified: head/x11-wm/openbox/pkg-plist
==============================================================================
--- head/x11-wm/openbox/pkg-plist Sun Mar 2 23:15:01 2014 (r346834)
+++ head/x11-wm/openbox/pkg-plist Sun Mar 2 23:23:17 2014 (r346835)
@@ -33,10 +33,12 @@ lib/libobrender.a
lib/libobrender.la
lib/libobrender.so
lib/libobrender.so.29
+lib/libobrender.so.29.0.1
lib/libobt.a
lib/libobt.la
lib/libobt.so
lib/libobt.so.2
+lib/libobt.so.2.0.1
libdata/pkgconfig/obrender-%%VERSION%%.pc
libdata/pkgconfig/obt-%%VERSION%%.pc
libexec/openbox-autostart
@@ -163,6 +165,8 @@ share/xsessions/openbox.desktop
%%NLS%%@dirrmtry share/locale/en at boldquot
%%NLS%%@dirrmtry share/locale/bn_IN/LC_MESSAGES
%%NLS%%@dirrmtry share/locale/bn_IN
+ at dirrmtry share/locale/sr at latin/LC_MESSAGES
+ at dirrmtry share/locale/sr at latin
@dirrmtry share/xsessions
@dirrm share/themes/Syscrash/openbox-3
@dirrm share/themes/Syscrash
More information about the svn-ports-all
mailing list