1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

o Patch it to work with Qt 3.x

o Bump PORTREVISION

PR:		41989
Submitted by:	maintainer
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2002-08-25 15:44:04 +00:00
parent 3aa5a8dc3e
commit 38fe55b653
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64982
2 changed files with 18 additions and 7 deletions

View File

@ -7,23 +7,24 @@
PORTNAME= xsidplay
PORTVERSION= 1.6.4.3
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= audio emulators
MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
EXTRACT_SUFX= .tgz
MAINTAINER= jmcoopr@webmail.bmi.net
MAINTAINER= coop9211@uidaho.edu
LIB_DEPENDS= sidplay.1:${PORTSDIR}/audio/libsidplay
USE_X_PREFIX= yes
USE_QT_VER= 2
USE_QT_VER= 3
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-qt-binaries=${X11BASE}/bin
CONFIGURE_ARGS= --with-qt3 --with-qt-binaries=${X11BASE}/bin
QTCPPFLAGS+= ${PTHREAD_CFLAGS}
QTCFGLIBS+= ${PTHREAD_LIBS}
USE_REINPLACE= yes
MAN1= xsidplay.1
@ -35,10 +36,9 @@ CFLAGS+= -O0
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}
@${REINPLACE_CMD} -e 's|lib-mt|libqt-mt|g' ${WRKSRC}/${file}
.endfor
@${PERL} -pi -e 's|/usr/share|${PREFIX}|g' ${WRKSRC}/xsidplay.1
@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}|g' ${WRKSRC}/xsidplay.1
do-install:
@${MKDIR} ${PREFIX}/share/pixmaps

View File

@ -0,0 +1,11 @@
--- src/PlaylistEditDialogData.cpp.orig Mon Nov 19 11:41:19 2001
+++ src/PlaylistEditDialogData.cpp Sat Aug 24 19:41:01 2002
@@ -151,8 +151,6 @@
subtuneSpinBox = new QSpinBox( this, "subtuneSpinBox" );
subtuneSpinBox->setGeometry( QRect( 260, 115, 50, 25 ) );
- subtuneSpinBox->setFrameShape( QSpinBox::WinPanel );
- subtuneSpinBox->setFrameShadow( QSpinBox::Sunken );
subtuneSpinBox->setButtonSymbols( QSpinBox::PlusMinus );
subtuneSpinBox->setMaxValue( 256 );
subtuneSpinBox->setMinValue( 1 );