pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc As promised a week ago, remove arts and aalib from def...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c31ddf7698cc
branches:  trunk
changeset: 610543:c31ddf7698cc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 28 23:40:24 2012 +0000

description:
As promised a week ago, remove arts and aalib from default suggested
options.
arts is obsolete and aalib only ever was a nice hack, not something
to be enabled by default.

diffstat:

 devel/SDL/Makefile                  |  4 ++--
 devel/SDL/options.mk                |  4 ++--
 graphics/gimp/Makefile              |  4 ++--
 graphics/gimp/options.mk            |  4 ++--
 multimedia/mencoder/Makefile        |  3 ++-
 multimedia/mplayer-share/options.mk |  4 ++--
 multimedia/mplayer/Makefile         |  3 ++-
 7 files changed, 14 insertions(+), 12 deletions(-)

diffs (96 lines):

diff -r e357bf7e4fca -r c31ddf7698cc devel/SDL/Makefile
--- a/devel/SDL/Makefile        Sun Oct 28 20:32:30 2012 +0000
+++ b/devel/SDL/Makefile        Sun Oct 28 23:40:24 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.107 2012/10/23 10:24:02 wiz Exp $
+# $NetBSD: Makefile,v 1.108 2012/10/28 23:40:24 wiz Exp $
 
 DISTNAME=      SDL-1.2.15
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    devel games
 MASTER_SITES=  http://www.libsdl.org/release/
 
diff -r e357bf7e4fca -r c31ddf7698cc devel/SDL/options.mk
--- a/devel/SDL/options.mk      Sun Oct 28 20:32:30 2012 +0000
+++ b/devel/SDL/options.mk      Sun Oct 28 23:40:24 2012 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.5 2008/12/19 13:05:06 tron Exp $
+# $NetBSD: options.mk,v 1.6 2012/10/28 23:40:24 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.SDL
 PKG_SUPPORTED_OPTIONS= aalib arts esound nas pulseaudio
-PKG_SUGGESTED_OPTIONS= aalib arts esound nas pulseaudio
+PKG_SUGGESTED_OPTIONS= esound nas pulseaudio
 
 .include "../../mk/bsd.options.mk"
 
diff -r e357bf7e4fca -r c31ddf7698cc graphics/gimp/Makefile
--- a/graphics/gimp/Makefile    Sun Oct 28 20:32:30 2012 +0000
+++ b/graphics/gimp/Makefile    Sun Oct 28 23:40:24 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.224 2012/10/08 23:00:54 adam Exp $
+# $NetBSD: Makefile,v 1.225 2012/10/28 23:40:24 wiz Exp $
 
 DISTNAME=      gimp-2.8.2
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    graphics
 MASTER_SITES=  ftp://ftp.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/ \
                ${MASTER_SITE_GNU:=gimp/v${PKGVERSION_NOREV:R}/} \
diff -r e357bf7e4fca -r c31ddf7698cc graphics/gimp/options.mk
--- a/graphics/gimp/options.mk  Sun Oct 28 20:32:30 2012 +0000
+++ b/graphics/gimp/options.mk  Sun Oct 28 23:40:24 2012 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.4 2010/09/15 20:59:50 drochner Exp $
+# $NetBSD: options.mk,v 1.5 2012/10/28 23:40:24 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gimp
 PKG_SUPPORTED_OPTIONS= aalib mng svg
-PKG_SUGGESTED_OPTIONS= aalib mng svg
+PKG_SUGGESTED_OPTIONS= mng svg
 
 .include "../../mk/bsd.options.mk"
 
diff -r e357bf7e4fca -r c31ddf7698cc multimedia/mencoder/Makefile
--- a/multimedia/mencoder/Makefile      Sun Oct 28 20:32:30 2012 +0000
+++ b/multimedia/mencoder/Makefile      Sun Oct 28 23:40:24 2012 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.55 2012/10/08 09:21:08 asau Exp $
+# $NetBSD: Makefile,v 1.56 2012/10/28 23:40:25 wiz Exp $
 
 PKGNAME=       mencoder-${MPLAYER_VERSION}
+PKGREVISION=   1
 
 COMMENT=       Simple movie encoder for MPlayer-playable movies
 
diff -r e357bf7e4fca -r c31ddf7698cc multimedia/mplayer-share/options.mk
--- a/multimedia/mplayer-share/options.mk       Sun Oct 28 20:32:30 2012 +0000
+++ b/multimedia/mplayer-share/options.mk       Sun Oct 28 23:40:24 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.45 2012/06/11 13:41:12 wiz Exp $
+# $NetBSD: options.mk,v 1.46 2012/10/28 23:40:24 wiz Exp $
 
 .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
 
@@ -85,7 +85,7 @@
 # Define PKG_SUGGESTED_OPTIONS.
 # -------------------------------------------------------------------------
 
-.for o in aalib arts cdparanoia dv esound gif jpeg \
+.for o in cdparanoia dv esound gif jpeg \
            dvdread dvdnav \
            lame mad mplayer-menu mplayer-real \
            mplayer-default-cflags mplayer-runtime-cpudetection mplayer-win32 \
diff -r e357bf7e4fca -r c31ddf7698cc multimedia/mplayer/Makefile
--- a/multimedia/mplayer/Makefile       Sun Oct 28 20:32:30 2012 +0000
+++ b/multimedia/mplayer/Makefile       Sun Oct 28 23:40:24 2012 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.85 2012/10/08 09:21:09 asau Exp $
+# $NetBSD: Makefile,v 1.86 2012/10/28 23:40:24 wiz Exp $
 
 PKGNAME=       mplayer-${MPLAYER_VERSION}
+PKGREVISION=   1
 
 COMMENT=       Fast, cross-platform movie player
 



Home | Main Index | Thread Index | Old Index