Update to 1.6.0

PR:		27526
Submitted by:	Jeff Palmer <scorpio@drkshdw.org>
This commit is contained in:
Chris Piazza 2001-05-22 03:26:55 +00:00
parent f301bd7de6
commit 84c32fb24c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42890
5 changed files with 18 additions and 15 deletions

View File

@ -6,17 +6,16 @@
#
PORTNAME= mixer.app
PORTVERSION= 1.4.1
PORTVERSION= 1.6.0
CATEGORIES= audio
MASTER_SITES= http://www.fukt.hk-r.se/~per/mixer/
MASTER_SITES= http://www.fukt.bth.se/~per/mixer/
DISTNAME= Mixer.app-${PORTVERSION}
MAINTAINER= cpiazza@FreeBSD.org
USE_IMAKE= yes
USE_XPM= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Mixer ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/Mixer.app ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (Mixer.app-1.4.1.tar.gz) = 5b32d952a94e9df57c1c7d3856bbb7ef
MD5 (Mixer.app-1.6.0.tar.gz) = 7446b8a898483df8aa097ab6188d2fb1

View File

@ -0,0 +1,13 @@
--- Makefile.orig Mon May 21 21:21:47 2001
+++ Makefile Mon May 21 21:22:44 2001
@@ -7,8 +7,8 @@
X11_BINDIR = /usr/X11R6/bin
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
+LDFLAGS += -L${X11BASE}/lib -lXpm -lXext -lX11
OBJECTS = Main.o Mixer.o Xpm.o

View File

@ -1,9 +0,0 @@
--- Imakefile.bak Sun Sep 24 01:19:13 2000
+++ Imakefile Sun Sep 24 01:19:32 2000
@@ -12,5 +12,5 @@
SRCS = Main.cc Mixer.cc Xpm.cc
OBJS = Main.o Mixer.o Xpm.o
-ComplexProgramTarget(Mixer)
+ComplexProgramTargetNoMan(Mixer)

View File

@ -1 +1 @@
bin/Mixer
bin/Mixer.app