From norn@norn.ca.eu.org Wed May 26 18:16:47 1999
Return-Path: <norn@norn.ca.eu.org>
Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137])
	by hub.freebsd.org (Postfix) with ESMTP id CEC3015462
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 May 1999 18:16:41 -0700 (PDT)
	(envelope-from norn@norn.ca.eu.org)
Received: by norn.ca.eu.org (Postfix, from userid 1000)
	id 4DA64156C; Wed, 26 May 1999 18:16:32 -0700 (PDT)
Message-Id: <19990527011632.4DA64156C@norn.ca.eu.org>
Date: Wed, 26 May 1999 18:16:32 -0700 (PDT)
From: cpiazza@home.net
Sender: norn@norn.ca.eu.org
Reply-To: cpiazza@home.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update: audio/xhippo
X-Send-Pr-Version: 3.2

>Number:         11902
>Category:       ports
>Synopsis:       Update: audio/xhippo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 26 18:20:02 PDT 1999
>Closed-Date:    Fri May 28 20:51:20 PDT 1999
>Last-Modified:  Fri May 28 20:52:13 PDT 1999
>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 #213: Wed May 19 09:07:23
 PDT 1999     norn@norn.ca.eu.org:/usr/src/sys/compile/NORN  i386

>Description:

Update to 0.85.  Make it actually work by installing a config file!
All the changed stuff in the header section of the Makefile is fixing a bunch
of spaces that put it all on the far right of my screen...purely cosmetic.
Files added: patch-aa

>How-To-Repeat:

>Fix:
	
Index: xhippo/Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/audio/xhippo/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile	1999/04/16 06:43:57	1.1.1.1
+++ Makefile	1999/05/27 00:34:50
@@ -1,12 +1,12 @@
-# New ports collection makefile for:   xhippo
-# Version required:                    0.8
-# Date created:                                16 March 1999
-# Whom:                                        Rod Taylor <tr49986@rcc.on.ca>
+# New ports collection makefile for:	xhippo
+# Version required:			0.85
+# Date created:				16 March 1999
+# Whom:					Rod Taylor <tr49986@rcc.on.ca>
 #
 # $Id: Makefile,v 1.1.1.1 1999/04/16 06:43:57 flathill Exp $
 #
 
-DISTNAME=      xhippo-0.8
+DISTNAME=      xhippo-0.85
 CATEGORIES=    audio
 MASTER_SITES=  http://zenchaos.netpedia.net/software/
 
@@ -20,6 +20,12 @@
 USE_XLIB=      yes
 
 post-install:
+	@if [ ! -f ${PREFIX}/etc/xhippo.config ]; then \
+		${INSTALL_SCRIPT} ${WRKSRC}/xhippo.config \
+		    ${PREFIX}/etc ; \
+	fi
+	${INSTALL_SCRIPT} ${WRKSRC}/xhippo.config \
+		${PREFIX}/etc/xhippo.config.default
 	@${CAT} ${PKGDIR}/MESSAGE
 
 .include <bsd.port.mk>
Index: xhippo/files/md5
===================================================================
RCS file: /cvs/FreeBSD/ports/audio/xhippo/files/md5,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 md5
--- md5	1999/04/16 06:43:57	1.1.1.1
+++ md5	1999/05/27 00:16:26
@@ -1 +1 @@
-MD5 (xhippo-0.8.tar.gz) = 054b48c0b5964fdf6daf0e6cbc5e781c
+MD5 (xhippo-0.85.tar.gz) = 00f74eed5f5d8ca1bd62f5d6c25537ad
Index: xhippo/patches/patch-aa
===================================================================
RCS file: patch-aa
diff -N patch-aa
--- /dev/null	Wed May 26 18:13:03 1999
+++ patch-aa	Wed May 26 18:14:08 1999
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	Wed May 26 18:13:40 1999
++++ Makefile.in	Wed May 26 18:13:52 1999
+@@ -72,7 +72,7 @@
+ bin_PROGRAMS = xhippo
+ xhippo_SOURCES = xhippo.c xhippo.h
+ xhippo_LDADD = @UILIBS@
+-CPPFLAGS = -DSYSTEMXHIPPOCONFIG=\"@datadir@/xhippo.config\" -DVERSION=\"@VERSION@\" @UIFLAGS@
++CPPFLAGS = -DSYSTEMXHIPPOCONFIG=\"@sysconfdir@/xhippo.config\" -DVERSION=\"@VERSION@\" @UIFLAGS@
+ 
+ EXTRA_DIST = README README.fvwm2 LIESMICH BUGS xhippo.config xhippo.gtkrc xhippo.xpm
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Index: xhippo/pkg/MESSAGE
===================================================================
RCS file: /cvs/FreeBSD/ports/audio/xhippo/pkg/MESSAGE,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 MESSAGE
--- MESSAGE	1999/04/16 06:43:57	1.1.1.1
+++ MESSAGE	1999/05/27 00:35:39
@@ -1,3 +1,3 @@
 ***
 Playlists should be created like:
-find ~/sound -name *.mp3 | sort > playlist
+find ~/sound -name \*.mp3 | sort > playlist
Index: xhippo/pkg/PLIST
===================================================================
RCS file: /cvs/FreeBSD/ports/audio/xhippo/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- PLIST	1999/04/16 06:43:57	1.1.1.1
+++ PLIST	1999/05/27 01:08:57
@@ -1 +1,3 @@
 bin/xhippo
+etc/xhippo.config.default
+@exec if [ ! -f %D/etc/xhippo.config ] ; then cp -p %D/%F %B/xhippo.config; fi

-Chris

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Fri May 28 20:51:20 PDT 1999 
State-Changed-Why:  
Update committed, thanks! 
>Unformatted:
