From owner-freebsd-ports Sat Apr 28 18:20: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E0DE437B42C for ; Sat, 28 Apr 2001 18:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3T1K1g93592; Sat, 28 Apr 2001 18:20:01 -0700 (PDT) (envelope-from gnats) Received: from emily.cc.duth.gr (emily.cc.duth.gr [192.108.114.21]) by hub.freebsd.org (Postfix) with ESMTP id 58D4537B423 for ; Sat, 28 Apr 2001 18:14:34 -0700 (PDT) (envelope-from kkonstan@emily.cc.duth.gr) Received: (from kkonstan@localhost) by emily.cc.duth.gr (8.11.3/8.11.3) id f3T1EWr69166; Sun, 29 Apr 2001 04:14:32 +0300 (EEST) (envelope-from kkonstan) Message-Id: <200104290114.f3T1EWr69166@emily.cc.duth.gr> Date: Sun, 29 Apr 2001 04:14:32 +0300 (EEST) From: kkonstan@duth.gr Reply-To: kkonstan@daemon.gr To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/26939: Update port: audio/wmix to 2.20 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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