diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-16 03:44:33 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-16 03:44:33 +0800 |
commit | 817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf (patch) | |
tree | 5a679ff3c41382969b2e70a71da9a9484e795111 /sysutils/upower | |
parent | 44dcca2542e8092cf3bd06845987212d9b95886c (diff) | |
download | marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.gz marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.bz2 marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.lz marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.xz marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.zst marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.zip |
Remove keepla from MC. While here do other changes:
- Remove STRIP_CMD all over the place and replace
that with INSTALL_TARGET=install-tsrip
- Drop full path *_DEPENDS (like ${LOCALBASE}/bin/flex)
and use either binary names (when possible) or
package names instead.
I've been tempted to convert options to a more compact form, but
this will happen in the future.
Tested by: two complete poudriere runs
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19813 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/upower')
-rw-r--r-- | sysutils/upower/Makefile | 9 | ||||
-rw-r--r-- | sysutils/upower/pkg-plist | 1 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/upower/Makefile b/sysutils/upower/Makefile index 4025ae940..f29c8346e 100644 --- a/sysutils/upower/Makefile +++ b/sysutils/upower/Makefile @@ -4,6 +4,7 @@ PORTNAME= upower PORTVERSION= 0.99.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://upower.freedesktop.org/releases/ @@ -16,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib -USES= gettext gmake libtool:keepla pathfix pkgconfig \ +USES= gettext gmake libtool pathfix pkgconfig \ python tar:xz USE_GNOME= intlhack glib20 introspection:build GNU_CONFIGURE= yes @@ -32,9 +33,9 @@ CONFIGURE_ENV= GTKDOC="false" CONFIGURE_ARGS+=--disable-man-pages PLIST_SUB+= MAN="@comment " .else -BUILD_DEPENDS+= ${LOCALBASE}/share/sgml/docbook/4.1:${PORTSDIR}/textproc/docbook-sgml \ - ${LOCALBASE}/share/xml/docbook/4.1.2:${PORTSDIR}/textproc/docbook-xml \ - ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl +BUILD_DEPENDS+= docbook-sgml>=0:${PORTSDIR}/textproc/docbook-sgml \ + docboox-xml>=0:${PORTSDIR}/textproc/docbook-xml \ + docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl USE_GNOME+= libxslt:build PLIST_SUB+= MAN="" .endif diff --git a/sysutils/upower/pkg-plist b/sysutils/upower/pkg-plist index 210d75d8e..ecd3dba7c 100644 --- a/sysutils/upower/pkg-plist +++ b/sysutils/upower/pkg-plist @@ -12,7 +12,6 @@ include/libupower-glib/up-wakeups.h include/libupower-glib/upower.h lib/girepository-1.0/UPowerGlib-1.0.typelib lib/libupower-glib.a -lib/libupower-glib.la lib/libupower-glib.so lib/libupower-glib.so.2 lib/libupower-glib.so.2.0.0 |