diff options
author | stas <stas@FreeBSD.org> | 2009-08-11 19:47:01 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-08-11 19:47:01 +0800 |
commit | 45940f44fa4809bf43b3466f572a991342fdbd6c (patch) | |
tree | 439b6d93dc68c340f97d9802da1f2a7c9f1bd5dd /lang | |
parent | bf4dc3b73f21903783de94d50f4d5d30cdf80b62 (diff) | |
download | freebsd-ports-gnome-45940f44fa4809bf43b3466f572a991342fdbd6c.tar.gz freebsd-ports-gnome-45940f44fa4809bf43b3466f572a991342fdbd6c.tar.zst freebsd-ports-gnome-45940f44fa4809bf43b3466f572a991342fdbd6c.zip |
- Update to 10.1.1.
- Change the master site URL until SF problems are resolved.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/newlisp/Makefile | 7 | ||||
-rw-r--r-- | lang/newlisp/distinfo | 6 | ||||
-rw-r--r-- | lang/newlisp/files/patch-makefile_bsdLP64_utf8 | 11 |
3 files changed, 18 insertions, 6 deletions
diff --git a/lang/newlisp/Makefile b/lang/newlisp/Makefile index fc9c2cff2177..abaddc8297bb 100644 --- a/lang/newlisp/Makefile +++ b/lang/newlisp/Makefile @@ -7,11 +7,12 @@ # PORTNAME= newlisp -PORTVERSION= 10.1.0 +PORTVERSION= 10.1.1 PORTREVISION= 0 CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=${PORTNAME} +MASTER_SITES= http://www.newlisp.org/downloads/ +#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +#MASTER_SITE_SUBDIR=${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= stas@FreeBSD.org diff --git a/lang/newlisp/distinfo b/lang/newlisp/distinfo index a568529eff64..ea359ca97a81 100644 --- a/lang/newlisp/distinfo +++ b/lang/newlisp/distinfo @@ -1,3 +1,3 @@ -MD5 (newlisp-10.1.0.tgz) = 68be7fa39714dc4022941fdb1adba559 -SHA256 (newlisp-10.1.0.tgz) = d130cafd3fedaefcfb78cebc341f2f9f9215d1116383b82c47a1bf151d35f8ee -SIZE (newlisp-10.1.0.tgz) = 1476583 +MD5 (newlisp-10.1.1.tgz) = de02a25ebc01e95b556353240e5ab989 +SHA256 (newlisp-10.1.1.tgz) = 10a45e8879da975b951c938b93a843edb3eff298fc583e5e5db81d7a01f070b8 +SIZE (newlisp-10.1.1.tgz) = 1436296 diff --git a/lang/newlisp/files/patch-makefile_bsdLP64_utf8 b/lang/newlisp/files/patch-makefile_bsdLP64_utf8 new file mode 100644 index 000000000000..32d9a9c06edb --- /dev/null +++ b/lang/newlisp/files/patch-makefile_bsdLP64_utf8 @@ -0,0 +1,11 @@ +--- makefile_bsdLP64_utf8.orig 2009-08-11 15:44:03.000000000 +0400 ++++ makefile_bsdLP64_utf8 2009-08-11 15:44:26.000000000 +0400 +@@ -6,7 +6,7 @@ + + # the option -fno-strict-aliasing may not be available on some BSD versions + +-CFLAGS = -m64 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD ++CFLAGS += -c -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD + # or without readline lib + #CFLAGS = -m64 -Wall -Wno-uninitialized -Wno-strict-aliasing -O2 -c -g -DNEWLISP64 -D_BSD + |