diff options
author | wiz <wiz@pkgsrc.org> | 2019-07-21 10:34:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-07-21 10:34:51 +0000 |
commit | 6644d90568eb04d3419e4c84c418e5e510bcf62d (patch) | |
tree | 8b6ae730fa8bd96d050d57f447fb5ce30a6a4370 /x11 | |
parent | 7ee2a38c933b039af6292d4017d5eca8cd56630c (diff) | |
download | pkgsrc-6644d90568eb04d3419e4c84c418e5e510bcf62d.tar.gz |
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 (limited to 'x11')
-rw-r--r-- | x11/Makefile | 3 | ||||
-rw-r--r-- | x11/xmms-osd/DESCR | 3 | ||||
-rw-r--r-- | x11/xmms-osd/Makefile | 23 | ||||
-rw-r--r-- | x11/xmms-osd/PLIST | 2 | ||||
-rw-r--r-- | x11/xosd/Makefile.common | 4 |
5 files changed, 2 insertions, 33 deletions
diff --git a/x11/Makefile b/x11/Makefile index 6acdf8f957b..1560d0d19e8 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.840 2019/07/19 21:15:16 wiz Exp $ +# $NetBSD: Makefile,v 1.841 2019/07/21 10:34:52 wiz Exp $ # COMMENT= Packages to support the X window system @@ -628,7 +628,6 @@ SUBDIR+= xmascot SUBDIR+= xmessage SUBDIR+= xmh SUBDIR+= xmindpath -SUBDIR+= xmms-osd SUBDIR+= xmodmap SUBDIR+= xmon SUBDIR+= xmore diff --git a/x11/xmms-osd/DESCR b/x11/xmms-osd/DESCR deleted file mode 100644 index 0e63e4926e7..00000000000 --- a/x11/xmms-osd/DESCR +++ /dev/null @@ -1,3 +0,0 @@ -xmms-osd provides the example XMMS plugin contained within the xosd -distribution file. This plugin shows XMMS status directly on your -X desktop, like song, volume and balance changes, etc. diff --git a/x11/xmms-osd/Makefile b/x11/xmms-osd/Makefile deleted file mode 100644 index fe90b73d598..00000000000 --- a/x11/xmms-osd/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# $NetBSD: Makefile,v 1.29 2016/08/03 10:23:40 adam Exp $ -# - -.include "../../x11/xosd/Makefile.common" - -PKGNAME= ${DISTNAME:S/xosd/xmms-osd/} -PKGREVISION= 12 - -COMMENT= XMMS plugin that shows current status on your desktop -CONFLICTS= xosd<=2.2.0 - -CONFIGURE_ENV+= XOSD_XMMS_PLUGIN=YES -CONFIGURE_ARGS+= --enable-new-plugin - -BUILD_DIRS= src/xmms_plugin -INSTALL_DIRS= src/xmms_plugin - -.include "../../audio/xmms/buildlink3.mk" -.include "../../graphics/gdk-pixbuf/buildlink3.mk" -.include "../../x11/gtk/buildlink3.mk" -.include "../../x11/libXi/buildlink3.mk" -.include "../../x11/xosd/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/x11/xmms-osd/PLIST b/x11/xmms-osd/PLIST deleted file mode 100644 index 63c062a3c71..00000000000 --- a/x11/xmms-osd/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:25:17 joerg Exp $ -lib/xmms/General/libxmms_osd.la diff --git a/x11/xosd/Makefile.common b/x11/xosd/Makefile.common index 2735474d1aa..180c78f3007 100644 --- a/x11/xosd/Makefile.common +++ b/x11/xosd/Makefile.common @@ -1,6 +1,4 @@ -# $NetBSD: Makefile.common,v 1.29 2018/07/04 13:40:44 jperkin Exp $ -# -# used by x11/xmms-osd/Makefile +# $NetBSD: Makefile.common,v 1.30 2019/07/21 10:34:52 wiz Exp $ DISTNAME= xosd-2.2.14 CATEGORIES= x11 |