FreeBSD Bugzilla – Attachment 61897 Details for
Bug 92674
[maintainer update] lang/see: update to 1.3.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 3.81 KB, created by
Simun Mikecin
on 2006-02-01 09:30:02 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Simun Mikecin
Created:
2006-02-01 09:30:02 UTC
Size:
3.81 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># see ># see/files ># see/files/patch-libsee_dtoa__config.h ># see/Makefile ># see/distinfo ># see/pkg-descr ># see/pkg-plist ># >echo c - see >mkdir -p see > /dev/null 2>&1 >echo c - see/files >mkdir -p see/files > /dev/null 2>&1 >echo x - see/files/patch-libsee_dtoa__config.h >sed 's/^X//' >see/files/patch-libsee_dtoa__config.h << 'END-of-see/files/patch-libsee_dtoa__config.h' >X--- libsee/dtoa_config.h.orig Wed Jan 18 13:51:50 2006 >X+++ libsee/dtoa_config.h Tue Jan 31 16:52:54 2006 >X@@ -12,7 +12,7 @@ >X >X #include <see/type.h> >X >X-#if defined(__i386__) || defined(__amd64__) >X+#if defined(__i386__) || defined(__amd64__) || defined(__ia64__) || defined(__alpha__) >X # define IEEE_8087 >X #endif >X >END-of-see/files/patch-libsee_dtoa__config.h >echo x - see/Makefile >sed 's/^X//' >see/Makefile << 'END-of-see/Makefile' >X# New ports collection makefile for: see >X# Date created: 22 September 2004 >X# Whom: numisemis@yahoo.com >X# >X# $FreeBSD: ports/lang/see/Makefile,v 1.5 2005/12/10 18:50:03 flz Exp $ >X# >X >XPORTNAME= see >XPORTVERSION= 1.3.1 >XCATEGORIES= lang devel >XMASTER_SITES= http://www.adaptive-enterprises.com.au/~d/software/see/ >X >XMAINTAINER= numisemis@yahoo.com >XCOMMENT= Simple ECMAScript Engine (SEE) >X >XCONFLICTS= see-devel-[0-9]* >X >XOPTIONS= GC "Use Boehm-Weiser garbage collection package" on \ >X OPTIMIZED_CFLAGS "Enable some additional optimizations" off >X >XINSTALLS_SHLIB= yes >XGNU_CONFIGURE= yes >XUSE_GMAKE= yes >XUSE_PERL5_BUILD= yes >XUSE_REINPLACE= yes >X >XCONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ >X CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" >X >X.include <bsd.port.pre.mk> >X >X.if defined(WITH_OPTIMIZED_CFLAGS) >XCFLAGS+= -O3 -fomit-frame-pointer >X.endif >X >X.if defined(WITH_GC) >XLIB_DEPENDS+= gc:${PORTSDIR}/devel/boehm-gc >X.else >XCONFIGURE_ARGS+= --without-boehm-gc >XPTHREAD_CFLAGS= >XPTHREAD_LIBS= >X.endif >X >Xpost-patch: >X @${REINPLACE_CMD} -e "s|PACKAGE_BUGREPORT='dleonard@users|PACKAGE_BUGREPORT='dleonard\\\@users|" \ >X ${WRKSRC}/configure >X >X.if !defined(NOPORTDOCS) >Xpost-install: >X ${MKDIR} ${DOCSDIR} >X.for f in doc/USAGE.html AUTHORS NEWS README TODO >X ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} >X.endfor >X.endif >X >X.include <bsd.port.post.mk> >END-of-see/Makefile >echo x - see/distinfo >sed 's/^X//' >see/distinfo << 'END-of-see/distinfo' >XMD5 (see-1.3.1.tar.gz) = 472e88b13bb090b29d1bb553adbff454 >XSHA256 (see-1.3.1.tar.gz) = 50ed56794bea742e9106914a0c0d1d79eaea15090f02542006c34f3c23d8b066 >XSIZE (see-1.3.1.tar.gz) = 523226 >END-of-see/distinfo >echo x - see/pkg-descr >sed 's/^X//' >see/pkg-descr << 'END-of-see/pkg-descr' >XLibrary that provides an ECMAScript (JavaScript) run-time environment. >X >XWWW: http://www.adaptive-enterprises.com.au/~d/software/see/ >X >X- Simun Mikecin >Xnumisemis@yahoo.com >END-of-see/pkg-descr >echo x - see/pkg-plist >sed 's/^X//' >see/pkg-plist << 'END-of-see/pkg-plist' >Xbin/libsee-config >Xbin/see-shell >Xinclude/see/cfunction.h >Xinclude/see/context.h >Xinclude/see/debug.h >Xinclude/see/error.h >Xinclude/see/eval.h >Xinclude/see/input.h >Xinclude/see/intern.h >Xinclude/see/interpreter.h >Xinclude/see/mem.h >Xinclude/see/native.h >Xinclude/see/no.h >Xinclude/see/object.h >Xinclude/see/see.h >Xinclude/see/string.h >Xinclude/see/system.h >Xinclude/see/try.h >Xinclude/see/type.h >Xinclude/see/value.h >Xinclude/see/version.h >Xlib/libsee.a >Xlib/libsee.la >Xlib/libsee.so >Xlib/libsee.so.0 >X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS >X%%PORTDOCS%%%%DOCSDIR%%/NEWS >X%%PORTDOCS%%%%DOCSDIR%%/README >X%%PORTDOCS%%%%DOCSDIR%%/TODO >X%%PORTDOCS%%%%DOCSDIR%%/USAGE.html >X%%PORTDOCS%%@dirrm %%DOCSDIR%% >X@dirrm include/see >END-of-see/pkg-plist >exit
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 Raw
Actions:
View
Attachments on
bug 92674
: 61897