mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Add NO_STAGE all over the place in preparation for the staging support (cat: lang)
This commit is contained in:
parent
e280255b60
commit
888ab73a81
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327741
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: gofer
|
||||
# Date created: Wed Feb 1 01:51:59 PST 1995
|
||||
# Whom: hsu
|
||||
#
|
||||
# Created by: hsu
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gofer
|
||||
PORTVERSION= 2.30b
|
||||
@ -24,6 +20,7 @@ DOCSDIR= ${PREFIX}/share/doc/Gofer
|
||||
LIBDIR= ${PREFIX}/lib/Gofer
|
||||
MAN1= gofer.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' \
|
||||
${WRKDIR}/scripts/gofer \
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: STk
|
||||
# Date created: 17 Sep 96
|
||||
# Whom: jmacd@cs.berkeley.edu
|
||||
#
|
||||
# Created by: jmacd@cs.berkeley.edu
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= STk
|
||||
PORTVERSION= 4.0.1
|
||||
@ -25,6 +21,7 @@ PLIST_SUB= STK_VERSION=${PORTVERSION} STK_ARCH=${STK_ARCH}
|
||||
|
||||
STK_ARCH!= ${ECHO} "$$(uname)-$$(uname -r)-$$(uname -m)"
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
|
@ -1,10 +1,5 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: Sather
|
||||
# Date created: Mon Oct 31 22:04:12 PST 1994
|
||||
# Whom: hsu
|
||||
#
|
||||
# Created by: hsu
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sather
|
||||
PORTVERSION= 1.2.2
|
||||
@ -44,6 +39,7 @@ EMACS_DESC= Install Emacs syntax files
|
||||
PORTDOCS= *
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 900000
|
||||
|
@ -20,6 +20,7 @@ USE_JAVA= yes
|
||||
JAVA_VERSION= 1.6+
|
||||
USE_ANT= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${INSTALL_DATA} -v ${WRKSRC}/dist/abcl.jar ${JAVAJARDIR}
|
||||
@${INSTALL_SCRIPT} ${WRKDIR}/abcl ${PREFIX}/bin/abcl
|
||||
|
@ -20,6 +20,7 @@ DESTINY= ${WRKDIR}/destino
|
||||
BUILD_WRKSRC= ${WRKSRC}/src
|
||||
ALL_TARGET= build
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
# To support DESTDIR in the future, install twice
|
||||
${MKDIR} ${DESTINY}${PREFIX}/bin
|
||||
|
@ -30,6 +30,7 @@ MAN3= afnix::csm.3 afnix::gfx.3 afnix::itu.3 afnix::mth.3 afnix::net.3 \
|
||||
afnix::txt.3 afnix::wax.3 afnix::xml.3 afnix::xpe.3
|
||||
MAN7= afnix::guide.7 afnix::license.7 afnix::notes.7 afnix::reference.7
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "powerpc"
|
||||
|
@ -21,6 +21,7 @@ MAN1= a68g.1
|
||||
PLIST_DIRS= include/algol68g
|
||||
PLIST_FILES= bin/a68g include/algol68g/a68g.h include/algol68g/a68g-config.h
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MGNUPLOT}
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: ArrowLISP
|
||||
# Date created: 12 Aug 2003
|
||||
# Whom: Nils M Holm <nmh@t3x.org>
|
||||
#
|
||||
# Created by: Nils M Holm <nmh@t3x.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= alisp
|
||||
PORTVERSION= 20060917
|
||||
@ -28,4 +24,5 @@ post-patch: .SILENT
|
||||
${WRKSRC}/Makefile
|
||||
${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/alisp.h
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -28,6 +28,7 @@ STATIC_DESC= Build static library
|
||||
SHARED_DESC= Build shared library
|
||||
OPTIONS_DEFAULT= STATIC
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MSHARED}
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: arena
|
||||
# Date created: 2006-06-15
|
||||
# Whom: Roman Bogorodskiy <novel@FreeBSD.org>
|
||||
#
|
||||
# Created by: Roman Bogorodskiy <novel@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= arena
|
||||
PORTVERSION= 0.9.13
|
||||
@ -22,4 +18,5 @@ LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/pcre
|
||||
CONFIGURE_ARGS+= --enable-pcre
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -20,6 +20,7 @@ DESTINY= ${WRKDIR}/destino
|
||||
MAKE_ENV= DESTDIR=${DESTINY} \
|
||||
PROCESSORS=${MAKE_JOBS_NUMBER}
|
||||
|
||||
NO_STAGE= yes
|
||||
post-extract:
|
||||
@${REINPLACE_CMD} -e 's|OPSYS|ASISOPSYS|g' \
|
||||
${WRKSRC}/Makefile \
|
||||
|
@ -19,6 +19,7 @@ USE_GMAKE= yes
|
||||
|
||||
MAN1= asn1c.1 enber.1 unber.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: atlast
|
||||
# Date created: 26 Aug 97
|
||||
# Whom: Pedro Giffuni
|
||||
#
|
||||
# Created by: Pedro Giffuni
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= atlast
|
||||
PORTVERSION= 1.2
|
||||
@ -18,6 +14,7 @@ PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
PORTDOCS= atlast.html atlast.pdf
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "/^COPTIONS = /s, = .*, = ${CFLAGS}, " \
|
||||
-e "/^CC = /s,= .*, = ${CC}," \
|
||||
|
@ -26,6 +26,7 @@ PORTEXAMPLES= AUP INTRO KernighanRitchie MISC MULTICORE TEST
|
||||
OPTIONS_DEFINE= GMP PCRE
|
||||
OPTIONS_DEFAULT= GMP PCRE
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == amd64
|
||||
|
@ -1,8 +1,4 @@
|
||||
# ex:ts=8
|
||||
# New ports collection makefile for: awka
|
||||
# Date created: May 31, 2001
|
||||
# Whom: ijliao
|
||||
#
|
||||
# Created by: ijliao
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= awka
|
||||
@ -21,6 +17,7 @@ MANCOMPRESSED= no
|
||||
MAN1= awka.1
|
||||
MAN5= awka-elm.5 awka-elmref.5
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
@${STRIP_CMD} ${PREFIX}/bin/awka
|
||||
|
||||
|
@ -20,6 +20,7 @@ PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-build:
|
||||
|
@ -26,6 +26,7 @@ HAS_CONFIGURE= yes
|
||||
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
NO_STAGE= yes
|
||||
do-configure:
|
||||
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
|
||||
${QMAKE} "PREFIX=${PREFIX}" BASIC256.pro
|
||||
|
@ -17,6 +17,7 @@ USE_XZ= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
|
@ -46,6 +46,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
MAN1= bigloo.1
|
||||
INFO= bigloo
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MAVAHI}
|
||||
|
@ -23,6 +23,7 @@ SUB_LIST= JARNAME=${PORTNAME}.jar
|
||||
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \
|
||||
bin/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${JAVAJARDIR}/${PORTNAME}.jar
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
|
||||
|
@ -21,6 +21,7 @@ PORTDOCS= *
|
||||
PORTEXAMPLES= *
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${CHMOD} a+x ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: CAML
|
||||
# Date created: 21 July 1998
|
||||
# Whom: jkoshy
|
||||
#
|
||||
# Created by: jkoshy
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= caml
|
||||
PORTVERSION= 0.75
|
||||
@ -23,6 +19,7 @@ ALL_TARGET= configure world bootstrap
|
||||
MAN1= camlc.1 camllex.1 camllibr.1 camllight.1 camlmktop.1 \
|
||||
camlrun.1 camlyacc.1 mletags.1 camllorder.1 camlsearch.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-build:
|
||||
|
@ -20,6 +20,7 @@ EXCLUDE= cocoa-ide lisp-kernel scripts
|
||||
|
||||
USE_ASDF= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: cdent
|
||||
# Date created: 2010-04-25
|
||||
# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org>
|
||||
#
|
||||
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cdent
|
||||
PORTVERSION= 0.5.7
|
||||
@ -18,4 +14,5 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,7 +1,4 @@
|
||||
# New ports collection makefile for: cduce
|
||||
# Date created: Jun 9, 2005
|
||||
# Whom: Marwan Burelle <marwan.burelle@lri.fr>
|
||||
#
|
||||
# Created by: Marwan Burelle <marwan.burelle@lri.fr>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cduce
|
||||
@ -40,6 +37,7 @@ MAN1= cduce.1 cduce_mktop.1 dtd2cduce.1
|
||||
|
||||
PLIST_FILES= bin/cduce
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
# Support for url via ftp/ocaml-ocurl
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection Makefile for: cfortran
|
||||
# Date created: 5 December 2008
|
||||
# Whom: gahr
|
||||
#
|
||||
# Created by: gahr
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cfortran
|
||||
PORTVERSION= 4.3
|
||||
@ -22,6 +18,7 @@ COMMENT= An easy-to-use powerful bridge between C and FORTRAN
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
NO_STAGE= yes
|
||||
post-extract:
|
||||
.for dfile in ${DISTFILES}
|
||||
${CP} ${_DISTDIR}/${dfile} ${WRKSRC}
|
||||
|
@ -26,6 +26,7 @@ NEW_ARCH= ${ARCH:S/i386/x86/:S/amd64/x86-64/}
|
||||
MAN1= chicken.1 chicken-bug.1 chicken-install.1 chicken-profile.1 \
|
||||
chicken-status.1 chicken-uninstall.1 csc.1 csi.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} != "amd64" && ${ARCH} != "i386" && ${ARCH} != "sparc64"
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: cint
|
||||
# Date created: 21 Aug 2007
|
||||
# Whom: Max Khon <fjoe@FreeBSD.org>
|
||||
#
|
||||
# Created by: Max Khon <fjoe@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cint
|
||||
PORTVERSION= 5.16.19
|
||||
@ -32,6 +28,7 @@ INSTALL_ARGS= --bindir=${PREFIX}/bin \
|
||||
INSTALL_ARGS+= --docdir=${DOCSDIR}
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
do-configure:
|
||||
cd ${WRKSRC} && ${LOCALBASE}/bin/bash configure __have_the_proper_shell@
|
||||
|
||||
|
@ -54,6 +54,7 @@ MAN1= clang.1
|
||||
|
||||
PLIST_SUB+= CLANG_RELEASE=${CLANG_RELEASE}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MASSERTS}
|
||||
|
@ -51,6 +51,7 @@ MAN1= clang.1
|
||||
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MASSERTS}
|
||||
|
@ -52,6 +52,7 @@ MAN1= clang.1
|
||||
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(MAINTAINER_MODE)
|
||||
|
@ -65,6 +65,7 @@ COMMANDS= c-index-test \
|
||||
clang-tblgen
|
||||
FIRST_COMMAND= ${COMMANDS:C/^/XXXX/1:MXXXX*:C/^XXXX//}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MASSERTS}
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: clay
|
||||
# Date created: 2012-01-24
|
||||
# Whom: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
|
||||
#
|
||||
# Created by: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= clay
|
||||
PORTVERSION= 0.1.2
|
||||
@ -34,6 +30,7 @@ CMAKE_ARGS+= -G "Unix Makefiles" -DBUILD_FIX=false
|
||||
CC= clang
|
||||
CXX= clang++
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MBINDGEN}
|
||||
|
@ -54,6 +54,7 @@ OPTIONS_DEFAULT= RAWSOCK WILDCARD ZLIB
|
||||
MAN1= clisp.1 clisp-link.1
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
# Semgentation fault in amd64 when using 'mmap(2)', errno = EINVAL.
|
||||
|
@ -17,6 +17,7 @@ JAVA_VERSION= 1.6+
|
||||
|
||||
PLIST_FILES= %%JAVAJARDIR%%/clojure-contrib-1.2.0.jar
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${INSTALL_DATA} ${WRKSRC}/target/clojure-contrib-1.2.0.jar ${JAVAJARDIR}
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: clojure-mode.el
|
||||
# Date created: 22 Dec 2008
|
||||
# Whom: Peter Schuller <peter.schuller@infidyne.com>
|
||||
#
|
||||
# Created by: Peter Schuller <peter.schuller@infidyne.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= clojure-mode.el
|
||||
PORTVERSION= 20090718
|
||||
@ -20,6 +16,7 @@ USE_EMACS= yes
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/clojure-mode
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/clojure-mode.el ${PREFIX}/${EMACS_SITE_LISPDIR}/clojure-mode.el
|
||||
${INSTALL_DATA} ${WRKSRC}/clojure-test-mode.el ${PREFIX}/${EMACS_SITE_LISPDIR}/clojure-test-mode.el
|
||||
|
@ -23,6 +23,7 @@ JLINE_DESC= jline support for the REPL
|
||||
PLIST_FILES= bin/clojure \
|
||||
%%JAVAJARDIR%%/clojure.jar
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MJLINE}
|
||||
|
@ -1,7 +1,4 @@
|
||||
# New ports collection makefile for: cmucl-extra
|
||||
# Date created: 13 June 2002
|
||||
# Whom: Scott Flatman <sf@dsinw.com>
|
||||
#
|
||||
# Created by: Scott Flatman <sf@dsinw.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cmucl-extra
|
||||
@ -24,6 +21,7 @@ USE_BZIP2= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
cd ${WRKDIR} && ${FIND} lib | \
|
||||
${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}
|
||||
|
@ -1,10 +1,5 @@
|
||||
# Ports collection makefile for: CMUCL
|
||||
# Date created: Jul, 15, 1997
|
||||
# Whom: cracauer@cons.org "Martin Cracauer"
|
||||
#
|
||||
# Created by: cracauer@cons.org "Martin Cracauer"
|
||||
# $FreeBSD$
|
||||
#
|
||||
#
|
||||
|
||||
PORTNAME= cmucl
|
||||
PORTVERSION= 19f
|
||||
@ -32,6 +27,7 @@ MAN1= lisp.1 cmucl.1
|
||||
|
||||
PLIST_SUB= VER=${PORTVERSION}
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKDIR}/bin/lisp ${PREFIX}/bin
|
||||
cd ${WRKDIR} && ${FIND} lib | \
|
||||
|
@ -23,6 +23,7 @@ ALL_TARGET= all1
|
||||
|
||||
MAN1= ${PORTNAME}.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
|
@ -26,6 +26,7 @@ INSTALL_CMD= ${INSTALL_PROGRAM}
|
||||
|
||||
OPTIONS_DEFINE= DEBUG
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDEBUG}
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: csharp-mode.el
|
||||
# Date created: 19 Jun 2006
|
||||
# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
|
||||
#
|
||||
# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= csharp-mode.el
|
||||
PORTVERSION= 0.8.5
|
||||
@ -27,6 +23,7 @@ USE_EMACS= yes
|
||||
|
||||
PLIST_FILES= ${EMACS_SITE_LISPDIR}/csharp-mode.el
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${MV} ${WRKSRC}/csharp-mode-${PORTVERSION}.el ${WRKSRC}/csharp-mode.el
|
||||
|
||||
|
@ -15,4 +15,5 @@ USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= Cython
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: dice
|
||||
# Date created: Wed Jan 30 13:26:52 CET 2002
|
||||
# Whom: Miguel Mendez <flynn@energyhq.homeip.net>
|
||||
#
|
||||
# Created by: Miguel Mendez <flynn@energyhq.homeip.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dice
|
||||
PORTVERSION= 3.15
|
||||
@ -16,6 +12,7 @@ EXTRACT_SUFX= .tgz
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= DICE - The Amiga/embedded/generic 68000 C compiler
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@for i in ${WRKSRC}/lib/version.h ${WRKSRC}/include/lib/version.h \
|
||||
${WRKSRC}/src/dcpp/main.c ${WRKSRC}/src/dcc/defs.h \
|
||||
|
@ -33,6 +33,7 @@ PLIST_SUB= VERSION="${VERSIONSTR}"
|
||||
DIPDLDIR= ${DOCSDIR}/download
|
||||
VERSIONSTR= ${PORTVERSION:C|(\.[^.]*)\.([^.]*)$|\1-\2|}
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@ ${FIND} ${WRKSRC} -name \*.html | ${XARGS} ${REINPLACE_CMD} \
|
||||
"s#http[^>]*\(download/${PORTNAME}-examples-${VERSIONSTR}.zip\)#\.\./\1#"
|
||||
|
@ -16,6 +16,7 @@ PLIST_FILES= bin/dlv
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
RESTRICTED= Not sure if we can redistribute it
|
||||
|
||||
NO_STAGE= yes
|
||||
do-extract:
|
||||
${RM} -rf ${WRKDIR}
|
||||
${MKDIR} ${WRKDIR}
|
||||
|
@ -26,6 +26,7 @@ LICENSE_PERMS_DMD= no-pkg-mirror auto-accept
|
||||
OPTIONS_DEFINE= SOURCE DOCS
|
||||
SOURCE_DESC= Compile dmd and phobos from source
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
MODULEDIR= ${PREFIX}/include/d/phobos
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: dmd2
|
||||
# Date created: November 29 2010
|
||||
# Whom: Ruben <chromium@hybridsource.org>
|
||||
#
|
||||
# Created by: Ruben <chromium@hybridsource.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dmd
|
||||
PKGNAMESUFFIX= 2
|
||||
@ -30,6 +26,7 @@ LICENSE_NAME_DMD= Digital Mars license
|
||||
LICENSE_FILE_DMD= ${WRKSRC}/backendlicense.txt
|
||||
LICENSE_PERMS_DMD= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 800000
|
||||
|
@ -1,5 +1,4 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dragonegg46
|
||||
PORTVERSION= 3.4.r${SVN_REV}
|
||||
@ -34,6 +33,7 @@ GCC_LIBDIR= lib/${CC}
|
||||
ALL_TARGET=
|
||||
MAKE_ARGS= GCC=${LOCALBASE}/bin/${CC} VERBOSE=1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../devel/llvm-devel/Makefile.svn_rev"
|
||||
|
||||
PLIST_FILES= ${GCC_LIBDIR}/${DRAGONEGG_SO}
|
||||
|
@ -37,6 +37,7 @@ MAKE_ARGS= GCC=${LOCALBASE}/bin/${CC} LLVM_CONFIG=llvm-config33
|
||||
|
||||
PLIST_FILES= ${GCC_LIBDIR}/${DRAGONEGG_SO}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
|
@ -1,5 +1,4 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dragonegg46
|
||||
PORTVERSION= 3.2
|
||||
@ -32,6 +31,7 @@ MAKE_ARGS= GCC=${LOCALBASE}/bin/${CC}
|
||||
|
||||
PLIST_FILES= ${GCC_LIBDIR}/${DRAGONEGG_SO}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
|
@ -3,4 +3,5 @@
|
||||
USE_GCC= 4.7
|
||||
MASTERDIR= ${.CURDIR}/../dragonegg46-33
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -33,6 +33,7 @@ MAN1= ecl.1 ecl-config.1
|
||||
|
||||
PLIST_SUB= VERSION="${PORTVERSION}"
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: elan
|
||||
# Date created: 19 Nov 2005
|
||||
# Whom: Ed Schouten <ed@fxq.nl>
|
||||
#
|
||||
# Created by: Ed Schouten <ed@fxq.nl>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= elan
|
||||
PORTVERSION= 1.7c
|
||||
@ -25,6 +21,7 @@ USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-install:
|
||||
|
@ -23,6 +23,7 @@ MAN1= elk.1
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/libelf -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: emacs-lisp-intro
|
||||
# Date created: 18 November 1997
|
||||
# Whom: Don Croyle <croyle@gelemna.org>
|
||||
#
|
||||
# Created by: Don Croyle <croyle@gelemna.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= emacs-lisp-intro
|
||||
PORTVERSION= 2.04
|
||||
@ -17,4 +13,5 @@ COMMENT= An introduction to Emacs Lisp programming
|
||||
USE_AUTOTOOLS= autoconf213
|
||||
INFO= emacs-lisp-intro
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -20,6 +20,7 @@ USES= pathfix pkgconfig
|
||||
USE_EFL= eina libtool_hack librt_hack
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 803000
|
||||
|
@ -57,6 +57,7 @@ USES= gmake perl5
|
||||
USE_CSTD= gnu89
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
|
@ -56,6 +56,7 @@ USES= gmake perl5
|
||||
USE_CSTD= gnu89
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
|
@ -56,6 +56,7 @@ USE_CSTD= gnu89
|
||||
USE_RC_SUBR= epmd
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: execline
|
||||
# Date created: 2003-06-25
|
||||
# Whom: Sergei Kolobov <sergei@kolobov.com>
|
||||
#
|
||||
# Created by: Sergei Kolobov <sergei@kolobov.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= execline
|
||||
PORTVERSION= 1.08
|
||||
@ -20,6 +16,7 @@ WRKSRC= ${WRKDIR}/admin/${DISTNAME}
|
||||
DOCS= package/CHANGES package/README package/THANKS package/TODO \
|
||||
doc/*.html
|
||||
|
||||
NO_STAGE= yes
|
||||
do-configure:
|
||||
${ECHO_CMD} "FreeBSD" > ${WRKSRC}/src/sys/systype
|
||||
${ECHO_CMD} "${LOCALBASE}/include/skalibs" \
|
||||
|
@ -1,7 +1,4 @@
|
||||
# New ports collection makefile for: expect-devel
|
||||
# Date created: 17 October 2007
|
||||
# Whom: mm
|
||||
#
|
||||
# Created by: mm
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= expect
|
||||
@ -34,6 +31,7 @@ GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_SUB+= EXPECT_VER="${EXPECT_VER}"
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITHOUT_X11)
|
||||
|
@ -1,7 +1,4 @@
|
||||
# New ports collection makefile for: expect
|
||||
# Date created: 20 November 1994
|
||||
# Whom: pst
|
||||
#
|
||||
# Created by: pst
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= expect
|
||||
@ -31,6 +28,7 @@ PLIST_SUB+= LIBEXPECT_VER="${LIBEXPECT_VER}"
|
||||
OPTIONS_DEFINE= X11
|
||||
OPTIONS_DEFAULT= X11
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MX11}
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: ezm3
|
||||
# Date created: 1 Jan 2002
|
||||
# Whom: John Polstra <jdp@FreeBSD.org>
|
||||
#
|
||||
# Created by: John Polstra <jdp@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ezm3
|
||||
PORTVERSION= 1.2
|
||||
@ -21,6 +17,7 @@ COMMENT= Easier, more portable Modula-3 distribution for building CVSup
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
|
@ -27,6 +27,7 @@ LEAD_0_DESC= Print with leading zeros
|
||||
# Set FCNAME to the name of the Fortran 77 / F2C wrapper.
|
||||
FCNAME?= fc
|
||||
PLIST_SUB= FCNAME=${FCNAME}
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MFC}
|
||||
|
@ -1,9 +1,5 @@
|
||||
# Ports collection makefile for: f77-freebsd
|
||||
# Date created: 19 JAN 1999
|
||||
# Whom: Steven G. Kargl
|
||||
#
|
||||
# Created by: Steven G. Kargl
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= f77
|
||||
PORTVERSION= 0.3
|
||||
@ -38,6 +34,7 @@ ALL_TARGET= depend all
|
||||
MAN1= ${F77NAME}.1
|
||||
PLIST_FILES= bin/${F77NAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/f77 ${PREFIX}/bin/${F77NAME}
|
||||
@${SED} -e 's/F77/${F77NAME}/g' -e 's/f77/${F77NAME}/g' \
|
||||
|
@ -19,6 +19,7 @@ PLIST_FILES= bin/fasm
|
||||
PORTDOCS= *
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "i386"
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: fbbi
|
||||
# Date created: 22 December 2001
|
||||
# Whom: Leland Wang <llwang@infor.org>
|
||||
#
|
||||
# Created by: Leland Wang <llwang@infor.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fbbi
|
||||
PORTVERSION= 2003.0326
|
||||
@ -25,6 +21,7 @@ post-patch: .SILENT
|
||||
-e '/^CFLAGS/{s/=/+=/;s/-g//;s/-O//;}' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/../bin/fbbi ${PREFIX}/bin
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection Makefile for: ferite
|
||||
# Date created: 21 August 2001
|
||||
# Whom: Jeremy Norris <ishmael27@home.com>
|
||||
#
|
||||
# Created by: Jeremy Norris <ishmael27@home.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ferite
|
||||
PORTVERSION= 1.0.2
|
||||
@ -28,6 +24,7 @@ PLIST_SUB= MACHINE_ARCH=${MACHINE_ARCH}
|
||||
MAN1= builder.1 ferite.1
|
||||
PORTDOCS= *
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: ficl
|
||||
# Date created: 23 August 2002
|
||||
# Whom: Bruce M Simpson
|
||||
#
|
||||
# Created by: Bruce M Simpson
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ficl
|
||||
PORTVERSION= 4.1.0
|
||||
@ -31,6 +27,7 @@ PLIST_FILES= bin/${PORTNAME} lib/lib${PORTNAME}.so lib/lib${PORTNAME}.so.${PORTV
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
${INSTALL_LIB} ${WRKSRC}/lib${PORTNAME}.a ${PREFIX}/lib
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Created by: John Merryweather Cooper <coop9211@uidaho.edu>
|
||||
# Created by: John Merryweather Cooper <coop9211@uidaho.edu>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= base
|
||||
@ -22,4 +22,5 @@ NO_BUILD= yes
|
||||
|
||||
do-install: # empty
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Created by: John Merryweather Cooper
|
||||
# Created by: John Merryweather Cooper
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= docs
|
||||
@ -24,6 +24,7 @@ DOCSDIR= ${PREFIX}/share/doc/fpdocs-${PORTVERSION}
|
||||
PORTDOCS= chart.pdf fcl.pdf fpdoc.pdf prog.pdf ref.pdf rtl.pdf user.pdf
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@cd ${WRKDIR}/doc && \
|
||||
|
@ -18,4 +18,5 @@ OPTIONS_DEFINE= LUA
|
||||
LUA_DESC= Install lua library
|
||||
OPTIONS_DEFAULT= LUA
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -18,4 +18,5 @@ OPTIONS_DEFINE= REXX_REGINA
|
||||
REXX_REGINA_DESC= Install rexx-regina library
|
||||
OPTIONS_DEFAULT= REXX_REGINA
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -18,4 +18,5 @@ OPTIONS_DEFINE= TCL
|
||||
TCL_DESC= Install tool commnad language
|
||||
OPTIONS_DEFAULT= TCL
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -105,6 +105,7 @@ ZLIB_DESC= Interface to the zlib compression library
|
||||
|
||||
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
OPTIONS_DEFAULT=A52 ASPELL BFD BZIP2 CAIRO CHM DBUS DBLIB DTS FASTCGI FCL-ASYNC FCL-BASE \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||
WRKUNITDIR= ${FPCSRCDIR}/${PKGNAMESUFFIX:S/-//}
|
||||
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Created by: John Merryweather Cooper et al
|
||||
# Created by: John Merryweather Cooper et al
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fpc
|
||||
@ -32,6 +32,7 @@ OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options
|
||||
OPT?=-CX
|
||||
FPCSRCDIR= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "i386"
|
||||
|
@ -29,5 +29,6 @@ PLIST_SUB+= LB="${LOCALBASE}/"
|
||||
PLIST_SUB+= LB=""
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,5 @@
|
||||
# Ports collection makefile for: g95
|
||||
# Date created: 2007/01/29
|
||||
# Whom: SATO Hiroki, <hrs@FreeBSD.org>
|
||||
#
|
||||
# Created by: SATO Hiroki, <hrs@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= g95
|
||||
PORTVERSION= ${G95VERSION}.${SNAPDATE}
|
||||
@ -33,6 +29,7 @@ CONFIGURE_ARGS+=--with-gcc-dir=${GCCBUILDDIR}
|
||||
PLIST_FILES= bin/g95 bin/f95 bin/f951 lib/libf95.a
|
||||
PORTDOCS= G95Manual.pdf
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: gambc
|
||||
# Date created: 28 December 2006
|
||||
# Whom: Rob Zinkov
|
||||
#
|
||||
# Created by: Rob Zinkov
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gambit-c
|
||||
DISTVERSION= v4_6_6
|
||||
@ -40,6 +36,7 @@ PLIST_SUB+= GSI_LIB=lib/gambit-c
|
||||
# build take more than 20Gb of virtual memory.
|
||||
CFLAGS+= -fno-move-loop-invariants
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|^\(FLAGS_OBJ = \).*|\1 ${CFLAGS}|' ${WRKSRC}/makefile.in
|
||||
@${REINPLACE_CMD} -e 's|^\(FLAGS_DYN = \).*|\1 ${CFLAGS}|' ${WRKSRC}/makefile.in
|
||||
|
@ -41,6 +41,7 @@ USES= iconv
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
|
@ -29,6 +29,7 @@ MAN3= filefuncs.3am fnmatch.3am fork.3am ordchr.3am readdir.3am \
|
||||
|
||||
PLIST_SUB= VERSION=${PORTVERSION}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
|
@ -13,6 +13,7 @@ DISTFILES= gcc-${GCC_VERSION}.tar.bz2
|
||||
MAINTAINER= marino@FreeBSD.org
|
||||
COMMENT= Version of GCC ${GCC_BRANCH} with full Ada support
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/Makefile.common"
|
||||
|
||||
LANGS= c
|
||||
|
@ -16,6 +16,7 @@ COMMENT= Eclipse Java Compiler used to build GCC Java
|
||||
NO_BUILD= yes
|
||||
PLIST_FILES= share/java/${DISTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${PREFIX}/share/java/
|
||||
|
||||
|
@ -44,6 +44,7 @@ OPTIONS_DEFAULT_i386= JAVA
|
||||
OPTIONS_DEFAULT_amd64= JAVA
|
||||
BOOTSTRAP_DESC= Build using a full bootstrap
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
|
@ -26,6 +26,7 @@ SSP_UNSAFE= yes
|
||||
PATCH_WRKSRC= ${SRCDIR}
|
||||
CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
DEPRECATED= Superseded by GCC 4.6 and later, kept for the sake of two obsolete ports
|
||||
|
@ -32,6 +32,7 @@ SSP_UNSAFE= yes
|
||||
PATCH_WRKSRC= ${SRCDIR}
|
||||
CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
|
@ -30,6 +30,7 @@ SSP_UNSAFE= yes
|
||||
PATCH_WRKSRC= ${SRCDIR}
|
||||
CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
|
@ -46,6 +46,7 @@ OPTIONS_DEFAULT_i386= JAVA
|
||||
OPTIONS_DEFAULT_amd64= JAVA
|
||||
BOOTSTRAP_DESC= Build using a full bootstrap
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
|
@ -46,6 +46,7 @@ OPTIONS_DEFAULT_i386= JAVA
|
||||
OPTIONS_DEFAULT_amd64= JAVA
|
||||
BOOTSTRAP_DESC= Build using a full bootstrap
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
|
@ -46,6 +46,7 @@ OPTIONS_DEFAULT_i386= JAVA
|
||||
OPTIONS_DEFAULT_amd64= JAVA
|
||||
BOOTSTRAP_DESC= Build using a full bootstrap
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
|
@ -46,6 +46,7 @@ OPTIONS_DEFAULT_i386= JAVA
|
||||
OPTIONS_DEFAULT_amd64= JAVA
|
||||
BOOTSTRAP_DESC= Build using a full bootstrap
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
|
@ -44,6 +44,7 @@ PLIST_SUB= GCL_VER="${PORTVERSION}"
|
||||
|
||||
INFO= gcl-si gcl-tk
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch::
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|@@CFLAGS@@|${CFLAGS} -I${LOCALBASE}/include| ; \
|
||||
|
@ -36,6 +36,7 @@ PORTDOCS= AUTHORS BUGS Benchres COPYING COPYING.DOC \
|
||||
MAN1= gforth.1
|
||||
INFO= gforth vmgen
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == i386 || ${ARCH} == powerpc
|
||||
|
@ -62,6 +62,7 @@ OPTIONS_DEFINE+= BOOT
|
||||
OPTIONS_DEFINE+= BOOTH
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDYNAMIC}
|
||||
|
@ -28,4 +28,5 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
SHEBANG_FILES= scripts/make-tests
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -12,6 +12,7 @@ DISTFILES= gcc-core-${GCC_VERSION}.tar.bz2
|
||||
MAINTAINER= marino@FreeBSD.org
|
||||
COMMENT= GNAT Ada compiler based on GCC ${GCC_BRANCH}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/Makefile.common"
|
||||
|
||||
LANGS= c
|
||||
|
@ -28,6 +28,7 @@ MAN1= gnatgcc.1 gnatcpp.1 gnatgcov.1
|
||||
MAN7= fsf-funding.7 gfdl.7 gpl.7
|
||||
MAN7= ${fsf_mans:S/$/${fsf_suffix}.7/}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
gcc_version= 4.3.6
|
||||
|
@ -19,6 +19,7 @@ DESTINY= ${WRKDIR}/destino
|
||||
MAKE_ENV= DESTDIR=${DESTINY} \
|
||||
MAKEOBJDIR=${WRKSRC}/obj
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/Makefile.sources"
|
||||
.include "${.CURDIR}/../gcc-aux/Makefile.version"
|
||||
.include <bsd.port.pre.mk>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user