Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Apr 1999 02:32:52 -0700 (PDT)
From:      mharo@area51.fremont.ca.us
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10977: Update: audio/play
Message-ID:  <199904060932.CAA14904@patrol.area51.fremont.ca.us>

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

>Number:         10977
>Category:       ports
>Synopsis:       Update: audio/play
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr  6 02:40:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Michael Haro
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
>Environment:

	

>Description:

Changes:
	- Fixed problem with MASTER_SITE
	- Now supports PREFIX and CFLAGS

portlint: 0 warnings, 0 errors
patches:  0 new, 0 removed

supports PREFIX: yes
supports CFLAGS: yes

>How-To-Repeat:

>Fix:
	
Index: Makefile
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/audio/play/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	1999/03/07 00:55:34	1.3
+++ Makefile	1999/04/06 09:21:03
@@ -8,7 +8,7 @@
 
 DISTNAME=	play-1.0
 CATEGORIES=	audio
-MASTER_SITES=	ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS
+MASTER_SITES=	ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/
 
 MAINTAINER=	seiken@nbs.co.jp
 
Index: patches/patch-ab
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/audio/play/patches/patch-ab,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-ab
--- patch-ab	1998/07/25 21:36:08	1.1.1.1
+++ patch-ab	1999/04/06 09:27:09
@@ -1,15 +1,14 @@
-*** Makefile.orig	Wed Mar 26 00:29:45 1997
---- Makefile	Wed May 20 13:27:36 1998
-***************
-*** 10,14 ****
-  CFLAGS  = -O
-  DESTDIR = /usr/local
-  BINDIR  = /bin
-! MANDIR  = /man/ja_JP.EUC/man
-  
---- 10,14 ----
-  CFLAGS  = -O
-  DESTDIR = /usr/local
-  BINDIR  = /bin
-! MANDIR  = /man/ja/man
-  
+--- Makefile.orig	Tue Mar 25 07:29:45 1997
++++ Makefile	Tue Apr  6 02:26:42 1999
+@@ -7,8 +7,8 @@
+ 
+ .include <bsd.prog.mk>
+ 
+-CFLAGS  = -O
+-DESTDIR = /usr/local
++CFLAGS  ?= -O
++DESTDIR = ${PREFIX}
+ BINDIR  = /bin
+-MANDIR  = /man/ja_JP.EUC/man
++MANDIR  = /man/ja/man
+ 

>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?199904060932.CAA14904>