Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 3)
This commit is contained in:
parent
34b7e6ee7e
commit
580a778a16
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327724
2998 changed files with 3615 additions and 3682 deletions
|
@ -20,6 +20,7 @@ PLIST_FILES= bin/${PORTNAME} bin/kio ${BIN_SYMLINKS}
|
|||
|
||||
BIN_SYMLINKS= bin/k12 bin/k14 bin/k16 bin/ktest
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|^CC=|CC?=| ; \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Created by: Bruce Simpson
|
||||
# Created by: Bruce Simpson
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kBuild
|
||||
|
@ -44,6 +44,7 @@ ENV=
|
|||
.SHELL: path="/bin/sh" unsetenv=true
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e '11269d;11274d' ${WRKSRC}/src/sed/configure
|
||||
${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/Config.kmk
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Created by: Alan Eldridge <alane@freebsd.org>
|
||||
# Created by: Alan Eldridge <alane@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kaptain
|
||||
|
@ -22,6 +22,7 @@ PORTDOCS= *
|
|||
PORTEXAMPLES= *
|
||||
PLIST_FILES= bin/kaptain
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -24,6 +24,7 @@ OPTIONS_DEFAULT= DOT
|
|||
DOT_DESC= Use GraphViz/dot to render call graphs
|
||||
VALGRIND_DESC= Install devel/valgrind
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOT}
|
||||
|
|
|
@ -19,6 +19,7 @@ INSTALLS_ICONS= yes
|
|||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_DEFAULT=NLS
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
|
|
|
@ -19,6 +19,7 @@ PERL_DESC= Perl bindings
|
|||
PYTHON_DESC= Python bindings
|
||||
RUBY_DESC= Ruby bindings
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MPERL}
|
||||
|
|
|
@ -64,6 +64,7 @@ ANTLR_DESC= Support for po2xml and swappo tools
|
|||
KATE_DESC= Install Kate advanced text editor
|
||||
KATE_PATE_DESC= Support for Python plugins in Kate
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MANTLR}
|
||||
|
|
|
@ -26,6 +26,7 @@ USE_QT4= corelib gui xml network dbus svg qt3support sql \
|
|||
|
||||
MAN1= kdesvn.1 kdesvnaskpass.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
|
|
|
@ -27,6 +27,7 @@ OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
|
|||
|
||||
OKTETA_DESC= Hex editing support via Okteta
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MOKTETA}
|
||||
|
|
|
@ -22,4 +22,5 @@ USES= bison cmake:outsource
|
|||
USE_KDE4= automoc4 kdehier kdelibs kdeprefix
|
||||
USE_QT4= qmake_build moc_build uic_build rcc_build
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -17,6 +17,7 @@ USE_QT4= moc_build qmake_build rcc_build uic_build
|
|||
USE_BZIP2= yes
|
||||
USES= cmake
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
|
|
|
@ -25,6 +25,7 @@ OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
|
|||
|
||||
PHPDOCS_DESC= Integrate with PHP.net documentation
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MPHPDOCS}
|
||||
|
|
|
@ -26,6 +26,7 @@ USE_LDCONFIG= yes
|
|||
PLIST_SUB+= SHLIB_VER=7.0.0 \
|
||||
SHLIB_SHVER=7
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
# ex:ts=8
|
||||
# New ports collection makefile for: kimwitu
|
||||
# Date created: Apr 23, 2001
|
||||
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||
#
|
||||
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= kimwitu
|
||||
PORTVERSION= 4.6.1
|
||||
|
@ -22,6 +17,7 @@ MAKE_JOBS_UNSAFE= yes
|
|||
MAN1= kc.1
|
||||
PLIST_FILES= bin/kc
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/Gen/kc ${PREFIX}/bin
|
||||
@${INSTALL_MAN} ${WRKSRC}/../man/kc.1 ${MAN1PREFIX}/man/man1
|
||||
|
|
|
@ -22,6 +22,7 @@ USES= cmake:outsource
|
|||
CMAKE_ARGS= -DCMAKE_MODULE_PATH=${WRKSRC}/cmake/llvm-3.1-modules \
|
||||
-DKLEE_PATH_TO_LLVM_BUILD=${LOCALBASE}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDEBUG}
|
||||
|
|
|
@ -27,6 +27,7 @@ MAKE_ENV= MAKE_KYRA=RELEASE KYRA_OPENGL=YES
|
|||
MAKE_ARGS= CC="${CC}" CXX="${CXX}" LD="${CXX}" \
|
||||
RELEASE_CFLAGS="${CFLAGS}" RELEASE_CXXFLAGS="${CXXFLAGS}"
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
.for i in encoder spriteed
|
||||
(cd ${WRKSRC}/${i} && ${INSTALL_PROGRAM} kr${i} ${PREFIX}/bin)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Created by: Alan Somers <asomers@freebsd.org>
|
||||
# Created by: Alan Somers <asomers@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kyua-atf-compat
|
||||
|
@ -19,6 +19,7 @@ USES= pkgconfig
|
|||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
CONFIGURE_ARGS+= --docdir=${DOCSDIR}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Created by: Alan Somers <asomers@freebsd.org>
|
||||
# Created by: Alan Somers <asomers@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kyua-testers
|
||||
|
@ -16,6 +16,7 @@ GNU_CONFIGURE= yes
|
|||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
CONFIGURE_ARGS+= --docdir=${DOCSDIR}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Created by: Alan Somers <asomers@freebsd.org>
|
||||
# Created by: Alan Somers <asomers@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kyua
|
||||
|
@ -22,6 +22,7 @@ GNU_CONFIGURE= yes
|
|||
USES= pkgconfig
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
CONFIGURE_ARGS+= --without-doxygen
|
||||
|
|
|
@ -28,6 +28,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen
|
|||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-cmake+modules+lasi.cmake
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-install:
|
||||
.if defined(NOPORTEXAMPLES)
|
||||
@${REINPLACE_CMD} 's/^\(add_subdirectory(examples)\)/#\1/' ${WRKSRC}/CMakeLists.txt
|
||||
|
|
|
@ -22,6 +22,7 @@ PLIST_FILES= bin/lcov bin/gendesc bin/genhtml bin/genpng bin/geninfo
|
|||
MAN1= gendesc.1 genhtml.1 geninfo.1 genpng.1 lcov.1
|
||||
MAN5= lcovrc.5
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
cd ${WRKSRC}/bin && ${COPYTREE_BIN} "gendesc genhtml geninfo genpng lcov" ${PREFIX}/bin
|
||||
cd ${WRKSRC}/man && ${INSTALL_MAN} *.1 ${MANPREFIX}/man/man1
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: LeakTracer
|
||||
# Date created: 04 Feb 2004
|
||||
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
||||
#
|
||||
# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= leaktracer
|
||||
PORTVERSION= 2.4
|
||||
|
@ -22,6 +18,7 @@ USE_PERL5= run
|
|||
PLIST_FILES= bin/LeakCheck bin/leak-analyze lib/LeakTracer.so
|
||||
PORTDOCS= README README.html
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/LeakCheck ${WRKSRC}/leak-analyze \
|
||||
${PREFIX}/bin
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# Ports collection makefile for: lemon
|
||||
# Date created: June 4, 2001
|
||||
# Whom: Mikhail Teterin
|
||||
#
|
||||
# Created by: Mikhail Teterin
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= lemon
|
||||
PORTVERSION= 1.69
|
||||
|
@ -18,6 +14,7 @@ USE_BZIP2= yes
|
|||
MAKEFILE= /dev/null
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's| = pathsearch(.*| = "${DATADIR}/lempar.c";|' \
|
||||
${WRKSRC}/lemon.c
|
||||
|
|
|
@ -15,6 +15,7 @@ GNU_CONFIGURE= yes
|
|||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= autoconf:env
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's|-O3||g' ${WRKSRC}/src/Makefile.in
|
||||
|
||||
|
|
|
@ -19,4 +19,5 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
|||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= autoconf:env
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -24,4 +24,5 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
|||
|
||||
INFO= libIDL2
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: libPropList
|
||||
# Date Created: 6 December 1998
|
||||
# Whom: Glenn Johnson
|
||||
#
|
||||
# Created by: Glenn Johnson
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libproplist
|
||||
PORTVERSION= 0.10.1
|
||||
|
@ -20,6 +16,7 @@ USE_AUTOTOOLS= libtool
|
|||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s,mkdir rmdir,mkdir mkstemp rmdir," \
|
||||
${WRKSRC}/configure
|
||||
|
|
|
@ -4,4 +4,5 @@
|
|||
PORTNAME= libXGP
|
||||
MASTERDIR= ${.CURDIR}/../libYGP
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -36,6 +36,7 @@ MKIN_PATCH= s/@MYSUBDIRS@/YGP/;
|
|||
BROKEN= Does not build with recent boost
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/test.*==/s|==|=|g;/LIBRELEASE=/s|=.*|=0|;${CFG_PATCH}' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -Ee '${XGP_PATCH}' ${WRKSRC}/XGP/Makefile.in
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
# ex:ts=8
|
||||
# New ports collection makefile for: libAfterBase
|
||||
# Date created: Oct 7, 2001
|
||||
# Whom: ijliao
|
||||
#
|
||||
# Created by: ijliao
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libafterbase
|
||||
PORTVERSION= 0.92
|
||||
|
@ -21,6 +16,7 @@ CONFIGURE_ARGS= --disable-staticlibs --enable-sharedlibs --with-x
|
|||
USE_LDCONFIG= yes
|
||||
PLIST_SUB= STATIC="@comment "
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|<malloc.h>|<stdlib.h>|g'
|
||||
|
|
|
@ -23,6 +23,7 @@ PLIST_FILES= include/arena/align.h \
|
|||
lib/libarena.a
|
||||
PLIST_DIRS= include/arena
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
.for i in Epilogue.mk Prologue.mk
|
||||
@${REINPLACE_CMD} -e \
|
||||
|
|
|
@ -20,6 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/(\.[[:digit:]])$//}
|
|||
|
||||
MAN1= assa-genesis.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/^SUBDIRS/s: doc : :g' ${WRKSRC}/Makefile.in
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
|||
|
||||
INFO= libassetml
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/share/assetml
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
|||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_MMX) && (${ARCH} == "i386")
|
||||
|
|
|
@ -18,6 +18,7 @@ USES= pathfix
|
|||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -28,6 +28,7 @@ PORTDOCS= README
|
|||
|
||||
MAKE_ENV= SONAME=${SONAME} SOLINK=${SOLINK}
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${SONAME} ${PREFIX}/lib/${SONAME}
|
||||
${LN} -s ${PREFIX}/lib/${SONAME} ${PREFIX}/lib/${SOLINK}
|
||||
|
|
|
@ -15,4 +15,5 @@ GNU_CONFIGURE= yes
|
|||
|
||||
INFO= avl
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: libbegemot
|
||||
# Date created: Sep 15 2005
|
||||
# Whom: Andrey V. Elsukov <bu7cher@yandex.ru>
|
||||
#
|
||||
# Created by: Andrey V. Elsukov <bu7cher@yandex.ru>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libbegemot
|
||||
PORTVERSION= 1.11
|
||||
|
@ -25,6 +21,7 @@ MAN1= cstrc.1 frame.1 getfields.1 intro.1 panic.1 prstat.1 readline.1 \
|
|||
rpoll.1 strnchr.1 strnlen.1 strsave.1 strtrimsp.1 verb.1 xalloc.1
|
||||
MLINKS= xalloc.1 xrealloc.1
|
||||
|
||||
NO_STAGE= yes
|
||||
run-autotools::
|
||||
@(cd ${CONFIGURE_WRKSRC} && ${ACLOCAL} -I ${LIBTOOL_SHAREDIR}/libltdl/)
|
||||
@(cd ${CONFIGURE_WRKSRC} && ${AUTOCONF})
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: libbfd
|
||||
# Date created: 26 Feb 2004
|
||||
# Whom: Joerg Wunsch <joerg@freebsd.org>
|
||||
#
|
||||
# Created by: Joerg Wunsch <joerg@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libbfd
|
||||
PORTVERSION= 2.19.1
|
||||
|
@ -32,6 +28,7 @@ CONFIGURE_ARGS= --enable-install-libbfd \
|
|||
--disable-werror
|
||||
INFO= bfd
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
|
|
|
@ -23,6 +23,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
|||
CFLAGS+= ${CPPFLAGS}
|
||||
CXXFLAGS+= ${CPPFLAGS}
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|^\(SUBDIRS\ =\).*|\1 src|' ${WRKSRC}/Makefile.in
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: libbnr
|
||||
# Date created: 2005-02-27
|
||||
# Whom: Ion-Mihai "IOnut" Tetcu<itetcu@people.tecnik93.com>
|
||||
#
|
||||
# Created by: Ion-Mihai "IOnut" Tetcu<itetcu@people.tecnik93.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libbnr
|
||||
PORTVERSION= 2.0.3
|
||||
|
@ -26,6 +22,7 @@ CFLAGS+= -g -DDEBUG
|
|||
|
||||
PORTDOCS= README
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/example.c ${EXAMPLESDIR}
|
||||
|
|
|
@ -56,6 +56,7 @@ USE_GCC= 4.6
|
|||
USE_LDCONFIG= yes
|
||||
WRKSRC= ${WRKDIR}/bobcat-${PORTVERSION}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -1,13 +1,10 @@
|
|||
# New ports collection makefile for: libbonobo-reference
|
||||
# Date created: 09 May 2006
|
||||
# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
|
||||
#
|
||||
# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 0
|
||||
|
||||
REFERENCE_SRC= ${WRKSRC}/doc
|
||||
BOOKS= activation-api api
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"
|
||||
|
|
|
@ -30,6 +30,7 @@ MAKE_ENV= gnomelocaledir=${PREFIX}/share/locale
|
|||
|
||||
MAN1= bonobo-activation-server.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \
|
||||
${WRKSRC}/configure \
|
||||
|
|
|
@ -17,4 +17,5 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|||
|
||||
MAN1= cdrskin.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -23,6 +23,7 @@ CC= clang33
|
|||
CXX= clang++33
|
||||
CPP= clang-cpp33
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OSVERSION} < 901502
|
||||
|
|
|
@ -30,6 +30,7 @@ PLIST_SUB= VER=${PORTVERSION}
|
|||
|
||||
MAN1= RSA_SecurID_getpasswd.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 801000
|
||||
|
|
|
@ -32,6 +32,7 @@ PORTDOCS= *
|
|||
|
||||
OPTIONS_DEFINE= EXAMPLES DOCS
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||
|
|
|
@ -25,6 +25,7 @@ INFO= ${PORTNAME}
|
|||
|
||||
# XXX: work around an issue with automake-1.13 erroring out on a
|
||||
# non-existent m4 directory before libtoolize creates it
|
||||
NO_STAGE= yes
|
||||
pre-configure::
|
||||
@${MKDIR} ${WRKSRC}/m4
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@ USES= gmake pathfix
|
|||
INFO= check
|
||||
MAN1= checkmk.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -36,6 +36,7 @@ USE_LDCONFIG= yes
|
|||
|
||||
GWEN_SHLIB_VER= 60
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOXYGEN}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
||||
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libcidr
|
||||
|
@ -28,4 +28,5 @@ MAKE_ENV+= NO_DOCS=yes
|
|||
MAKE_ENV+= NO_EXAMPLES=yes
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -26,6 +26,7 @@ SAMPLES= double calc ids mpcalc wf xref cref iref kref \
|
|||
idents words basename dirname
|
||||
I386_SAMPLES= sort spin sieve
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "i386"
|
||||
|
|
|
@ -18,6 +18,7 @@ CMAKE_ARGS= -DCLAW_CMAKE_MODULES_INSTALL_PATH="${DATADIR}/cmake"
|
|||
USE_LDCONFIG= yes
|
||||
#USE_GCC= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/subdirs/ s|doc||' ${WRKSRC}/CMakeLists.txt
|
||||
@${REINPLACE_CMD} -e '/install.*COPYING/ d' ${WRKSRC}/CMakeLists.txt
|
||||
|
|
|
@ -20,4 +20,5 @@ PLIST_FILES= lib/libcli.so \
|
|||
lib/libcli.so.19 \
|
||||
include/libcli.h
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -18,4 +18,5 @@ USE_GMAKE= yes
|
|||
CONFIGURE_ARGS+= --prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH}
|
||||
INFO= libconfig
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: libconfuse
|
||||
# Date created: 18 September 2004
|
||||
# Whom: Juraj Lutter <otis@sk.freebsd.org>
|
||||
#
|
||||
# Created by: Juraj Lutter <otis@sk.freebsd.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libconfuse
|
||||
PORTVERSION= 2.7
|
||||
|
@ -29,4 +25,5 @@ CONFIGURE_ARGS+= --with-check=${LOCALBASE}
|
|||
CFLAGS+= -I${LOCALBASE}/include
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -18,6 +18,7 @@ USE_LDCONFIG= yes
|
|||
|
||||
CFLAGS+= -D__GNU_LIBRARY__
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|g ; \
|
||||
s|localtime(|localtime((const time_t *)|g' ${WRKSRC}/debugmalloc.cc
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: libdaemon
|
||||
# Date created: 2005-10-17
|
||||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libdaemon
|
||||
PORTVERSION= 0.14
|
||||
|
@ -18,4 +14,5 @@ USE_AUTOTOOLS= libtool
|
|||
USE_GNOME= gnomehack ltverhack
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -24,6 +24,7 @@ USES= gmake pathfix
|
|||
MAN1= dap-config.1 \
|
||||
getdap.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
# do not alter ${PREFIX}/lib/charset.alias
|
||||
@${REINPLACE_CMD} -e '/^install-exec-am: / s|install-exec-local||' ${WRKSRC}/gl/Makefile.in
|
||||
|
|
|
@ -19,6 +19,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES
|
|||
PORTDOCS= HISTORY.txt README.txt
|
||||
PORTEXAMPLES= README.txt das.c simple.c
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
||||
|
|
|
@ -22,4 +22,5 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
|||
MAN1= trietool-0.2.1
|
||||
PORTDOCS= README.migration
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -25,6 +25,7 @@ GENDOCS_DESC= Build documentation (requires doxygen)
|
|||
OPTIONS_DEFAULT+= GENDOCS
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MGENDOCS}
|
||||
|
|
|
@ -33,6 +33,7 @@ PORTDOCS= README
|
|||
|
||||
MAKE_ENV= SONAME=${SONAME} SOLINK=${SOLINK}
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/Makefile
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@ USE_GMAKE= yes
|
|||
MAKEFILE= GNUmakefile
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
post-extract:
|
||||
. for ___f in avl_insert.pdf empty.pdf treap_insert.pdf
|
||||
@${CP} ${DISTDIR}/${___f} ${WRKSRC}/
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: libdisasm
|
||||
# Date created: 18 January 2006
|
||||
# Whom: Lutz Boehne <lboehne@damogran.de>
|
||||
#
|
||||
# Created by: Lutz Boehne <lboehne@damogran.de>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libdisasm
|
||||
PORTVERSION= 0.23
|
||||
|
@ -26,6 +22,7 @@ MAN1= x86dis.1
|
|||
MAN3= x86_disasm.3 x86_format_insn.3 x86_init.3
|
||||
MAN7= libdisasm.7
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
.ifndef(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
|
|
|
@ -13,6 +13,7 @@ LICENSE= GPLv2
|
|||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 900027
|
||||
|
|
|
@ -72,6 +72,7 @@ MLINKS= dispatch_after.3 dispatch_after_f.3 \
|
|||
#
|
||||
# Get rid of .la and static library files
|
||||
#
|
||||
NO_STAGE= yes
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -E -e \
|
||||
'/Install the pseudo-library/,/staticlibs=/s,^,#,' ${WRKSRC}/libtool
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: Doug Lea malloc library
|
||||
# Date created: 3 June 1995
|
||||
# Whom: roberto
|
||||
#
|
||||
# Created by: roberto
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dlmalloc
|
||||
PORTVERSION= 2.8.6
|
||||
|
@ -17,6 +13,7 @@ COMMENT= Small, fast malloc library by Doug Lea
|
|||
NO_WRKSUBDIR= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
do-extract:
|
||||
@${MKDIR} ${WRKDIR}
|
||||
.for f in ${DISTFILES}
|
||||
|
|
|
@ -27,6 +27,7 @@ CONFIGURE_ARGS+= --prefix="${PREFIX}" --disable-optimize \
|
|||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's#\(PKGCONFIG_DIR = \).*#\1${LOCALBASE}/libdata/pkgconfig#' \
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: libdnsres
|
||||
# Date created: Fri Feb 3 18:15:51 MST 2006
|
||||
# Whom: Phil Oleson <oz@nixil.net>
|
||||
#
|
||||
# Created by: Phil Oleson <oz@nixil.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libdnsres
|
||||
PORTVERSION= 0.1a
|
||||
|
@ -29,6 +25,7 @@ MLINKS= dnsres.3 dnsres_init.3 dnsres.3 dnsres_gethostbyname.3 \
|
|||
dnsres.3 dnsres_gethostbyname2.3 dnsres.3 dnsres_gethostbyaddr.3 \
|
||||
dnsres.3 dnsres_getaddrinfo.3
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,CFLAGS =,CFLAGS +=, ; s|top_buildir|top_builddir|g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
|
|
@ -16,4 +16,5 @@ USE_LDCONFIG= yes
|
|||
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -21,4 +21,5 @@ GH_ACCOUNT= waitman
|
|||
GH_TAGNAME= ${GH_COMMIT}
|
||||
GH_COMMIT= e9b9e5a
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: libds
|
||||
# Date created: 25 October 2002
|
||||
# Whom: Peter Bozarov (kingofgib@users.sourceforge.net)
|
||||
#
|
||||
# Created by: Peter Bozarov (kingofgib@users.sourceforge.net)
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libds
|
||||
PORTVERSION= 1.0
|
||||
|
@ -17,6 +13,7 @@ COMMENT= ANSI Generic Data Structures Library
|
|||
USE_LDCONFIG= yes
|
||||
ALL_TARGET= gcc
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
MAN3= libds.3
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: libdsp
|
||||
# Date created: Jan 16, 2001
|
||||
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||
#
|
||||
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libdsp
|
||||
PORTVERSION= 5.0.2
|
||||
|
@ -26,6 +22,7 @@ USE_LDCONFIG= yes
|
|||
|
||||
INLINE_VER= 1.4.0
|
||||
|
||||
NO_STAGE= yes
|
||||
do-configure:
|
||||
@${DO_NADA}
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: libdwarf
|
||||
# Date created: 11 Feb 2005
|
||||
# Whom: joerg@FreeBSD.org
|
||||
#
|
||||
# Created by: joerg@FreeBSD.org
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libdwarf
|
||||
PORTVERSION= 20130207
|
||||
|
@ -25,6 +21,7 @@ USE_DOS2UNIX= *.h
|
|||
|
||||
PS_FILES= dwarf.v2.pdf index.v2.pdf libdwarf2.1.pdf libdwarf2p.1.pdf mips_extensions.pdf
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/libdwarf.a ${PREFIX}/lib
|
||||
${INSTALL_DATA} ${WRKSRC}/dwarf.h ${PREFIX}/include
|
||||
|
|
|
@ -19,4 +19,5 @@ USE_LDCONFIG= yes
|
|||
|
||||
ONLY_FOR_ARCHS= amd64
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -35,6 +35,7 @@ MLINKS= editline.3 el_init.3 \
|
|||
editline.3 history.3
|
||||
MANCOMPRESSED= no
|
||||
|
||||
NO_STAGE= yes
|
||||
post-extract:
|
||||
${MV} ${WRKSRC}/readline ${WRKSRC}/editline
|
||||
|
||||
|
|
|
@ -19,4 +19,5 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ENV= LIBESTR_CFLAGS="-I${LOCALBASE}/include" LIBESTR_LIBS="-L${LOCALBASE}/lib -lestr"
|
||||
CONFIGURE_ARGS+= --prefix="${PREFIX}" --disable-testbench
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -23,4 +23,5 @@ AUTOMAKE_ARGS= --add-missing
|
|||
PLIST_FILES= include/eio.h lib/libeio.a lib/libeio.la \
|
||||
lib/libeio.so lib/libeio.so.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -18,6 +18,7 @@ OPTIONS_DEFAULT= EXTENDED SANITY
|
|||
EXTENDED_DESC= ELF format extensions
|
||||
SANITY_DESC= Avoid loading invalid ELF files
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -32,6 +32,7 @@ PLIST_SUB= VER="${PORTVERSION}"
|
|||
USE_GMAKE= yes
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MREADLINE}
|
||||
|
|
|
@ -14,4 +14,5 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ARGS= --prefix="${PREFIX}" \
|
||||
--disable-testbench
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -19,6 +19,7 @@ MAN3= ev.3
|
|||
|
||||
PKGCONFIGDIR?= ${PREFIX}/libdata/pkgconfig
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${SED} -e 's|%PREFIX%|${PREFIX}|g ; s|%VERSION%|${PORTVERSION}|g' \
|
||||
${FILESDIR}/libev.pc.in > ${WRKDIR}/libev.pc
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: libevent-hiphop
|
||||
# Date created: 16 July 2012
|
||||
# Whom: Martin Matuska <mm@FreeBSd.org>
|
||||
#
|
||||
# Created by: Martin Matuska <mm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PKGNAMESUFFIX= -hiphop
|
||||
PORTREVISION= 3
|
||||
|
@ -28,4 +24,5 @@ DESCR= ${.CURDIR}/pkg-descr
|
|||
|
||||
MASTERDIR= ${.CURDIR}/../libevent
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: libevent
|
||||
# Date created: 20 June 2001
|
||||
# Whom: Pete Fritchman <petef@databits.net>
|
||||
#
|
||||
# Created by: Pete Fritchman <petef@databits.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libevent
|
||||
PORTVERSION= 1.4.14b
|
||||
|
@ -89,6 +85,7 @@ MLINKS= event.3 event_init.3 \
|
|||
- evdns_config_windows_nameservers.3
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-configure:
|
||||
@${MKDIR} ${WRKSRC}/m4
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@ OPTIONS_DEFAULT= OPENSSL THREADS
|
|||
|
||||
CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/event2
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MOPENSSL}
|
||||
|
|
|
@ -29,6 +29,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES
|
|||
PORTDOCS= AUTHORS ChangeLog
|
||||
PORTEXAMPLES= *
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -29,6 +29,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES
|
|||
PORTDOCS= AUTHORS ChangeLog
|
||||
PORTEXAMPLES= *
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -28,4 +28,5 @@ MAN1= ewfacquire.1 ewfacquirestream.1 ewfexport.1 \
|
|||
ewfinfo.1 ewfmount.1 ewfrecover.1 ewfverify.1
|
||||
MAN3= libewf.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -18,6 +18,7 @@ MAKE_FLAGS= LIBDIR=${PREFIX}/lib \
|
|||
|
||||
PORTDOCS= README
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
|
|
|
@ -19,6 +19,7 @@ USE_AUTOTOOLS= libtool
|
|||
USES= bison gettext gmake
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "Makefile.man"
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@ TEST_DEPENDS= runtest:${PORTSDIR}/misc/dejagnu
|
|||
OPTIONS_DEFINE= TESTS
|
||||
TESTS_DESC= Include tools for test suite
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MTESTS}
|
||||
|
|
|
@ -21,6 +21,7 @@ USES= pkgconfig
|
|||
|
||||
OPTIONS_DEFINE= DEBUG
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDEBUG}
|
||||
|
|
|
@ -18,4 +18,5 @@ GH_ACCOUNT= waitman
|
|||
GH_TAGNAME= ${GH_COMMIT}
|
||||
GH_COMMIT= 4a52e16
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -137,4 +137,5 @@ MLINKS= freefare.3 freefare_free_tags.3 \
|
|||
# Restrict to stable (even) versions, indicated by the second component.
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -21,6 +21,7 @@ USES= pathfix pkgconfig
|
|||
|
||||
PORTDOCS= COPYING.LIB ChangeLog README
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MBOOST}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: libg19
|
||||
# Date created: Apr 15 2011
|
||||
# Whom: Armin Pirkovitsch <armin@frozen-zone.org>
|
||||
#
|
||||
# Created by: Armin Pirkovitsch <armin@frozen-zone.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libg19
|
||||
PORTVERSION= 1.1.1
|
||||
|
@ -22,6 +18,7 @@ PLIST_FILES= include/libg19.h \
|
|||
lib/libg19.so \
|
||||
lib/libg19.so.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 800069
|
||||
|
|
|
@ -24,4 +24,5 @@ PLIST_FILES= include/libg19draw.h \
|
|||
lib/libg19draw.so \
|
||||
lib/libg19draw.so.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -21,6 +21,7 @@ CONFIGURE_ARGS= --disable-tests
|
|||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
post-configure:
|
||||
@${ECHO_CMD} "#define HAVE_STRCHR 1" >> ${WRKSRC}/config.h
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue