Date: Sun, 29 Apr 2001 04:14:32 +0300 (EEST) From: kkonstan@duth.gr To: FreeBSD-gnats-submit@freebsd.org Subject: ports/26939: Update port: audio/wmix to 2.20 Message-ID: <200104290114.f3T1EWr69166@emily.cc.duth.gr>
next in thread | raw e-mail | index | archive | help
>Number: 26939 >Category: ports >Synopsis: Update port: audio/wmix to 2.20 >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 28 18:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Konstantinos Konstantinidis >Release: FreeBSD 4.3-RELEASE i386 >Organization: Demokritos University of Thrace >Environment: >Description: New version (2.2->2.20) and minor changes to the port. Priority set to high because the author removed the old distfile, thus breaking the port. >How-To-Repeat: >Fix: diff -ruN wmix.orig/Makefile wmix/Makefile --- wmix.orig/Makefile Sat Apr 7 07:43:39 2001 +++ wmix/Makefile Sun Apr 29 02:38:23 2001 @@ -6,18 +6,18 @@ # PORTNAME= wmix -PORTVERSION= 2.2 +PORTVERSION= 2.20 CATEGORIES= audio windowmaker -MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-oss +MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/ MAINTAINER= kkonstan@daemon.gr USE_XPM= YES USE_X_PREFIX= YES +NO_MAN_COMPRESS=YES pre-configure: - ${PERL} -pi -e "s@cc@${CC}@g" ${WRKSRC}/Makefile + @${PERL} -pi -e "s@gcc@${CC}@g" ${WRKSRC}/Makefile do-install: @${INSTALL_PROGRAM} ${WRKSRC}/wmix ${PREFIX}/bin diff -ruN wmix.orig/distinfo wmix/distinfo --- wmix.orig/distinfo Sat Apr 7 07:43:39 2001 +++ wmix/distinfo Sun Apr 29 02:38:23 2001 @@ -1 +1 @@ -MD5 (wmix-2.2-oss.tar.gz) = d8f7a51e0130c89e168631e2504477cb +MD5 (wmix-2.20.tar.gz) = 0ae41cd0a1d7303522e69a4269536c09 diff -ruN wmix.orig/files/patch-aa wmix/files/patch-aa --- wmix.orig/files/patch-aa Sat Apr 7 07:43:40 2001 +++ wmix/files/patch-aa Sun Apr 29 02:38:23 2001 @@ -2,16 +2,16 @@ --- Makefile Sun Apr 1 22:50:23 2001 *************** *** 1,6 **** -! CC = gcc + CC = gcc ! CFLAGS = -O2 -Wall -I/usr/X11R6/include -DCUSTOM ! LIBS = -L/usr/X11R6/lib -lX11 -lXpm -lXext SRCS = mix.c config.c OBJS = mix.o config.o --- 1,6 ---- -! CC = cc + CC = gcc ! CFLAGS += -Wall -I/usr/local/include -I/usr/X11R6/include -DCUSTOM -! LDFLAGS+= -L/usr/local/lib -L/usr/X11R6/lib -lX11 -lXpm -lXext +! LDFLAGS = -L/usr/local/lib -L/usr/X11R6/lib -lX11 -lXpm -lXext SRCS = mix.c config.c OBJS = mix.o config.o >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104290114.f3T1EWr69166>