FreeBSD Bugzilla – Attachment 32335 Details for
Bug 53474
Fix audio support for squeak3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
squeak3.diff
squeak3.diff (text/plain), 2.24 KB, created by
NINOMIYA Hideyuki <NINOMIYA Hideyuki
on 2003-06-19 02:00:23 UTC
(
hide
)
Description:
squeak3.diff
Filename:
MIME Type:
Creator:
NINOMIYA Hideyuki <NINOMIYA Hideyuki
Created:
2003-06-19 02:00:23 UTC
Size:
2.24 KB
patch
obsolete
>diff -urN squeak3.orig/Makefile squeak3/Makefile >--- squeak3.orig/Makefile Thu Jun 12 11:13:22 2003 >+++ squeak3/Makefile Mon Jun 16 22:07:38 2003 >@@ -21,7 +21,6 @@ > > # Don't set USE_ZIP as this breaks EXTRACT_CMD, EXTRACT_SUFX, and what not. > BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip >-LIB_DEPENDS+= audio.2:${PORTSDIR}/audio/nas > > SQUEAK_VERSION= 3.4-1 > SQUEAK_IMAGE_VERSION= 3.5 >@@ -42,12 +41,23 @@ > CONFIGURE_WRKSRC= ${WRKSRC}/build > INSTALL_WRKSRC= ${CONFIGURE_WRKSRC} > CONFIGURE_SCRIPT= ../platforms/unix/config/configure >-CONFIGURE_ARGS+= --libdir=${PREFIX}/share --with-audio >+CONFIGURE_ARGS+= --libdir=${PREFIX}/share --with-audio=nas > # don't pass "-s" to install to avoid trying to strip a shell script > CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}" > BUILD_WRKSRC= ${WRKSRC}/build > DIST_SUBDIR= squeak > >+.ifdef (WITHOUT_AUDIO) >+CONFIGURE_ARGS+= --without-audio >+.else >+LIB_DEPENDS+= audio.2:${PORTSDIR}/audio/nas >+CONFIGURE_ARGS+= --with-audio=nas >+.endif >+ >+.ifdef (WITH_MMX) >+CONFIGURE_ARGS+= --enable-mpg-mmx >+.endif >+ > MAKEFILE= Makefile > .ifdef (CC) > MAKE_ARGS+= CC=${CC} >@@ -75,7 +85,7 @@ > (cd ${PREFIX}/share/squeak && ${GZIP_CMD} ${file}) > .endfor > # install inisqueak and change the build in version number on the fly >- ${SED} -e 's|VERSION=3.4-5170|VERSION=3.5-5180|' ${WRKSRC}/build/inisqueak > ${PREFIX}/bin/inisqueak >+ ${SED} -e 's|3.4-5170|3.5-5180|' ${WRKSRC}/build/inisqueak > ${PREFIX}/bin/inisqueak > ${CHMOD} 755 ${PREFIX}/bin/inisqueak > ${STRIP_CMD} ${PREFIX}/share/squeak/${SQUEAK_VERSION}/squeak > ${CAT} ${PKGMESSAGE} >diff -urN squeak3.orig/files/patch-platform-unix-config-inisqueak.in squeak3/files/patch-platform-unix-config-inisqueak.in >--- squeak3.orig/files/patch-platform-unix-config-inisqueak.in Thu Jan 1 09:00:00 1970 >+++ squeak3/files/patch-platform-unix-config-inisqueak.in Mon Jun 16 22:07:38 2003 >@@ -0,0 +1,13 @@ >+--- platforms/unix/config/inisqueak.in.orig Mon Jun 16 11:14:41 2003 >++++ platforms/unix/config/inisqueak.in Mon Jun 16 11:19:18 2003 >+@@ -83,8 +83,8 @@ >+ >+ SQUEAK=${bindir}/squeak >+ SOURCES=SqueakV${MAJOR}.sources >+-IMAGE=squeak.image.gz >+-CHANGES=squeak.changes.gz >++IMAGE=Squeak${VERSION}.image.gz >++CHANGES=Squeak${VERSION}.changes.gz >+ >+ # local install function >+
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 53474
: 32335