diff options
| author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-28 19:50:56 +0000 | 
|---|---|---|
| committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-28 19:50:56 +0000 | 
| commit | d9dd45d404959c588d55e413b758d5a9e8c42feb (patch) | |
| tree | b9f350d1eb8bcb88062569355bec500d7285ebd5 /x11/gnomelibs/files/patch-ac | |
| parent | net-im/gnomeicu2 -> net-im/gnomeicu (diff) | |
x11/gnomelibs -> x11/gnome-libs
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for japanese/gnomelibs, chase the rename.
PR:		ports/97985
Repocopy by:	marcus
Notes
Notes:
    svn path=/head/; revision=163763
Diffstat (limited to 'x11/gnomelibs/files/patch-ac')
| -rw-r--r-- | x11/gnomelibs/files/patch-ac | 62 | 
1 files changed, 0 insertions, 62 deletions
diff --git a/x11/gnomelibs/files/patch-ac b/x11/gnomelibs/files/patch-ac deleted file mode 100644 index 0d8f8a75ea9d..000000000000 --- a/x11/gnomelibs/files/patch-ac +++ /dev/null @@ -1,62 +0,0 @@ ---- gnome-config.in.orig	Wed Oct 20 07:36:58 1999 -+++ gnome-config.in	Tue Feb 15 20:50:22 2000 -@@ -19,7 +19,7 @@ - pkglibdir=${libdir}/@PACKAGE@ - pkgincludedir=${includedir}/@PACKAGE@ - MODULE_VERSION=@PACKAGE@-@VERSION@ --module_dirs="$libdir" -+module_dirs="$sysconfdir:%%LOCALBASE%%/etc" -  - # stolen from autoconf - if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then -@@ -65,20 +65,21 @@ -  - Known values for LIBRARY are: -  --    glib	(calls glib-config) -+    glib	(calls @GLIB_CONFIG@) -     idl         (to be used with orbit-idl) -     gnome -     gnomeui -     gnorba --    gtk		(calls gtk-config) -+    gtk		(calls @GTK_CONFIG@) -     gtkxmhtml	(only --libs) -     zvt		(only --libs) -  - If LIBRARY is none of these, -      --    ${libdir}/<LIBRARY>Conf.sh -+    ${sysconfdir}/<LIBRARY>Conf.sh -+and %%LOCALBASE%%/etc/<LIBRARY>Conf.sh -  --is looked in for the necessary information.  Those currently installed  -+are looked in for the necessary information.  Those currently installed  - appear to be: -  - EOF -@@ -161,19 +162,19 @@ - 	usage 1 - 	;; -     glib) --	the_libs="$the_libs `glib-config --libs`" --	the_flags="$the_flags `glib-config --cflags`" -+	the_libs="$the_libs `@GLIB_CONFIG@ --libs`" -+	the_flags="$the_flags `@GLIB_CONFIG@ --cflags`" - 	;; -     gtk) --	the_libs="$the_libs `gtk-config --libs`" --	the_flags="$the_flags `gtk-config --cflags`" -+	the_libs="$the_libs `@GTK_CONFIG@ --libs`" -+	the_flags="$the_flags `@GTK_CONFIG@ --cflags`" - 	;; -     gnome) -        	the_libs="$the_libs @GNOME_LIBDIR@ @GNOME_LIBS@" -   	the_flags="$the_flags @GNOME_INCLUDEDIR@ @GTK_CFLAGS@" - 	;; -     gnomeui) --	the_libs="$the_libs @GNOME_LIBDIR@ @GNOMEUI_LIBS@" -+	the_libs="$the_libs @GNOME_LIBDIR@ -lXpm -ljpeg -lpng -lz -ltiff -lungif @GNOMEUI_LIBS@" - 	the_flags="$the_flags @GNOME_INCLUDEDIR@ @GTK_CFLAGS@" - 	;; -     gtkxmhtml)  | 
