Update to 1.19. I'm the maintainer of this port. Fix: -Chris--1rE6hvWI1E1vmCVSM6wKl9rd0fhebvIVPDANFe4sSKDF1qTr Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" Index: aumix/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/audio/aumix/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/05/29 04:47:12 1.1.1.1 +++ Makefile 1999/06/01 01:31:25 @@ -1,12 +1,12 @@ # New ports collection makefile for: aumix -# Version required: 1.18.4 +# Version required: 1.19 # Date created: 21 May 1999 # Whom: Chris Piazza <cpiazza@home.net> # # $Id: Makefile,v 1.1.1.1 1999/05/29 04:47:12 steve Exp $ # -DISTNAME= aumix-1.18.4 +DISTNAME= aumix-1.19 CATEGORIES= audio MASTER_SITES= http://jpj.net/~trevor/aumix/ \ ${MASTER_SITE_SUNSITE} @@ -18,8 +18,9 @@ GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ENV+= CPPFLAGS="-L${LOCALBASE}/lib -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -I${LOCALBASE}/include" +CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \ + --libdir="${LOCALBASE}/lib" +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" MAN1= aumix.1 Index: aumix/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/audio/aumix/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/05/29 04:47:13 1.1.1.1 +++ md5 1999/06/01 00:12:24 @@ -1 +1 @@ -MD5 (aumix-1.18.4.tar.gz) = 1451d865adc0a529c7b0fb5e7e2888ee +MD5 (aumix-1.19.tar.gz) = 0ca846dda9e0c42f3694113373e3fe47 Index: aumix/patches/patch-aa =================================================================== RCS file: patch-aa diff -N patch-aa --- /dev/null Mon May 31 18:32:17 1999 +++ patch-aa Mon May 31 18:26:11 1999 @@ -0,0 +1,20 @@ +--- src/Makefile.in.orig Thu May 20 04:56:28 1999 ++++ src/Makefile.in Mon May 31 18:25:47 1999 +@@ -80,7 +80,7 @@ + aumix_SOURCES = aumix.c aumix_curses.c aumix_gpm.c aumix.h gpm-xterm.h aumix_curses.h + + localedir = $(datadir)/locale +-INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\" ++INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\" -I@includedir@ + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_CLEAN_FILES = + PROGRAMS = $(bin_PROGRAMS) +@@ -97,7 +97,7 @@ + CFLAGS = @CFLAGS@ + COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) + CCLD = $(CC) +-LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ ++LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -L@libdir@ -o $@ + DIST_COMMON = Makefile.am Makefile.in + +
State Changed From-To: open->closed Committed, thanks