ports/58445: Update port: audio/ksmp3play

KATO Tsuguru tkato at prontomail.com
Thu Oct 23 16:40:38 UTC 2003


>Number:         58445
>Category:       ports
>Synopsis:       Update port: audio/ksmp3play
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 23 09:40:22 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p13 i386
>Organization:
>Environment:
>Description:
- Fix build on -current

New file:
files/patch-configure

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/ksmp3play/Makefile audio/ksmp3play/Makefile
--- /usr/ports/audio/ksmp3play/Makefile	Wed Oct 22 20:46:54 2003
+++ audio/ksmp3play/Makefile	Thu Oct 23 12:13:49 2003
@@ -14,12 +14,6 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	An curses-based MP3 player
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 501000
-BROKEN=		"Does not configure on FreeBSD ${OSVERSION}"
-.endif
-
 LIB_DEPENDS=	smpeg.1:${PORTSDIR}/multimedia/smpeg
 
 USE_SDL=	yes
@@ -44,4 +38,4 @@
 	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -urN /usr/ports/audio/ksmp3play/files/patch-configure audio/ksmp3play/files/patch-configure
--- /usr/ports/audio/ksmp3play/files/patch-configure	Thu Jan  1 09:00:00 1970
+++ audio/ksmp3play/files/patch-configure	Thu Oct 23 12:16:56 2003
@@ -0,0 +1,23 @@
+--- configure.orig	Mon Aug 20 04:22:22 2001
++++ configure	Thu Oct 23 12:10:52 2003
+@@ -1258,15 +1258,15 @@
+     }
+   else
+     {
+-      printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the
+-minimum version\n", $sdl_major_version, $sdl_minor_version,
++      printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the \
++minimum version\n", $sdl_major_version, $sdl_minor_version, \
+ $sdl_micro_version);
+-      printf("*** of SDL required is %d.%d.%d. If sdl-config is correct,
++      printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, \
+ then it is\n", major, minor, micro);
+       printf("*** best to upgrade to the required version.\n");
+-      printf("*** If sdl-config was wrong, set the environment variable
++      printf("*** If sdl-config was wrong, set the environment variable \
+ SDL_CONFIG\n");
+-      printf("*** to point to the correct copy of sdl-config, and remove
++      printf("*** to point to the correct copy of sdl-config, and remove \
+ the file\n");
+       printf("*** config.cache before re-running configure\n");
+       return 1;
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list