[37542] trunk/dports/audio/sox

jmr at macports.org jmr at macports.org
Thu Jun 12 05:55:41 PDT 2008


Revision: 37542
          http://trac.macosforge.org/projects/macports/changeset/37542
Author:   jmr at macports.org
Date:     2008-06-12 05:55:39 -0700 (Thu, 12 Jun 2008)

Log Message:
-----------
sox: de-lint, add modeline

Modified Paths:
--------------
    trunk/dports/audio/sox/Portfile

Added Paths:
-----------
    trunk/dports/audio/sox/files/patch-Makefile.in.diff

Removed Paths:
-------------
    trunk/dports/audio/sox/files/patch-Makefile.in

Modified: trunk/dports/audio/sox/Portfile
===================================================================
--- trunk/dports/audio/sox/Portfile	2008-06-12 09:14:59 UTC (rev 37541)
+++ trunk/dports/audio/sox/Portfile	2008-06-12 12:55:39 UTC (rev 37542)
@@ -1,6 +1,8 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
+
 name             sox
 version          12.18.2
 categories       audio
@@ -17,7 +19,7 @@
 master_sites     sourceforge
 checksums        md5 ba25e512a6c824d6e56d76767a18af99
 
-patchfiles       patch-Makefile.in
+patchfiles       patch-Makefile.in.diff
 
 configure.args   --mandir=\\\${prefix}/share/man \
                  --disable-ogg-vorbis \
@@ -28,17 +30,17 @@
 
 destroot.destdir prefix=${destroot}${prefix}
 
-variant vorbis {
+variant vorbis description {Enable Ogg Vorbis support} {
 	configure.args-delete --disable-ogg-vorbis
 	depends_lib-append    port:libvorbis
 }
 
-variant mad {
+variant mad description {Enable MAD (MPEG audio decoder) support} {
 	configure.args-delete --disable-mad
 	depends_lib-append    port:libmad
 }
 
-variant lame {
+variant lame description {Enable LAME MP3 encoder support} {
 	configure.args-delete --disable-lame
 	depends_lib-append    port:lame
 }

Deleted: trunk/dports/audio/sox/files/patch-Makefile.in
===================================================================
--- trunk/dports/audio/sox/files/patch-Makefile.in	2008-06-12 09:14:59 UTC (rev 37541)
+++ trunk/dports/audio/sox/files/patch-Makefile.in	2008-06-12 12:55:39 UTC (rev 37542)
@@ -1,11 +0,0 @@
---- Makefile.in.orig	Wed Dec 22 13:18:03 2004
-+++ Makefile.in	Wed Dec 22 13:18:49 2004
-@@ -30,7 +30,7 @@
- PLAY_INSTALL_0 =
- PLAY_INSTALL_1  = install-play
- 
--install: $(PLAY_INSTALL_$(PLAY_SUPPORT))
-+install: all $(PLAY_INSTALL_$(PLAY_SUPPORT))
- 	cd src && $(MAKE) $@
- 	$(srcdir)/mkinstalldirs $(mandir)/man1
- 	$(INSTALL) -c -m 644 $(srcdir)/sox.1 $(mandir)/man1

Copied: trunk/dports/audio/sox/files/patch-Makefile.in.diff (from rev 37530, trunk/dports/audio/sox/files/patch-Makefile.in)
===================================================================
--- trunk/dports/audio/sox/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/audio/sox/files/patch-Makefile.in.diff	2008-06-12 12:55:39 UTC (rev 37542)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	Wed Dec 22 13:18:03 2004
++++ Makefile.in	Wed Dec 22 13:18:49 2004
+@@ -30,7 +30,7 @@
+ PLAY_INSTALL_0 =
+ PLAY_INSTALL_1  = install-play
+ 
+-install: $(PLAY_INSTALL_$(PLAY_SUPPORT))
++install: all $(PLAY_INSTALL_$(PLAY_SUPPORT))
+ 	cd src && $(MAKE) $@
+ 	$(srcdir)/mkinstalldirs $(mandir)/man1
+ 	$(INSTALL) -c -m 644 $(srcdir)/sox.1 $(mandir)/man1

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080612/9d7814cd/attachment.htm 


More information about the macports-changes mailing list