Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Feb 2001 12:58:40 +0100 (CET)
From:      Anders Nordby <anders@fix.no>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25001: Update port: audio/xmp
Message-ID:  <20010211115840.5B4803C8E@totem.fix.no>

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

>Number:         25001
>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:   Sun Feb 11 04:00:01 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: Sat Feb  3 23:01:01 CET 2001     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	Tue Jan  2 16:50:05 2001
+++ xmp/Makefile	Sun Feb 11 02:29:04 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xmp
-PORTVERSION=	2.0.3
+PORTVERSION=	2.0.4
 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	Mon Jan  1 03:02:45 2001
+++ xmp/distinfo	Sun Feb 11 02:32:44 2001
@@ -1 +1 @@
-MD5 (xmp-2.0.3.tar.bz2) = 93afef7d1fbb4de92fa9228e53d46660
+MD5 (xmp-2.0.4.tar.bz2) = db1813fec46c57757965c53a8cf33c4f
diff -Nur xmp.old/files/patch-ad xmp/files/patch-ad
--- xmp.old/files/patch-ad	Sat Sep 16 20:38:55 2000
+++ xmp/files/patch-ad	Sun Feb 11 02:39:01 2001
@@ -1,7 +1,7 @@
---- Makefile.rules.in.orig	Sun May  7 09:51:31 2000
-+++ Makefile.rules.in	Sat Aug  5 02:40:28 2000
-@@ -7,14 +7,17 @@
- exec_prefix= @prefix@
+--- Makefile.rules.in.old	Sun Feb 11 02:36:54 2001
++++ Makefile.rules.in	Sun Feb 11 02:38:45 2001
+@@ -9,14 +9,17 @@
+ exec_prefix= $(DEST_DIR)@prefix@
  BIN_DIR	= @bindir@
  LIB_DIR = @libdir@
 +ETC_DIR = @sysconfdir@
@@ -11,11 +11,11 @@
 -CFLAGS	= -c @CFLAGS@ @DEFS@ @CINCS@
 +CFLAGS	= -c @CFLAGS@ @DEFS@ @CINCS@ -DETC_DIR=\"$(ETC_DIR)\"
  LD	= @CC@
- LFLAGS	= -o$@
+ LDFLAGS	= -o$@ @LDFLAGS@
  RANLIB	= @RANLIB@
  INSTALL	= @INSTALL@
-+INSTALL_PROGRAM	= @INSTALL_PROGRAM@
-+INSTALL_DATA	= @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_DATA = @INSTALL_DATA@
  LIBS	= @LIBS@ $(XLIBS)
  SHELL	= /bin/sh
  PLATFORM= @PLATFORM@
diff -Nur xmp.old/files/patch-ah xmp/files/patch-ah
--- xmp.old/files/patch-ah	Mon Jan  1 12:29:15 2001
+++ xmp/files/patch-ah	Sun Feb 11 02:40:14 2001
@@ -1,15 +1,11 @@
---- 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)
--	gcc -shared -o libxmp.so $+ -L../../lib/ -lxmp
-+	$(CC) -shared -o libxmp.so $+ -L../../lib/ -lxmp
+--- src/xmms/Makefile.old	Sun Feb 11 02:39:18 2001
++++ src/xmms/Makefile	Sun Feb 11 02:39:51 2001
+@@ -23,7 +23,7 @@
+ 	make -C ../../lib shared
  
  install::
--	$(INSTALL) -s -m755 libxmp.so $(DEST_DIR)`xmms-config --input-plugin-dir`
-+	$(INSTALL_DATA) libxmp.so $(DEST_DIR)`xmms-config --input-plugin-dir`
+-	$(INSTALL) -s -m755 xmp-plugin.so $(DEST_DIR)`xmms-config --input-plugin-dir`
++	$(INSTALL_DATA) -s -m755 xmp-plugin.so $(DEST_DIR)`xmms-config --input-plugin-dir`
  
  $(OBJS): Makefile
  
diff -Nur xmp.old/patch-ad xmp/patch-ad
--- xmp.old/patch-ad	Thu Jan  1 01:00:00 1970
+++ xmp/patch-ad	Sat Sep 16 20:38:55 2000
@@ -0,0 +1,21 @@
+--- Makefile.rules.in.orig	Sun May  7 09:51:31 2000
++++ Makefile.rules.in	Sat Aug  5 02:40:28 2000
+@@ -7,14 +7,17 @@
+ exec_prefix= @prefix@
+ BIN_DIR	= @bindir@
+ LIB_DIR = @libdir@
++ETC_DIR = @sysconfdir@
+ MAN_DIR	= @mandir@/man1
+ 
+ CC	= @CC@
+-CFLAGS	= -c @CFLAGS@ @DEFS@ @CINCS@
++CFLAGS	= -c @CFLAGS@ @DEFS@ @CINCS@ -DETC_DIR=\"$(ETC_DIR)\"
+ LD	= @CC@
+ LFLAGS	= -o$@
+ RANLIB	= @RANLIB@
+ INSTALL	= @INSTALL@
++INSTALL_PROGRAM	= @INSTALL_PROGRAM@
++INSTALL_DATA	= @INSTALL_DATA@
+ LIBS	= @LIBS@ $(XLIBS)
+ SHELL	= /bin/sh
+ PLATFORM= @PLATFORM@
diff -Nur xmp.old/patch-ah xmp/patch-ah
--- xmp.old/patch-ah	Thu Jan  1 01:00:00 1970
+++ xmp/patch-ah	Mon Jan  1 12:29:15 2001
@@ -0,0 +1,15 @@
+--- 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)
+-	gcc -shared -o libxmp.so $+ -L../../lib/ -lxmp
++	$(CC) -shared -o libxmp.so $+ -L../../lib/ -lxmp
+ 
+ install::
+-	$(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?20010211115840.5B4803C8E>