diff options
author | rene <rene@FreeBSD.org> | 2018-12-21 22:30:24 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2018-12-21 22:30:24 +0800 |
commit | 998798073e68dc1524a53828507adb7553455d9d (patch) | |
tree | bbac81543aa4e4175bb70310ab266ed0ca0e9b4f /devel | |
parent | dcdd6e9d5dd9e1b9f9bff2fd94a116489e8e0773 (diff) | |
download | freebsd-ports-gnome-998798073e68dc1524a53828507adb7553455d9d.tar.gz freebsd-ports-gnome-998798073e68dc1524a53828507adb7553455d9d.tar.zst freebsd-ports-gnome-998798073e68dc1524a53828507adb7553455d9d.zip |
Remove expired ports:
2018-12-20 devel/glib12: Obsolete
2018-12-20 graphics/gdk-pixbuf: Uses obsolete glib12
2018-12-20 x11-toolkits/gtk12: Uses obsolete glib12
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/glib12/Makefile | 31 | ||||
-rw-r--r-- | devel/glib12/distinfo | 2 | ||||
-rw-r--r-- | devel/glib12/files/patch-Makefile.ins | 53 | ||||
-rw-r--r-- | devel/glib12/files/patch-configure | 75 | ||||
-rw-r--r-- | devel/glib12/files/patch-glib.h | 14 | ||||
-rw-r--r-- | devel/glib12/files/patch-glib.m4 | 11 | ||||
-rw-r--r-- | devel/glib12/files/patch-gstrfuncs.c | 46 | ||||
-rw-r--r-- | devel/glib12/files/patch-gutils.c | 10 | ||||
-rw-r--r-- | devel/glib12/pkg-descr | 8 | ||||
-rw-r--r-- | devel/glib12/pkg-plist | 22 |
11 files changed, 0 insertions, 273 deletions
diff --git a/devel/Makefile b/devel/Makefile index 95be854273d1..d39d09840f17 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -801,7 +801,6 @@ SUBDIR += glade2 SUBDIR += glade3 SUBDIR += glademm - SUBDIR += glib12 SUBDIR += glib20 SUBDIR += glib20-reference SUBDIR += glibmm diff --git a/devel/glib12/Makefile b/devel/glib12/Makefile deleted file mode 100644 index eb78db3b0f20..000000000000 --- a/devel/glib12/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: Vanilla I. Shu <vanilla@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= glib -PORTVERSION= 1.2.10 -PORTREVISION= 16 -CATEGORIES= devel -MASTER_SITES= GNOME -PKGNAMESUFFIX= 12 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Some useful routines of C programming (previous stable version) - -DEPRECATED= Obsolete -EXPIRATION_DATE= 2018-12-20 - -LICENSE= LGPL21+ -LICENSE_FILE= ${WRKSRC}/COPYING - -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip -USES= libtool pathfix -USE_CSTD= gnu89 -USE_LDCONFIG= yes - -INFO= glib - -post-install: - ${LN} -sf glib-config ${STAGEDIR}${PREFIX}/bin/glib12-config - -.include <bsd.port.mk> diff --git a/devel/glib12/distinfo b/devel/glib12/distinfo deleted file mode 100644 index f4c722c10d61..000000000000 --- a/devel/glib12/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (glib-1.2.10.tar.gz) = 6e1ce7eedae713b11db82f11434d455d8a1379f783a79812cd2e05fc024a8d9f -SIZE (glib-1.2.10.tar.gz) = 421480 diff --git a/devel/glib12/files/patch-Makefile.ins b/devel/glib12/files/patch-Makefile.ins deleted file mode 100644 index 6338ae863d22..000000000000 --- a/devel/glib12/files/patch-Makefile.ins +++ /dev/null @@ -1,53 +0,0 @@ ---- Makefile.in.orig Thu Mar 15 10:48:50 2001 -+++ Makefile.in Wed Nov 20 14:39:44 2002 -@@ -96,9 +96,9 @@ - - AUTOMAKE_OPTIONS = 1.4 - --SUBDIRS = . gmodule gthread docs tests -+SUBDIRS = . gmodule gthread docs - --configincludedir = $(pkglibdir)/include -+configincludedir = $(includedir)/glib-1.2 - - bin_SCRIPTS = glib-config - -@@ -574,7 +574,6 @@ - || exit 1; \ - fi; \ - done -- $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook - garray.lo garray.o : garray.c glib.h glibconfig.h - gcache.lo gcache.o : gcache.c glib.h glibconfig.h - gcompletion.lo gcompletion.o : gcompletion.c glib.h glibconfig.h -@@ -629,7 +628,7 @@ - uninstall-configincludeDATA uninstall-m4dataDATA \ - uninstall-pkgconfigDATA uninstall-glibincludeHEADERS - uninstall: uninstall-recursive --all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \ -+all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA) \ - $(HEADERS) config.h - all-redirect: all-recursive-am - install-strip: ---- gmodule/Makefile.in.orig Fri Mar 2 17:37:21 2001 -+++ gmodule/Makefile.in Tue Mar 6 09:24:01 2001 -@@ -341,7 +341,7 @@ - install: install-am - uninstall-am: uninstall-libLTLIBRARIES uninstall-glibincludeHEADERS - uninstall: uninstall-am --all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) - all-redirect: all-am - install-strip: - $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install ---- gthread/Makefile.in.orig Tue Mar 6 09:12:20 2001 -+++ gthread/Makefile.in Tue Mar 6 09:12:59 2001 -@@ -300,7 +300,7 @@ - install: install-am - uninstall-am: uninstall-libLTLIBRARIES - uninstall: uninstall-am --all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) -+all-am: Makefile $(LTLIBRARIES) - all-redirect: all-am - install-strip: - $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install diff --git a/devel/glib12/files/patch-configure b/devel/glib12/files/patch-configure deleted file mode 100644 index 07a28339f25d..000000000000 --- a/devel/glib12/files/patch-configure +++ /dev/null @@ -1,75 +0,0 @@ ---- configure.orig 2001-03-15 16:44:01.000000000 +0100 -+++ configure 2012-12-12 11:10:38.000000000 +0100 -@@ -3496,7 +3496,7 @@ - - - # Check for some functions --for ac_func in lstat strerror strsignal memmove vsnprintf strcasecmp strncasecmp poll -+for ac_func in lstat strerror strsignal memmove vsnprintf strcasecmp strncasecmp - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 - echo "configure:3503: checking for $ac_func" >&5 -@@ -5568,6 +5568,63 @@ - - - -+if test x"$have_poll" != xno; then -+ for ac_func in poll -+do -+echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -+echo "configure:5636: checking for $ac_func" >&5 -+if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then -+ echo $ac_n "(cached) $ac_c" 1>&6 -+else -+ cat > conftest.$ac_ext <<EOF -+#line 5641 "configure" -+#include "confdefs.h" -+/* System header to define __stub macros and hopefully few prototypes, -+ which can conflict with char $ac_func(); below. */ -+#include <assert.h> -+/* Override any gcc2 internal prototype to avoid an error. */ -+/* We use char because int might match the return type of a gcc2 -+ builtin and then its argument prototype would still apply. */ -+char $ac_func(); -+ -+int main() { -+ -+/* The GNU C library defines this for functions which it implements -+ to always fail with ENOSYS. Some functions are actually named -+ something starting with __ and the normal name is an alias. */ -+#if defined (__stub_$ac_func) || defined (__stub___$ac_func) -+choke me -+#else -+$ac_func(); -+#endif -+ -+; return 0; } -+EOF -+if { (eval echo configure:5664: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+ rm -rf conftest* -+ eval "ac_cv_func_$ac_func=yes" -+else -+ echo "configure: failed program was:" >&5 -+ cat conftest.$ac_ext >&5 -+ rm -rf conftest* -+ eval "ac_cv_func_$ac_func=no" -+fi -+rm -f conftest* -+fi -+ -+if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then -+ echo "$ac_t""yes" 1>&6 -+ ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` -+ cat >> confdefs.h <<EOF -+#define $ac_tr_func 1 -+EOF -+ -+else -+ echo "$ac_t""no" 1>&6 -+fi -+done -+ -+fi - glib_sysdefso="glibconfig-sysdefs.h" - glib_sysdef_msg=`echo POLLIN:1 POLLOUT:4 POLLPRI:2 POLLERR:8 POLLHUP:16 POLLNVAL:32 | sed 's/:[^ ]*//g'` - if test "x`(echo '\n') 2>/dev/null`" != 'x\n'; then diff --git a/devel/glib12/files/patch-glib.h b/devel/glib12/files/patch-glib.h deleted file mode 100644 index 2af9749e9775..000000000000 --- a/devel/glib12/files/patch-glib.h +++ /dev/null @@ -1,14 +0,0 @@ ---- glib.h.orig Sun Sep 5 23:34:07 1999 -+++ glib.h Thu Sep 16 01:32:54 1999 -@@ -108,7 +108,11 @@ - * defined then the current definition is correct. - */ - #ifndef NULL -+#ifdef __cplusplus -+#define NULL (0) -+#else - #define NULL ((void*) 0) -+#endif - #endif - - #ifndef FALSE diff --git a/devel/glib12/files/patch-glib.m4 b/devel/glib12/files/patch-glib.m4 deleted file mode 100644 index 08093b5c9e79..000000000000 --- a/devel/glib12/files/patch-glib.m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- glib.m4.orig -+++ glib.m4 -@@ -5,7 +5,7 @@ - dnl Test for GLIB, and define GLIB_CFLAGS and GLIB_LIBS, if "gmodule" or - dnl gthread is specified in MODULES, pass to glib-config - dnl --AC_DEFUN(AM_PATH_GLIB, -+AC_DEFUN([AM_PATH_GLIB], - [dnl - dnl Get the cflags and libraries from the glib-config script - dnl diff --git a/devel/glib12/files/patch-gstrfuncs.c b/devel/glib12/files/patch-gstrfuncs.c deleted file mode 100644 index 9f18f738f56d..000000000000 --- a/devel/glib12/files/patch-gstrfuncs.c +++ /dev/null @@ -1,46 +0,0 @@ ---- gstrfuncs.c.orig 2001-02-27 07:00:22.000000000 +0100 -+++ gstrfuncs.c 2004-03-01 13:19:49.531603760 +0100 -@@ -867,8 +867,8 @@ g_printf_string_upper_bound (const gchar - /* beware of positional parameters - */ - case '$': -- g_warning (G_GNUC_PRETTY_FUNCTION -- "(): unable to handle positional parameters (%%n$)"); -+ g_warning ("%s: unable to handle positional parameters (%%n$)", -+ G_GNUC_PRETTY_FUNCTION); - len += 1024; /* try adding some safety padding */ - break; - -@@ -1034,8 +1034,8 @@ g_printf_string_upper_bound (const gchar - /* n . dddddddddddddddddddddddd E +- eeee */ - conv_len += 1 + 1 + MAX (24, spec.precision) + 1 + 1 + 4; - if (spec.mod_extra_long) -- g_warning (G_GNUC_PRETTY_FUNCTION -- "(): unable to handle long double, collecting double only"); -+ g_warning ("%s: unable to handle long double, collecting double only", -+ G_GNUC_PRETTY_FUNCTION); - #ifdef HAVE_LONG_DOUBLE - #error need to implement special handling for long double - #endif -@@ -1077,8 +1077,8 @@ g_printf_string_upper_bound (const gchar - conv_done = TRUE; - if (spec.mod_long) - { -- g_warning (G_GNUC_PRETTY_FUNCTION -- "(): unable to handle wide char strings"); -+ g_warning ("%s: unable to handle wide char strings", -+ G_GNUC_PRETTY_FUNCTION); - len += 1024; /* try adding some safety padding */ - } - break; -@@ -1108,8 +1108,8 @@ g_printf_string_upper_bound (const gchar - conv_len += format - spec_start; - break; - default: -- g_warning (G_GNUC_PRETTY_FUNCTION -- "(): unable to handle `%c' while parsing format", -+ g_warning ("%s: unable to handle `%c' while parsing format", -+ G_GNUC_PRETTY_FUNCTION, - c); - break; - } diff --git a/devel/glib12/files/patch-gutils.c b/devel/glib12/files/patch-gutils.c deleted file mode 100644 index fab2a547801d..000000000000 --- a/devel/glib12/files/patch-gutils.c +++ /dev/null @@ -1,10 +0,0 @@ ---- gutils.c.orig Wed Aug 9 14:12:31 2000 -+++ gutils.c Sat Apr 19 06:09:28 2003 -@@ -483,6 +483,7 @@ - # ifdef _SC_GETPW_R_SIZE_MAX - /* This reurns the maximum length */ - guint bufsize = sysconf (_SC_GETPW_R_SIZE_MAX); -+ if (bufsize == UINT_MAX) bufsize = 64; /* XXX Correct for unimpelemented SC */ - # else /* _SC_GETPW_R_SIZE_MAX */ - guint bufsize = 64; - # endif /* _SC_GETPW_R_SIZE_MAX */ diff --git a/devel/glib12/pkg-descr b/devel/glib12/pkg-descr deleted file mode 100644 index f6c5b717ea6d..000000000000 --- a/devel/glib12/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This is GLib version 1.2. GLib, is a library which includes support -routines for C such as lists, trees, hashes, memory allocation, and -many other things. - -WWW: https://www.gtk.org/ -ftp://ftp.gtk.org/pub/gtk - -A mailing list is located at gtk-list@redhat.com for discussion. diff --git a/devel/glib12/pkg-plist b/devel/glib12/pkg-plist deleted file mode 100644 index e46385cc5025..000000000000 --- a/devel/glib12/pkg-plist +++ /dev/null @@ -1,22 +0,0 @@ -bin/glib-config -bin/glib12-config -include/glib-1.2/glib.h -include/glib-1.2/glibconfig.h -include/glib-1.2/gmodule.h -lib/libglib-1.2.so.0 -lib/libglib-1.2.so.0.0.10 -lib/libglib.a -lib/libglib.so -lib/libgmodule-1.2.so.0 -lib/libgmodule-1.2.so.0.0.10 -lib/libgmodule.a -lib/libgmodule.so -lib/libgthread-1.2.so.0 -lib/libgthread-1.2.so.0.0.10 -lib/libgthread.a -lib/libgthread.so -libdata/pkgconfig/glib.pc -libdata/pkgconfig/gmodule.pc -libdata/pkgconfig/gthread.pc -share/aclocal/glib.m4 -man/man1/glib-config.1.gz |