svn commit: r351804 - head/x11-toolkits/gtksourceview3
Baptiste Daroussin
bapt at FreeBSD.org
Tue Apr 22 10:31:38 UTC 2014
Author: bapt
Date: Tue Apr 22 10:31:37 2014
New Revision: 351804
URL: http://svnweb.freebsd.org/changeset/ports/351804
QAT: https://qat.redports.org/buildarchive/r351804/
Log:
Support stage
USES=libtool
Modified:
head/x11-toolkits/gtksourceview3/Makefile
head/x11-toolkits/gtksourceview3/pkg-plist
Modified: head/x11-toolkits/gtksourceview3/Makefile
==============================================================================
--- head/x11-toolkits/gtksourceview3/Makefile Tue Apr 22 10:29:18 2014 (r351803)
+++ head/x11-toolkits/gtksourceview3/Makefile Tue Apr 22 10:31:37 2014 (r351804)
@@ -4,7 +4,7 @@
PORTNAME= gtksourceview
PORTVERSION= 3.4.2
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME
PKGNAMESUFFIX= 3
@@ -13,20 +13,20 @@ DIST_SUBDIR= gnome3
MAINTAINER= gnome at FreeBSD.org
COMMENT= A text widget that adds syntax highlighting to the GtkTextView widget
-USE_XZ= yes
+USES= tar:xz
.if !defined(REFERENCE_PORT)
-USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
-USES= pathfix gettext gmake pkgconfig
-USE_GNOME= gnomeprefix gtk30 libxml2 intlhack ltverhack referencehack
+USES+= libtool pathfix gettext gmake pkgconfig
+USE_GNOME= gnomeprefix gtk30 libxml2 intlhack referencehack
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-compile-warnings=no --enable-glade-catalog=no \
--enable-introspection
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|--warn-all||g' \
${WRKSRC}/gtksourceview/Makefile.in
Modified: head/x11-toolkits/gtksourceview3/pkg-plist
==============================================================================
--- head/x11-toolkits/gtksourceview3/pkg-plist Tue Apr 22 10:29:18 2014 (r351803)
+++ head/x11-toolkits/gtksourceview3/pkg-plist Tue Apr 22 10:31:37 2014 (r351804)
@@ -23,10 +23,10 @@ include/gtksourceview-3.0/gtksourceview/
include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h
include/gtksourceview-3.0/gtksourceview/gtksourceview.h
lib/girepository-1.0/GtkSource-3.0.typelib
-lib/libgtksourceview-3.0.a
lib/libgtksourceview-3.0.la
lib/libgtksourceview-3.0.so
lib/libgtksourceview-3.0.so.0
+lib/libgtksourceview-3.0.so.0.0.0
libdata/pkgconfig/gtksourceview-3.0.pc
share/gir-1.0/GtkSource-3.0.gir
share/doc/gtksourceview-3.0/GtkSourceBuffer.html
More information about the svn-ports-head
mailing list