Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  1 Jan 2001 23:17:09 +0100 (CET)
From:      Anders Nordby <anders@fix.no>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24009: Update port: audio/xmp
Message-ID:  <20010101221709.EF2C73C97@totem.fix.no>
Resent-Message-ID: <200101012220.f01MK2s38593@freefall.freebsd.org>

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

>Number:         24009
>Category:       ports
>Synopsis:       Update port: audio/xmp
>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:   Mon Jan 01 14:20:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Anders Nordby
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
Fluxpod Information eXchange
>Environment:

FreeBSD eggsilo.localnet 4.2-STABLE FreeBSD 4.2-STABLE #0: Sun Dec 17 19:09:13 CET 2000     root@eggsilo.localnet:/space/tmp/obj/usr/src/sys/EGGSILO  i386

>Description:

Updates the port to the latest version.

>How-To-Repeat:

	

>Fix:

diff -Nur xmp.old/Makefile xmp/Makefile
--- xmp.old/Makefile	Sat Sep 16 20:38:52 2000
+++ xmp/Makefile	Mon Jan  1 03:01:46 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xmp
-PORTVERSION=	2.0.2
+PORTVERSION=	2.0.3
 CATEGORIES=	audio
 MASTER_SITES=	http://xmp.helllabs.org/pkg/%SUBDIR%/ \
 		http://xmp.linuxave.net/pkg/%SUBDIR%/
diff -Nur xmp.old/distinfo xmp/distinfo
--- xmp.old/distinfo	Sat Sep 16 20:38:55 2000
+++ xmp/distinfo	Mon Jan  1 03:02:45 2001
@@ -1 +1 @@
-MD5 (xmp-2.0.2.tar.bz2) = 4680cdf3de9482b42055807f64b99e13
+MD5 (xmp-2.0.3.tar.bz2) = 93afef7d1fbb4de92fa9228e53d46660
diff -Nur xmp.old/files/patch-ab xmp/files/patch-ab
--- xmp.old/files/patch-ab	Sat Sep 16 20:38:55 2000
+++ xmp/files/patch-ab	Mon Jan  1 16:51:51 2001
@@ -1,11 +1,9 @@
---- etc/Makefile.orig	Wed Feb  2 22:20:34 2000
-+++ etc/Makefile	Fri Aug  4 23:49:51 2000
-@@ -21,7 +21,7 @@
- 	@if [ -f /etc/xmp-modules.conf ]; then \
- 	    mv -f /etc/xmp-modules.conf /etc/xmp-modules.conf.old; \
+--- etc/Makefile.old	Mon Jan  1 16:49:34 2001
++++ etc/Makefile	Mon Jan  1 16:50:29 2001
+@@ -20,5 +20,5 @@
+ 	@if [ -f $(DEST_DIR)/etc/xmp-modules.conf ]; then \
+ 	    mv -f $(DEST_DIR)/etc/xmp-modules.conf $(DEST_DIR)/etc/xmp-modules.conf.old; \
  	fi
--	$(INSTALL) -m644 xmp.conf xmp-modules.conf /etc
+-	$(INSTALL) -m644 xmp.conf xmp-modules.conf $(DEST_DIR)/etc
 +	$(INSTALL_DATA) xmp.conf xmp-modules.conf $(ETC_DIR)
  
- xmp.spec: xmp.spec.in ../Makefile.rules
- 	cat $@.in | sed 's/@VERSION@/$(VERSION)/g' > $@
diff -Nur xmp.old/files/patch-ah xmp/files/patch-ah
--- xmp.old/files/patch-ah	Sat Sep 16 20:38:55 2000
+++ xmp/files/patch-ah	Mon Jan  1 12:29:15 2001
@@ -1,6 +1,6 @@
---- src/xmms/Makefile.orig	Wed May  3 08:50:48 2000
-+++ src/xmms/Makefile	Sat Aug  5 02:45:42 2000
-@@ -9,10 +9,10 @@
+--- src/xmms/Makefile.old	Mon Jan  1 12:28:08 2001
++++ src/xmms/Makefile	Mon Jan  1 12:28:56 2001
+@@ -12,10 +12,10 @@
  include ../../Makefile.rules
  
  all: $(OBJS)
@@ -8,8 +8,8 @@
 +	$(CC) -shared -o libxmp.so $+ -L../../lib/ -lxmp
  
  install::
--	$(INSTALL) -s -m755 libxmp.so `xmms-config --input-plugin-dir`
-+	$(INSTALL_DATA) libxmp.so `xmms-config --input-plugin-dir`
+-	$(INSTALL) -s -m755 libxmp.so $(DEST_DIR)`xmms-config --input-plugin-dir`
++	$(INSTALL_DATA) libxmp.so $(DEST_DIR)`xmms-config --input-plugin-dir`
  
  $(OBJS): Makefile
  

>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?20010101221709.EF2C73C97>