svn commit: r366943 - head/devel/gobject-introspection
Tijl Coosemans
tijl at FreeBSD.org
Mon Sep 1 19:48:50 UTC 2014
Author: tijl
Date: Mon Sep 1 19:48:49 2014
New Revision: 366943
URL: http://svnweb.freebsd.org/changeset/ports/366943
QAT: https://qat.redports.org/buildarchive/r366943/
Log:
- Convert to USES=libtool and USES=python
- Add INSTALL_TARGET=install-strip
Obtained from: gnome-dev
Modified:
head/devel/gobject-introspection/Makefile
head/devel/gobject-introspection/pkg-plist
Modified: head/devel/gobject-introspection/Makefile
==============================================================================
--- head/devel/gobject-introspection/Makefile Mon Sep 1 19:45:44 2014 (r366942)
+++ head/devel/gobject-introspection/Makefile Mon Sep 1 19:48:49 2014 (r366943)
@@ -4,7 +4,7 @@
PORTNAME= gobject-introspection
PORTVERSION= 1.36.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -16,15 +16,15 @@ COMMENT= Generate interface introspectio
BUILD_DEPENDS= cairo-trace:${PORTSDIR}/graphics/cairo
LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi
-USES= bison gettext gmake pathfix pkgconfig tar:xz
+USES= bison gettext gmake libtool pathfix pkgconfig \
+ python:2 tar:xz
GNU_CONFIGURE= yes
-USE_GNOME= gnomehier glib20 ltverhack
-USE_PYTHON= 2
-USE_AUTOTOOLS= libtool
+USE_GNOME= gnomehier glib20
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE=yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
# Force it to put the .cache in ${WRKSRC} instead of ~/.cache. ports/143260
MAKE_ENV= HOME=${WRKDIR}
Modified: head/devel/gobject-introspection/pkg-plist
==============================================================================
--- head/devel/gobject-introspection/pkg-plist Mon Sep 1 19:45:44 2014 (r366942)
+++ head/devel/gobject-introspection/pkg-plist Mon Sep 1 19:48:49 2014 (r366943)
@@ -42,7 +42,6 @@ lib/gobject-introspection/giscanner/__in
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
@@ -153,9 +152,9 @@ lib/gobject-introspection/giscanner/xmlw
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
libdata/pkgconfig/gobject-introspection-1.0.pc
libdata/pkgconfig/gobject-introspection-no-export-1.0.pc
share/aclocal/introspection.m4
More information about the svn-ports-head
mailing list