[21839] trunk/dports/audio/herrie

source_changes at macosforge.org source_changes at macosforge.org
Fri Feb 9 06:51:58 PST 2007


Revision: 21839
          http://trac.macosforge.org/projects/macports/changeset/21839
Author:   pipping at macports.org
Date:     2007-02-09 06:51:58 -0800 (Fri, 09 Feb 2007)

Log Message:
-----------
 * apply patch committed by maintainer

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

Added Paths:
-----------
    trunk/dports/audio/herrie/files/
    trunk/dports/audio/herrie/files/patch-ncurses

Modified: trunk/dports/audio/herrie/Portfile
===================================================================
--- trunk/dports/audio/herrie/Portfile	2007-02-09 14:51:21 UTC (rev 21838)
+++ trunk/dports/audio/herrie/Portfile	2007-02-09 14:51:58 UTC (rev 21839)
@@ -1,6 +1,7 @@
 PortSystem 1.0
 name		herrie
 version		1.3
+revision	1
 categories	audio
 maintainers	ed at fxq.nl
 description	Small command line interface music player
@@ -26,10 +27,11 @@
 checksums	md5 39402125831e5ffbad29d90790048bad \
 		rmd160 8c3559add402ea0bfd7f816ac765f06445e00b84 \
 		sha1 93dc3a6d1166fd512f7b815da3cdac0910d3072b
+patchfiles	patch-ncurses
 
-depends_lib	port:glib2 port:libao port:libid3tag port:libmad \
-		port:libsndfile port:libvorbis
-depends_build	bin:pkg-config:pkgconfig port:gettext
+depends_lib	port:curl port:glib2 port:libao port:libid3tag port:libmad \
+		port:libsndfile port:libvorbis port:ncurses
+depends_build	port:gettext bin:pkg-config:pkgconfig
 
 use_configure	no
 build.args	PREFIX=${prefix}

Added: trunk/dports/audio/herrie/files/patch-ncurses
===================================================================
--- trunk/dports/audio/herrie/files/patch-ncurses	                        (rev 0)
+++ trunk/dports/audio/herrie/files/patch-ncurses	2007-02-09 14:51:58 UTC (rev 21839)
@@ -0,0 +1,14 @@
+--- GNUmakefile	2007-01-22 21:29:07.000000000 +0100
++++ GNUmakefile	2007-02-06 18:13:59.000000000 +0100
+@@ -130,11 +130,7 @@
+ CFLAGS+=	-DBUILD_XCURSES
+ LDFLAGS+=	-lXCurses
+ else
+-ifeq ($(OS),SunOS)
+ LDFLAGS+=	-lncurses
+-else
+-LDFLAGS+=	-lcurses
+-endif
+ endif
+ 
+ OBJS+=		audio_file.o audio_output_$(AUDIO_OUTPUT).o config.o \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070209/60a53834/attachment.html


More information about the macports-changes mailing list