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 /devel/gobject-introspection | |
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 'devel/gobject-introspection')
-rw-r--r-- | devel/gobject-introspection/Makefile | 4 | ||||
-rw-r--r-- | devel/gobject-introspection/pkg-plist | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index e85dad9fc..3a03bc04a 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -4,7 +4,7 @@ PORTNAME= gobject-introspection PORTVERSION= 1.40.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,7 +16,7 @@ COMMENT= Generate interface introspection data for GObject libraries BUILD_DEPENDS= cairo-trace:${PORTSDIR}/graphics/cairo LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi -USES= bison gettext gmake libtool:keepla pathfix pkgconfig \ +USES= bison gettext gmake libtool pathfix pkgconfig \ python:2 tar:xz GNU_CONFIGURE= yes USE_GNOME= gnomehier glib20 diff --git a/devel/gobject-introspection/pkg-plist b/devel/gobject-introspection/pkg-plist index 641176594..190c8f4b6 100644 --- a/devel/gobject-introspection/pkg-plist +++ b/devel/gobject-introspection/pkg-plist @@ -43,7 +43,6 @@ lib/gobject-introspection/giscanner/__init__.py lib/gobject-introspection/giscanner/__init__.pyc lib/gobject-introspection/giscanner/__init__.pyo lib/gobject-introspection/giscanner/_giscanner.a -lib/gobject-introspection/giscanner/_giscanner.la lib/gobject-introspection/giscanner/_giscanner.so lib/gobject-introspection/giscanner/annotationmain.py lib/gobject-introspection/giscanner/annotationmain.pyc @@ -169,7 +168,6 @@ lib/gobject-introspection/giscanner/xmlwriter.py lib/gobject-introspection/giscanner/xmlwriter.pyc lib/gobject-introspection/giscanner/xmlwriter.pyo lib/libgirepository-1.0.a -lib/libgirepository-1.0.la lib/libgirepository-1.0.so lib/libgirepository-1.0.so.1 lib/libgirepository-1.0.so.1.0.0 |