On 10/05/14 03:00, Alexandr Shadchin wrote:
On Sun, Oct 05, 2014 at 12:22:35AM -0400, Brian Callahan wrote:
Hi ports --

Here's an update to both audio/libxmp and audio/xmp, bringing both to their
latest versions.
Tests good on amd64.

I noticed shadchin mailed an incremental update for this back in July with
no (public) responses.

OK?

~Brian

ok shadchin@ (see below)

Index: libxmp/Makefile
===================================================================
RCS file: /cvs/ports/audio/libxmp/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- libxmp/Makefile     19 Dec 2013 18:07:31 -0000      1.2
+++ libxmp/Makefile     5 Oct 2014 04:13:31 -0000
@@ -4,10 +4,10 @@ SHARED_ONLY = Yes
COMMENT = module player library -DISTNAME = libxmp-4.2.0
+DISTNAME =     libxmp-4.3.0
  CATEGORIES =  audio
-SHARED_LIBS += xmp 0.1 # 4.2
+SHARED_LIBS += xmp             1.0     # 4.3
no need major bump, enough minor bump (added only one function)

I'm not sure a minor bump is ok. It looks like some functions were removed:

# diff -u xmp.old xmp.new
--- xmp.old     Sun Oct  5 10:25:20 2014
+++ xmp.new     Sun Oct  5 10:25:25 2014
@@ -7,11 +7,13 @@
 T xmp_get_format_list
 T xmp_get_frame_info
 T xmp_get_module_info
-T xmp_get_player@@XMP_4.2
+T xmp_get_player@@XMP_4.3
 T xmp_get_player@XMP_4.0
 T xmp_get_player@XMP_4.1
+T xmp_get_player@XMP_4.2
 T xmp_inject_event
 T xmp_load_module
+T xmp_load_module_from_file
 T xmp_load_module_from_memory
 T xmp_next_position
 T xmp_play_buffer
@@ -22,8 +24,9 @@
 T xmp_scan_module
 T xmp_seek_time
 T xmp_set_instrument_path
-T xmp_set_player@@XMP_4.1
+T xmp_set_player@@XMP_4.3
 T xmp_set_player@XMP_4.0
+T xmp_set_player@XMP_4.1
 T xmp_set_position
 T xmp_smix_channel_pan
 T xmp_smix_load_sample


  HOMEPAGE =    http://xmp.sourceforge.net/
Index: libxmp/distinfo
===================================================================
RCS file: /cvs/ports/audio/libxmp/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- libxmp/distinfo     19 Dec 2013 18:07:31 -0000      1.2
+++ libxmp/distinfo     5 Oct 2014 04:13:31 -0000
@@ -1,2 +1,2 @@
-SHA256 (libxmp-4.2.0.tar.gz) = O+U9tg+viX9NT+E4hSw1psic76dA6NhBwMBNg3PKC6k=
-SIZE (libxmp-4.2.0.tar.gz) = 862134
+SHA256 (libxmp-4.3.0.tar.gz) = Ims2zGKpRr6HyzwWXOI5JCg5iws+JdTGvcnmhDI2f64=
+SIZE (libxmp-4.3.0.tar.gz) = 610832
Index: libxmp/patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/audio/libxmp/patches/patch-Makefile_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-Makefile_in
--- libxmp/patches/patch-Makefile_in    19 Dec 2013 18:07:31 -0000      1.2
+++ libxmp/patches/patch-Makefile_in    5 Oct 2014 04:13:31 -0000
@@ -1,6 +1,6 @@
  $OpenBSD: patch-Makefile_in,v 1.2 2013/12/19 18:07:31 shadchin Exp $
---- Makefile.in.orig   Mon Sep  2 04:14:50 2013
-+++ Makefile.in        Tue Dec 10 00:02:45 2013
+--- Makefile.in.orig   Fri Aug  1 08:54:08 2014
++++ Makefile.in        Sun Oct  5 00:02:41 2014
  @@ -33,7 +33,7 @@ DDIRS               = docs include src loaders prowiz 
depackers win
   V            = 0
   LIB          = libxmp.a
@@ -9,8 +9,8 @@ $OpenBSD: patch-Makefile_in,v 1.2 2013/1
  +SHLIB                = $(SOLIB).$(LIBxmp_VERSION)
   SONAME               = $(SOLIB).$(VERSION_MAJOR)
   DLL          = libxmp.dll
- DYLIB         = libxmp.$(VERSION).dylib
-@@ -93,7 +93,7 @@ lib/$(LIB): $(OBJS)
+ DYLIB         = libxmp.$(VERSION_MAJOR).dylib
+@@ -92,7 +92,7 @@ lib/$(LIB): $(OBJS)
lib/$(SHLIB): $(LOBJS)
        @mkdir -p lib
@@ -19,7 +19,7 @@ $OpenBSD: patch-Makefile_in,v 1.2 2013/1
        if [ "$(V)" -gt 0 ]; then echo $$CMD; else echo LD $@ ; fi; \
        eval $$CMD
        ln -sf $(SHLIB) lib/$(SONAME)
-@@ -144,8 +144,6 @@ install: all
+@@ -141,8 +141,6 @@ install: all
        @if [ -f lib/$(SHLIB) ]; then \
                echo "Installing $(SHLIB)..."; \
                $(INSTALL) -m644 lib/$(SHLIB) $(DESTDIR)$(LIBDIR); \
Index: libxmp/pkg/PLIST
===================================================================
RCS file: /cvs/ports/audio/libxmp/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- libxmp/pkg/PLIST    19 Jun 2013 15:55:03 -0000      1.1.1.1
+++ libxmp/pkg/PLIST    5 Oct 2014 04:13:31 -0000
@@ -1,5 +1,4 @@
  @comment $OpenBSD: PLIST,v 1.1.1.1 2013/06/19 15:55:03 shadchin Exp $
  include/xmp.h
  @lib lib/libxmp.so.${LIBxmp_VERSION}
-lib/pkgconfig/
  lib/pkgconfig/libxmp.pc
Index: xmp/Makefile
===================================================================
RCS file: /cvs/ports/audio/xmp/Makefile,v
retrieving revision 1.53
diff -u -p -r1.53 Makefile
--- xmp/Makefile        19 Jun 2013 15:59:12 -0000      1.53
+++ xmp/Makefile        5 Oct 2014 04:13:32 -0000
@@ -2,7 +2,7 @@
COMMENT= extended module player -DISTNAME= xmp-4.0.6
+DISTNAME=              xmp-4.0.9
  CATEGORIES=           audio
HOMEPAGE= http://xmp.sourceforge.net/
Index: xmp/distinfo
===================================================================
RCS file: /cvs/ports/audio/xmp/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- xmp/distinfo        19 Jun 2013 15:59:12 -0000      1.10
+++ xmp/distinfo        5 Oct 2014 04:13:32 -0000
@@ -1,2 +1,2 @@
-SHA256 (xmp-4.0.6.tar.gz) = WJIkkCaAeKvkn+tHpEehF66Sn9dwCWkhi/qUsEiRA4E=
-SIZE (xmp-4.0.6.tar.gz) = 208541
+SHA256 (xmp-4.0.9.tar.gz) = S2DEQyzcm4tJGMr0/GSLQ/9O0rzIBnZah0z/xFjuajY=
+SIZE (xmp-4.0.9.tar.gz) = 201944
Index: xmp/patches/patch-src_Makefile_in
===================================================================
RCS file: /cvs/ports/audio/xmp/patches/patch-src_Makefile_in,v
retrieving revision 1.1
diff -u -p -r1.1 patch-src_Makefile_in
--- xmp/patches/patch-src_Makefile_in   19 Jun 2013 15:59:13 -0000      1.1
+++ xmp/patches/patch-src_Makefile_in   5 Oct 2014 04:13:32 -0000
@@ -1,7 +1,7 @@
  $OpenBSD: patch-src_Makefile_in,v 1.1 2013/06/19 15:59:13 shadchin Exp $
---- src/Makefile.in.orig       Mon May 13 15:33:24 2013
-+++ src/Makefile.in    Mon May 13 15:35:36 2013
-@@ -314,7 +314,7 @@ xmp_LDADD = ${libxmp_LIBS} $(am__append_3) $(am__appen
+--- src/Makefile.in.orig       Sat Aug  9 08:16:34 2014
++++ src/Makefile.in    Sun Oct  5 00:06:56 2014
+@@ -388,7 +388,7 @@ xmp_LDADD = ${libxmp_LIBS} $(am__append_3) $(am__appen
        $(am__append_21) $(am__append_23)
   xmp_LDFLAGS = ${XMP_DARWIN_LDFLAGS}
   man_MANS = xmp.1


Reply via email to