svn commit: r351806 - head/x11-toolkits/gtksourceview
Baptiste Daroussin
bapt at FreeBSD.org
Tue Apr 22 10:35:28 UTC 2014
Author: bapt
Date: Tue Apr 22 10:35:27 2014
New Revision: 351806
URL: http://svnweb.freebsd.org/changeset/ports/351806
QAT: https://qat.redports.org/buildarchive/r351806/
Log:
Support stage
Modernize
Modified:
head/x11-toolkits/gtksourceview/Makefile
head/x11-toolkits/gtksourceview/pkg-plist
Modified: head/x11-toolkits/gtksourceview/Makefile
==============================================================================
--- head/x11-toolkits/gtksourceview/Makefile Tue Apr 22 10:33:03 2014 (r351805)
+++ head/x11-toolkits/gtksourceview/Makefile Tue Apr 22 10:35:27 2014 (r351806)
@@ -4,7 +4,7 @@
PORTNAME= gtksourceview
PORTVERSION= 1.8.5
-PORTREVISION?= 8
+PORTREVISION?= 9
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -12,20 +12,19 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome at FreeBSD.org
COMMENT= A text widget that adds syntax highlighting to the GtkTextView widget
-USE_BZIP2= yes
+USES+= tar:bzip2
.if !defined(REFERENCE_PORT)
-USES= gettext gmake pkgconfig
-USE_AUTOTOOLS= libtool
+USES+= gettext gmake libtool pathfix pkgconfig
USE_LDCONFIG= yes
-USE_GNOME= gnomeprefix gnomehack libgnome libgnomeprintui intlhack \
- ltverhack referencehack
+USE_GNOME= gnomeprefix libgnome libgnomeprintui intlhack referencehack
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-compile-warnings=no
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lgnuregex"
CPPFLAGS+= -I${LOCALBASE}/include
+INSTALL_TARGET= install-strip
-NO_STAGE= yes
.include <bsd.port.mk>
.endif
Modified: head/x11-toolkits/gtksourceview/pkg-plist
==============================================================================
--- head/x11-toolkits/gtksourceview/pkg-plist Tue Apr 22 10:33:03 2014 (r351805)
+++ head/x11-toolkits/gtksourceview/pkg-plist Tue Apr 22 10:35:27 2014 (r351806)
@@ -10,10 +10,10 @@ include/gtksourceview-1.0/gtksourceview/
include/gtksourceview-1.0/gtksourceview/gtksourcetagtable.h
include/gtksourceview-1.0/gtksourceview/gtksourceview-typebuiltins.h
include/gtksourceview-1.0/gtksourceview/gtksourceview.h
-lib/libgtksourceview-1.0.a
lib/libgtksourceview-1.0.la
lib/libgtksourceview-1.0.so
lib/libgtksourceview-1.0.so.0
+lib/libgtksourceview-1.0.so.0.0.0
libdata/pkgconfig/gtksourceview-1.0.pc
share/gtksourceview-1.0/language-specs/R.lang
share/gtksourceview-1.0/language-specs/ada.lang
More information about the svn-ports-all
mailing list