From owner-freebsd-ports Mon Jan 1 14:20:10 2001 From owner-freebsd-ports@FreeBSD.ORG Mon Jan 1 14:20:02 2001 Return-Path: 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 1ACEE37B400 for ; Mon, 1 Jan 2001 14:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f01MK2T38584; Mon, 1 Jan 2001 14:20:02 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 1 Jan 2001 14:20:02 -0800 (PST) Resent-Message-Id: <200101012220.f01MK2T38584@freefall.freebsd.org> Resent-From: gnats-admin@FreeBSD.org (GNATS Management) Resent-To: freebsd-ports@FreeBSD.org Resent-Reply-To: gnats-admin@FreeBSD.org, Anders Nordby Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 9E98537B402 for ; Mon, 1 Jan 2001 14:16:57 -0800 (PST) Received: by totem.fix.no (Postfix, from userid 1000) id 875043C99; Mon, 1 Jan 2001 23:16:56 +0100 (CET) Message-Id: <20010101221656.875043C99@totem.fix.no> Date: Mon, 1 Jan 2001 23:16:56 +0100 (CET) From: Anders Nordby Sender: anders@totem.fix.no Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/24008: Update port: audio/xsidplay Resent-Sender: gnats@FreeBSD.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24008 >Category: ports >Synopsis: Update port: audio/xsidplay >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 Jan 01 14:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.2-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: FreeBSD eggsilo.localnet 4.2-STABLE FreeBSD 4.2-STABLE #0: Sun Dec 17 19:09:13 C ET 2000 root@eggsilo.localnet:/space/tmp/obj/usr/src/sys/EGGSILO i386 >Description: Updates the port to the latest non-beta version. Removes patch patch-ab. Thanks to KATO Tsuguru for patches. >How-To-Repeat: >Fix: diff -Nur xsidplay.old/Makefile xsidplay/Makefile --- xsidplay.old/Makefile Mon Oct 23 01:12:01 2000 +++ xsidplay/Makefile Mon Jan 1 02:15:05 2001 @@ -6,7 +6,7 @@ # PORTNAME= xsidplay -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.4 CATEGORIES= audio emulators MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/ \ http://www.freenix.no/~anders/ diff -Nur xsidplay.old/distinfo xsidplay/distinfo --- xsidplay.old/distinfo Mon Oct 23 01:12:01 2000 +++ xsidplay/distinfo Mon Jan 1 02:15:07 2001 @@ -1 +1 @@ -MD5 (xsidplay-1_5_2.tgz) = 4cd00c3b17a133379ecace9b36d3d81d +MD5 (xsidplay-1_5_4.tgz) = ce3551a55e24c64adfb16bd8c4e4b29f diff -Nur xsidplay.old/files/patch-aa xsidplay/files/patch-aa --- xsidplay.old/files/patch-aa Mon Oct 9 01:17:30 2000 +++ xsidplay/files/patch-aa Mon Jan 1 02:15:24 2001 @@ -1,11 +1,19 @@ ---- configure.orig Mon Sep 18 19:55:14 2000 -+++ configure Tue Sep 19 00:48:06 2000 -@@ -1480,7 +1480,7 @@ - # Check whether --with-qt-dir or --without-qt-dir was given. - if test "${with_qt_dir+set}" = set; then - withval="$with_qt_dir" -- ac_qt_includes="$withval"/include -+ ac_qt_includes="$withval"/include/qt2 - ac_qt_libraries="$withval"/lib - +--- configure.orig Fri Oct 27 00:40:22 2000 ++++ configure Tue Dec 12 02:14:04 2000 +@@ -1629,14 +1629,14 @@ + + + +-if test "$qt_includes" = "$x_includes" || test -z "$qt_includes"; then ++if test -z "$qt_includes"; then + QT_INCLUDES=""; + else + QT_INCLUDES="-I$qt_includes" + all_includes="$QT_INCLUDES $all_includes" fi + +-if test "$qt_libraries" = "$x_libraries" || test -z "$qt_libraries"; then ++if test -z "$qt_libraries"; then + QT_LDFLAGS="" + else + QT_LDFLAGS="-L$qt_libraries" diff -Nur xsidplay.old/files/patch-ab xsidplay/files/patch-ab --- xsidplay.old/files/patch-ab Sun Oct 22 22:36:42 2000 +++ xsidplay/files/patch-ab Thu Jan 1 01: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 -Nur xsidplay.old/files/patch-ac xsidplay/files/patch-ac --- xsidplay.old/files/patch-ac Mon Oct 23 01:12:01 2000 +++ xsidplay/files/patch-ac Mon Jan 1 02:15:30 2001 @@ -1,11 +1,11 @@ ---- src/Makefile.in.old Sun Oct 22 22:35:17 2000 -+++ src/Makefile.in Sun Oct 22 22:35:31 2000 +--- src/Makefile.in.orig Fri Oct 27 00:51:21 2000 ++++ src/Makefile.in Tue Dec 12 01:43:35 2000 @@ -104,7 +104,7 @@ bin_PROGRAMS = xsidplay -xsidplay_LDADD = audio/libaudio.a stilview/libstilview.a songlendb/libsonglendb.a tools/libtools.a widgets/libwidgets.a @SIDPLAY_LDFLAGS@ -lsidplay @QT_LDFLAGS@ -lqt -+xsidplay_LDADD = audio/libaudio.a stilview/libstilview.a songlendb/libsonglendb.a tools/libtools.a widgets/libwidgets.a @SIDPLAY_LDFLAGS@ -lsidplay @QT_LDFLAGS@ -L$(X11BASE)/lib -lqt2 ++xsidplay_LDADD = audio/libaudio.a stilview/libstilview.a songlendb/libsonglendb.a tools/libtools.a widgets/libwidgets.a @SIDPLAY_LDFLAGS@ -lsidplay @QT_LDFLAGS@ -lqt2 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 WaveViewDialog.cpp WaveViewDialog.h WaveViewDialogData.cpp WaveViewDialogData.h WidgetOffset.cpp WidgetOffset.h myTimer.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