mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- Convert to USES=libtool and USES=python
- Add INSTALL_TARGET=install-strip Obtained from: gnome-dev
This commit is contained in:
parent
58a30c1c2e
commit
90d427ae1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366943
@ -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 introspection data for GObject libraries
|
||||
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}
|
||||
|
@ -42,7 +42,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
|
||||
@ -153,9 +152,9 @@ 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
|
||||
libdata/pkgconfig/gobject-introspection-1.0.pc
|
||||
libdata/pkgconfig/gobject-introspection-no-export-1.0.pc
|
||||
share/aclocal/introspection.m4
|
||||
|
Loading…
Reference in New Issue
Block a user