Date: Sun, 2 Mar 2014 23:23:17 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346835 - head/x11-wm/openbox Message-ID: <201403022323.s22NNHP2028864@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@boldquot %%NLS%%@dirrmtry share/locale/bn_IN/LC_MESSAGES %%NLS%%@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin @dirrmtry share/xsessions @dirrm share/themes/Syscrash/openbox-3 @dirrm share/themes/Syscrash
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403022323.s22NNHP2028864>