Date: Wed, 26 May 1999 18:16:32 -0700 (PDT) From: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11902: Update: audio/xhippo Message-ID: <19990527011632.4DA64156C@norn.ca.eu.org>
next in thread | raw e-mail | index | archive | help
>Number: 11902 >Category: ports >Synopsis: Update: audio/xhippo >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: Wed May 26 18:20:02 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 #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: >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?19990527011632.4DA64156C>