diff options
Diffstat (limited to 'devel/glib20')
| -rw-r--r-- | devel/glib20/Makefile | 54 | ||||
| -rw-r--r-- | devel/glib20/distinfo | 2 | ||||
| -rw-r--r-- | devel/glib20/files/patch-ae | 19 | ||||
| -rw-r--r-- | devel/glib20/files/patch-ag | 14 | ||||
| -rw-r--r-- | devel/glib20/files/patch-ah | 11 | ||||
| -rw-r--r-- | devel/glib20/files/patch-glib::libcharset::Makefile.in | 31 | ||||
| -rw-r--r-- | devel/glib20/files/patch-gmodule::gmodule-dl.c | 23 | ||||
| -rw-r--r-- | devel/glib20/pkg-descr | 5 | ||||
| -rw-r--r-- | devel/glib20/pkg-plist | 154 | 
9 files changed, 0 insertions, 313 deletions
| diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile deleted file mode 100644 index 0806087eb..000000000 --- a/devel/glib20/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# New ports collection makefile for:   glib13 -# Date Created:			28 July 1998 -# Whom:				Vanilla I. Shu <vanilla@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME=	glib -PORTVERSION=	2.4.0 -CATEGORIES=	devel -MASTER_SITES=	${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/2.4,} \ -		ftp://ftp.gtk.org/pub/gtk/v2.3/ \ -		ftp://ftp.gimp.org/pub/%SUBDIR%/ \ -		ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ -		http://www.ameth.org/gimp/%SUBDIR%/ \ -		${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} -MASTER_SITE_SUBDIR=	gtk/v${PORTVERSION:R} -DIST_SUBDIR=	gnome2 - -MAINTAINER=	gnome@FreeBSD.org -COMMENT=	Some useful routines of C programming (current stable version) - -NO_LATEST_LINK=	yes - -USE_BZIP2=	yes -USE_GETTEXT=	yes -USE_LIBTOOL_VER=13 -USE_REINPLACE=	yes -INSTALLS_SHLIB=	yes -USE_GNOME=	gnomehack gnometarget pkgconfig -USE_GMAKE=	yes -USE_PERL5=	yes -CONFIGURE_ARGS=	--enable-static --with-libiconv=gnu \ -		--disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ -		--disable-man --without-xml-catalog -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \ -		LDFLAGS="-L${LOCALBASE}/lib -lintl" \ -		PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ -		PTHREAD_LIBS="${PTHREAD_LIBS}" - -pre-everything:: -	@${ECHO_CMD} '******************************************' -	@${ECHO_CMD} -	@${ECHO_CMD} If you have not updated your GNOME ports in the manner outlined in -	@${ECHO_CMD} 	http://www.FreeBSD.org/gnome/docs/develfaq.html -	@${ECHO_CMD} then you should abort this build immediately and follow the directions -	@${ECHO_CMD} outlined in that document. -	@${ECHO_CMD} -	@${ECHO_CMD} Failure to follow the above directions will result in everything -	@${ECHO_CMD} GNOME-related breaking. -	@${ECHO_CMD} -	@${ECHO_CMD} '******************************************' - -.include <bsd.port.mk> diff --git a/devel/glib20/distinfo b/devel/glib20/distinfo deleted file mode 100644 index 9ee62b116..000000000 --- a/devel/glib20/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/glib-2.4.0.tar.bz2) = 0f5f4896782ec7ab6ea8c7c1d9958114 -SIZE (gnome2/glib-2.4.0.tar.bz2) = 2034272 diff --git a/devel/glib20/files/patch-ae b/devel/glib20/files/patch-ae deleted file mode 100644 index 0a7c2987d..000000000 --- a/devel/glib20/files/patch-ae +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.orig	Mon Dec  2 16:34:49 2002 -+++ configure	Tue Dec  3 18:21:22 2002 -@@ -10176,6 +10176,7 @@ -  - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS -  - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -17057,6 +17058,8 @@ -       fi -     done -   fi -+  G_THREAD_CFLAGS="${PTHREAD_CFLAGS}" -+  G_THREAD_LIBS="${PTHREAD_LIBS}" -  -   if test x"$G_THREAD_CFLAGS" = x; then -  diff --git a/devel/glib20/files/patch-ag b/devel/glib20/files/patch-ag deleted file mode 100644 index 3e8fbfbf4..000000000 --- a/devel/glib20/files/patch-ag +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile.in.orig	Sun Dec 23 16:53:53 2001 -+++ Makefile.in	Fri Feb  8 12:44:30 2002 -@@ -151,3 +151,3 @@ -  --SUBDIRS = . m4macros glib gobject gmodule gthread tests build po docs -+SUBDIRS = . m4macros glib gobject gmodule gthread build po docs -  -@@ -192,4 +192,4 @@ -  -- --configexecincludedir = $(libdir)/glib-2.0/include -+glibincludedir = $(includedir)/glib-2.0 -+configexecincludedir = $(glibincludedir) -  diff --git a/devel/glib20/files/patch-ah b/devel/glib20/files/patch-ah deleted file mode 100644 index c339b76e2..000000000 --- a/devel/glib20/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/Makefile.in.orig	Fri Oct 24 18:05:32 2003 -+++ docs/reference/Makefile.in	Fri Oct 24 18:06:00 2003 -@@ -226,7 +226,7 @@ - sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ --SUBDIRS = glib gobject -+SUBDIRS = #glib gobject - subdir = docs/reference - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = $(top_builddir)/config.h diff --git a/devel/glib20/files/patch-glib::libcharset::Makefile.in b/devel/glib20/files/patch-glib::libcharset::Makefile.in deleted file mode 100644 index 2d0f82ab2..000000000 --- a/devel/glib20/files/patch-glib::libcharset::Makefile.in +++ /dev/null @@ -1,31 +0,0 @@ ---- glib/libcharset/Makefile.in.orig	Fri Oct 24 18:07:07 2003 -+++ glib/libcharset/Makefile.in	Fri Oct 24 18:09:20 2003 -@@ -228,7 +228,7 @@ - target_alias = @target_alias@ -  - INCLUDES = \ --	-DLIBDIR=\"$(libdir)\" -+	   -DLIBDIR=\"$(prefix)/libdata\" -  -  - noinst_LTLIBRARIES = libcharset.la -@@ -249,8 +249,8 @@ - 	make-patch.sh -  -  --charset_alias = $(DESTDIR)$(libdir)/charset.alias --charset_tmp = $(DESTDIR)$(libdir)/charset.tmp -+charset_alias = $(DESTDIR)$(prefix)/libdata/charset.alias -+charset_tmp = $(DESTDIR)$(prefix)/libdata/charset.tmp -  - SUFFIXES = .sed .sin -  -@@ -492,7 +492,7 @@ -  - install-data-am: -  --install-exec-am: install-exec-local -+install-exec-am: # install-exec-local -  - install-info: install-info-am -  diff --git a/devel/glib20/files/patch-gmodule::gmodule-dl.c b/devel/glib20/files/patch-gmodule::gmodule-dl.c deleted file mode 100644 index eaa43a74e..000000000 --- a/devel/glib20/files/patch-gmodule::gmodule-dl.c +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- gmodule/gmodule-dl.c.orig	Sat Feb 17 08:28:07 2001 -+++ gmodule/gmodule-dl.c	Fri Jan 18 09:48:45 2002 -@@ -104,6 +104,7 @@ - static gpointer - _g_module_self (void) - { -+#ifndef __FreeBSD__ -   gpointer handle; -    -   /* to query symbols from the program itself, special link options -@@ -115,6 +116,9 @@ -     g_module_set_error (fetch_dlerror (TRUE)); -    -   return handle; -+#else -+  return RTLD_DEFAULT; -+#endif - } -  - static void diff --git a/devel/glib20/pkg-descr b/devel/glib20/pkg-descr deleted file mode 100644 index 3b3059030..000000000 --- a/devel/glib20/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -GLib provides a simple, abstract, and highly portable set of C support -routines such as lists, trees, hashes, memory allocation, and much, much -more.  It is a foundation for writing portable applications. - -WWW: http://www.gtk.org/ diff --git a/devel/glib20/pkg-plist b/devel/glib20/pkg-plist deleted file mode 100644 index fcaad2e8d..000000000 --- a/devel/glib20/pkg-plist +++ /dev/null @@ -1,154 +0,0 @@ -bin/glib-genmarshal -bin/glib-gettextize -bin/glib-mkenums -bin/gobject-query -include/glib-2.0/glib-object.h -include/glib-2.0/glib.h -include/glib-2.0/glib/galloca.h -include/glib-2.0/glib/garray.h -include/glib-2.0/glib/gasyncqueue.h -include/glib-2.0/glib/gatomic.h -include/glib-2.0/glib/gbacktrace.h -include/glib-2.0/glib/gcache.h -include/glib-2.0/glib/gcompletion.h -include/glib-2.0/glib/gconvert.h -include/glib-2.0/glib/gdataset.h -include/glib-2.0/glib/gdate.h -include/glib-2.0/glib/gdir.h -include/glib-2.0/glib/gerror.h -include/glib-2.0/glib/gfileutils.h -include/glib-2.0/glib/ghash.h -include/glib-2.0/glib/ghook.h -include/glib-2.0/glib/gi18n-lib.h -include/glib-2.0/glib/gi18n.h -include/glib-2.0/glib/giochannel.h -include/glib-2.0/glib/glist.h -include/glib-2.0/glib/gmacros.h -include/glib-2.0/glib/gmain.h -include/glib-2.0/glib/gmarkup.h -include/glib-2.0/glib/gmem.h -include/glib-2.0/glib/gmessages.h -include/glib-2.0/glib/gnode.h -include/glib-2.0/glib/gpattern.h -include/glib-2.0/glib/gprimes.h -include/glib-2.0/glib/gprintf.h -include/glib-2.0/glib/gqsort.h -include/glib-2.0/glib/gquark.h -include/glib-2.0/glib/gqueue.h -include/glib-2.0/glib/grand.h -include/glib-2.0/glib/grel.h -include/glib-2.0/glib/gscanner.h -include/glib-2.0/glib/gshell.h -include/glib-2.0/glib/gslist.h -include/glib-2.0/glib/gspawn.h -include/glib-2.0/glib/gstrfuncs.h -include/glib-2.0/glib/gstring.h -include/glib-2.0/glib/gthread.h -include/glib-2.0/glib/gthreadpool.h -include/glib-2.0/glib/gtimer.h -include/glib-2.0/glib/gtree.h -include/glib-2.0/glib/gtypes.h -include/glib-2.0/glib/gunicode.h -include/glib-2.0/glib/gutils.h -include/glib-2.0/glib/gwin32.h -include/glib-2.0/glibconfig.h -include/glib-2.0/gmodule.h -include/glib-2.0/gobject/gboxed.h -include/glib-2.0/gobject/gclosure.h -include/glib-2.0/gobject/genums.h -include/glib-2.0/gobject/gmarshal.h -include/glib-2.0/gobject/gobject.h -include/glib-2.0/gobject/gobjectnotifyqueue.c -include/glib-2.0/gobject/gparam.h -include/glib-2.0/gobject/gparamspecs.h -include/glib-2.0/gobject/gsignal.h -include/glib-2.0/gobject/gsourceclosure.h -include/glib-2.0/gobject/gtype.h -include/glib-2.0/gobject/gtypemodule.h -include/glib-2.0/gobject/gtypeplugin.h -include/glib-2.0/gobject/gvalue.h -include/glib-2.0/gobject/gvaluearray.h -include/glib-2.0/gobject/gvaluecollector.h -include/glib-2.0/gobject/gvaluetypes.h -lib/libglib-2.0.a -lib/libglib-2.0.so -lib/libglib-2.0.so.400 -lib/libgmodule-2.0.a -lib/libgmodule-2.0.so -lib/libgmodule-2.0.so.400 -lib/libgobject-2.0.a -lib/libgobject-2.0.so -lib/libgobject-2.0.so.400 -lib/libgthread-2.0.a -lib/libgthread-2.0.so -lib/libgthread-2.0.so.400 -libdata/pkgconfig/glib-2.0.pc -libdata/pkgconfig/gmodule-2.0.pc -libdata/pkgconfig/gobject-2.0.pc -libdata/pkgconfig/gthread-2.0.pc -share/aclocal/glib-2.0.m4 -share/aclocal/glib-gettext.m4 -share/glib-2.0/gettext/po/Makefile.in.in -share/locale/am/LC_MESSAGES/glib20.mo -share/locale/ar/LC_MESSAGES/glib20.mo -share/locale/az/LC_MESSAGES/glib20.mo -share/locale/be/LC_MESSAGES/glib20.mo -share/locale/bg/LC_MESSAGES/glib20.mo -share/locale/bn/LC_MESSAGES/glib20.mo -share/locale/ca/LC_MESSAGES/glib20.mo -share/locale/cs/LC_MESSAGES/glib20.mo -share/locale/cy/LC_MESSAGES/glib20.mo -share/locale/da/LC_MESSAGES/glib20.mo -share/locale/de/LC_MESSAGES/glib20.mo -share/locale/el/LC_MESSAGES/glib20.mo -share/locale/es/LC_MESSAGES/glib20.mo -share/locale/eo/LC_MESSAGES/glib20.mo -share/locale/et/LC_MESSAGES/glib20.mo -share/locale/eu/LC_MESSAGES/glib20.mo -share/locale/fa/LC_MESSAGES/glib20.mo -share/locale/fi/LC_MESSAGES/glib20.mo -share/locale/fr/LC_MESSAGES/glib20.mo -share/locale/ga/LC_MESSAGES/glib20.mo -share/locale/gl/LC_MESSAGES/glib20.mo -share/locale/he/LC_MESSAGES/glib20.mo -share/locale/hi/LC_MESSAGES/glib20.mo -share/locale/hr/LC_MESSAGES/glib20.mo -share/locale/id/LC_MESSAGES/glib20.mo -share/locale/is/LC_MESSAGES/glib20.mo -share/locale/it/LC_MESSAGES/glib20.mo -share/locale/ja/LC_MESSAGES/glib20.mo -share/locale/ko/LC_MESSAGES/glib20.mo -share/locale/lt/LC_MESSAGES/glib20.mo -share/locale/lv/LC_MESSAGES/glib20.mo -share/locale/mk/LC_MESSAGES/glib20.mo -share/locale/mn/LC_MESSAGES/glib20.mo -share/locale/ms/LC_MESSAGES/glib20.mo -share/locale/nl/LC_MESSAGES/glib20.mo -share/locale/nn/LC_MESSAGES/glib20.mo -share/locale/no/LC_MESSAGES/glib20.mo -share/locale/pa/LC_MESSAGES/glib20.mo -share/locale/pl/LC_MESSAGES/glib20.mo -share/locale/pt/LC_MESSAGES/glib20.mo -share/locale/pt_BR/LC_MESSAGES/glib20.mo -share/locale/ro/LC_MESSAGES/glib20.mo -share/locale/ru/LC_MESSAGES/glib20.mo -share/locale/sk/LC_MESSAGES/glib20.mo -share/locale/sl/LC_MESSAGES/glib20.mo -share/locale/sq/LC_MESSAGES/glib20.mo -share/locale/sr/LC_MESSAGES/glib20.mo -share/locale/sr@Latn/LC_MESSAGES/glib20.mo -share/locale/sr@ije/LC_MESSAGES/glib20.mo -share/locale/sv/LC_MESSAGES/glib20.mo -share/locale/ta/LC_MESSAGES/glib20.mo -share/locale/tr/LC_MESSAGES/glib20.mo -share/locale/uk/LC_MESSAGES/glib20.mo -share/locale/vi/LC_MESSAGES/glib20.mo -share/locale/yi/LC_MESSAGES/glib20.mo -share/locale/zh_CN/LC_MESSAGES/glib20.mo -share/locale/zh_TW/LC_MESSAGES/glib20.mo -@dirrm share/glib-2.0/gettext/po -@dirrm share/glib-2.0/gettext -@dirrm share/glib-2.0 -@dirrm include/glib-2.0/gobject -@dirrm include/glib-2.0/glib -@dirrm include/glib-2.0 | 
