FreeBSD Bugzilla – Attachment 27860 Details for
Bug 47096
lang/squeak3: fix distfile fetch problems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.92 KB, created by
Roland Jesse
on 2003-01-15 09:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Roland Jesse
Created:
2003-01-15 09:10:01 UTC
Size:
2.92 KB
patch
obsolete
>diff -ruN squeak3/Makefile squeak3.new/Makefile >--- squeak3/Makefile Mon Sep 23 10:20:30 2002 >+++ squeak3.new/Makefile Tue Jan 14 16:26:01 2003 >@@ -20,7 +20,7 @@ > # Don't set USE_ZIP as this breaks EXTRACT_CMD, EXTRACT_SUFX, and what not. > BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip > >-SQUEAK_VERSION= 3.2-4 >+SQUEAK_VERSION= 3.2-5 > SQUEAK_PATCHNR= 4956 > SQUEAK_SRC= SqueakV3.sources.gz > SQUEAK_IMAGE_SRC= Squeak3.2-4956.zip >@@ -31,6 +31,7 @@ > MAN1= inisqueak.1 squeak.1 > USE_XLIB= yes > USE_GMAKE= yes >+USE_REINPLACE= yes > HAS_CONFIGURE= yes > INSTALLS_SHLIB= yes > LDCONFIG_DIRS= ${PREFIX}/share/squeak/${SQUEAK_VERSION} >@@ -53,6 +54,7 @@ > > pre-configure: > @${MKDIR} ${BUILD_WRKSRC} >+ @cd ${WRKSRC}/platforms/unix/npsqueak && ${REINPLACE_CMD} -e 's|include|include -I${X11BASE}/include|g' Makefile > > post-install: > (cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${SQUEAK_SRC} ${PREFIX}/share/squeak/) >diff -ruN squeak3/distinfo squeak3.new/distinfo >--- squeak3/distinfo Mon Sep 23 10:20:30 2002 >+++ squeak3.new/distinfo Tue Jan 14 16:00:54 2003 >@@ -1,3 +1,3 @@ >-MD5 (squeak/Squeak-3.2-4.src.tar.gz) = 14d19111d8a976cdb6e0bd76d43df7a6 >+MD5 (squeak/Squeak-3.2-5.src.tar.gz) = 4fb17638e6e674a538f1404c8e60abff > MD5 (squeak/SqueakV3.sources.gz) = 7dc6b3840e6bc1e5f81e3717fb46d2c3 > MD5 (squeak/Squeak3.2-4956.zip) = bb87597c508b92aab832bd067c49e9c6 >diff -ruN squeak3/files/patch-openpty-h squeak3.new/files/patch-openpty-h >--- squeak3/files/patch-openpty-h Sat Sep 21 02:47:27 2002 >+++ squeak3.new/files/patch-openpty-h Tue Jan 14 16:03:33 2003 >@@ -1,8 +1,8 @@ >---- platforms/unix/plugins/PseudoTTYPlugin/openpty.h.orig Tue Sep 10 13:38:07 2002 >-+++ platforms/unix/plugins/PseudoTTYPlugin/openpty.h Tue Sep 10 13:38:52 2002 >-@@ -43,7 +43,10 @@ >- # elif defined(HAVE_UTIL_H) >- # include <util.h> /* openpty() */ >+--- platforms/unix/plugins/PseudoTTYPlugin/openpty.h.orig Tue Jan 14 16:02:55 2003 >++++ platforms/unix/plugins/PseudoTTYPlugin/openpty.h Tue Jan 14 16:03:09 2003 >+@@ -45,7 +45,10 @@ >+ # elif defined(HAVE_LIBUTIL_H) >+ # include <libutil.h> /* openpty() on FreeBSD */ > # else > -# error: cannot find headers for openpty() > +# include <sys/types.h> >diff -ruN squeak3/pkg-plist squeak3.new/pkg-plist >--- squeak3/pkg-plist Mon Sep 23 10:20:30 2002 >+++ squeak3.new/pkg-plist Tue Jan 14 17:03:29 2003 >@@ -1,13 +1,14 @@ > bin/squeak > bin/inisqueak >-share/squeak/3.2-4/squeak >-share/squeak/3.2-4/B3DAcceleratorPlugin.la >-share/squeak/3.2-4/UnixOSProcessPlugin.la >-share/squeak/3.2-4/libB3DAcceleratorPlugin.a >-share/squeak/3.2-4/libUnixOSProcessPlugin.a >+share/squeak/3.2-5/squeak >+share/squeak/3.2-5/B3DAcceleratorPlugin.la >+share/squeak/3.2-5/UnixOSProcessPlugin.la >+share/squeak/3.2-5/libB3DAcceleratorPlugin.a >+share/squeak/3.2-5/libUnixOSProcessPlugin.a > share/squeak/ReadMe.txt > share/squeak/Squeak3.2-4956.changes.gz > share/squeak/Squeak3.2-4956.image.gz > share/squeak/SqueakV3.sources >+share/squeak/npsqueakregister > @dirrm share/squeak/3.2-4 > @dirrm share/squeak
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 47096
: 27860