diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-12-20 19:02:42 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-12-20 19:02:42 +0800 |
commit | 9e3581b15da1ca2f16eb75c34650d1dd9350922e (patch) | |
tree | 39733a7f2f2d9d829bace29bcd2122bf3389a7b7 /devel/gobject-introspection | |
parent | 83d97469cd2ab30c8ca40e9c622abaa3bfb26189 (diff) | |
download | marcuscom-ports-9e3581b15da1ca2f16eb75c34650d1dd9350922e.tar.gz marcuscom-ports-9e3581b15da1ca2f16eb75c34650d1dd9350922e.tar.zst marcuscom-ports-9e3581b15da1ca2f16eb75c34650d1dd9350922e.zip |
Stageify, and misc small cleanups.
Move net/libgweather3 -> net/libgweather.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18965 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gobject-introspection')
-rw-r--r-- | devel/gobject-introspection/Makefile | 10 | ||||
-rw-r--r-- | devel/gobject-introspection/pkg-plist | 3 |
2 files changed, 8 insertions, 5 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index 371d9709c..2f30bd3ab 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -1,5 +1,5 @@ # Created by: Alexander Logvinov <avl@FreeBSD.org> -# $FreeBSD: head/devel/gobject-introspection/Makefile 314706 2013-03-20 02:39:49Z mezz $ +# $FreeBSD$ # $MCom$ PORTNAME= gobject-introspection @@ -16,13 +16,11 @@ COMMENT= Generate interface introspection data for GObject libraries BUILD_DEPENDS= cairo-trace:${PORTSDIR}/graphics/cairo LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi -NO_STAGE= yes USES= bison gettext gmake pathfix pkgconfig USE_XZ= yes GNU_CONFIGURE= yes USE_GNOME= gnomehier glib20 ltverhack USE_PYTHON= -2.7 -USE_AUTOTOOLS= libtool USE_LDCONFIG= yes MAKE_JOBS_UNSAFE=yes CPPFLAGS+= -I${LOCALBASE}/include @@ -31,10 +29,12 @@ LDFLAGS+= -L${LOCALBASE}/lib # Force it to put the .cache in ${WRKSRC} instead of ~/.cache. ports/143260 MAKE_ENV= HOME=${WRKDIR} -MAN1= g-ir-compiler.1 g-ir-generate.1 g-ir-scanner.1 - post-patch: @${REINPLACE_CMD} -e 's|'gcc'|'cc'|g' \ ${WRKSRC}/giscanner/dumper.py +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgirepository-1.0.so.1 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gobject-introspection/giscanner/_giscanner.so + .include <bsd.port.mk> diff --git a/devel/gobject-introspection/pkg-plist b/devel/gobject-introspection/pkg-plist index 6493d3590..9785796c0 100644 --- a/devel/gobject-introspection/pkg-plist +++ b/devel/gobject-introspection/pkg-plist @@ -158,6 +158,9 @@ lib/libgirepository-1.0.so lib/libgirepository-1.0.so.1 libdata/pkgconfig/gobject-introspection-1.0.pc libdata/pkgconfig/gobject-introspection-no-export-1.0.pc +man/man1/g-ir-compiler.1.gz +man/man1/g-ir-generate.1.gz +man/man1/g-ir-scanner.1.gz share/aclocal/introspection.m4 share/gir-1.0/DBus-1.0.gir share/gir-1.0/DBusGLib-1.0.gir |