From owner-freebsd-ports Mon Oct 15 14:20:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA90F37B40E for ; Mon, 15 Oct 2001 14:20:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FLK0b55676; Mon, 15 Oct 2001 14:20:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9393137B40B for ; Mon, 15 Oct 2001 14:11:37 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FLBb854653; Mon, 15 Oct 2001 14:11:37 -0700 (PDT) (envelope-from nobody) Message-Id: <200110152111.f9FLBb854653@freefall.freebsd.org> Date: Mon, 15 Oct 2001 14:11:37 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31299: Update port: audio/xsidplay to 1.6.2.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31299 >Category: ports >Synopsis: Update port: audio/xsidplay to 1.6.2.1 >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: Mon Oct 15 14:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.6.2.1 Remove file: files/patch-aa files/patch-ac >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/xsidplay/Makefile audio/xsidplay/Makefile --- /usr/ports/audio/xsidplay/Makefile Tue Oct 9 18:52:09 2001 +++ audio/xsidplay/Makefile Sat Oct 13 19:02:41 2001 @@ -6,32 +6,34 @@ # PORTNAME= xsidplay -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.2.1 PORTEPOCH= 1 CATEGORIES= audio emulators -MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/ \ - http://www.freenix.no/~anders/ +MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= sidplay.1:${PORTSDIR}/audio/libsidplay -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USE_QT_VER= 2 USE_GMAKE= yes USE_LIBTOOL= yes -CONFIGURE_ARGS+=--with-sidplay-inc=${LOCALBASE}/include \ - --with-sidplay-lib=${LOCALBASE}/lib - -CFLAGS+= ${PTHREAD_CFLAGS} +CONFIGURE_ARGS= --with-qt-binaries=${X11BASE}/bin +QTCPPFLAGS+= ${PTHREAD_CFLAGS} +QTCFGLIBS+= ${PTHREAD_LIBS} .include .if ${MACHINE_ARCH} == "alpha" CFLAGS+= -O0 .endif + +pre-patch: +.for file in configure src/Makefile.in + @${PERL} -pi -e 's|moc|${MOC:T}|g ; \ + s|qt-mt|${QTNAME}-mt|g' ${WRKSRC}/${file} +.endfor do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/xsidplay ${PREFIX}/bin diff -urN /usr/ports/audio/xsidplay/distinfo audio/xsidplay/distinfo --- /usr/ports/audio/xsidplay/distinfo Fri Aug 3 04:48:43 2001 +++ audio/xsidplay/distinfo Sat Oct 13 16:51:51 2001 @@ -1 +1 @@ -MD5 (xsidplay-1.6.0.tgz) = 96f612f5d70b236e23ecf262bfbecd2c +MD5 (xsidplay-1.6.2.1.tgz) = ddf115409d9ca0554c74e6e51c2f0a6e diff -urN /usr/ports/audio/xsidplay/files/patch-aa audio/xsidplay/files/patch-aa --- /usr/ports/audio/xsidplay/files/patch-aa Sat Mar 17 23:02:35 2001 +++ audio/xsidplay/files/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- src/songlendb/Makefile.in.old Sun Oct 22 22:36:00 2000 -+++ src/songlendb/Makefile.in Sun Oct 22 22:36:21 2000 -@@ -95,7 +95,7 @@ - LIBRARIES = $(noinst_LIBRARIES) - - --DEFS = @DEFS@ -I. -I$(srcdir) -+DEFS = @DEFS@ -I. -I$(srcdir) -I$(LOCALBASE)/include - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ diff -urN /usr/ports/audio/xsidplay/files/patch-ac audio/xsidplay/files/patch-ac --- /usr/ports/audio/xsidplay/files/patch-ac Mon Apr 16 00:24:22 2001 +++ audio/xsidplay/files/patch-ac Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- src/Makefile.in.old Sat Apr 14 04:20:06 2001 -+++ src/Makefile.in Sat Apr 14 04:20:27 2001 -@@ -105,7 +105,7 @@ - - bin_PROGRAMS = xsidplay - --xsidplay_LDADD = audio/libaudio.a $(LIBAUDIO) stilview/libstilview.a songlendb/libsonglendb.a tools/libtools.a widgets/libwidgets.a wrapper/libwrapper.a $(SIDPLAY_LDADD) $(LIBTSID) $(X_LDFLAGS) $(X_EXTRA_LIBS) $(X_PRE_LIBS) -lX11 $(QT_LDFLAGS) -lqt-mt -+xsidplay_LDADD = audio/libaudio.a $(LIBAUDIO) stilview/libstilview.a songlendb/libsonglendb.a tools/libtools.a widgets/libwidgets.a wrapper/libwrapper.a $(SIDPLAY_LDADD) $(LIBTSID) $(X_LDFLAGS) $(X_EXTRA_LIBS) $(X_PRE_LIBS) -lX11 $(QT_LDFLAGS) -lqt2-mt -pthread - - - xsidplay_SOURCES = $(BUILT_SOURCES) AudioDialog.cpp AudioDialog.h AudioDialogData.cpp AudioDialogData.h ConfigC.cpp ConfigC.h ConfigFile.cpp ConfigFile.h ConfigFileOld.cpp ConfigFileOld.h EmuDialog.cpp EmuDialog.h EmuDialogData.cpp EmuDialogData.h FilterDialog.cpp FilterDialog.h FilterDialogData.cpp FilterDialogData.h GlobalIcon.h HVSC_Dialog.cpp HVSC_Dialog.h HVSC_DialogData.cpp HVSC_DialogData.h HVSC_Config.h HistoryDialog.cpp HistoryDialog.h HistoryDialogData.cpp HistoryDialogData.h HistoryFile.cpp HistoryFile.h HistoryItem.h MainDialog.cpp MainDialog.h MainDialogData.cpp MainDialogData.h MixerConfig.h MixerDialog.cpp MixerDialog.h MixerDialogData.cpp MixerDialogData.h Player.h Player.cpp Playlist.cpp Playlist.h PlaylistDialog.cpp PlaylistDialog.h PlaylistDialogData.cpp PlaylistDialogData.h PlaylistEditDialog.cpp PlaylistEditDialog.h PlaylistEditDialogData.cpp PlaylistEditDialogData.h PlaylistCheck.cpp PlaylistCheck.h PlaylistItem.h PlaylistOptDialog.cpp PlaylistOptDialog.h StilDialog.cpp StilDialog.h WidgetOffset.cpp WidgetOffset.h filenames.h xsidplay.cpp >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message