pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/cmus whitespace and formatting nits.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6e3f6a1d972
branches:  trunk
changeset: 539133:d6e3f6a1d972
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Feb 28 17:15:48 2008 +0000

description:
whitespace and formatting nits.

diffstat:

 audio/cmus/options.mk |  30 +++++++++++++-----------------
 1 files changed, 13 insertions(+), 17 deletions(-)

diffs (63 lines):

diff -r 5b0013885e80 -r d6e3f6a1d972 audio/cmus/options.mk
--- a/audio/cmus/options.mk     Thu Feb 28 16:18:53 2008 +0000
+++ b/audio/cmus/options.mk     Thu Feb 28 17:15:48 2008 +0000
@@ -1,19 +1,16 @@
-# $NetBSD: options.mk,v 1.2 2007/12/16 21:45:30 rillig Exp $
+# $NetBSD: options.mk,v 1.3 2008/02/28 17:15:48 jlam Exp $
 
-PKG_OPTIONS_VAR=                               PKG_OPTIONS.cmus
-PKG_SUPPORTED_OPTIONS=                 flac mad vorbis arts ao mpcdec #faad alsa
+PKG_OPTIONS_VAR=               PKG_OPTIONS.cmus
+PKG_SUPPORTED_OPTIONS=         flac mad vorbis arts ao mpcdec  #faad alsa
 PKG_OPTIONS_OPTIONAL_GROUPS=   mod
-PKG_OPTIONS_GROUP.mod=                 modplug mikmod
-PKG_SUGGESTED_OPTIONS=                 flac mad ao vorbis modplug
-
-.include "../../mk/bsd.prefs.mk"
+PKG_OPTIONS_GROUP.mod=         modplug mikmod
+PKG_SUGGESTED_OPTIONS=         flac mad ao vorbis modplug
 
 .include "../../mk/bsd.options.mk"
 
-# Package-specific option-handling
-
-# Backends:
-#
+###
+### Backends
+###
 
 # AO support
 #
@@ -41,8 +38,9 @@
 #CONFIGURE_ARGS+=      CONFIG_ALSA=y
 #.endif
 
-# Codecs:
-#
+###
+### Codecs
+###
 
 # MAD support
 #
@@ -80,9 +78,8 @@
 CONFIGURE_ARGS+=       CONFIG_MPC=n
 .endif
 
-###
-### modplay support
-###
+# modplay support
+#
 .if !empty(PKG_OPTIONS:Mmikmod)
 .include "../../audio/libmikmod/buildlink3.mk"
 CONFIGURE_ARGS+=       CONFIG_MODPLUG=n
@@ -94,7 +91,6 @@
 CONFIGURE_ARGS+=       CONFIG_MIKMOD=n
 .endif
 
-
 # FAAD support
 #
 # XXX: faad2 in pkgsrc is heavily outdated as of 2007Q3, cmus needs newer.



Home | Main Index | Thread Index | Old Index