FreeBSD Bugzilla – Attachment 119298 Details for
Bug 161799
lang/pure: [UPDATE] to 0.48 (all-in-one patch)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pure-0.48-2.patch
pure-0.48-2.patch (text/x-patch; charset=US-ASCII), 3.34 KB, created by
Eitan Adler
on 2011-10-26 03:19:56 UTC
(
hide
)
Description:
pure-0.48-2.patch
Filename:
MIME Type:
Creator:
Eitan Adler
Created:
2011-10-26 03:19:56 UTC
Size:
3.34 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/lang/pure.orig/Makefile /usr/ports/lang/pure/Makefile >--- /usr/ports/lang/pure.orig/Makefile 2011-04-09 14:21:47.000000000 -0500 >+++ /usr/ports/lang/pure/Makefile 2011-10-23 00:21:45.712929423 -0500 >@@ -6,32 +6,33 @@ > # > > PORTNAME= pure >-PORTVERSION= 0.47 >+PORTVERSION= 0.48 > CATEGORIES= lang >-MASTER_SITES= http://pure-lang.googlecode.com/files/ > DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz ${PORTNAME}-docs-${PORTVERSION}.tar.gz > > MAINTAINER= lichray@gmail.com > COMMENT= A modern-style functional programming language > >-LIB_DEPENDS+= gmp:${PORTSDIR}/math/gmp >-BUILD_DEPENDS+= llvm>=2.6:${PORTSDIR}/devel/llvm >-RUN_DEPENDS+= llvm>=2.6:${PORTSDIR}/devel/llvm >+LICENSE= LGPL3 >+ >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ >+ mpfr.4:${PORTSDIR}/math/mpfr >+BUILD_DEPENDS= llvm>=2.7:${PORTSDIR}/devel/llvm >+RUN_DEPENDS= llvm>=2.7:${PORTSDIR}/devel/llvm > > MAN1= pure.1 >-LICENSE= LGPL3 > SUB_FILES= pkg-message > >-USE_GCC= 4.2+ > USE_AUTOTOOLS= libltdl > GNU_CONFIGURE= yes >-USE_GMAKE= yes > USE_GNOME= gnomehack >+USE_PURE= yes > MAKE_JOBS_SAFE= yes > > CONFIGURE_ARGS= --with-libgmp-prefix=${LOCALBASE} --enable-release > >-OPTIONS= EMACS "Compile pure-mode.el with Emacs" off >+OPTIONS= EMACS "Compile pure-mode.el with Emacs" off \ >+ READLINE "Link to GNU readline instead of BSD libedit" off > > .include <bsd.port.options.mk> > >@@ -44,6 +45,10 @@ > PLIST_SUB+= ELC="@comment " > .endif > >+.if !defined(WITH_READLINE) >+CONFIGURE_ARGS+= --without-readline --with-editline >+.endif >+ > .if ${ARCH} == "amd64" > CONFIGURE_TARGET= x86_64-portbld-freebsd > .endif >@@ -66,6 +71,13 @@ > > .include <bsd.port.pre.mk> > >+post-patch: >+.if !defined(WITH_READLINE) >+ @${REINPLACE_CMD} \ >+ -e 's|readline/|edit/readline/|g' \ >+ ${WRKSRC}/pure.cc >+.endif >+ > post-install: > .if !defined(NOPORTDATA) > @${MKDIR} ${DATADIR}/etc/ >diff -ruN --exclude=CVS /usr/ports/lang/pure.orig/distinfo /usr/ports/lang/pure/distinfo >--- /usr/ports/lang/pure.orig/distinfo 2011-04-09 14:21:47.000000000 -0500 >+++ /usr/ports/lang/pure/distinfo 2011-10-20 23:34:42.019569785 -0500 >@@ -1,4 +1,4 @@ >-SHA256 (pure-0.47.tar.gz) = 7b3d0093fd695178e154cd24a4983dbff479a62ef840c11ca94af0998699409a >-SIZE (pure-0.47.tar.gz) = 1028429 >-SHA256 (pure-docs-0.47.tar.gz) = 5d26edc1dce5151a616ad11378657fbf792edf2ddefa31c70934e6d3c011258c >-SIZE (pure-docs-0.47.tar.gz) = 2817481 >+SHA256 (pure-0.48.tar.gz) = c8f370f29a156e1b2960316365da8887d9f76b7d0f75a66604d5031c5f1858a2 >+SIZE (pure-0.48.tar.gz) = 1053887 >+SHA256 (pure-docs-0.48.tar.gz) = c17ceb1afd7f14ce0b3b173e251297094e1ea00281d8f7ef0b9c346fdce38817 >+SIZE (pure-docs-0.48.tar.gz) = 3144372 >diff -ruN --exclude=CVS /usr/ports/lang/pure.orig/pkg-plist /usr/ports/lang/pure/pkg-plist >--- /usr/ports/lang/pure.orig/pkg-plist 2011-04-09 14:21:47.000000000 -0500 >+++ /usr/ports/lang/pure/pkg-plist 2011-10-19 00:19:26.551599015 -0500 >@@ -1,8 +1,8 @@ > bin/pure > include/pure/runtime.h > lib/libpure.so >-lib/libpure.so.7 >-lib/libpure.so.7.0 >+lib/libpure.so.8 >+lib/libpure.so.8.0 > lib/pure/array.pure > lib/pure/avltrees.pure > lib/pure/dict.pure >@@ -11,6 +11,7 @@ > lib/pure/heap.pure > lib/pure/math.pure > lib/pure/matrices.pure >+lib/pure/pointers.pure > lib/pure/posix.pure > lib/pure/prelude.pure > lib/pure/primitives.pure >@@ -19,6 +20,7 @@ > lib/pure/quasiquote.pure > lib/pure/quasiquote1.pure > lib/pure/records.pure >+lib/pure/regex.pure > lib/pure/set.pure > lib/pure/strings.pure > lib/pure/system.pure
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 161799
:
119296
|
119297
| 119298 |
119299