Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jan 1999 23:08:07 +0200 (SAT)
From:      reg@shale.csir.co.za
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9814: Port update: gnomeaudio
Message-ID:  <199901302108.XAA83040@shale.csir.co.za>

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

>Number:         9814
>Category:       ports
>Synopsis:       Port update: gnomeaudio
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 30 13:10:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Jeremy Lea
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
Arb's Inc.
>Environment:

	FreeBSD Ports collection

>Description:

	Upgrade gnomeaudio to 0.99.4.  Fix depends, and redo patch to make
	port reinstall friendly.

>How-To-Repeat:

	

>Fix:
	
	
Index: Makefile
===================================================================
RCS file: /usr/home/ncvs/ports/audio/gnomeaudio/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	1999/01/27 08:31:48	1.3
+++ Makefile	1999/01/30 21:03:50
@@ -6,19 +6,21 @@
 # $Id: Makefile,v 1.3 1999/01/27 08:31:48 fenner Exp $
 #
 
-DISTNAME=	gnome-audio-0.1
-PKGNAME=	gnomeaudio-0.1
-CATEGORIES=	audio
+DISTNAME=	gnome-audio-0.99.4
+PKGNAME=	gnomeaudio-0.99.4
+CATEGORIES=	audio gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR=	gnome-audio
 
 MAINTAINER=	vanilla@FreeBSD.ORG
 
-RUN_DEPEND=	gnome-config:${PORTSDIR}/x11/gnomelibs
+BUILD_DEPENDS=	gnome-config:${PORTSDIR}/x11/gnomelibs
+RUN_DEPENDS=	gnome-config:${PORTSDIR}/x11/gnomelibs
 
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
-WRKSRC=		${WRKDIR}/gnome-audio/sounds
 NO_BUILD=	yes
+
+INSTALL_TARGET=	INSTALL_DATA="${INSTALL_DATA}" install	
 
 .include <bsd.port.mk>
Index: files/md5
===================================================================
RCS file: /usr/home/ncvs/ports/audio/gnomeaudio/files/md5,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 md5
--- md5	1998/12/30 23:18:11	1.1.1.1
+++ md5	1999/01/29 12:21:49
@@ -1 +1 @@
-MD5 (gnome-audio-0.1.tar.gz) = d2b6b5a520c6c5c8931f379e1a224919
+MD5 (gnome-audio-0.99.4.tar.gz) = 560b5da003e53df08a53492856510771
Index: patches/patch-aa
===================================================================
RCS file: /usr/home/ncvs/ports/audio/gnomeaudio/patches/patch-aa,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-aa
--- patch-aa	1998/12/30 23:18:11	1.1.1.1
+++ patch-aa	1999/01/29 12:40:34
@@ -1,12 +1,15 @@
---- Makefile.orig	Tue Dec 29 08:10:44 1998
-+++ Makefile	Tue Dec 29 08:11:02 1998
-@@ -4,7 +4,7 @@
+--- sounds/Makefile.orig	Tue Jan 26 23:56:12 1999
++++ sounds/Makefile	Fri Jan 29 14:28:41 1999
+@@ -6,9 +6,9 @@
  
- install:
+ install-files:
  	for I in $(shell find . -name '*.wav'); do \
 -		install -d $(prefix)/share/sounds/`dirname $$I`; \
 -		install -m444 $$I $(prefix)/share/sounds/$$I; \
-+		install -d $(prefix)/share/gnome/sounds/`dirname $$I`; \
-+		install -m444 $$I $(prefix)/share/gnome/sounds/$$I; \
++		mkdir -p $(prefix)/share/gnome/sounds/`dirname $$I`; \
++		${INSTALL_DATA} $$I $(prefix)/share/gnome/sounds/$$I; \
  	done
  
+ install-default-links:
+-	ln -sf startup1.wav $(prefix)/share/sounds/startup.wav
++	ln -sf startup1.wav $(prefix)/share/gnome/sounds/startup.wav
Index: pkg/PLIST
===================================================================
RCS file: /usr/home/ncvs/ports/audio/gnomeaudio/pkg/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- PLIST	1999/01/05 12:37:46	1.2
+++ PLIST	1999/01/29 12:44:59
@@ -10,6 +10,7 @@
 share/gnome/sounds/panel/slide.wav
 share/gnome/sounds/phone.wav
 share/gnome/sounds/ricochet.wav
+share/gnome/sounds/startup.wav
 share/gnome/sounds/startup1.wav
 share/gnome/sounds/startup2.wav
 @dirrm share/gnome/sounds/gnothello

>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?199901302108.XAA83040>