summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-03 16:30:03 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-03 16:30:03 +0000
commit3d8e851ef22d8ed574ee957b66b9810b1cd38d8f (patch)
tree3ac0169c30f1858fcfb0f3514e38c5454ade0e81
parentAdd snownews 1.3.3, a text mode RSS newsreader. (diff)
- Fix build on -current
- Fix MASTER_SITES - Remove obsolete WWW: line PR: 58874 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=92978
-rw-r--r--audio/mixer.app/Makefile14
-rw-r--r--audio/mixer.app/distinfo2
-rw-r--r--audio/mixer.app/files/patch-Makefile12
-rw-r--r--audio/mixer.app/pkg-descr2
4 files changed, 13 insertions, 17 deletions
diff --git a/audio/mixer.app/Makefile b/audio/mixer.app/Makefile
index 4c8d16ea7bd3..3096538decda 100644
--- a/audio/mixer.app/Makefile
+++ b/audio/mixer.app/Makefile
@@ -8,21 +8,17 @@
PORTNAME= mixer.app
PORTVERSION= 1.8.0
CATEGORIES= audio
-MASTER_SITES= http://www.fukt.bth.se/~per/mixer/
-DISTNAME= Mixer.app-${PORTVERSION}
+MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
+DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
COMMENT= Another mixer intended for the windowmaker dockapp
-USE_XPM= yes
-
-.include <bsd.port.pre.mk>
+WRKSRC= ${WRKDIR}/Mixer.app-${PORTVERSION}
-.if ${OSVERSION} >= 501000
-BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
-.endif
+USE_XPM= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Mixer.app ${PREFIX}/bin
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/audio/mixer.app/distinfo b/audio/mixer.app/distinfo
index 72dedf552040..308fd506b089 100644
--- a/audio/mixer.app/distinfo
+++ b/audio/mixer.app/distinfo
@@ -1 +1 @@
-MD5 (Mixer.app-1.8.0.tar.gz) = e2c275f16a91c52552d9e2221e18d24c
+MD5 (mixer.app_1.8.0.orig.tar.gz) = e2c275f16a91c52552d9e2221e18d24c
diff --git a/audio/mixer.app/files/patch-Makefile b/audio/mixer.app/files/patch-Makefile
index 50447466854b..dd7ff637397d 100644
--- a/audio/mixer.app/files/patch-Makefile
+++ b/audio/mixer.app/files/patch-Makefile
@@ -1,12 +1,14 @@
---- Makefile.orig Mon May 21 21:21:47 2001
-+++ Makefile Mon May 21 21:22:44 2001
-@@ -7,8 +7,8 @@
+--- Makefile.orig Mon Sep 16 01:37:33 2002
++++ Makefile Sat Nov 1 21:32:23 2003
+@@ -6,9 +6,9 @@
+ GNUSTEP_BINDIR = /usr/local/GNUstep/Apps/Mixer.app
X11_BINDIR = /usr/X11R6/bin
- CXX=c++
+-CXX=c++
-CXXFLAGS += -Wall -pedantic -fno-rtti -fno-exceptions -O2 -I/usr/X11R6/include
-LDFLAGS += -L/usr/X11R6/lib -lXpm -lXext -lX11
-+CXXFLAGS += -Wall -pedantic -fno-rtti -fno-exceptions -I${X11BASE}/include
++CXX?=c++
++CXXFLAGS += -fno-rtti -fno-exceptions -I${X11BASE}/include
+LDFLAGS += -L${X11BASE}/lib -lXpm -lXext -lX11
OBJECTS = Main.o Mixer.o Xpm.o
diff --git a/audio/mixer.app/pkg-descr b/audio/mixer.app/pkg-descr
index a0edafa59f13..af8cdea26169 100644
--- a/audio/mixer.app/pkg-descr
+++ b/audio/mixer.app/pkg-descr
@@ -3,7 +3,5 @@ A dockapp that controls the mixer for three volumes by default:
* CD
* PCM
-WWW: http://www.fukt.bth.se/~per/mixer/
-
Author:
Per Liden <per@fukt.bth.se>