From owner-freebsd-ports Tue Apr 6 2:42: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C8FF15517 for ; Tue, 6 Apr 1999 02:41:58 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA83265; Tue, 6 Apr 1999 02:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 1A0CB14BCF for ; Tue, 6 Apr 1999 02:34:49 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id CAA14904; Tue, 6 Apr 1999 02:32:52 -0700 (PDT) (envelope-from mharo) Message-Id: <199904060932.CAA14904@patrol.area51.fremont.ca.us> Date: Tue, 6 Apr 1999 02:32:52 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10977: Update: audio/play Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 + +-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