diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-23 13:25:16 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-23 13:25:16 +0000 |
commit | aad09bc5e23eb75a7a865a8b0002fbc6e13d4659 (patch) | |
tree | 69c07cdc4812f0f8be0cc44c38513f540c058778 /sysutils | |
parent | 5c818b158c5b9479669f8322b4da8c48f5c30ef9 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fusefs-encfs/Makefile | 4 | ||||
-rw-r--r-- | sysutils/gstreamer1-plugins-cdio/Makefile | 2 | ||||
-rw-r--r-- | sysutils/hal/Makefile | 4 | ||||
-rw-r--r-- | sysutils/policykit/Makefile | 4 | ||||
-rw-r--r-- | sysutils/polkit/Makefile | 4 | ||||
-rw-r--r-- | sysutils/sleuthkit/Makefile | 3 |
6 files changed, 11 insertions, 10 deletions
diff --git a/sysutils/fusefs-encfs/Makefile b/sysutils/fusefs-encfs/Makefile index 92e1bf5490cb..65d5b249706a 100644 --- a/sysutils/fusefs-encfs/Makefile +++ b/sysutils/fusefs-encfs/Makefile @@ -3,7 +3,7 @@ PORTNAME= encfs PORTVERSION= 1.7.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= fusefs- @@ -23,7 +23,7 @@ CONFIGURE_ARGS= --with-boost-serialization=boost_serialization \ --with-boost-filesystem=boost_filesystem CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES= fuse gmake libtool pkgconfig +USES= fuse gmake libtool:keepla pkgconfig USE_LDCONFIG= yes USE_OPENSSL= yes diff --git a/sysutils/gstreamer1-plugins-cdio/Makefile b/sysutils/gstreamer1-plugins-cdio/Makefile index e75f0104c61d..efd2f32faf3b 100644 --- a/sysutils/gstreamer1-plugins-cdio/Makefile +++ b/sysutils/gstreamer1-plugins-cdio/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= sysutils COMMENT= Gstreamer compact disc input and control library diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index 7d46a0e7601c..73ef9135c289 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -4,7 +4,7 @@ PORTNAME= hal DISTVERSION= 0.5.14 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= sysutils MASTER_SITES= http://hal.freedesktop.org/releases/ @@ -19,7 +19,7 @@ LIB_DEPENDS= libpolkit.so.2:${PORTSDIR}/sysutils/policykit \ RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids \ bash:${PORTSDIR}/shells/bash -USES= pathfix gettext gmake libtool pkgconfig shebangfix +USES= gettext gmake libtool:keepla pathfix pkgconfig shebangfix USE_GNOME= intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/sysutils/policykit/Makefile b/sysutils/policykit/Makefile index 68c623315657..3569bda87027 100644 --- a/sysutils/policykit/Makefile +++ b/sysutils/policykit/Makefile @@ -4,7 +4,7 @@ PORTNAME= policykit PORTVERSION= 0.9 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils gnome MASTER_SITES= http://hal.freedesktop.org/releases/ DISTNAME= PolicyKit-${PORTVERSION} @@ -18,7 +18,7 @@ LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ USERS= polkit GROUPS= polkit -USES= gmake libtool pathfix pkgconfig +USES= gmake libtool:keepla pathfix pkgconfig USE_GNOME= glib20 intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/sysutils/polkit/Makefile b/sysutils/polkit/Makefile index 934e741b076d..91455d274beb 100644 --- a/sysutils/polkit/Makefile +++ b/sysutils/polkit/Makefile @@ -4,7 +4,7 @@ PORTNAME= polkit PORTVERSION= 0.105 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils gnome MASTER_SITES= http://www.freedesktop.org/software/polkit/releases/ @@ -15,7 +15,7 @@ LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 RUN_DEPENDS= dbus-launch:${PORTSDIR}/devel/dbus USE_GNOME= glib20 intlhack gnomehier introspection -USES= gettext gmake libtool pathfix pkgconfig +USES= gettext gmake libtool:keepla pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-gtk-doc \ diff --git a/sysutils/sleuthkit/Makefile b/sysutils/sleuthkit/Makefile index 2b5b2f3fdc20..e806ae231208 100644 --- a/sysutils/sleuthkit/Makefile +++ b/sysutils/sleuthkit/Makefile @@ -3,6 +3,7 @@ PORTNAME= sleuthkit PORTVERSION= 4.1.3 +PORTREVISION= 1 CATEGORIES= sysutils security MASTER_SITES= SF @@ -25,7 +26,7 @@ CONFLICTS= ja-ls-[0-9]* icat-[0-9]* GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_PERL="${PERL}" -USES= libtool perl5 +USES= libtool:keepla perl5 USE_LDCONFIG= yes DATADIR= ${PREFIX}/share/tsk |