svn commit: r338691 - in head: audio/xmms2 deskutils/recoll deskutils/strigidaemon devel/codeblocks devel/fampp devel/gamin devel/gnome-vfs devel/py-fam devel/py-gamin ftp/pureadmin graphics/passep...
Antoine Brodin
antoine at FreeBSD.org
Sat Jan 4 23:40:51 UTC 2014
Author: antoine
Date: Sat Jan 4 23:40:44 2014
New Revision: 338691
URL: http://svnweb.freebsd.org/changeset/ports/338691
Log:
Convert the tree to USES=fam
Approved by: portmgr (bapt)
Modified:
head/audio/xmms2/Makefile
head/deskutils/recoll/Makefile
head/deskutils/strigidaemon/Makefile
head/devel/codeblocks/Makefile
head/devel/fampp/Makefile
head/devel/gamin/Makefile
head/devel/gnome-vfs/Makefile
head/devel/py-fam/Makefile
head/devel/py-gamin/Makefile
head/ftp/pureadmin/Makefile
head/graphics/passepartout/Makefile
head/mail/cone/Makefile
head/mail/courier-imap/Makefile
head/mail/courier/Makefile
head/mail/gnubiff/Makefile
head/mail/maildrop/Makefile
head/mail/sqwebmail/Makefile
head/net-p2p/museekplus/Makefile
head/net/samba36/Makefile
head/net/samba4/Makefile
head/security/prelude-lml/Makefile
head/sysutils/fileschanged/Makefile
head/sysutils/p5-Sys-Gamin/Makefile
head/sysutils/tracker-client/Makefile
head/www/lighttpd/Makefile
head/x11-fm/emelfm2/Makefile
head/x11-fm/gentoo/Makefile
head/x11-fm/pcmanfm/Makefile
head/x11-wm/ede/Makefile
head/x11/kdelibs4/Makefile
head/x11/libfm/Makefile
head/x11/menu-cache/Makefile
Modified: head/audio/xmms2/Makefile
==============================================================================
--- head/audio/xmms2/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/audio/xmms2/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -140,9 +140,8 @@ EXCLUDE+= --without-plugins="faad" --wit
PLIST_SUB+= FAAD="@comment "
.endif
-.if ${PORT_OPTIONS:MDAM}
-USE_FAM= yes
-WANT_FAM_SYSTEM=gamin
+.if ${PORT_OPTIONS:MFAM}
+USES+= fam:gamin
PLIST_SUB+= FAM=""
.else
EXCLUDE+= --without-optionals="medialib-updater"
Modified: head/deskutils/recoll/Makefile
==============================================================================
--- head/deskutils/recoll/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/deskutils/recoll/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -83,7 +83,7 @@ INSTALLS_ICONS= yes
.if ${PORT_OPTIONS:MX11MON}
USE_XORG+= ice sm x11
-USE_FAM= yes
+USES+= fam
CONFIGURE_ARGS+=--with-fam
.endif
Modified: head/deskutils/strigidaemon/Makefile
==============================================================================
--- head/deskutils/strigidaemon/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/deskutils/strigidaemon/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -12,8 +12,7 @@ LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/de
libstreams.so:${PORTSDIR}/deskutils/libstreams \
libstreamanalyzer.so:${PORTSDIR}/deskutils/libstreamanalyzer
-USES= pkgconfig
-USE_FAM= yes
+USES= fam pkgconfig
USE_GNOME= libxml2
USE_LDCONFIG= yes
Modified: head/devel/codeblocks/Makefile
==============================================================================
--- head/devel/codeblocks/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/devel/codeblocks/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -19,8 +19,7 @@ LIB_DEPENDS= libboost_system.so:${PORTSD
librsync.so:${PORTSDIR}/net/librsync
RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info
-USES= pkgconfig
-USE_FAM= yes
+USES= fam pkgconfig
USE_WX= 2.8
WANT_UNICODE= yes
USE_GNOME= gnomehack desktopfileutils
Modified: head/devel/fampp/Makefile
==============================================================================
--- head/devel/fampp/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/devel/fampp/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -11,8 +11,7 @@ COMMENT= A C++ wrapper for fam from SGI
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
-USE_FAM= yes
-WANT_FAM_SYSTEM=fam
+USES= fam:fam
NO_STAGE= yes
do-install:
Modified: head/devel/gamin/Makefile
==============================================================================
--- head/devel/gamin/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/devel/gamin/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -11,7 +11,7 @@ MASTER_SITES= http://people.gnome.org/~v
MAINTAINER?= gnome at FreeBSD.org
COMMENT?= A file and directory monitoring system
-USES= gettext gmake pathfix pkgconfig
+USES+= gettext gmake pathfix pkgconfig
USE_AUTOTOOLS= libtool
USE_GNOME?= glib20
USE_LDCONFIG= yes
Modified: head/devel/gnome-vfs/Makefile
==============================================================================
--- head/devel/gnome-vfs/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/devel/gnome-vfs/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -48,7 +48,7 @@ NO_STAGE= yes
.include <bsd.port.options.mk>
.if exists(${LOCALBASE}/lib/libfam.so) || !defined(WITHOUT_FAM)
-USE_FAM= yes
+USES+= fam
.endif
.if exists(${LOCALBASE}/lib/libkrb5.so)
Modified: head/devel/py-fam/Makefile
==============================================================================
--- head/devel/py-fam/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/devel/py-fam/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -12,7 +12,7 @@ DISTNAME= python-fam-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= Python Interface to the File Alteration Monitor
-USE_FAM= yes
+USES= fam
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
Modified: head/devel/py-gamin/Makefile
==============================================================================
--- head/devel/py-gamin/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/devel/py-gamin/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -13,12 +13,10 @@ BUILD_WRKSRC= ${WRKSRC}/python
INSTALL_WRKSRC= ${BUILD_WRKSRC}
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
-USE_FAM= yes
-WANT_FAM_SYSTEM=gamin
GAMIN_SLAVE= yes
-USES= pathfix
+USES= fam:gamin
USE_PYTHON= yes
CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \
--disable-gtk-doc --with-html-dir=${PREFIX}/share/doc
Modified: head/ftp/pureadmin/Makefile
==============================================================================
--- head/ftp/pureadmin/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/ftp/pureadmin/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -10,10 +10,8 @@ MASTER_SITES= SF/purify/Default/${PORTVE
MAINTAINER= ports at FreeBSD.org
COMMENT= Management utility for the PureFTPd
-USES= pkgconfig gettext
-USE_GNOME= gnomehack libglade2
-USE_FAM= yes
-USE_GMAKE= yes
+USES= fam gettext gmake pathfix pkgconfig
+USE_GNOME= libglade2
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
Modified: head/graphics/passepartout/Makefile
==============================================================================
--- head/graphics/passepartout/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/graphics/passepartout/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -28,14 +28,9 @@ LDFLAGS+= -L${LOCALBASE}/lib
MAN1= xml2ps.1 passepartout.1x
NO_STAGE= yes
-.include <bsd.port.pre.mk>
-.if exists(${LOCALBASE}/lib/libfam.a)
-WITH_FAM= yes
+.if exists(${LOCALBASE}/lib/libfam.a) || defined(WITH_FAM)
+USES+= fam
.endif
-.if defined(WITH_FAM)
-USE_FAM= yes
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/mail/cone/Makefile
==============================================================================
--- head/mail/cone/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/mail/cone/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -19,8 +19,7 @@ LIB_DEPENDS= aspell.16:${PORTSDIR}/textp
BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_FAM= yes
-USES= gettext gmake iconv ncurses perl5
+USES= fam gettext gmake iconv ncurses perl5
USE_GNOME= libxml2
USE_BZIP2= yes
Modified: head/mail/courier-imap/Makefile
==============================================================================
--- head/mail/courier-imap/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/mail/courier-imap/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -35,6 +35,7 @@ NO_STAGE= yes
OPTIONS_DEFINE= FAM TRASHQUOTA GDBM IPV6
FAM_DESC= Fam support for IDLE command
TRASHQUOTA_DESC= Include deleted mails in the quota
+FAM_USES= fam
.if exists(${.CURDIR}/../../security/courier-authlib/Makefile.opt)
.include "${.CURDIR}/../../security/courier-authlib/Makefile.opt"
@@ -86,7 +87,6 @@ CONFIGURE_ARGS+=--with-trashquota
.if ${PORT_OPTIONS:MFAM}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-USE_FAM= yes
.endif
MAN1= couriertcpd.1 maildiracl.1 maildirkw.1 \
Modified: head/mail/courier/Makefile
==============================================================================
--- head/mail/courier/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/mail/courier/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -61,8 +61,7 @@ USE_AUTOTOOLS= libtool aclocal automake
AUTOMAKE_ARGS= --add-missing
USE_BZIP2= yes
USE_GCC= any
-USE_FAM= yes
-USES= gettext pkgconfig gmake perl5
+USES= fam gettext gmake perl5 pkgconfig
USE_OPENSSL= yes
USE_SUBMAKE= yes
Modified: head/mail/gnubiff/Makefile
==============================================================================
--- head/mail/gnubiff/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/mail/gnubiff/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -15,8 +15,7 @@ OPTIONS_DEFINE= NLS
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
USE_GNOME= intlhack libglade2 esound
-USES= gmake pkgconfig
-USE_FAM= yes
+USES= fam gmake pkgconfig
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
Modified: head/mail/maildrop/Makefile
==============================================================================
--- head/mail/maildrop/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/mail/maildrop/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -93,7 +93,7 @@ CONFIGURE_ARGS+= --enable-sendmail=/usr/
.endif
.if ${PORT_OPTIONS:MFAM} || exists(${LOCALBASE}/lib/libfam.so.0)
-USE_FAM= yes
+USES+= fam
.endif
.if defined(MAILDROP_TRUSTED_USERS)
Modified: head/mail/sqwebmail/Makefile
==============================================================================
--- head/mail/sqwebmail/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/mail/sqwebmail/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -27,6 +27,7 @@ HTTPS_LOGIN_DESC= Generate https:// URLs
MIMETYPES_DESC= search for a mime.types file
SENTRENAME_DESC= Periodic rename the Sent folder
CHARSET_DESC= charsets
+FAM_USES= fam
NO_STAGE= yes
.include "${.CURDIR}/../../security/courier-authlib/Makefile.opt"
@@ -88,10 +89,6 @@ INSTALL_TARGET= install-strip install-co
.include "${.CURDIR}/../../security/courier-authlib/Makefile.dep"
.endif
-.if ${PORT_OPTIONS:MFAM}
-USE_FAM= yes
-.endif
-
.if ! ${PORT_OPTIONS:MCACHEDIR}
PLIST_SUB+= CACHE="@comment "
CONFIGURE_ARGS+= --without-cachedir
Modified: head/net-p2p/museekplus/Makefile
==============================================================================
--- head/net-p2p/museekplus/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/net-p2p/museekplus/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -14,10 +14,9 @@ COMMENT= SoulSeek client with separate t
LIB_DEPENDS= xml\\+\\+:${PORTSDIR}/textproc/libxml++26
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
-USES= pkgconfig
+USES= fam pkgconfig
USE_BZIP2= yes
USE_SCONS= yes
-USE_FAM= yes
SCONS_ARGS= QTDIR=${QT_PREFIX} QT_LIB=qt-mt PREFIX=${PREFIX} VORBIS=yes
DATADIR= share/museek
Modified: head/net/samba36/Makefile
==============================================================================
--- head/net/samba36/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/net/samba36/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -239,7 +239,7 @@ WANT_EXP_MODULES+= vfs_cacheprime vfs_ca
.endif
.if ${PORT_OPTIONS:MFAM_SUPPORT}
-USE_FAM= yes
+USES+= fam
WANT_EXP_MODULES+= vfs_notify_fam
CONFIGURE_ARGS+= --enable-fam
.else
Modified: head/net/samba4/Makefile
==============================================================================
--- head/net/samba4/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/net/samba4/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -133,6 +133,8 @@ QUOTAS_DESC= Disk quota support
SWAT_DESC= SWAT WebGUI
UTMP_DESC= UTMP accounting support
WINBIND_DESC= WinBIND support
+
+FAM_SUPPORT_USES= fam
##############################################################################
OPTIONS_DEFINE+= DEVELOPER MANPAGES EXP_MODULES
@@ -288,7 +290,6 @@ CONFIGURE_ARGS+= --without-dnsupdate
# https://bugzilla.samba.org/show_bug.cgi?id=9545
.if ${PORT_OPTIONS:MFAM_SUPPORT}
-USE_FAM= yes
CONFIGURE_ARGS+= --with-fam
WANT_EXP_MODULES+= vfs_notify_fam
SAMBA4_MODULES+= vfs_notify_fam
Modified: head/security/prelude-lml/Makefile
==============================================================================
--- head/security/prelude-lml/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/security/prelude-lml/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -28,16 +28,10 @@ CONFIGURE_ARGS+= --with-html-dir=${PREFI
USES= charsetfix gettext iconv pkgconfig
OPTIONS_DEFINE= FAM
+FAM_CONFIGURE_ENABLE= fam
+FAM_USES= fam
NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MFAM}
-USE_FAM= yes
-CONFIGURE_ARGS+= --enable-fam
-.else
-CONFIGURE_ARGS+= --disable-fam
-.endif
post-install:
@if [ ! -f ${PREFIX}/etc/prelude-lml/prelude-lml.conf ]; then \
Modified: head/sysutils/fileschanged/Makefile
==============================================================================
--- head/sysutils/fileschanged/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/sysutils/fileschanged/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -14,8 +14,7 @@ LIB_DEPENDS= libargp.so:${PORTSDIR}/deve
BUILD_DEPENDS= help2man:${PORTSDIR}/misc/help2man
GNU_CONFIGURE= yes
-USES= gmake
-USE_FAM= yes
+USES= fam gmake
CONFIGURE_ENV+= LIBS="-largp"
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
Modified: head/sysutils/p5-Sys-Gamin/Makefile
==============================================================================
--- head/sysutils/p5-Sys-Gamin/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/sysutils/p5-Sys-Gamin/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -11,9 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports at FreeBSD.org
COMMENT= Perl interface to Gamin (File Access Monitor implementation)
-USES= perl5
+USES= fam perl5
USE_PERL5= configure
-USE_FAM= yes
pre-configure:
# Pass in include in LOCALBASE
Modified: head/sysutils/tracker-client/Makefile
==============================================================================
--- head/sysutils/tracker-client/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/sysutils/tracker-client/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -31,11 +31,9 @@ RUN_DEPENDS= xdg-desktop-icon:${PORTSDIR
w3m:${PORTSDIR}/www/w3m
USE_BZIP2= yes
-USE_FAM= yes
-WANT_FAM_SYSTEM=gamin
INSTALLS_ICONS= yes
USE_GNOME= gnomehack gnomeprefix ltasneededhack intltool ltverhack
-USES= gettext gmake pkgconfig
+USES= fam:gamin gettext gmake pkgconfig
USE_LDCONFIG= yes
USE_GSTREAMER= core
INSTALLS_ICONS= yes
Modified: head/www/lighttpd/Makefile
==============================================================================
--- head/www/lighttpd/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/www/lighttpd/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -19,8 +19,7 @@ LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/p
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GNOME= lthack
-USE_GMAKE= yes
-USES= pkgconfig
+USES= gmake pkgconfig
#.if !defined(_BUILDING_LIGHTTPD_MODULE)
#USE_AUTOTOOLS= libtool
@@ -56,6 +55,10 @@ SPAWNFCGI_DESC= Depend on spawn-fcgi uti
VALGRIND_DESC= valgrind support
WEBDAV_DESC= WebDAV support
+FAM_USES= fam
+FAM_CONFIGURE_ON= --with-fam
+FAM_CONFIGURE_ENV= FAM_CFLAGS="-I${LOCALBASE}/include" FAM_LIBS="-L${LOCALBASE}/lib"
+
LIGHTTPD_CONF_FILES= lighttpd.conf modules.conf
LIGHTTPD_CONF_D_FILES= access_log.conf \
@@ -103,12 +106,6 @@ CONFIGURE_ARGS+= --with-openssl \
CONFIGURE_ARGS+= --with-bzip2
.endif
-.if ${PORT_OPTIONS:MFAM}
-USE_FAM= yes
-CONFIGURE_ARGS+= --with-fam
-CONFIGURE_ENV+= FAM_CFLAGS="-I${LOCALBASE}/include" FAM_LIBS="-L${LOCALBASE}/lib"
-.endif
-
.if ${PORT_OPTIONS:MGDBM}
LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm
CONFIGURE_ARGS+= --with-gdbm
Modified: head/x11-fm/emelfm2/Makefile
==============================================================================
--- head/x11-fm/emelfm2/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/x11-fm/emelfm2/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -38,8 +38,7 @@ MAK_ENV+= DEBUG=1
.endif
.if ${PORT_OPTIONS:MGAMIN}
-USE_FAM= yes
-WANT_FAM_SYSTEM=gamin
+USES+= fam:gamin
MAKE_ENV+= USE_GAMIN=1
.endif
Modified: head/x11-fm/gentoo/Makefile
==============================================================================
--- head/x11-fm/gentoo/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/x11-fm/gentoo/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -27,7 +27,7 @@ NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MFAM}
-USE_FAM= yes
+USES+= fam
.else
CONFIGURE_ARGS+= --disable-fam
.endif
Modified: head/x11-fm/pcmanfm/Makefile
==============================================================================
--- head/x11-fm/pcmanfm/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/x11-fm/pcmanfm/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -15,10 +15,9 @@ LICENSE= GPLv2
LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \
libfm-gtk.so.4:${PORTSDIR}/x11/libfm
-USES= gmake pkgconfig
+USES= fam gmake pkgconfig
USE_GNOME= gtk20
USE_AUTOTOOLS= libtool
-USE_FAM= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
Modified: head/x11-wm/ede/Makefile
==============================================================================
--- head/x11-wm/ede/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/x11-wm/ede/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -30,9 +30,8 @@ OPTIONS_DEFINE= HAL
HAL_DESC= Enable HAL support
USE_XORG= xcomposite xft xinerama xpm xrandr
-USES= pathfix gettext pkgconfig
+USES= fam gettext pathfix pkgconfig
USE_PYTHON= yes
-USE_FAM= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-edelib_path=${EDELIB_WRKSRC} \
--with-fltk-path=${LOCALBASE}
Modified: head/x11/kdelibs4/Makefile
==============================================================================
--- head/x11/kdelibs4/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/x11/kdelibs4/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -39,11 +39,10 @@ CONFLICTS= kdebase-runtime-4.5.[0-5]
LATEST_LINK= ${PORTNAME}4
USE_XZ= yes
-USE_FAM= yes
USE_GNOME= libxml2 libxslt
USE_KDE4= kdehier kdeprefix oxygen \
attica automoc4 ontologies sharedmime soprano strigi
-USES= cmake:outsource gettext perl5
+USES= cmake:outsource fam gettext perl5
USE_OPENSSL= yes
USE_QT4= corelib dbus declarative designer_build gui \
network opengl phonon qt3support \
Modified: head/x11/libfm/Makefile
==============================================================================
--- head/x11/libfm/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/x11/libfm/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -16,11 +16,10 @@ BUILD_DEPENDS= valac:${PORTSDIR}/lang/va
LIB_DEPENDS= libmenu-cache.so:${PORTSDIR}/x11/menu-cache \
libexif.so:${PORTSDIR}/graphics/libexif
-USES= gmake pkgconfig
+USES= fam gmake pkgconfig
USE_GNOME= gnomehack gtk20
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS+=--sysconfdir=${LOCALBASE}/etc
-USE_FAM= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
Modified: head/x11/menu-cache/Makefile
==============================================================================
--- head/x11/menu-cache/Makefile Sat Jan 4 23:38:19 2014 (r338690)
+++ head/x11/menu-cache/Makefile Sat Jan 4 23:40:44 2014 (r338691)
@@ -9,11 +9,10 @@ MASTER_SITES= SF/lxde/menu-cache/menu-ca
MAINTAINER= nemysis at FreeBSD.org
COMMENT= The menu-cache portion of LXDE
-USES= gmake pkgconfig
+USES= fam gmake pkgconfig
USE_GNOME= gnomehack glib20
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
-USE_FAM= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
More information about the svn-ports-all
mailing list