FreeBSD Bugzilla – Attachment 42340 Details for
Bug 66040
[PATCH] audio/grip: update to 3.2.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
grip-3.2.0.patch
grip-3.2.0.patch (text/plain), 2.97 KB, created by
Michael Johnson
on 2004-04-28 05:10:18 UTC
(
hide
)
Description:
grip-3.2.0.patch
Filename:
MIME Type:
Creator:
Michael Johnson
Created:
2004-04-28 05:10:18 UTC
Size:
2.97 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/audio/grip/Makefile,v >retrieving revision 1.47 >diff -u -r1.47 Makefile >--- Makefile 20 Apr 2004 22:09:46 -0000 1.47 >+++ Makefile 28 Apr 2004 04:03:13 -0000 >@@ -6,7 +6,7 @@ > # > > PORTNAME= grip >-PORTVERSION= 3.1.10 >+PORTVERSION= 3.2.0 > CATEGORIES= audio > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} >@@ -21,17 +21,73 @@ > USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui vte > USE_GMAKE= yes > GNU_CONFIGURE= yes >+USE_REINPLACE= yes > CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ > LDFLAGS="-L${LOCALBASE}/lib" > CONFIGURE_ARGS+= --disable-cdpar > >-OPTIONS= CDPARANOIA "Enable cdparanoia support" off >+OPTIONS= CDPARANOIA "Ripper: Enable cdparanoia support" on \ >+ CDDA2WAV "Ripper: cdda2wav: Install sysutils/cdrtools" off \ >+ LAME "Encoder: lame: Install audio/lame" on \ >+ BLADEENC "Encoder: bladeenc: Install audio/bladeenc" off \ >+ FLAC "Encoder: flac: Install audio/flac" off \ >+ GOGO "Encoder: gogo: Install audio/gogo" off \ >+ VORBIS "Encoder: oggenc: Install audio/vorbis-tools" off > > .include <bsd.port.pre.mk> > >+.if defined(WITH_CDROM_DEVICE) >+DEFAULT_CDROM_DEVICE=${WITH_CDROM_DEVICE} >+.else >+.if ${OSVERSION} < 500000 >+DEFAULT_CDROM_DEVICE=/dev/acd0c >+.else >+DEFAULT_CDROM_DEVICE=/dev/acd0 >+.endif >+.endif >+ > .if defined(WITH_CDPARANOIA) > LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia > CONFIGURE_ARGS+= --enable-cdpar > .endif > >+.if defined(WITH_CDDA2WAV) >+RUN_DEPENDS+= cdda2wav:${PORTSDIR}/sysutils/cdrtools >+.endif >+ >+.if defined(WITH_BLADEENC) >+RUN_DEPENDS+= bladeenc:${PORTSDIR}/audio/bladeenc >+.endif >+ >+.if defined(WITH_FLAC) >+RUN_DEPENDS+= flac:${PORTSDIR}/audio/flac >+.endif >+ >+.if defined(WITH_GOGO) >+RUN_DEPENDS+= gogo:${PORTSDIR}/audio/gogo >+.endif >+ >+.if defined(WITH_LAME) >+RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame >+.endif >+ >+.if defined(WITH_BLADEENC) >+RUN_DEPENDS+= bladeenc:${PORTSDIR}/audio/bladeenc >+.endif >+ >+.if defined(WITH_VORBIS) >+RUN_DEPENDS+= ogg123:${PORTSDIR}/audio/vorbis-tools >+.endif >+ >+pre-everything:: >+.if !defined(WITH_CDROM_DEVICE) >+ @${ECHO_MSG} "===> The default CDROM device is ${DEFAULT_CDROM_DEVICE}" >+ @${ECHO_MSG} "===> Define WITH_CDROM_DEVICE if you want to change the default" >+ @${ECHO_MSG} "===> For example, 'make WITH_CDROM_DEVICE=\"/dev/somedevice\"'" >+.endif >+ >+post-patch: >+ @${REINPLACE_CMD} -e 's|/dev/cdrom|${DEFAULT_CDROM_DEVICE}|' \ >+ ${WRKSRC}/src/grip.c >+ > .include <bsd.port.post.mk> >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/audio/grip/distinfo,v >retrieving revision 1.23 >diff -u -r1.23 distinfo >--- distinfo 20 Apr 2004 21:45:10 -0000 1.23 >+++ distinfo 28 Apr 2004 04:03:13 -0000 >@@ -1,2 +1,7 @@ >+<<<<<<< distinfo >+MD5 (grip-3.2.0.tar.gz) = 9b51933a03dd7d7ddfbb3643fc82c2d0 >+SIZE (grip-3.2.0.tar.gz) = 722039 >+======= > MD5 (grip-3.1.10.tar.gz) = d38c119bec6fbede18029ab654ddb197 > SIZE (grip-3.1.10.tar.gz) = 721984 >+>>>>>>> 1.23
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 66040
: 42340