ports/56431: Update port: audio/ksmp3play
KATO Tsuguru
tkato at prontomail.com
Thu Sep 4 14:10:32 UTC 2003
>Number: 56431
>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 Sep 04 07:10:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Utilize USE_SDL
- Fix handling USE_GETOPT_LONG
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/audio/ksmp3play/Makefile audio/ksmp3play/Makefile
--- /usr/ports/audio/ksmp3play/Makefile Thu Jun 12 08:25:18 2003
+++ audio/ksmp3play/Makefile Sun Aug 3 21:28:24 2003
@@ -16,15 +16,16 @@
LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg
-SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
-
+USE_SDL= yes
+USE_GETOPT_LONG= yes
USE_REINPLACE= yes
-USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= SDL_CONFIG=${SDL_CONFIG} \
- CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+
+MAN1= ksmp3play.1
-MAN1= ksmp3play.1
+CPPFLAGS= -I${LOCALBASE}/include
+LDFLAGS= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list