pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc gdk-pixbuf: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51f81db027ca
branches:  trunk
changeset: 398529:51f81db027ca
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 21 10:34:51 2019 +0000

description:
gdk-pixbuf: remove

The software hasn't been updated since 2002 and is probably full
of security problems. Two packages were using it. (gpsdrive has a
newer version in wip.)

diffstat:

 doc/CHANGES-2019                                             |    5 +-
 geography/Makefile                                           |    3 +-
 geography/gpsdrive/DESCR                                     |    9 -
 geography/gpsdrive/Makefile                                  |   34 -
 geography/gpsdrive/PLIST                                     |   43 -
 geography/gpsdrive/distinfo                                  |   13 -
 geography/gpsdrive/patches/patch-aa                          |   29 -
 geography/gpsdrive/patches/patch-ab                          |   56 --
 geography/gpsdrive/patches/patch-ac                          |  304 -----------
 geography/gpsdrive/patches/patch-ad                          |   12 -
 geography/gpsdrive/patches/patch-ae                          |   12 -
 geography/gpsdrive/patches/patch-af                          |   12 -
 geography/gpsdrive/patches/patch-src_garmin__application.cpp |   12 -
 graphics/Makefile                                            |    3 +-
 graphics/gdk-pixbuf/DESCR                                    |   18 -
 graphics/gdk-pixbuf/Makefile                                 |   23 -
 graphics/gdk-pixbuf/Makefile.common                          |   32 -
 graphics/gdk-pixbuf/PLIST                                    |   22 -
 graphics/gdk-pixbuf/buildlink3.mk                            |   20 -
 graphics/gdk-pixbuf/distinfo                                 |   21 -
 graphics/gdk-pixbuf/patches/patch-aa                         |   32 -
 graphics/gdk-pixbuf/patches/patch-ab                         |   20 -
 graphics/gdk-pixbuf/patches/patch-ac                         |   13 -
 graphics/gdk-pixbuf/patches/patch-ad                         |   20 -
 graphics/gdk-pixbuf/patches/patch-ae                         |   56 --
 graphics/gdk-pixbuf/patches/patch-af                         |   24 -
 graphics/gdk-pixbuf/patches/patch-ag                         |   25 -
 graphics/gdk-pixbuf/patches/patch-ah                         |   14 -
 graphics/gdk-pixbuf/patches/patch-ai                         |   32 -
 graphics/gdk-pixbuf/patches/patch-aj                         |   14 -
 graphics/gdk-pixbuf/patches/patch-ak                         |   20 -
 graphics/gdk-pixbuf/patches/patch-al                         |   13 -
 graphics/gdk-pixbuf/patches/patch-am                         |  121 ----
 graphics/gdk-pixbuf/patches/patch-an                         |   31 -
 graphics/gdk-pixbuf/patches/patch-ao                         |   35 -
 x11/Makefile                                                 |    3 +-
 x11/xmms-osd/DESCR                                           |    3 -
 x11/xmms-osd/Makefile                                        |   23 -
 x11/xmms-osd/PLIST                                           |    2 -
 x11/xosd/Makefile.common                                     |    4 +-
 40 files changed, 8 insertions(+), 1180 deletions(-)

diffs (truncated from 1388 to 300 lines):

diff -r 77e645cf3607 -r 51f81db027ca doc/CHANGES-2019
--- a/doc/CHANGES-2019  Sun Jul 21 10:12:14 2019 +0000
+++ b/doc/CHANGES-2019  Sun Jul 21 10:34:51 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3000 2019/07/21 10:12:14 wiz Exp $
+$NetBSD: CHANGES-2019,v 1.3001 2019/07/21 10:34:51 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -4932,3 +4932,6 @@
        Removed graphics/gdk-pixbuf2-jasper [wiz 2019-07-21]
        Updated graphics/gdk-pixbuf2 to 2.38.1 [wiz 2019-07-21]
        Updated graphics/gdk-pixbuf2-xlib to 2.38.1 [wiz 2019-07-21]
+       Removed geography/gpsdrive [wiz 2019-07-21]
+       Removed x11/xmms-osd [wiz 2019-07-21]
+       Removed graphics/gdk-pixbuf successor graphics/gdk-pixbuf2 [wiz 2019-07-21]
diff -r 77e645cf3607 -r 51f81db027ca geography/Makefile
--- a/geography/Makefile        Sun Jul 21 10:12:14 2019 +0000
+++ b/geography/Makefile        Sun Jul 21 10:34:51 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2018/12/21 12:09:09 wen Exp $
+# $NetBSD: Makefile,v 1.71 2019/07/21 10:34:52 wiz Exp $
 #
 
 COMMENT=       Software for geographical-related uses
@@ -21,7 +21,6 @@
 SUBDIR+=       gipfel
 SUBDIR+=       gpsbabel
 SUBDIR+=       gpsd
-SUBDIR+=       gpsdrive
 SUBDIR+=       gpspoint
 SUBDIR+=       gpsutils
 SUBDIR+=       gpxsee
diff -r 77e645cf3607 -r 51f81db027ca geography/gpsdrive/DESCR
--- a/geography/gpsdrive/DESCR  Sun Jul 21 10:12:14 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-GpsDrive is a car (bike, ship, plane) navigation system.  GpsDrive
-displays your position provided from your NMEA capable GPS receiver on a
-zoomable map, the map file is autoselected depending of the position and
-prefered scale.  Speech output is supported if the "festival" software
-is running.  The maps are autoselected for best resolution depending of
-your position and can be downloaded from Internet.  All Garmin GPS
-reveiver with a serial output should be usable, also other GPS receiver
-which supports NMEA protocol.  GpsDrive is written in C with use of the
-GTK+ graphic toolkit.
diff -r 77e645cf3607 -r 51f81db027ca geography/gpsdrive/Makefile
--- a/geography/gpsdrive/Makefile       Sun Jul 21 10:12:14 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-# $NetBSD: Makefile,v 1.34 2018/08/22 09:45:09 wiz Exp $
-
-DISTNAME=      gpsdrive-1.31
-PKGREVISION=   26
-CATEGORIES=    geography
-MASTER_SITES=  http://gpsdrive.kraftvoll.at/
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.gpsdrive.de/index.shtml
-COMMENT=       GPS Navigation system
-LICENSE=       gnu-gpl-v2
-
-DEPENDS+=      gpsd>=1.07:../../geography/gpsd
-DEPENDS+=      wget>=1:../../net/wget
-
-GNU_CONFIGURE=         YES
-USE_PKGLOCALEDIR=      YES
-
-USE_LANGUAGES=         c c++
-USE_LIBTOOL=           yes
-USE_TOOLS+=            bash:run perl:run
-
-# XXX make this an option
-CONFIGURE_ARGS+=       --disable-mysql
-
-REPLACE_BASH=          src/gpsfetchmap
-REPLACE_PERL=          src/*.pl src/wpcvt
-
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/glib/buildlink3.mk"
-.include "../../x11/gtk/buildlink3.mk"
-.include "../../graphics/gdk-pixbuf/buildlink3.mk"
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 77e645cf3607 -r 51f81db027ca geography/gpsdrive/PLIST
--- a/geography/gpsdrive/PLIST  Sun Jul 21 10:12:14 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2009/06/14 17:57:16 joerg Exp $
-bin/garble
-bin/gpsdrive
-bin/gpsfetchmap
-bin/gpsfetchmap.pl
-bin/gpspoint2gpsdrive.pl
-bin/wpcvt
-bin/wpget
-lib/libfly.la
-lib/libnautic.la
-man/de/man1/gpsdrive.1
-man/es/man1/gpsdrive.1
-man/man1/gpsdrive.1
-share/gpsdrive/friendsicon.png
-share/gpsdrive/gpsdrive/AUTHORS
-share/gpsdrive/gpsdrive/FAQ.gpsdrive
-share/gpsdrive/gpsdrive/FAQ.gpsdrive.fr
-share/gpsdrive/gpsdrive/GPS-receivers
-share/gpsdrive/gpsdrive/LEEME
-share/gpsdrive/gpsdrive/LISEZMOI
-share/gpsdrive/gpsdrive/NMEA.txt
-share/gpsdrive/gpsdrive/README
-share/gpsdrive/gpsdrive/README.FreeBSD
-share/gpsdrive/gpsdrive/README.SQL
-share/gpsdrive/gpsdrive/README.gpspoint2gspdrive
-share/gpsdrive/gpsdrive/README.kismet
-share/gpsdrive/gpsdrive/TODO
-share/gpsdrive/gpsdrive/create.sql
-share/gpsdrive/gpsdrive/wp2sql
-share/gpsdrive/gpsdrivesplash.png
-share/locale/da/LC_MESSAGES/gpsdrive.mo
-share/locale/de/LC_MESSAGES/gpsdrive.mo
-share/locale/de_AT/LC_MESSAGES/gpsdrive.mo
-share/locale/es/LC_MESSAGES/gpsdrive.mo
-share/locale/fr/LC_MESSAGES/gpsdrive.mo
-share/locale/hu/LC_MESSAGES/gpsdrive.mo
-share/locale/it/LC_MESSAGES/gpsdrive.mo
-share/locale/nl/LC_MESSAGES/gpsdrive.mo
-share/locale/no/LC_MESSAGES/gpsdrive.mo
-share/locale/pt_BR/LC_MESSAGES/gpsdrive.mo
-share/locale/sk/LC_MESSAGES/gpsdrive.mo
-share/locale/sv/LC_MESSAGES/gpsdrive.mo
-share/locale/tr/LC_MESSAGES/gpsdrive.mo
diff -r 77e645cf3607 -r 51f81db027ca geography/gpsdrive/distinfo
--- a/geography/gpsdrive/distinfo       Sun Jul 21 10:12:14 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 00:08:42 agc Exp $
-
-SHA1 (gpsdrive-1.31.tar.gz) = 296a06d264c5fbb077c91f3529b4e6f122423f05
-RMD160 (gpsdrive-1.31.tar.gz) = 56ea8fb9355e0381d55aeb691757c59c9e332406
-SHA512 (gpsdrive-1.31.tar.gz) = 2a3a61ded2e3f199fdd25285bfd84bedabb5b17d2613f64be45deabdd256ba73ba9fcdfd711497918df7d732adada204152da95048c612b9148c2e804b1ac684
-Size (gpsdrive-1.31.tar.gz) = 784379 bytes
-SHA1 (patch-aa) = cc5dd44020ffc5f22dc958c938b9f98ff6e01810
-SHA1 (patch-ab) = 240901fe52e41db1a41299f66ac61c06898f1881
-SHA1 (patch-ac) = 78e21378bc10d4a1098827d25308f59432b180f1
-SHA1 (patch-ad) = 05d6be6ba7bd37b4b0599092ace2d5db7825c01d
-SHA1 (patch-ae) = 5ab12f3f1f94a84acac0bc47fb4ad5a3bb75b7b6
-SHA1 (patch-af) = ba047381fcf07b3797c73199f85536b2a7efb61e
-SHA1 (patch-src_garmin__application.cpp) = 8b682f5545e67ff2906cec9fc44cbf601b0bd399
diff -r 77e645cf3607 -r 51f81db027ca geography/gpsdrive/patches/patch-aa
--- a/geography/gpsdrive/patches/patch-aa       Sun Jul 21 10:12:14 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/07/26 23:33:35 wiz Exp $
-
-- We depend on the gpsd package instead of using the bundled one
-- friendsd is broken and I don't care enough to fix it
-
---- src/Makefile.in.orig       Sun Dec  8 13:30:56 2002
-+++ src/Makefile.in    Sun Jan  5 12:15:01 2003
-@@ -122,7 +122,7 @@
- 
- @DISABLEGARMIN_TRUE@PRG1 = 
- @DISABLEGARMIN_FALSE@PRG1 = garble
--bin_PROGRAMS = $(PRG1) gpsdrive gpsd  friendsd 
-+bin_PROGRAMS = $(PRG1) gpsdrive
- LIBS = 
- 
- # gpsdrive_LDADD= $(GLIB_LIBS) $(GTK_LIBS) $(PIXLIBS)
-@@ -175,10 +175,8 @@
- libnautic_la_LIBADD =
- am_libnautic_la_OBJECTS = nautic.lo
- libnautic_la_OBJECTS = $(am_libnautic_la_OBJECTS)
--@DISABLEGARMIN_TRUE@bin_PROGRAMS = gpsdrive$(EXEEXT) gpsd$(EXEEXT) \
--@DISABLEGARMIN_TRUE@  friendsd$(EXEEXT)
--@DISABLEGARMIN_FALSE@bin_PROGRAMS = garble$(EXEEXT) gpsdrive$(EXEEXT) \
--@DISABLEGARMIN_FALSE@ gpsd$(EXEEXT) friendsd$(EXEEXT)
-+@DISABLEGARMIN_TRUE@bin_PROGRAMS = gpsdrive$(EXEEXT)
-+@DISABLEGARMIN_FALSE@bin_PROGRAMS = garble$(EXEEXT) gpsdrive$(EXEEXT)
- PROGRAMS = $(bin_PROGRAMS)
- 
- am_friendsd_OBJECTS = friendsd.$(OBJEXT)
diff -r 77e645cf3607 -r 51f81db027ca geography/gpsdrive/patches/patch-ab
--- a/geography/gpsdrive/patches/patch-ab       Sun Jul 21 10:12:14 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,56 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2004/07/26 23:33:35 wiz Exp $
-
-Drew Einhorn's gpsfetchmap.pl enhancements from:
-
-http://s2.selwerd.nl/~dirk-jan/gpsdrive/archive/msg01772.html
-
-also require this patch to support tree'd rather than flap map
-driectories.
-
---- src/gpsdrive.c.orig        Sun Dec  8 09:43:33 2002
-+++ src/gpsdrive.c     Wed Jan  8 12:20:48 2003
-@@ -2926,12 +2926,22 @@
-     }
-   for (i = 0; i < nrmaps; i++)
-     {
-+      /* strip off the path, we just want to check the filename */
-+      char *fullname;
-+      char *rslash;
-+      char *filename;
-+
-       skip = TRUE;
-+
-+      fullname = (maps + i)->filename;
-+      rslash = strrchr(fullname, '/');
-+      filename = rslash == NULL ? fullname : rslash + 1;
-+
-       if (displaymap_map)
--      if (!(strncmp ((maps + i)->filename, "map_", 4)))
-+      if (!(strncmp (filename, "map_", 4)))
-         skip = FALSE;
-       if (displaymap_top)
--      if (!(strncmp ((maps + i)->filename, "top_", 4)))
-+      if (!(strncmp (filename, "top_", 4)))
-         skip = FALSE;
- 
-       if (skip)
-@@ -3101,8 +3111,17 @@
- 
-   for (i = 0; i < nrmaps; i++)
-     {
--      if ((strncmp ((maps + i)->filename, "map_", 4)))
--      if ((strncmp ((maps + i)->filename, "top_", 4)))
-+      /* strip off the path, we just want to check the filename */
-+      char *fullname;
-+      char *rslash;
-+      char *filename;
-+
-+      fullname = (maps + i)->filename;
-+      rslash = strrchr(fullname, '/');
-+      filename = rslash == NULL ? fullname : rslash + 1;
-+
-+      if ((strncmp (filename, "map_", 4)))
-+      if ((strncmp (filename, "top_", 4)))
-         {
-           GString *error;
-           error = g_string_new (NULL);
diff -r 77e645cf3607 -r 51f81db027ca geography/gpsdrive/patches/patch-ac
--- a/geography/gpsdrive/patches/patch-ac       Sun Jul 21 10:12:14 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,304 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2011/07/03 21:42:24 jym Exp $
-
---- src/gpsfetchmap.pl.orig    2002-11-24 16:04:38.000000000 +0000
-+++ src/gpsfetchmap.pl
-@@ -9,38 +9,71 @@ my $VERSION =<<EOP;
- gpsfetchmap (c) 2002 Kevin Stephens <gps\@suburbialost.com>
- modified (Sept 06, 2002) by Sven Fichtner <sven.fichtner\@flugfunk.de>
- modified (Sept 18, 2002) by Sven Fichtner <sven.fichtner\@flugfunk.de>
--modified (Nov 21, 2002) by Magnus Månsson <ganja\@0x63.nu>
--Version 1.04
-+modified (Nov 21, 2002) by Magnus MÃ¥nsson <ganja\@0x63.nu>
-+modified (Dec 24, 2002) by Drew Einhorn <drew.einhorn\@starband.net>
-+Version 1.05
- EOP
- 
- use strict;
- use Getopt::Long;
- use Pod::Usage;
--
--# Setup possible scales
--my @SCALES = (1000,1500,2000,3000,5000,7500,10000,15000,20000,30000,50000,75000,
--              100000,150000,200000,300000,500000,750000,1000000,1500000,2000000,3000000,
--              5000000,7500000,10000000,15000000,20000000,30000000,50000000,75000000);
-+use POSIX qw(floor ceil);
-+use File::Temp qw/ tempfile tempdir /; 
- 
- # Set defaults and get options from command line
- Getopt::Long::Configure('no_ignore_case');
--my ($lat,$lon,$slat,$endlat,$slon,$endlon,$waypoint,$area,$unit,$mapdir,$debug,$force,$version,$man,$help);
--my $failcount = 0;
-+my (@SCALES,$lat,$lon,$slat,$endlat,$slon,$endlon,$waypoint,$area,$unit,$debug,$force,$version,$man,$help);
-+
-+my $failcount;
-+my $writecount;
-+my $cachecount;
- my $polite = 'no';
- my $scale = '50000';
- my $CONFIG_DIR    = "$ENV{'HOME'}/.gpsdrive"; # Should we allow config of this?
- my $CONFIG_FILE   = "$CONFIG_DIR/gpsdriverc";
- my $WAYPT_FILE    = "$CONFIG_DIR/way.txt";
--my $KOORD_FILE    = 'map_koord.txt'; # Should we allow config of this?
- my $FILEPREFIX    = 'map_';
- my $mapserver     = 'mapblast';
-+my $replace       = '0';
-+my $mapdir        = "";
- 
- GetOptions ('lat=f' => \$lat, 'lon=f' => \$lon, 'start-lat=f' => \$slat, 'end-lat=f' => \$endlat, 'start-lon=f' => \$slon, 'end-lon=f' => \$endlon, 'scale=s' => \$scale, 'mapserver=s' => 
\$mapserver, 
-             'waypoint=s' =>, \$waypoint, 'area=s' => \$area, 'unit=s' => \$unit,'mapdir=s' => \$mapdir, 'polite:i' => \$polite,
-             'WAYPOINT=s' => \$WAYPT_FILE, 'CONFIG=s' => \$CONFIG_FILE, 'PREFIX=s' => \$FILEPREFIX,
--            'FORCE' => \$force, 'debug' => \$debug, 'MAN' => \$man, 'help|x' => \$help, 'version' => \$version)
-+            'FORCE' => \$force, 'debug' => \$debug, 'MAN' => \$man, 'help|x' => \$help, 'version' => \$version, 'replace' => \$replace)
-    or pod2usage(1);
- 
-+if ($mapdir eq "") {
-+  $mapdir = $CONFIG_DIR;



Home | Main Index | Thread Index | Old Index