1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Upgrade to version 5.3.

- Remove explicit ABI versions frmo LIB_DEPENDS (portlint).
- Convert to OptionsNG.
- Some whitespace fixes.
This commit is contained in:
Jimmy Olgeni 2012-08-08 14:43:27 +00:00
parent 47b4182ebf
commit 9ba9b8cc89
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302291
3 changed files with 904 additions and 1669 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= racket
PORTVERSION= 5.2.1
PORTREVISION= 2
PORTVERSION= 5.3
CATEGORIES= lang scheme
MASTER_SITES= http://download.racket-lang.org/installers/${PORTVERSION}/${PORTNAME}/ \
http://www.eecs.northwestern.edu/racket/${PORTVERSION}/${PORTNAME}/ \
@ -24,14 +23,16 @@ COMMENT= An interactive, integrated, graphical Scheme programming environment
MAKE_JOBS_UNSAFE=yes
OPTIONS= RACKET_PLACES "Enable Places" ON
OPTIONS_DEFINE= RACKET_PLACES
RACKET_PLACES_DESC= Enable Places
OPTIONS_DEFAULT= RACKET_PLACES
CONFLICTS= racket-textual-[0-9]*
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared --enable-pthread \
--enable-lt=${LIBTOOL}
CONFIGURE_SCRIPT= ../configure
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared --enable-pthread \
--enable-lt=${LIBTOOL}
CONFIGURE_SCRIPT=../configure
.include <bsd.port.options.mk>
@ -45,12 +46,12 @@ MANUAL_PACKAGE_BUILD= i386 requires kern.maxdsiz="640M" to build
USE_GNOME= pango
LIB_DEPENDS+= ffi.5:${PORTSDIR}/devel/libffi \
cairo.2:${PORTSDIR}/graphics/cairo \
jpeg.11:${PORTSDIR}/graphics/jpeg \
LIB_DEPENDS+= ffi:${PORTSDIR}/devel/libffi \
cairo:${PORTSDIR}/graphics/cairo \
jpeg:${PORTSDIR}/graphics/jpeg \
png15:${PORTSDIR}/graphics/png
.if defined(WITH_RACKET_PLACES)
.if ${PORT_OPTIONS:MRACKET_PLACES}
CONFIGURE_ARGS+= --enable-places
.else
CONFIGURE_ARGS+= --disable-places
@ -66,7 +67,7 @@ USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool:env
MAN1= drracket.1 gracket.1 mred.1 mzc.1 mzscheme.1 plt-help.1 \
racket.1 raco.1 setup-plt.1 tex2page.1
racket.1 raco.1 setup-plt.1
ONLY_FOR_ARCHS= i386 amd64

View File

@ -1,2 +1,2 @@
SHA256 (racket/5.2.1/racket-5.2.1-src-unix.tgz) = 69942a4efbfc2b17d836b5252e6f77b4aa40887a8a4a04ec228a44b7cfddb3ec
SIZE (racket/5.2.1/racket-5.2.1-src-unix.tgz) = 17210561
SHA256 (racket/5.3/racket-5.3-src-unix.tgz) = 43df90a6aeaa6589dbac75ecf8439e37cb4c9ac9ba1c37abfbdf80f924a78145
SIZE (racket/5.3/racket-5.3-src-unix.tgz) = 18111154

File diff suppressed because it is too large Load Diff