Hi,

This diff updates libxmp to the latest release.
Tested on amd64.

Comments ? OK ?

-- 
Alexandr Shadchin

Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/libxmp/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile    19 Jun 2013 15:55:03 -0000      1.1.1.1
+++ Makefile    9 Dec 2013 18:27:53 -0000
@@ -4,10 +4,10 @@ SHARED_ONLY = Yes
 
 COMMENT =      module player library
 
-DISTNAME =     libxmp-4.1.5
+DISTNAME =     libxmp-4.2.0
 CATEGORIES =   audio
 
-SHARED_LIBS += xmp             0.0     # 4.1
+SHARED_LIBS += xmp             0.1     # 4.2
 
 HOMEPAGE =     http://xmp.sourceforge.net/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/audio/libxmp/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    19 Jun 2013 15:55:03 -0000      1.1.1.1
+++ distinfo    9 Dec 2013 18:27:53 -0000
@@ -1,2 +1,2 @@
-SHA256 (libxmp-4.1.5.tar.gz) = 9ZmSgMgW+S0S1ue6245UlQC3pCCmh/3yaLqpBZgccjM=
-SIZE (libxmp-4.1.5.tar.gz) = 845289
+SHA256 (libxmp-4.2.0.tar.gz) = O+U9tg+viX9NT+E4hSw1psic76dA6NhBwMBNg3PKC6k=
+SIZE (libxmp-4.2.0.tar.gz) = 862134
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/audio/libxmp/patches/patch-Makefile_in,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-Makefile_in
--- patches/patch-Makefile_in   19 Jun 2013 15:55:03 -0000      1.1.1.1
+++ patches/patch-Makefile_in   9 Dec 2013 18:27:53 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-Makefile_in,v 1.1.1.1 2013/06/19 15:55:03 shadchin Exp $
---- Makefile.in.orig   Sun May 19 22:37:10 2013
-+++ Makefile.in        Mon May 20 12:20:46 2013
+--- Makefile.in.orig   Mon Sep  2 04:14:50 2013
++++ Makefile.in        Tue Dec 10 00:02:45 2013
 @@ -33,7 +33,7 @@ DDIRS                = docs include src loaders prowiz 
depackers win
  V             = 0
  LIB           = libxmp.a
@@ -14,8 +14,8 @@ $OpenBSD: patch-Makefile_in,v 1.1.1.1 20
  
  lib/$(SHLIB): $(LOBJS)
        @mkdir -p lib
--      @CMD='$(CC) -shared -Wl,-soname,$(SONAME) $(LD_VERSCRIPT) -o $@ 
$(LOBJS) $(LIBS)'; \
-+      @CMD='$(CC) -shared $(LD_VERSCRIPT) -o $@ $(LOBJS) $(LIBS)'; \
+-      @CMD='$(LD) $(LDFLAGS) -shared -Wl,-soname,$(SONAME) $(LD_VERSCRIPT) -o 
$@ $(LOBJS) $(LIBS)'; \
++      @CMD='$(LD) $(LDFLAGS) -shared $(LD_VERSCRIPT) -o $@ $(LOBJS) $(LIBS)'; 
\
        if [ "$(V)" -gt 0 ]; then echo $$CMD; else echo LD $@ ; fi; \
        eval $$CMD
        ln -sf $(SHLIB) lib/$(SONAME)

Reply via email to