Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Feb 2000 17:20:03 -0800 (PST)
From:      Kristopher Zentner <kzentner@u.washington.edu>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/16823: update port: audio/soundtracker
Message-ID:  <200002200120.RAA94798@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/16823; it has been noted by GNATS.

From: Kristopher Zentner <kzentner@u.washington.edu>
To: Ade Lovett <ade@lovett.com>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/16823: update port: audio/soundtracker
Date: Sat, 19 Feb 2000 17:11:29 -0800 (PST)

 > 
 > I don't think that initial / should be there.
 oops, fixed.
 > 
 > If it's only installed when USE_GNOME is set, either make a separate
 > PLIST.gnome (probably overkill), or add something like: 
 <cut rest of message>
 
 I've decided to go the PLIST.gnome route since it seems more modular and
 who knows what they'll add to this since this program is still under
 active development. Shall I submit my diffs under a new pr? Just in case
 I'm adding them here (yes I'm still fairly new to this whole ports thing). 
 
 changed files:
 Makefile
 files/md5
 patches/patch-ad
 patches/patch-ae
 pkg/PLIST
 
 new file:
 pkg/PLIST.gnome
 
 diff -urN /usr/ports/audio/soundtracker/Makefile audio/soundtracker/Makefile
 --- /usr/ports/audio/soundtracker/Makefile	Sun Jan  9 15:24:19 2000
 +++ audio/soundtracker/Makefile	Sat Feb 19 16:53:42 2000
 @@ -1,12 +1,12 @@
  # New ports collection makefile for:   soundtracker
 -# Version required:    0.3.8
 +# Version required:    0.3.10
  # Date created:        28 November 1999
  # Whom:                kzentner
  #
  # $FreeBSD: ports/audio/soundtracker/Makefile,v 1.2 2000/01/09 23:24:19 ade Exp $
  #
  
 -DISTNAME=	soundtracker-0.3.8
 +DISTNAME=	soundtracker-0.3.10
  CATEGORIES=	audio
  MASTER_SITES=	ftp://ftp.soundtracker.org/pub/soundtracker/v0.3/
  
 @@ -18,6 +18,8 @@
  GNU_CONFIGURE=	YES
  
  CONFIGURE_ENV=	GTK_CONFIG="${GTK_CONFIG}"
 +
 +USE_X_PREFIX=   yes
  
  .if defined(USE_GNOME)
  CONFIGURE_ARGS+=	--enable-gnome
 diff -urN /usr/ports/audio/soundtracker/files/md5 audio/soundtracker/files/md5
 --- /usr/ports/audio/soundtracker/files/md5	Sun Jan  9 15:24:29 2000
 +++ audio/soundtracker/files/md5	Fri Feb 18 22:06:51 2000
 @@ -1 +1 @@
 -MD5 (soundtracker-0.3.8.tar.gz) = 960764d7e728819f8e3c466f723fcd42
 +MD5 (soundtracker-0.3.10.tar.gz) = 6f31c7049c5d0906068015232f7867a3
 diff -urN /usr/ports/audio/soundtracker/patches/patch-ad audio/soundtracker/patches/patch-ad
 --- /usr/ports/audio/soundtracker/patches/patch-ad	Sat Dec 25 07:35:43 1999
 +++ audio/soundtracker/patches/patch-ad	Sat Feb 19 00:04:07 2000
 @@ -1,7 +1,11 @@
 ---- app/Makefile.in.orig	Mon Nov 29 01:49:07 1999
 -+++ app/Makefile.in		Mon Nov 29 01:49:59 1999
 -@@ -466,3 +466,3 @@
 +--- app/Makefile.in.orig	Fri Feb 18 23:15:50 2000
 ++++ app/Makefile.in 		Fri Feb 18 23:18:29 2000
 +@@ -475,6 +475,6 @@
 + 
   install-exec-local:
  -	chown root.root $(bindir)/soundtracker
 +-	chmod +s $(bindir)/soundtracker
  +	chown root.wheel $(bindir)/soundtracker
 - 	chmod +s $(bindir)/soundtracker
 ++#	chmod +s $(bindir)/soundtracker
 + 
 + # Tell versions [3.59,3.63) of GNU make to not export all variables.
 diff -urN /usr/ports/audio/soundtracker/patches/patch-ae audio/soundtracker/patches/patch-ae
 --- /usr/ports/audio/soundtracker/patches/patch-ae	Sat Dec 25 07:35:43 1999
 +++ audio/soundtracker/patches/patch-ae	Sat Feb 19 00:06:09 2000
 @@ -1,7 +1,11 @@
 ---- app/Makefile.am.orig	Mon Nov 29 01:49:43 1999
 -+++ app/Makefile.am		Mon Nov 29 01:49:53 1999
 -@@ -42,3 +42,3 @@
 +--- app/Makefile.am.orig    Fri Feb 18 23:16:48 2000
 ++++ app/Makefile.am 	Fri Feb 18 23:18:42 2000
 +@@ -44,6 +44,6 @@
 + 
   install-exec-local:
  -	chown root.root $(bindir)/soundtracker
 +-	chmod +s $(bindir)/soundtracker
  +	chown root.wheel $(bindir)/soundtracker
 - 	chmod +s $(bindir)/soundtracker
 ++#	chmod +s $(bindir)/soundtracker
 + 
 + stdir = $(datadir)/soundtracker
 diff -urN /usr/ports/audio/soundtracker/pkg/PLIST audio/soundtracker/pkg/PLIST
 --- /usr/ports/audio/soundtracker/pkg/PLIST	Sun Jan  9 15:24:31 2000
 +++ audio/soundtracker/pkg/PLIST	Sat Feb 19 16:52:19 2000
 @@ -2,6 +2,6 @@
  share/locale/de/LC_MESSAGES/soundtracker.mo
  share/locale/es/LC_MESSAGES/soundtracker.mo
  share/locale/it/LC_MESSAGES/soundtracker.mo
 -share/locale/ja/LC_MESSAGES/soundtracker.mo
  share/locale/pl/LC_MESSAGES/soundtracker.mo
 +share/locale/ja/LC_MESSAGES/soundtracker.mo
  share/locale/ru/LC_MESSAGES/soundtracker.mo
 diff -urN /usr/ports/audio/soundtracker/pkg/PLIST.gnome audio/soundtracker/pkg/PLIST.gnome
 --- /usr/ports/audio/soundtracker/pkg/PLIST.gnome	Sat Feb 19 17:05:59 2000
 +++ audio/soundtracker/pkg/PLIST.gnome	Sat Feb 19 16:52:12 2000
 @@ -0,0 +1,8 @@
 +bin/soundtracker
 +share/locale/de/LC_MESSAGES/soundtracker.mo
 +share/locale/es/LC_MESSAGES/soundtracker.mo
 +share/locale/it/LC_MESSAGES/soundtracker.mo
 +share/locale/pl/LC_MESSAGES/soundtracker.mo
 +share/locale/ja/LC_MESSAGES/soundtracker.mo
 +share/locale/ru/LC_MESSAGES/soundtracker.mo
 +share/gnome/apps/Multimedia/soundtracker.desktop
 
 


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?200002200120.RAA94798>