summaryrefslogtreecommitdiff
path: root/devel/glib20
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
commit01a9f79f0a3692d8148990805beabc8593d3596d (patch)
tree99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /devel/glib20
parentNew index, rebuilt due to samba changes. (Gee, how many things (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Notes
Notes: svn path=/head/; revision=41661 svn path=/tags/RELEASE_4_3_0/; revision=41662; tag=release/4.3.0
Diffstat (limited to 'devel/glib20')
-rw-r--r--devel/glib20/Makefile35
-rw-r--r--devel/glib20/distinfo1
-rw-r--r--devel/glib20/files/patch-ab21
-rw-r--r--devel/glib20/files/patch-ae78
-rw-r--r--devel/glib20/files/patch-ag29
-rw-r--r--devel/glib20/files/patch-ah11
-rw-r--r--devel/glib20/pkg-comment1
-rw-r--r--devel/glib20/pkg-descr14
-rw-r--r--devel/glib20/pkg-plist76
9 files changed, 0 insertions, 266 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile
deleted file mode 100644
index 1cfc1ab1dda0..000000000000
--- a/devel/glib20/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: glib13
-# Date Created: 28 July 1998
-# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= glib
-PORTVERSION= 1.3.2
-CATEGORIES= devel
-MASTER_SITES= 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}
-
-MAINTAINER= ade@FreeBSD.org
-
-LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv
-#iconv.1:${PORTSDIR}/converters/iconv
-
-NO_LATEST_LINK= "Unstable, development version."
-
-USE_LIBTOOL= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-MAN1= glib-config-2.0.1 glib-genmarshal.1
-
-pre-patch:
- @find ${WRKSRC} -type f | xargs ${GREP} -l iconv.h | \
- xargs ${PERL} -pi -e "s|iconv\.h|giconv.h|g"
-
-.include <bsd.port.mk>
diff --git a/devel/glib20/distinfo b/devel/glib20/distinfo
deleted file mode 100644
index c90ab9761b04..000000000000
--- a/devel/glib20/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (glib-1.3.2.tar.gz) = 64f11623bfd9809eb71a53acf4e93b47
diff --git a/devel/glib20/files/patch-ab b/devel/glib20/files/patch-ab
deleted file mode 100644
index 25bea128db73..000000000000
--- a/devel/glib20/files/patch-ab
+++ /dev/null
@@ -1,21 +0,0 @@
---- docs/Makefile.in.orig Mon Jul 17 10:35:35 2000
-+++ docs/Makefile.in Mon Jul 17 10:36:42 2000
-@@ -101,7 +101,7 @@
- STRIP_END = @STRIP_END@
- VERSION = @VERSION@
-
--man_MANS = glib-config.1
-+man_MANS = glib-config-2.0.1
-
- EXTRA_DIST = glib-config.1.in
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-@@ -129,6 +129,9 @@
-
- glib-config.1: $(top_builddir)/config.status glib-config.1.in
- cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
-+
-+glib-config-2.0.1: glib-config.1
-+ cp glib-config.1 glib-config-2.0.1
-
- install-man1:
- $(mkinstalldirs) $(DESTDIR)$(man1dir)
diff --git a/devel/glib20/files/patch-ae b/devel/glib20/files/patch-ae
deleted file mode 100644
index 3e306163ee3d..000000000000
--- a/devel/glib20/files/patch-ae
+++ /dev/null
@@ -1,78 +0,0 @@
---- configure.orig Fri Nov 17 22:45:11 2000
-+++ configure Mon Nov 20 18:27:43 2000
-@@ -4230,6 +4230,12 @@
- linux*)
- G_MODULE_LDFLAGS='-rdynamic'
- ;;
-+ freebsd*)
-+ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
-+ if test $objformat = "elf"; then
-+ G_MODULE_LDFLAGS='-Wl,-E'
-+ fi
-+ ;;
- esac
- LIBS_orig="$LIBS"
- LDFLAGS_orig="$LDFLAGS"
-@@ -4523,7 +4529,7 @@
- G_THREAD_CFLAGS="$G_THREAD_CFLAGS -mthreads"
- fi
- ;;
-- *-freebsd2.2*)
-+ *-freebsd*)
- G_THREAD_CFLAGS="$G_THREAD_CFLAGS -D_THREAD_SAFE"
-
- # FreeBSD 2.2.x shiped with gcc 2.7.2.x, which doesn't support
-@@ -4610,8 +4616,8 @@
- add_thread_lib=""
- IN=""
- else
-- add_thread_lib="-l$thread_lib"
-- IN=" in -l$thread_lib"
-+ add_thread_lib="-$thread_lib"
-+ IN=" in -$thread_lib"
- fi
- if test x"$have_threads" = xposix; then
- defattr=0
-@@ -4912,7 +4918,7 @@
- sizeof (buffer));
- ; return 0; }
- EOF
--if { (eval echo configure:4916: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:4916: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
- rm -rf conftest*
- ac_cv_func_nonposix_getpwuid_r=yes
- else
-@@ -5413,6 +5419,7 @@
- if eval "test \"`echo '$''{'ac_cv_func_iconv_open'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
-+# LIBS="-liconv $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 5418 "configure"
- #include "confdefs.h"
-@@ -5462,14 +5469,14 @@
- #
- # Check for libiconv
- #
-- echo $ac_n "checking for libiconv_open in -liconv""... $ac_c" 1>&6
-+ echo $ac_n "checking for libiconv_open in -lgiconv""... $ac_c" 1>&6
- echo "configure:5467: checking for libiconv_open in -liconv" >&5
- ac_lib_var=`echo iconv'_'libiconv_open | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
--LIBS="-liconv $LIBS"
-+LIBS="-lgiconv $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 5475 "configure"
- #include "confdefs.h"
-@@ -5509,7 +5516,7 @@
- fi
-
- if test "x$with_libiconv" = "xyes" ; then
-- ICONV_LIBS="-liconv"
-+ ICONV_LIBS="-lgiconv"
- cat >> confdefs.h <<\EOF
- #define USE_LIBICONV 1
- EOF
diff --git a/devel/glib20/files/patch-ag b/devel/glib20/files/patch-ag
deleted file mode 100644
index b91c8e5ed4be..000000000000
--- a/devel/glib20/files/patch-ag
+++ /dev/null
@@ -1,29 +0,0 @@
---- Makefile.in.orig Fri Nov 17 22:45:29 2000
-+++ Makefile.in Mon Nov 20 12:01:17 2000
-@@ -108,7 +108,7 @@
-
- AUTOMAKE_OPTIONS = 1.4
-
--SUBDIRS = . gobject gmodule gthread docs tests build
-+SUBDIRS = . gobject gmodule gthread docs build
-
- bin_SCRIPTS = glib-config-2.0
-
-@@ -134,7 +134,7 @@
- glibinclude_HEADERS = galloca.h garray.h gasyncqueue.h gbacktrace.h gcache.h gcompletion.h gconvert.h gdataset.h gdate.h gerror.h gfileutils.h ghash.h ghook.h giochannel.h glib.h glib-object.h glist.h gmacros.h gmain.h gmarkup.h gmem.h gmessages.h gnode.h gprimes.h gquark.h gqueue.h grand.h grel.h gscanner.h gshell.h gslist.h gspawn.h gstrfuncs.h gstring.h gthread.h gthreadpool.h gtimer.h gtree.h gtypes.h gunicode.h gutils.h gwin32.h
-
-
--configexecincludedir = $(libdir)/glib-2.0/include
-+configexecincludedir = $(glibincludedir)
-
- CONFIGURE_DEPENDENCIES = acglib.m4
-
-@@ -594,7 +594,7 @@
- install-exec-local
- install-exec: install-exec-recursive
-
--install-data-am: install-m4dataDATA install-pkgconfigDATA \
-+install-data-am: install-m4dataDATA \
- install-glibincludeHEADERS
- install-data: install-data-recursive
-
diff --git a/devel/glib20/files/patch-ah b/devel/glib20/files/patch-ah
deleted file mode 100644
index afb4544d268b..000000000000
--- a/devel/glib20/files/patch-ah
+++ /dev/null
@@ -1,11 +0,0 @@
---- docs/reference/Makefile.in 2000/11/20 09:49:25 1.1
-+++ docs/reference/Makefile.in 2000/11/20 09:50:55
-@@ -106,7 +106,7 @@
- STRIP_END = @STRIP_END@
- VERSION = @VERSION@
-
--SUBDIRS = glib gobject
-+SUBDIRS = #glib gobject
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = ../../config.h
- CONFIG_CLEAN_FILES =
diff --git a/devel/glib20/pkg-comment b/devel/glib20/pkg-comment
deleted file mode 100644
index f4d4fb490fc7..000000000000
--- a/devel/glib20/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Some useful routines of C programming (unstable development version)
diff --git a/devel/glib20/pkg-descr b/devel/glib20/pkg-descr
deleted file mode 100644
index 96c22d548faf..000000000000
--- a/devel/glib20/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-This is GLib version 1.3. GLib, is a library which includes support
-routines for C such as lists, trees, hashes, memory allocation, and
-many other things.
-
-WWW: http://www.gtk.org/
-ftp://ftp.gtk.org/pub/gtk
-
-A mailing list is located at gtk-list@redhat.com for discussion.
-
-Warning: this library is unstable development version, incompatible with
-version 1.2, so it could not be used as a replacement for the older one.
-
-- Vanilla
-vanilla@FreeBSD.ORG
diff --git a/devel/glib20/pkg-plist b/devel/glib20/pkg-plist
deleted file mode 100644
index 893c701acbcf..000000000000
--- a/devel/glib20/pkg-plist
+++ /dev/null
@@ -1,76 +0,0 @@
-bin/glib-config-2.0
-bin/glib-genmarshal
-bin/gobject-query
-include/glib-2.0/galloca.h
-include/glib-2.0/garray.h
-include/glib-2.0/gasyncqueue.h
-include/glib-2.0/gbacktrace.h
-include/glib-2.0/gcache.h
-include/glib-2.0/gcompletion.h
-include/glib-2.0/gconvert.h
-include/glib-2.0/gdataset.h
-include/glib-2.0/gdate.h
-include/glib-2.0/gerror.h
-include/glib-2.0/gfileutils.h
-include/glib-2.0/ghash.h
-include/glib-2.0/ghook.h
-include/glib-2.0/giochannel.h
-include/glib-2.0/glib-object.h
-include/glib-2.0/glib.h
-include/glib-2.0/glibconfig.h
-include/glib-2.0/glist.h
-include/glib-2.0/gmacros.h
-include/glib-2.0/gmain.h
-include/glib-2.0/gmarkup.h
-include/glib-2.0/gmem.h
-include/glib-2.0/gmessages.h
-include/glib-2.0/gmodule.h
-include/glib-2.0/gnode.h
-include/glib-2.0/gobject/gboxed.h
-include/glib-2.0/gobject/gbsearcharray.h
-include/glib-2.0/gobject/gclosure.h
-include/glib-2.0/gobject/genums.h
-include/glib-2.0/gobject/gobject.h
-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/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/gvaluecollector.h
-include/glib-2.0/gobject/gvaluetypes.h
-include/glib-2.0/gprimes.h
-include/glib-2.0/gquark.h
-include/glib-2.0/gqueue.h
-include/glib-2.0/grand.h
-include/glib-2.0/grel.h
-include/glib-2.0/gscanner.h
-include/glib-2.0/gshell.h
-include/glib-2.0/gslist.h
-include/glib-2.0/gspawn.h
-include/glib-2.0/gstrfuncs.h
-include/glib-2.0/gstring.h
-include/glib-2.0/gthread.h
-include/glib-2.0/gthreadpool.h
-include/glib-2.0/gtimer.h
-include/glib-2.0/gtree.h
-include/glib-2.0/gtypes.h
-include/glib-2.0/gunicode.h
-include/glib-2.0/gutils.h
-include/glib-2.0/gwin32.h
-lib/libglib-1.3.a
-lib/libglib-1.3.so
-lib/libglib-1.3.so.2
-lib/libgmodule-1.3.a
-lib/libgmodule-1.3.so
-lib/libgmodule-1.3.so.2
-lib/libgobject-1.3.a
-lib/libgobject-1.3.so
-lib/libgobject-1.3.so.2
-lib/libgthread-1.3.a
-lib/libgthread-1.3.so
-lib/libgthread-1.3.so.2
-share/aclocal/glib-2.0.m4
-@dirrm include/glib-2.0/gobject
-@dirrm include/glib-2.0