FreeBSD Bugzilla – Attachment 125125 Details for
Bug 168686
[UPDATE] lang/pure to 0.55 + update it's addons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pure_0.55_all.patch
pure_0.55_all.patch (text/plain), 5.22 KB, created by
lichray
on 2012-06-05 00:40:12 UTC
(
hide
)
Description:
pure_0.55_all.patch
Filename:
MIME Type:
Creator:
lichray
Created:
2012-06-05 00:40:12 UTC
Size:
5.22 KB
patch
obsolete
>diff -rupN lang/pure.orig/Makefile lang/pure/Makefile >--- lang/pure.orig/Makefile 2012-05-23 18:57:22.000000000 -0500 >+++ lang/pure/Makefile 2012-06-04 16:27:27.569832085 -0500 >@@ -6,17 +6,18 @@ > # > > PORTNAME= pure >-PORTVERSION= 0.54 >+PORTVERSION= 0.55 > CATEGORIES= lang > DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz ${PORTNAME}-docs-${PORTVERSION}.tar.gz > > MAINTAINER= lichray@gmail.com > COMMENT= A modern-style functional programming language > >-LICENSE= LGPL3 >+LICENSE= GPLv3 LGPL3 >+LICENSE_COMB= dual > >-LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ >- mpfr.4:${PORTSDIR}/math/mpfr >+LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ >+ mpfr:${PORTSDIR}/math/mpfr > BUILD_DEPENDS= llvm>=2.9:${PORTSDIR}/devel/llvm > RUN_DEPENDS= llvm>=2.9:${PORTSDIR}/devel/llvm > >@@ -32,11 +33,13 @@ MAKE_JOBS_SAFE= yes > > CONFIGURE_ARGS= --with-libgmp-prefix=${LOCALBASE} --enable-release > >-OPTIONS= EMACS "Compile pure-mode.el with Emacs" off >+OPTIONS_DEFINE= EMACS >+ >+EMACS_DESC= "Compile pure-mode.el with Emacs" > > .include <bsd.port.options.mk> > >-.if defined(WITH_EMACS) >+.if ${PORT_OPTIONS:MEMACS} > USE_EMACS= yes > MAKE_ARGS+= emacs_prefix=${PREFIX} > PLIST_SUB+= ELC="" >@@ -70,6 +73,12 @@ PLIST_SUB+= DOCS="" > PLIST_SUB+= DOCS="@comment " > .endif > >+.if ${OSVERSION} < 900014 >+SUB_LIST+= NOCLANG="" >+.else >+SUB_LIST+= NOCLANG="@comment " >+.endif >+ > .include <bsd.port.pre.mk> > > post-install: >diff -rupN lang/pure.orig/distinfo lang/pure/distinfo >--- lang/pure.orig/distinfo 2012-05-23 18:57:22.000000000 -0500 >+++ lang/pure/distinfo 2012-06-04 16:01:33.848990621 -0500 >@@ -1,4 +1,4 @@ >-SHA256 (pure/pure-0.54.tar.gz) = ca09b655e09312912fb626d00b828d713fdccbb12caf532512330bbf643efb7e >-SIZE (pure/pure-0.54.tar.gz) = 1135611 >-SHA256 (pure/pure-docs-0.54.tar.gz) = 1d1d52fbe8b5c7fb1ec26b6afef003884640b0d9c71eb4f0cafe0875a0ca19ef >-SIZE (pure/pure-docs-0.54.tar.gz) = 3535023 >+SHA256 (pure/pure-0.55.tar.gz) = 36dbf1b77719a8031766b30812ac89102188d01ae9da80c2b53889f501cb58a7 >+SIZE (pure/pure-0.55.tar.gz) = 1147787 >+SHA256 (pure/pure-docs-0.55.tar.gz) = 2cd0045c8fd126cf41cb847f2842e11b7c0480c8cb8d5ea33470cf7edcfd1db9 >+SIZE (pure/pure-docs-0.55.tar.gz) = 3540249 >diff -rupN lang/pure.orig/files/pkg-message.in lang/pure/files/pkg-message.in >--- lang/pure.orig/files/pkg-message.in 2011-03-21 01:14:38.000000000 -0500 >+++ lang/pure/files/pkg-message.in 2012-06-04 15:57:37.212884909 -0500 >@@ -4,17 +4,15 @@ > %%ETC%% > A text-based browser, such as one of following > >-lynx www/lynx >-w3m www/w3m >+ lynx: www/lynx >+ w3a: mwww/w3m > > is recommended to use the `help' command inside the > interpreter. Check pure(1) for details. >- >-To enable the inline C/C++ code compilation, one of >-following is required: >- >-clang lang/clang >-llvm-gcc4 lang/llvm-gcc4 >- >-Install them as needed. >+%%NOCLANG%% >+%%NOCLANG%%To enable the inline C/C++ code compilation, >+%%NOCLANG%% >+%%NOCLANG%% clang: lang/clang >+%%NOCLANG%% >+%%NOCLANG%%is required. > ==== >diff -rupN audio/pure-audio.orig/Makefile audio/pure-audio/Makefile >--- audio/pure-audio.orig/Makefile 2012-01-26 05:18:49.000000000 -0600 >+++ audio/pure-audio/Makefile 2012-06-04 16:22:25.055566589 -0500 >@@ -6,16 +6,15 @@ > # > > PORTNAME= pure-audio >-PORTVERSION= 0.4 >-PORTREVISION= 2 >+PORTVERSION= 0.5 > CATEGORIES= audio > > MAINTAINER= lichray@gmail.com > COMMENT= A digital audio interface for the Pure language > >-LIB_DEPENDS= portaudio.2:${PORTSDIR}/audio/portaudio2 \ >- samplerate.1:${PORTSDIR}/audio/libsamplerate \ >- sndfile.1:${PORTSDIR}/audio/libsndfile \ >+LIB_DEPENDS= portaudio:${PORTSDIR}/audio/portaudio2 \ >+ samplerate:${PORTSDIR}/audio/libsamplerate \ >+ sndfile:${PORTSDIR}/audio/libsndfile \ > fftw3:${PORTSDIR}/math/fftw3 > > USE_PURE= yes >diff -rupN audio/pure-audio.orig/distinfo audio/pure-audio/distinfo >--- audio/pure-audio.orig/distinfo 2012-01-26 05:18:49.000000000 -0600 >+++ audio/pure-audio/distinfo 2012-06-04 16:22:33.211680246 -0500 >@@ -1,2 +1,2 @@ >-SHA256 (pure/pure-audio-0.4.tar.gz) = 81032a0f4f9fcd24bdf498828bd90ab237fb0cb91d179a92025effd7f1d21b82 >-SIZE (pure/pure-audio-0.4.tar.gz) = 38558 >+SHA256 (pure/pure-audio-0.5.tar.gz) = 8f2ee9de7a0c97d4c21d88ee0ade955ac5f2873e071d820e57dbc2278f5c9d49 >+SIZE (pure/pure-audio-0.5.tar.gz) = 41308 >diff -rupN x11-toolkits/pure-gtk.orig/Makefile x11-toolkits/pure-gtk/Makefile >--- x11-toolkits/pure-gtk.orig/Makefile 2012-06-01 00:26:03.000000000 -0500 >+++ x11-toolkits/pure-gtk/Makefile 2012-06-04 16:20:13.744693745 -0500 >@@ -6,14 +6,13 @@ > # > > PORTNAME= pure-gtk >-PORTVERSION= 0.10 >-PORTREVISION= 2 >+PORTVERSION= 0.11 > CATEGORIES= x11-toolkits > > MAINTAINER= lichray@gmail.com > COMMENT= A set of Pure language bindings for GTK+ > >-LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo >+LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo > > USE_PURE= ffi > USE_GNOME= glib20 gtk20 atk pango >diff -rupN x11-toolkits/pure-gtk.orig/distinfo x11-toolkits/pure-gtk/distinfo >--- x11-toolkits/pure-gtk.orig/distinfo 2012-01-26 05:18:51.000000000 -0600 >+++ x11-toolkits/pure-gtk/distinfo 2012-06-04 16:20:27.062883055 -0500 >@@ -1,2 +1,2 @@ >-SHA256 (pure/pure-gtk-0.10.tar.gz) = 901955ba950844cf4f901a28ce4229a8bdb9c1351caac4b83dd8aa22cd0844e8 >-SIZE (pure/pure-gtk-0.10.tar.gz) = 163011 >+SHA256 (pure/pure-gtk-0.11.tar.gz) = 3537942f7560dd1f177e8eab4f5772a609b567db621610854ec54101a8163183 >+SIZE (pure/pure-gtk-0.11.tar.gz) = 164521
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 168686
: 125125