1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update to 10.1.1.

- Change the master site URL until SF problems are resolved.
This commit is contained in:
Stanislav Sedov 2009-08-11 11:47:01 +00:00
parent 0ecd53d970
commit d537e2c154
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239313
3 changed files with 18 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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