diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-12-21 22:30:24 +0800 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-12-21 22:30:24 +0800 |
commit | b1f86500b8f7128cfb068e7242eb06d9df44c6f6 (patch) | |
tree | bbac81543aa4e4175bb70310ab266ed0ca0e9b4f /graphics | |
parent | 363ef2752b379baa2db9e46df37ee9fa56ce0fc4 (diff) | |
download | freebsd-ports-gnome-b1f86500b8f7128cfb068e7242eb06d9df44c6f6.tar.gz freebsd-ports-gnome-b1f86500b8f7128cfb068e7242eb06d9df44c6f6.tar.zst freebsd-ports-gnome-b1f86500b8f7128cfb068e7242eb06d9df44c6f6.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 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/gdk-pixbuf/Makefile | 40 | ||||
-rw-r--r-- | graphics/gdk-pixbuf/distinfo | 2 | ||||
-rw-r--r-- | graphics/gdk-pixbuf/files/patch-gdk-pixbuf_Makefile.in | 11 | ||||
-rw-r--r-- | graphics/gdk-pixbuf/files/patch-gdk-pixbuf_pixops_have_mmx.S | 11 | ||||
-rw-r--r-- | graphics/gdk-pixbuf/files/patch-io-png.c | 29 | ||||
-rw-r--r-- | graphics/gdk-pixbuf/files/patch-ltmain.sh | 10 | ||||
-rw-r--r-- | graphics/gdk-pixbuf/files/patch-pixbuf-security | 41 | ||||
-rw-r--r-- | graphics/gdk-pixbuf/pkg-descr | 8 | ||||
-rw-r--r-- | graphics/gdk-pixbuf/pkg-plist | 51 |
10 files changed, 0 insertions, 204 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 654c651cfbe3..807d67797307 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -228,7 +228,6 @@ SUBDIR += gd SUBDIR += gdal SUBDIR += gdchart - SUBDIR += gdk-pixbuf SUBDIR += gdk-pixbuf2 SUBDIR += gdtclft SUBDIR += geeqie diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile deleted file mode 100644 index caf3bd5e3acb..000000000000 --- a/graphics/gdk-pixbuf/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# Created by: Ade Lovett <ade@lovett.com> -# $FreeBSD$ -# $MCom: ports/graphics/gdk-pixbuf/Makefile,v 1.2 2006/09/10 00:51:10 mezz Exp $ - -PORTNAME= gdk-pixbuf -PORTVERSION= 0.22.0 -PORTREVISION= 17 -CATEGORIES= graphics -MASTER_SITES= GNOME -DISTNAME= gdk-pixbuf-${PORTVERSION} -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Graphic library for GTK+ - -DEPRECATED= Uses obsolete glib12 -EXPIRATION_DATE= 2018-12-20 - -LICENSE= LGPL20+ -LICENSE_FILE= ${WRKSRC}/COPYING.LIB - -LIB_DEPENDS= libpng.so:graphics/png \ - libtiff.so:graphics/tiff - -PORTSCOUT= ignore:1 - -USES= cpe gmake jpeg libtool localbase pathfix tar:bzip2 -CPE_VENDOR= gnome -USE_XORG= xt xi x11 -USE_GNOME= gtk12 -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc - -post-patch: - @${REINPLACE_CMD} '/confexecdir =/s/=.*/= $$(sysconfdir)/' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/graphics/gdk-pixbuf/distinfo b/graphics/gdk-pixbuf/distinfo deleted file mode 100644 index 4bf0bed50be9..000000000000 --- a/graphics/gdk-pixbuf/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome/gdk-pixbuf-0.22.0.tar.bz2) = 411f2a1c27c3afadc5d034f2213d9f6c3a37f564eb5989cf6e8a53729280ae22 -SIZE (gnome/gdk-pixbuf-0.22.0.tar.bz2) = 398208 diff --git a/graphics/gdk-pixbuf/files/patch-gdk-pixbuf_Makefile.in b/graphics/gdk-pixbuf/files/patch-gdk-pixbuf_Makefile.in deleted file mode 100644 index ed3e7e2d3c65..000000000000 --- a/graphics/gdk-pixbuf/files/patch-gdk-pixbuf_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gdk-pixbuf/Makefile.in.orig Sat Oct 5 01:29:29 2002 -+++ gdk-pixbuf/Makefile.in Sat Oct 5 01:32:30 2002 -@@ -400,7 +400,7 @@ - libpixbufloader_bmp_la_OBJECTS = io-bmp.lo - libpixbufloader_xbm_la_DEPENDENCIES = libgdk_pixbuf.la - libpixbufloader_xbm_la_OBJECTS = io-xbm.lo --noinst_PROGRAMS = test-gdk-pixbuf$(EXEEXT) testpixbuf$(EXEEXT) \ -+noinst_PROGRAMS = # test-gdk-pixbuf$(EXEEXT) testpixbuf$(EXEEXT) \ - testpixbuf-drawable$(EXEEXT) testanimation$(EXEEXT) \ - testpixbuf-scale$(EXEEXT) - PROGRAMS = $(noinst_PROGRAMS) diff --git a/graphics/gdk-pixbuf/files/patch-gdk-pixbuf_pixops_have_mmx.S b/graphics/gdk-pixbuf/files/patch-gdk-pixbuf_pixops_have_mmx.S deleted file mode 100644 index ea3dd6a8158a..000000000000 --- a/graphics/gdk-pixbuf/files/patch-gdk-pixbuf_pixops_have_mmx.S +++ /dev/null @@ -1,11 +0,0 @@ ---- gdk-pixbuf/pixops/have_mmx.S 2001/11/16 10:34:50 1.1 -+++ gdk-pixbuf/pixops/have_mmx.S 2001/11/16 10:35:21 -@@ -19,6 +19,8 @@ - popfl - pushfl - popl %eax -+ pushl %ebx -+ popfl - - cmpl %eax, %ebx - diff --git a/graphics/gdk-pixbuf/files/patch-io-png.c b/graphics/gdk-pixbuf/files/patch-io-png.c deleted file mode 100644 index 1c54d8b77770..000000000000 --- a/graphics/gdk-pixbuf/files/patch-io-png.c +++ /dev/null @@ -1,29 +0,0 @@ ---- gdk-pixbuf/io-png.c.orig 2001-01-24 21:59:23.000000000 +0100 -+++ gdk-pixbuf/io-png.c 2012-04-24 22:50:30.000000000 +0200 -@@ -175,7 +175,7 @@ - return NULL; - } - -- if (setjmp (png_ptr->jmpbuf)) { -+ if (setjmp (png_jmpbuf(png_ptr))) { - png_destroy_read_struct (&png_ptr, &info_ptr, &end_info); - return NULL; - } -@@ -311,7 +311,7 @@ - return NULL; - } - -- if (setjmp (lc->png_read_ptr->jmpbuf)) { -+ if (setjmp (png_jmpbuf(lc->png_read_ptr))) { - if (lc->png_info_ptr) - png_destroy_read_struct(&lc->png_read_ptr, NULL, NULL); - g_free(lc); -@@ -366,7 +366,7 @@ - lc->max_row_seen_in_chunk = -1; - - /* Invokes our callbacks as needed */ -- if (setjmp (lc->png_read_ptr->jmpbuf)) { -+ if (setjmp (png_jmpbuf(lc->png_read_ptr))) { - return FALSE; - } else { - png_process_data(lc->png_read_ptr, lc->png_info_ptr, buf, size); diff --git a/graphics/gdk-pixbuf/files/patch-ltmain.sh b/graphics/gdk-pixbuf/files/patch-ltmain.sh deleted file mode 100644 index a8a70028bcbb..000000000000 --- a/graphics/gdk-pixbuf/files/patch-ltmain.sh +++ /dev/null @@ -1,10 +0,0 @@ ---- ltmain.sh.orig Sun Jan 20 16:11:07 2002 -+++ ltmain.sh Tue Jan 22 13:34:20 2002 -@@ -1060,6 +1060,7 @@ - - -module) - module=yes -+ build_old_libs=no - continue - ;; - diff --git a/graphics/gdk-pixbuf/files/patch-pixbuf-security b/graphics/gdk-pixbuf/files/patch-pixbuf-security deleted file mode 100644 index 9c4230063f6a..000000000000 --- a/graphics/gdk-pixbuf/files/patch-pixbuf-security +++ /dev/null @@ -1,41 +0,0 @@ ---- gdk-pixbuf/io-ico.c.orig Mon Oct 11 15:44:43 2004 -+++ gdk-pixbuf/io-ico.c Mon Oct 11 15:47:29 2004 -@@ -330,6 +330,10 @@ - - State->HeaderSize+=I; - -+ if (State->HeaderSize < 0) { -+ return FALSE; -+ } -+ - if (State->HeaderSize>State->BytesInHeaderBuf) { - guchar *tmp=realloc(State->HeaderBuf,State->HeaderSize); - if (!tmp) ---- gdk-pixbuf/io-xpm.c.orig Thu Mar 1 15:16:28 2001 -+++ gdk-pixbuf/io-xpm.c Sun Oct 17 17:05:38 2004 -@@ -352,16 +352,21 @@ - return NULL; - } - sscanf (buffer, "%d %d %d %d", &w, &h, &n_col, &cpp); -- if (cpp >= 32) { -- g_warning ("XPM has more than 31 chars per pixel."); -+ if (cpp <= 0 || cpp >= 32) { -+ g_warning ("XPM has invalid number of chars per pixel"); -+ return NULL; -+ } -+ -+ if (n_col <= 0 || n_col >= G_MAXINT / (cpp + 1)) { -+ g_warning ("XPM file has invalid number of colors"); - return NULL; - } - - /* The hash is used for fast lookups of color from chars */ - color_hash = g_hash_table_new (g_str_hash, g_str_equal); - -- name_buf = g_new (gchar, n_col * (cpp + 1)); -- colors = g_new (_XPMColor, n_col); -+ name_buf = (gchar *) g_malloc (n_col * (cpp + 1)); -+ colors = (_XPMColor *) g_malloc (sizeof (_XPMColor) * n_col); - - for (cnt = 0; cnt < n_col; cnt++) { - gchar *color_name; diff --git a/graphics/gdk-pixbuf/pkg-descr b/graphics/gdk-pixbuf/pkg-descr deleted file mode 100644 index d227bff6ad6c..000000000000 --- a/graphics/gdk-pixbuf/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The GdkPixBuf library provides a number of features: - - - Image loading facilities. - - Rendering of a GdkPixBuf into various formats: - drawables (windows, pixmaps), GdkRGB buffers. - - A cache interface - -WWW: https://developer.gnome.org/gdk-pixbuf/ diff --git a/graphics/gdk-pixbuf/pkg-plist b/graphics/gdk-pixbuf/pkg-plist deleted file mode 100644 index 2049ef750f17..000000000000 --- a/graphics/gdk-pixbuf/pkg-plist +++ /dev/null @@ -1,51 +0,0 @@ -bin/gdk-pixbuf-config -etc/gdk_pixbufConf.sh -etc/gdk_pixbuf_xlibConf.sh -etc/gnomecanvaspixbufConf.sh -include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf-features.h -include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf-loader.h -include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf-xlib.h -include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf-xlibrgb.h -include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf.h -lib/gdk-pixbuf/loaders/libpixbufloader-bmp.so -lib/gdk-pixbuf/loaders/libpixbufloader-gif.so -lib/gdk-pixbuf/loaders/libpixbufloader-ico.so -lib/gdk-pixbuf/loaders/libpixbufloader-jpeg.so -lib/gdk-pixbuf/loaders/libpixbufloader-png.so -lib/gdk-pixbuf/loaders/libpixbufloader-pnm.so -lib/gdk-pixbuf/loaders/libpixbufloader-ras.so -lib/gdk-pixbuf/loaders/libpixbufloader-tiff.so -lib/gdk-pixbuf/loaders/libpixbufloader-xbm.so -lib/gdk-pixbuf/loaders/libpixbufloader-xpm.so -lib/libgdk_pixbuf.a -lib/libgdk_pixbuf.so -lib/libgdk_pixbuf.so.2 -lib/libgdk_pixbuf.so.2.0.0 -lib/libgdk_pixbuf_xlib.a -lib/libgdk_pixbuf_xlib.so -lib/libgdk_pixbuf_xlib.so.2 -lib/libgdk_pixbuf_xlib.so.2.0.0 -share/aclocal/gdk-pixbuf.m4 -%%DOCSDIR%%/a3696.html -%%DOCSDIR%%/compiling.html -%%DOCSDIR%%/extra-configuration-options.html -%%DOCSDIR%%/gdk-pixbuf-animation.html -%%DOCSDIR%%/gdk-pixbuf-creating.html -%%DOCSDIR%%/gdk-pixbuf-file-loading.html -%%DOCSDIR%%/gdk-pixbuf-from-drawables.html -%%DOCSDIR%%/gdk-pixbuf-gdk-pixbuf-xlib-from-drawables.html -%%DOCSDIR%%/gdk-pixbuf-gdk-pixbuf-xlib-init.html -%%DOCSDIR%%/gdk-pixbuf-gdk-pixbuf-xlib-rendering.html -%%DOCSDIR%%/gdk-pixbuf-gdk-pixbuf-xlib-rgb.html -%%DOCSDIR%%/gdk-pixbuf-gdk-pixbuf.html -%%DOCSDIR%%/gdk-pixbuf-refcounting.html -%%DOCSDIR%%/gdk-pixbuf-rendering.html -%%DOCSDIR%%/gdk-pixbuf-scaling.html -%%DOCSDIR%%/gdk-pixbuf-util.html -%%DOCSDIR%%/gdkpixbufloader.html -%%DOCSDIR%%/gnomecanvaspixbuf.html -%%DOCSDIR%%/index.html -%%DOCSDIR%%/license.html -%%DOCSDIR%%/r27.html -%%DOCSDIR%%/x3715.html -%%DOCSDIR%%/x3767.html |