Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 May 1999 21:10:16 -0700 (PDT)
From:      cpiazza@home.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11970: 
Message-ID:  <19990601041016.3B16B13DF@norn.ca.eu.org>

next in thread | raw e-mail | index | archive | help

>Number:         11970
>Category:       ports
>Synopsis:       
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 31 21:20:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Piazza
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
n/a
>Environment:

FreeBSD norn.ca.eu.org 4.0-CURRENT FreeBSD 4.0-CURRENT #217: Sat May 29 16:00:30
 PDT 1999     norn@norn.ca.eu.org:/usr/src/sys/compile/NORN  i386

>Description:

Update to 1.19.
I'm the maintainer of this port.

>How-To-Repeat:

>Fix:
	
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
+ 
+ 

-Chris

>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?19990601041016.3B16B13DF>