diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-04-11 23:32:16 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-04-11 23:32:16 +0800 |
commit | ab69fefab8795a5239657161a993c857b952b230 (patch) | |
tree | 75a223db8cbae792ac36cb0c79823250772a158c /audio | |
parent | ea5668f40e44fafd905c9c9b83ce37e4a1c78a63 (diff) | |
download | freebsd-ports-graphics-ab69fefab8795a5239657161a993c857b952b230.tar.gz freebsd-ports-graphics-ab69fefab8795a5239657161a993c857b952b230.tar.zst freebsd-ports-graphics-ab69fefab8795a5239657161a993c857b952b230.zip |
Upgrade to version 1.7
PR: 26476
Submitted by: MAINTAINER
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cdplayer.app/Makefile | 2 | ||||
-rw-r--r-- | audio/cdplayer.app/distinfo | 2 | ||||
-rw-r--r-- | audio/cdplayer.app/files/patch-aa | 16 |
3 files changed, 9 insertions, 11 deletions
diff --git a/audio/cdplayer.app/Makefile b/audio/cdplayer.app/Makefile index 9f268fc3490..6861d220edf 100644 --- a/audio/cdplayer.app/Makefile +++ b/audio/cdplayer.app/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cdplayer.app -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= audio windowmaker MASTER_SITES= http://planeta.terra.com.br/informatica/oldnapalm/cdplayer/ DISTNAME= CDPlayer.app-${PORTVERSION} diff --git a/audio/cdplayer.app/distinfo b/audio/cdplayer.app/distinfo index c3e7859fa55..a408a597a1d 100644 --- a/audio/cdplayer.app/distinfo +++ b/audio/cdplayer.app/distinfo @@ -1 +1 @@ -MD5 (CDPlayer.app-1.6.tar.gz) = c41da60cf86372be0170c7f6f88e0db1 +MD5 (CDPlayer.app-1.7.tar.gz) = dbf0ac15a59ed2c9eec69cf73dc9b841 diff --git a/audio/cdplayer.app/files/patch-aa b/audio/cdplayer.app/files/patch-aa index c52361ae243..21ac1df4b27 100644 --- a/audio/cdplayer.app/files/patch-aa +++ b/audio/cdplayer.app/files/patch-aa @@ -1,14 +1,12 @@ ---- Makefile.orig Thu Mar 9 07:14:23 2000 -+++ Makefile Wed Sep 13 21:09:34 2000 -@@ -1,8 +1,8 @@ +--- Makefile.orig Mon Jan 1 23:42:19 2001 ++++ Makefile Tue Apr 10 15:09:51 2001 +@@ -1,8 +1,6 @@ -PREFIX = /usr/local --CFLAGS = `get-wraster-flags --cflags` `libcdaudio-config --cflags` -+#PREFIX = /usr/local -+CFLAGS += `get-wraster-flags --cflags` `libcdaudio-config --cflags` -I${X11BASE}/include/WINGs - LDFLAGS = `get-wraster-flags --ldflags` `libcdaudio-config --ldadd` - LIBS = `get-wraster-flags --libs` `libcdaudio-config --libs` +-CFLAGS = `get-wings-flags --cflags` `libcdaudio-config --cflags` ++CFLAGS += `get-wings-flags --cflags` `libcdaudio-config --cflags` + LDFLAGS = `get-wings-flags --ldflags` `libcdaudio-config --ldadd` + LIBS = `get-wings-flags --libs` `libcdaudio-config --libs` -CC = gcc -O2 -+#CC = gcc -O2 all: CDPlayer |