1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Fix the vte.pc, they have backed up the change of vte.pc that caused break the

apps' build such as gtksharp and etc. Bump the PORTREVISION.

Before:
	# pkg-config --cflags vte
	-I/usr/X11R6/include -I/usr/local/include/freetype2
	-I/usr/local/include

After:
	# pkg-config --cflags vte
	-DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/glib-2.0
	-I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0
	-I/usr/local/include/cairo -I/usr/X11R6/include
	-I/usr/local/include/freetype2 -I/usr/local/include
	-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/include/pango-1.0
	-I/usr/X11R6/lib/gtk-2.0/include

Reported by:	tmclaugh (for puzzled gtksharp broke w/out change)
GNOME Bugzilla:	http://bugzilla.gnome.org/show_bug.cgi?id=322240
Obtained from:	GNOME CVS (vte module)
This commit is contained in:
Jeremy Messenger 2006-01-03 04:49:14 +00:00
parent 46ff4fbe5e
commit 3e46e58f0b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152646
2 changed files with 18 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= vte
PORTVERSION= 0.11.16
PORTREVISION= 1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}

View File

@ -0,0 +1,17 @@
===================================================================
RCS file: /cvs/gnome/vte/vte.pc.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- vte.pc.in 2005/12/12 18:46:15 1.11
+++ vte.pc.in 2005/12/31 11:27:56 1.12
@@ -8,7 +8,6 @@
Name: vte
Description: Vte terminal widget.
Version: @VERSION@
-Requires.private: @NEEDEDPACKAGES@
-Libs: -L${libdir} -lvte
-Libs.private: @FT2_LIBS@ @OTHERLIBS@
+Requires: @NEEDEDPACKAGES@
+Libs: -L${libdir} -lvte @FT2_LIBS@ @OTHERLIBS@
Cflags: -I${includedir} @FT2_CFLAGS@ @OTHERCFLAGS@