diff options
| author | Stanislav Sedov <stas@FreeBSD.org> | 2009-08-11 11:47:01 +0000 | 
|---|---|---|
| committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-08-11 11:47:01 +0000 | 
| commit | d537e2c154473c1784d46fa3b521848bf24ca40d (patch) | |
| tree | a140802b8a8b37dc6efe3b35c43223ae982f28d0 | |
| parent | - Update to 2.11.0. (diff) | |
- Update to 10.1.1.
- Change the master site URL until SF problems are resolved.
Diffstat (limited to '')
| -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 +  | 
