1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Repair instances, almost all courtesy of bf ;-), of spaces

and/or tabs before the =. This made doing regular expressions
on the ports tree really difficult.

Approved by:	portmgr (not really, but touches unstaged ports)
This commit is contained in:
Adam Weinberger 2014-07-29 20:55:27 +00:00
parent 7ff153a552
commit 0f88ed614d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363390
50 changed files with 110 additions and 109 deletions

View File

@ -23,7 +23,7 @@ COMMENT?= Fast x86 and x86-64 disassembler library
LICENSE= GPLv3
USES= dos2unix
USE_XZ = yes
USE_XZ= yes
.if defined(PYTHON_SLAVEPORT)
USE_PYTHON= 2

View File

@ -11,7 +11,7 @@ DISTNAME= Mysterie-${PORTNAME}-${HASH}
MAINTAINER= mi@aldan.algebra.com
COMMENT= Decompiler for Python's .pyc and .pyo files
HASH = 3956a5a
HASH= 3956a5a
USE_PYTHON= 2
USE_PYDISTUTILS=yes
REINPLACE_ARGS= -i ""

View File

@ -12,5 +12,6 @@ LCL_INTERFACE= #
MASTERDIR= ${.CURDIR}/../../editors/lazarus
OPT = "-Fu../../lcl/ -Fu../lcl -Fu../../lcl/forms -Fu../../lcl/nonwin32 -Fu../../lcl/widgetset -Fi../../lcl/include"
OPT= "-Fu../../lcl/ -Fu../lcl -Fu../../lcl/forms -Fu../../lcl/nonwin32 -Fu../../lcl/widgetset -Fi../../lcl/include"
.include "${MASTERDIR}/Makefile"

View File

@ -27,7 +27,7 @@ CONFIGURE_ENV= JPEG_CFLAGS="-I${LOCALBASE}/include" \
CONFIGURE_ARGS= --enable-threads=pthread --enable-shared
USE_LDCONFIG= yes
CONFLICTS= djvulibre-nox11-3*
WRKSRC = ${WRKDIR}/${DISTNAME:R}
WRKSRC= ${WRKDIR}/${DISTNAME:R}
PORTDOCS= djvu2spec.djvu djvu3spec.djvu djvuchanges.txt lizard2002.djvu lizard2007.djvu

View File

@ -41,7 +41,7 @@ NO_STAGE= yes
USES+= tk:84,85
.if ${PORT_OPTIONS:MTHREADS}
THR_CPP= ${PTHREAD_CFLAGS}
THR_LD = ${PTHREAD_LIBS}
THR_LD= ${PTHREAD_LIBS}
.endif
post-extract:

View File

@ -29,7 +29,7 @@ FONTLIST= batang10 batang10b batang12 batang12b batang14 batang14b \
gulim16b gulim18 gulim18b gulim20 gulim20b gulim24 gulim24b \
hline10 hline12 hline14 hline16 hline18 hline20 hline24
FONTLIST_MANUAL = batang10 batang10b gulim10 gulim10b
FONTLIST_MANUAL= batang10 batang10b gulim10 gulim10b
BDFTOPCF= ${PREFIX}/bin/bdftopcf
MKFONTDIR= ${PREFIX}/bin/mkfontdir

View File

@ -17,7 +17,7 @@ MAN1= gsi.1
USES= gmake tar:tgz
GNU_CONFIGURE= yes
CONFIGURE_ARGS =--enable-single-host --enable-gcc-opts
CONFIGURE_ARGS= --enable-single-host --enable-gcc-opts
CONFIGURE_ARGS+=--prefix=${PREFIX} --docdir=${PREFIX}/share/doc/gambit-c
CONFIGURE_ARGS+=--libdir=${PREFIX}/lib/gambit-c/ --includedir=${PREFIX}/include/gambit-c
CONFIGURE_ARGS+=--enable-interpreter-name=gsi-gambit --enable-compiler-name=gsc-gambit

View File

@ -16,7 +16,7 @@ LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
USES= gmake tar:bzip2
OPTIONS_DEFINE = SBCL THREADS
OPTIONS_DEFINE= SBCL THREADS
SBCL_DESC= Bootstrap with installed SBCL binary, if available
THREADS_DESC= Experimental threading support

View File

@ -430,7 +430,7 @@ LDAPFLAGS+= -D${param}
. if ${PORT_OPTIONS:MSRS}
BUILD_DEPENDS+= srs:${PORTSDIR}/mail/libsrs2
MASTER_SITES+= http://qmail-ldap-smtpauthuser.googlecode.com/svn/trunk/:srs_ldap
SRS_LDAP_PATCH = qmail-ldap-1.03-20060201-SRS.patch
SRS_LDAP_PATCH= qmail-ldap-1.03-20060201-SRS.patch
DISTFILES+= ${SRS_LDAP_PATCH}:srs_ldap
. endif

View File

@ -19,7 +19,7 @@ LICENSE= GPLv2
BENCHMARK_SCRIPT= R-benchmark-25.R
USES= cran:auto-plist
WRKSRC = ${WRKDIR}/${PORTNAME}
WRKSRC= ${WRKDIR}/${PORTNAME}
.if defined(MAINTAINER_MODE)
USES+= dos2unix

View File

@ -52,8 +52,8 @@ PLIST_SUB= RMATH_SOVERSION="${RMATH_SOVERSION}"
USE_LDCONFIG= yes
.else # LIBRMATH_SLAVEPORT
ALL_TARGET= all
INSTALL_TARGET = install
CONFIGURE_ARGS = --enable-memory-profiling rdocdir=${DOCSDIR} \
INSTALL_TARGET= install
CONFIGURE_ARGS= --enable-memory-profiling rdocdir=${DOCSDIR} \
--with-system-bzlib --with-system-zlib
CONFIGURE_ENV+= FCFLAGS="${FFLAGS}" \
INSTALL_DATA="${INSTALL} ${COPY} ${_SHROWNGRP} -m 644" \
@ -65,7 +65,7 @@ OPTIONS_DEFINE+= ATLAS ICU PCRE_PORT THREADS
ATLAS_DESC= Use ATLAS instead of BLAS/LAPACK
ICU_DESC= Use ICU for collation in multibyte locales
PCRE_PORT_DESC = Use devel/pcre instead of the bundled PCRE
PCRE_PORT_DESC= Use devel/pcre instead of the bundled PCRE
OPTIONS_DEFAULT+= ICU PCRE_PORT THREADS
.if !defined(LIBR_SLAVEPORT)

View File

@ -44,19 +44,19 @@ WITH_BLAS?= blas
.if ${WITH_BLAS} == "gotoblas"
BLAS= -lgoto2p
LAPACK = -lgoto2p
LAPACK= -lgoto2p
LIB_DEPENDS+= libgoto2p.so:${PORTSDIR}/math/gotoblas
.elif ${WITH_BLAS} == "atlas"
BLAS= -lptf77blas
LAPACK = -lalapack -lptcblas
LAPACK= -lalapack -lptcblas
LIB_DEPENDS+= libptf77blas.so:${PORTSDIR}/math/atlas
.elif ${WITH_BLAS} == "blas"
BLAS= -lblas
LAPACK = -llapack
LAPACK= -llapack
LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas \
liblapack.so:${PORTSDIR}/math/lapack
.else
IGNORE = unknown value of WITH_BLAS: ${WITH_BLAS}
IGNORE= unknown value of WITH_BLAS: ${WITH_BLAS}
.endif
post-patch:

View File

@ -22,7 +22,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
MAKE_JOBS_UNSAFE= yes
USES= fortran
USE_LDCONFIG= yes
WRKSRC = ${WRKDIR}/ARPACK
WRKSRC= ${WRKDIR}/ARPACK
# The following lapack symbols in arpack are renamed to avoid conflicts with other
# lapack libraries:

View File

@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Development version of math/atlas
IGNORE = : dependent ports have been altered to link with math/atlas -- please\
IGNORE= : dependent ports have been altered to link with math/atlas -- please\
use that port instead of math/atlas-devel, while the latter is being revised
MANUAL_PACKAGE_BUILD= Optimizes for the local machine.

View File

@ -70,7 +70,7 @@ PORT${i}= *
ARCHDEFFLAG= -Si archdef 0
. endif
. else
IGNORE = : You have set WITH_ARCHDEF, but have not defined ARCHDEF
IGNORE= : You have set WITH_ARCHDEF, but have not defined ARCHDEF
. endif
.endif

View File

@ -8,7 +8,7 @@ MAINTAINER= maho@FreeBSD.org
COMMENT= Basic Linear Algebra Subroutines
DESCR= ${.CURDIR}/pkg-descr
BLAS_SLAVEPORT = yes
BLAS_SLAVEPORT= yes
MASTERDIR= ${.CURDIR}/../lapack

View File

@ -28,8 +28,8 @@ PLIST_SUB= SVERSION="${SVERSION}"
SVERSION= 2
WRKSRC = ${WRKDIR}/CBLAS
WRKSRC_PROFILE = ${WRKSRC}_PROFILE
WRKSRC= ${WRKDIR}/CBLAS
WRKSRC_PROFILE= ${WRKSRC}_PROFILE
WRKSRC_SHARED= ${WRKSRC}_SHARED
WRKSRC_STATIC= ${WRKSRC}

View File

@ -35,7 +35,7 @@ OPTIONS_DEFINE= PROFILE
IGNORE= you have defined WITH_PROFILE, but have also defined\
WITHOUT_PROFILE, NOPROFILE, or NO_PROFILE
.elif !exists(/usr/lib/libc_p.a)
IGNORE = you have chosen WITH_PROFILE, but have not installed the\
IGNORE= you have chosen WITH_PROFILE, but have not installed the\
base system profiling libraries
.endif
PLIST_FILES+= lib/libeispack_p.a

View File

@ -48,7 +48,7 @@ USES+= fortran
CONFIGURE_ARGS+= --with-gsl="${LOCALBASE}"
LIB_DEPENDS+= libgslcblas.so:${PORTSDIR}/math/gsl
.else
IGNORE = unknown value of WITH_BLAS: ${WITH_BLAS}
IGNORE= unknown value of WITH_BLAS: ${WITH_BLAS}
.endif
.if ${PORT_OPTIONS:MDOXYGEN}

View File

@ -25,7 +25,7 @@ USES= pathfix perl5 pkgconfig
USE_PERL5= build
USE_LDCONFIG= yes
CONFIGURE_ARGS = --enable-shared --enable-threads --disable-fortran
CONFIGURE_ARGS= --enable-shared --enable-threads --disable-fortran
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
@ -37,7 +37,7 @@ INFO= fftw3
INSTALL_TARGET= install-pkgconfigDATA install-libLTLIBRARIES install-exec
.endif
OPTIONS_DEFINE = G77_WRAPPERS OPENMP OPTIMIZED_CFLAGS
OPTIONS_DEFINE= G77_WRAPPERS OPENMP OPTIMIZED_CFLAGS
G77_WRAPPERS_DESC= Alter Fortran wrappers for use with g77
OPENMP_DESC= Build OpenMP multithreaded libraries
@ -83,7 +83,7 @@ CONFIGURE_ARGS+=--enable-long-double
FFTW3_SUFX= q
FFTW3_PKGNAMESUFFIX= -quad
CONFIGURE_ARGS+=--enable-quad-precision
ONLY_FOR_ARCHS = i386 amd64
ONLY_FOR_ARCHS= i386 amd64
USE_GCC= yes
.endif

View File

@ -17,7 +17,7 @@ LICENSE_PERMS= auto-accept
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
GNU_CONFIGURE= yes
CONFIGURE_ARGS = --with-gmp="${LOCALBASE}"
CONFIGURE_ARGS= --with-gmp="${LOCALBASE}"
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOXYGEN

View File

@ -75,7 +75,7 @@ GOTOFLAGS+= USE_OPENMP=1
.endif
.if ${PORT_OPTIONS:MQUAD_PRECISION}
BROKEN = WITH_QUAD_PRECISION is broken; please disable this option
BROKEN= WITH_QUAD_PRECISION is broken; please disable this option
GOTOFLAGS+= QUAD_PRECISION=1
.endif
@ -129,9 +129,9 @@ do-build:
BENCHMARK_MAXTHREADS?= ${MAXTHREADS}
.if ${PORT_OPTIONS:MOPENMP}
BENCHMARK_THREADS_FLAG = OMP_NUM_THREADS=${BENCHMARK_MAXTHREADS}
BENCHMARK_THREADS_FLAG= OMP_NUM_THREADS=${BENCHMARK_MAXTHREADS}
.else
BENCHMARK_THREADS_FLAG = GOTO_NUM_THREADS=${BENCHMARK_MAXTHREADS}
BENCHMARK_THREADS_FLAG= GOTO_NUM_THREADS=${BENCHMARK_MAXTHREADS}
.endif
benchmark: build

View File

@ -58,7 +58,7 @@ LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas
LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack
CONFIGURE_ARGS= --with-lapack="-llapack" --with-blas="-lblas"
.else
IGNORE = : invalid value for WITH_BLAS: ${WITH_BLAS}
IGNORE= : invalid value for WITH_BLAS: ${WITH_BLAS}
.endif
post-patch:

View File

@ -41,15 +41,15 @@ WITH_BLAS?= reference
LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas
LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack
BLAS= -lblas
LAPACK = -llapack
LAPACK= -llapack
.elif ${WITH_BLAS} == gotoblas
LIB_DEPENDS+= libgoto2p.so:${PORTSDIR}/math/gotoblas
BLAS = -lgoto2p
LAPACK = -lgoto2p
BLAS= -lgoto2p
LAPACK= -lgoto2p
.elif ${WITH_BLAS} == atlas
LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas
BLAS= -lptf77blas
LAPACK = -lalapack -lptcblas
LAPACK= -lalapack -lptcblas
.endif
PORTDOCS= kktdirect.pdf

View File

@ -29,8 +29,8 @@ STATIC_DESC= Build (non-PIC) archives
MAKE_ENV= BLASLIB="${BLASLIB}"
PLIST_SUB= SVERSION="${SVERSION}"
WRKSRC = ${WRKDIR}/lapack-${PORTVERSION}
WRKSRC_PROFILE = ${WRKSRC}_PROFILE
WRKSRC= ${WRKDIR}/lapack-${PORTVERSION}
WRKSRC_PROFILE= ${WRKSRC}_PROFILE
WRKSRC_SHARED= ${WRKSRC}_SHARED
WRKSRC_STATIC= ${WRKSRC}

View File

@ -36,7 +36,7 @@ MAKE_ENV+= "XLAPACKE_LIBNAME=${XLAPACKE_LIBNAME}"
.endif
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
WRKSRC_LEGACY = ${WRKDIR}/lapacke
WRKSRC_LEGACY= ${WRKDIR}/lapacke
.if exists(${LOCALBASE}/lib/libgoto2p.so)
WITH_BLAS?= gotoblas
@ -89,10 +89,10 @@ PLIST_FILES+= lib/lib${XLAPACKE_LIBNAME}.a \
.if ${PORT_OPTIONS:MPROFILE}
.if defined(NOPROFILE) || defined(NO_PROFILE) || defined(WITHOUT_PROFILE)
IGNORE = you have defined WITH_PROFILE, but have also defined\
IGNORE= you have defined WITH_PROFILE, but have also defined\
WITHOUT_PROFILE, NOPROFILE, or NO_PROFILE
.elif !exists(/usr/lib/libc_p.a)
IGNORE = you have chosen WITH_PROFILE, but have not installed the\
IGNORE= you have chosen WITH_PROFILE, but have not installed the\
base system profiling libraries
.endif
PLIST_FILES+= lib/lib${LAPACKE_LIBNAME}_p.a \

View File

@ -57,10 +57,10 @@ PLIST_FILES= include/levmar.h \
.if ${PORT_OPTIONS:MPROFILE}
.if defined(NOPROFILE) || defined(NO_PROFILE) || defined(WITHOUT_PROFILE)
IGNORE = you have defined WITH_PROFILE, but have also defined\
IGNORE= you have defined WITH_PROFILE, but have also defined\
WITHOUT_PROFILE, NOPROFILE, or NO_PROFILE
.elif !exists(/usr/lib/libc_p.a)
IGNORE = you have chosen WITH_PROFILE, but have not installed the\
IGNORE= you have chosen WITH_PROFILE, but have not installed the\
base system profiling libraries
.endif
PLIST_FILES+= lib/liblevmar_p.a

View File

@ -21,7 +21,7 @@ GNU_CONFIGURE= yes
USE_CSTD= c99
USES= gmake
CONFIGURE_ARGS = --enable-dynamic-build --enable-static-build
CONFIGURE_ARGS= --enable-dynamic-build --enable-static-build
OPTIONS_DEFINE= BLAS3_CNTL BUILTIN_BLAS CBLAS EXTERNAL_LAPACK GOTOBLAS \
LAPACK2FLAME LAPACK_SUBPROBLEMS OPENMP SHARED STATIC \
@ -48,9 +48,9 @@ CONFIGURE_ARGS+= --disable-blas3-front-end-cntl-trees
.endif
.if ${PORT_OPTIONS:MBUILTIN_BLAS}
IGNORE = : BUILTIN_BLAS is an experimental option, for testing purposes only
IGNORE= : BUILTIN_BLAS is an experimental option, for testing purposes only
.if ${PORT_OPTIONS:MCBLAS} || ${PORT_OPTIONS:MGOTOBLAS}
IGNORE = : BUILTIN_BLAS is incompatible with CBLAS and GOTOBLAS
IGNORE= : BUILTIN_BLAS is incompatible with CBLAS and GOTOBLAS
.endif
CONFIGURE_ARGS+= --enable-builtin-blas
.else
@ -58,9 +58,9 @@ CONFIGURE_ARGS+= --disable-builtin-blas
.endif
.if ${PORT_OPTIONS:MCBLAS}
IGNORE = : CBLAS yields an incomplete library, and is for testing purposes only
IGNORE= : CBLAS yields an incomplete library, and is for testing purposes only
.if ${PORT_OPTIONS:MGOTOBLAS}
IGNORE = : CBLAS is incompatible with GOTOBLAS
IGNORE= : CBLAS is incompatible with GOTOBLAS
.endif
CONFIGURE_ARGS+= --enable-cblas-interfaces
.else
@ -87,7 +87,7 @@ CONFIGURE_ARGS+= --enable-default-${b:tl}-blocksize=${${b}_BLOCKSIZE}
.if ${PORT_OPTIONS:MLAPACK2FLAME}
.if ${PORT_OPTIONS:MLAPACK_SUBPROBLEMS}
IGNORE = : LAPACK2FLAME is incompatible with LAPACK_SUBPROBLEMS
IGNORE= : LAPACK2FLAME is incompatible with LAPACK_SUBPROBLEMS
.endif
CONFIGURE_ARGS+= --enable-lapack2flame
.else
@ -96,7 +96,7 @@ CONFIGURE_ARGS+= --disable-lapack2flame
.if ${PORT_OPTIONS:MLAPACK_SUBPROBLEMS}
.if ! ${PORT_OPTIONS:MEXTERNAL_LAPACK}
IGNORE = : LAPACK_SUBPROBLEMS requires EXTERNAL_LAPACK
IGNORE= : LAPACK_SUBPROBLEMS requires EXTERNAL_LAPACK
.endif
CONFIGURE_ARGS+= --enable-external-lapack-for-subproblems
.else
@ -131,7 +131,7 @@ RUN_DEPENDS += ${LOCALBASE}/lib/libatlas.so:${PORTSDIR}/math/atlas
BLAS= -lptcblas
.elif ${WITH_BLAS} == gotoblas
RUN_DEPENDS += ${LOCALBASE}/lib/libgoto2p.so:${PORTSDIR}/math/gotoblas
BLAS = -lgoto2p
BLAS= -lgoto2p
.elif ${WITH_BLAS} == reference
RUN_DEPENDS += ${LOCALBASE}/lib/libblas.so:${PORTSDIR}/math/blas
BLAS= -lblas
@ -146,15 +146,15 @@ BLAS= -lgslcblas
.if ${PORT_OPTIONS:MBUILTIN_BLAS}
RUN_DEPENDS += ${LOCALBASE}/lib/libatlas.so:${PORTSDIR}/math/atlas
.endif
LAPACK = -lalapack -lptcblas -lptf77blas
LAPACK= -lalapack -lptcblas -lptf77blas
.elif ${WITH_BLAS} == gotoblas
.if ${PORT_OPTIONS:MBUILTIN_BLAS}
RUN_DEPENDS += ${LOCALBASE}/lib/libgoto2p.so:${PORTSDIR}/math/gotoblas
.endif
LAPACK = -lgoto2p
LAPACK= -lgoto2p
.elif !empty(WITH_BLAS:Mreference*)
RUN_DEPENDS += ${LOCALBASE}/lib/liblapack.so:${PORTSDIR}/math/lapack
LAPACK = -llapack
LAPACK= -llapack
.if ${PORT_OPTIONS:MBUILTIN_BLAS} || ${PORT_OPTIONS:MCBLAS}
RUN_DEPENDS += ${LOCALBASE}/lib/libblas.so:${PORTSDIR}/math/blas
LAPACK+= -lblas
@ -164,10 +164,10 @@ LAPACK+= -lblas
.if ${PORT_OPTIONS:MOPENMP}
.if ${PORT_OPTIONS:MTHREADS}
IGNORE = OPENMP is incompatible with THREADS
IGNORE= OPENMP is incompatible with THREADS
.endif
.if !empty(CC:M*clang*)
IGNORE = clang does not support OPENMP, use THREADS instead
IGNORE= clang does not support OPENMP, use THREADS instead
.endif
OPENMP_CFLAGS ?= -fopenmp
CFLAGS+= ${OPENMP_CFLAGS}

View File

@ -41,7 +41,7 @@ LDFLAGS+= -Wl,-z,interpose
.if ${PORT_OPTIONS:MPROFILE}
.if !exists(/usr/lib/libc_p.a)
IGNORE = you have chosen WITH_PROFILE, but have not installed the\
IGNORE= you have chosen WITH_PROFILE, but have not installed the\
base system profiling libraries
.endif
PLIST_FILES+= lib/libmissing_p.a

View File

@ -22,7 +22,7 @@ USE_LDCONFIG= yes
DIST_SUBDIR= ${PORTNAME}
NO_WRKSUBDIR= yes
SRCS = cchdc.f cchdd.f cchex.f cchud.f cgbco.f cgbdi.f cgbfa.f cgbsl.f \
SRCS= cchdc.f cchdd.f cchex.f cchud.f cgbco.f cgbdi.f cgbfa.f cgbsl.f \
cgeco.f cgedi.f cgefa.f cgesl.f cgtsl.f chico.f chidi.f chifa.f \
chisl.f chpco.f chpdi.f chpfa.f chpsl.f cmach.f cpbco.f cpbdi.f \
cpbfa.f cpbsl.f cpoco.f cpodi.f cpofa.f cposl.f cppco.f cppdi.f \

View File

@ -21,7 +21,7 @@ LICENSE= GPLv3
CLEANFILES= ${SRCS}
LIB= ${PORTNAME}
LIBDIR = ${PREFIX}/lib
LIBDIR= ${PREFIX}/lib
MAKE_ENV+= CLEANFILES="${CLEANFILES}" \
LIB="${LIB}" LIBDIR="${LIBDIR}" SHLIB_MAJOR="${SHLIB_MAJOR}" \
SRCS="${SRCS}" SRCCONF="${SRCCONF}"
@ -52,10 +52,10 @@ PORTEXAMPLES= ex1.c
.if ${PORT_OPTIONS:MPROFILE}
.if defined(NOPROFILE) || defined(NO_PROFILE) || defined(WITHOUT_PROFILE)
IGNORE = you have defined WITH_PROFILE, but have also defined\
IGNORE= you have defined WITH_PROFILE, but have also defined\
WITHOUT_PROFILE, NOPROFILE, or NO_PROFILE
.elif !exists(/usr/lib/libc_p.a)
IGNORE = you have chosen WITH_PROFILE, but have not installed the\
IGNORE= you have chosen WITH_PROFILE, but have not installed the\
base system profiling libraries
.endif
PLIST_FILES+= lib/lib${LIB}_p.a

View File

@ -20,7 +20,7 @@ GNU_CONFIGURE= yes
NO_BUILD= yes
USES= perl5
USE_PERL5= build
WRKSRC = ${WRKDIR}/${DISTNAME:R}
WRKSRC= ${WRKDIR}/${DISTNAME:R}
OPTIONS_DEFINE= EXAMPLES

View File

@ -78,7 +78,7 @@ BUILDFLAGS+= USE_OPENMP=1
.endif
.if ${PORT_OPTIONS:MQUAD_PRECISION}
BROKEN = QUAD_PRECISION is broken; please disable this option
BROKEN= QUAD_PRECISION is broken; please disable this option
BUILDFLAGS+= QUAD_PRECISION=1
.endif
@ -144,9 +144,9 @@ do-build:
BENCHMARK_MAXTHREADS?= ${MAXTHREADS}
.if ${PORT_OPTIONS:MOPENMP}
BENCHMARK_THREADS_FLAG = OMP_NUM_THREADS=${BENCHMARK_MAXTHREADS}
BENCHMARK_THREADS_FLAG= OMP_NUM_THREADS=${BENCHMARK_MAXTHREADS}
.else
BENCHMARK_THREADS_FLAG = OPENBLAS_NUM_THREADS=${BENCHMARK_MAXTHREADS}
BENCHMARK_THREADS_FLAG= OPENBLAS_NUM_THREADS=${BENCHMARK_MAXTHREADS}
.endif
benchmark: build

View File

@ -65,10 +65,10 @@ CFLAGS+= -O3 -ffast-math
.if ${PORT_OPTIONS:MPROFILE}
.if defined(NOPROFILE) || defined(NO_PROFILE) || defined(WITHOUT_PROFILE)
IGNORE = you have defined WITH_PROFILE, but have also defined\
IGNORE= you have defined WITH_PROFILE, but have also defined\
WITHOUT_PROFILE, NOPROFILE, or NO_PROFILE
.elif !exists(/usr/lib/libc_p.a)
IGNORE = you have chosen WITH_PROFILE, but have not installed the\
IGNORE= you have chosen WITH_PROFILE, but have not installed the\
base system profiling libraries
.endif
PLIST_FILES+= lib/libsfft_p.a

View File

@ -15,7 +15,7 @@ USE_GCC= yes
USE_LDCONFIG= yes
HEADERS= blas_enum.h blas_sparse.h blas_sparse_proto.h
HDIR = include/spblas
HDIR= include/spblas
MAKE_ENV= LIB=spblas SHLIB_MAJOR="${SHLIB_MAJOR}" \
SRCCONF=/dev/null SRCS="${SRCS}"
@ -33,10 +33,10 @@ SRCS= nist_spblas.cc
.if ${PORT_OPTIONS:MPROFILE}
.if defined(NOPROFILE) || defined(NO_PROFILE) || defined(WITHOUT_PROFILE)
IGNORE = you have defined WITH_PROFILE, but have also defined\
IGNORE= you have defined WITH_PROFILE, but have also defined\
WITHOUT_PROFILE, NOPROFILE, or NO_PROFILE
.elif !exists(/usr/lib/libc_p.a)
IGNORE = you have chosen WITH_PROFILE, but have not installed the\
IGNORE= you have chosen WITH_PROFILE, but have not installed the\
base system profiling libraries
.endif
PLIST_FILES+= lib/libspblas_p.a

View File

@ -51,12 +51,12 @@ LAPACK= -lopenblasp
.elif ${WITH_BLAS} == gotoblas
LIB_DEPENDS+= libgoto2.so:${PORTSDIR}/math/gotoblas
LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack
BLAS = -lgoto2p
LAPACK = -lgoto2p
BLAS= -lgoto2p
LAPACK= -lgoto2p
.elif ${WITH_BLAS} == atlas
LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas
BLAS= -lptf77blas
LAPACK = -lalapack -lptcblas
LAPACK= -lalapack -lptcblas
.endif
.if ${ARCH} == "sparc64"
@ -73,9 +73,9 @@ SVERSION=1
.if defined (WITH_METIS)
METIS=${LOCALBASE}/lib/libmetis.a
METIS_PATH=${LOCALBASE}/include/metis
CHOLMOD_CONFIG =
CHOLMOD_CONFIG=
.else
CHOLMOD_CONFIG = -DNPARTITION
CHOLMOD_CONFIG= -DNPARTITION
.endif
post-patch:

View File

@ -27,7 +27,7 @@ STATIC_DESC= Build a non-PIC archive
PLIST_DIRS= ${HDIR}
PLIST_FILES= ${HEADERS:S|^|${HDIR}/|}
SHLIB_MAJOR= 0
WRKSRC = ${WRKDIR}/xblas-${PORTVERSION}
WRKSRC= ${WRKDIR}/xblas-${PORTVERSION}
.include <bsd.port.options.mk>

View File

@ -25,7 +25,7 @@ USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
DOS2UNIX_GLOB = *.py
DOS2UNIX_GLOB= *.py
post-patch:
@${RM} -rf ${WRKSRC}/twclient/simplejson

View File

@ -46,14 +46,14 @@ CONFIGURE_ARGS+=--disable-pcre
.endif
.if ${PORT_OPTIONS:MSETUID}
GROUPS = kismet
GROUPS= kismet
CONFIGURE_ARGS+=--with-suidgroup=wheel
INSTALL_TARGET = suidinstall
INSTALL_TARGET= suidinstall
PLIST_SUB+= SUID="" SUIDGROUP="${GROUPS}"
PKGMESSAGE= ${WRKDIR}/suid_pkg-message
SUB_FILES+= suid_pkg-message
.else
INSTALL_TARGET = install
INSTALL_TARGET= install
CONFIGURE_ARGS+=--without-suidgroup
PLIST_SUB+= SUID="@comment " SUIDGROUP=""
.endif

View File

@ -1,10 +1,10 @@
# Created by: bf
# $FreeBSD$
PORTNAME= gnunet-gtk
DISTVERSION= 0.9.3
CATEGORIES= net-p2p ipv6 security
MASTER_SITES= GNU
PORTNAME= gnunet-gtk
DISTVERSION= 0.9.3
CATEGORIES= net-p2p ipv6 security
MASTER_SITES= GNU
MASTER_SITE_SUBDIR= gnunet
MAINTAINER= ports@FreeBSD.org
@ -17,14 +17,14 @@ LICENSE= GPLv3
LIB_DEPENDS= libgladeui-1.so:${PORTSDIR}/devel/glade3 \
libgnunetutil.so:${PORTSDIR}/net-p2p/gnunet
INSTALLS_ICONS = yes
USE_AUTOTOOLS= libltdl libtool
USES= pathfix iconv gmake pkgconfig
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
USE_AUTOTOOLS= libltdl libtool
USES= pathfix iconv gmake pkgconfig
USE_LDCONFIG= yes
CONFIGURE_ARGS = --with-extractor=${LOCALBASE} \
--with-gnunet=${LOCALBASE} \
${ICONV_CONFIGURE_ARG}
CONFIGURE_ARGS= --with-extractor=${LOCALBASE} \
--with-gnunet=${LOCALBASE} \
${ICONV_CONFIGURE_ARG}
MAN1= gnunet-fs-gtk.1

View File

@ -19,7 +19,7 @@ LIB_DEPENDS= libunistring.so:${PORTSDIR}/devel/libunistring \
libgcrypt.so:${PORTSDIR}/security/libgcrypt \
libextractor.so:${PORTSDIR}/textproc/libextractor
OPTIONS_DEFINE = HTTP
OPTIONS_DEFINE= HTTP
HTTP_DESC= Enable HTTP transport via libmicrohttpd
MYSQL_DESC= Use MySQL for the data store and cache
@ -35,7 +35,7 @@ USE_AUTOTOOLS= libltdl libtool
USES= iconv gmake
USE_LDCONFIG= yes
CONFIGURE_ARGS = --with-daemon-home-dir=${GNUNET_DAEMON_DIR} \
CONFIGURE_ARGS= --with-daemon-home-dir=${GNUNET_DAEMON_DIR} \
--with-daemon-config-dir=${PREFIX}/etc \
--with-extractor=${LOCALBASE} \
--with-libcurl=${LOCALBASE} \
@ -44,7 +44,7 @@ CONFIGURE_ARGS = --with-daemon-home-dir=${GNUNET_DAEMON_DIR} \
--with-ltdl-include=${LOCALBASE}/include \
--with-ltdl-lib=${LOCALBASE}/lib
GROUPS = gnunet
GROUPS= gnunet
USERS= gnunet
MAN1= gnunet-arm.1 gnunet-core.1 gnunet-directory.1 gnunet-download.1 \
@ -73,7 +73,7 @@ report.sh
.endif
.if ${PORT_OPTIONS:MHTTP}
BROKEN = WITH_HTTP requires libmicrohttpd 0.9.18 or higher
BROKEN= WITH_HTTP requires libmicrohttpd 0.9.18 or higher
LIB_DEPENDS+= libmicrohttpd.so:${PORTSDIR}/www/libmicrohttpd
CONFIGURE_ARGS+= --with-microhttpd=${LOCALBASE}
PLIST_SUB+= HTTP=""

View File

@ -47,7 +47,7 @@ CONFIGURE_ENV= FCFLAGS="${FFLAGS}" \
CPPFLAGS+= -I${LOCALBASE}/include
.if ${FFLAGS} == "-O"
FFLAGS = -O2
FFLAGS= -O2
.endif
LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo ${PTHREAD_LIBS}
@ -75,7 +75,7 @@ PLIST_SUB+= JAVA="@comment "
PLX11= "@comment "
.else
.if ! ${PORT_OPTIONS:MX11}
IGNORE = WITH_JAVA requires WITH_X11
IGNORE= WITH_JAVA requires WITH_X11
.endif
CONFIGURE_ARGS+= --with-java="${JAVA_HOME}"
USE_JAVA= yes

View File

@ -53,7 +53,7 @@ CFLAGS+="-DHAVE_LOGIN_CLASSES"
.endif
.if ${PORT_OPTIONS:MSASL}
WANT_OPENLDAP_SASL = YES
WANT_OPENLDAP_SASL= yes
.endif
post-extract:

View File

@ -11,7 +11,7 @@ COMMENT= Three-dimensional capacitance extraction program
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= config
WRKSRC = ${WRKDIR}/fastcap-2.0wr
WRKSRC= ${WRKDIR}/fastcap-2.0wr
BINFILES= busgen capgen cubegen fastcap pipedgen pyragen

View File

@ -11,7 +11,7 @@ COMMENT= Multipole-accelerated inductance analysis program
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= config
WRKSRC = ${WRKDIR}/fasthenry-3.0wr
WRKSRC= ${WRKDIR}/fasthenry-3.0wr
NO_STAGE= yes
post-patch:

View File

@ -40,7 +40,7 @@ USE_OPENSSL= yes
USE_RC_SUBR= tor
SUB_FILES= pkg-message
GROUPS = _tor
GROUPS= _tor
USERS= _tor
CONFLICTS= tor-[0-9]*

View File

@ -37,7 +37,7 @@ USE_OPENSSL= yes
USE_RC_SUBR= tor
SUB_FILES= pkg-message
GROUPS = _tor
GROUPS= _tor
USERS= _tor
CONFLICTS= tor-devel-[0-9]*

View File

@ -17,14 +17,14 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= YACC="${YACC}"
PLIST_FILES= bin/reflex bin/reflex++ include/reFlexLexer.h \
lib/librefl.a man/man1/reflex.1.gz
WRKSRC = ${WRKDIR}/reflex-${PORTVERSION}
WRKSRC= ${WRKDIR}/reflex-${PORTVERSION}
regression-test test: check
.for t in check bigcheck
${t}: build
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \
${MAKE_ARGS} ${t};
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \
${MAKE_ARGS} ${t};)
.endfor

View File

@ -22,9 +22,9 @@ USE_OCAMLFIND_PLIST= yes
USE_OCAML_LDCONFIG= yes
USE_OCAML_WASH= yes
OPTIONS_DEFINE = GLADE GNOMECANVAS GNOMEUI GTKGLAREA GTKSOURCEVIEW2 GTKSPELL \
OPTIONS_DEFINE= GLADE GNOMECANVAS GNOMEUI GTKGLAREA GTKSOURCEVIEW2 GTKSPELL \
LIBRSVG2
OPTIONS_DEFAULT = ${OPTIONS_DEFINE}
OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
GNOMECANVAS_DESC= GnomeCanvas support
GNOMEUI_DESC= GNOME 2 UI support

View File

@ -13,7 +13,7 @@ COMMENT= Low memory usage xterm replacement that supports color
USE_XORG= xpm
GNU_CONFIGURE= yes
OPTIONS_DEFINE = BIG5 GB GREEK HALF_SHADOW KANJI MENUBAR NEXT \
OPTIONS_DEFINE= BIG5 GB GREEK HALF_SHADOW KANJI MENUBAR NEXT \
TRANSPARENCY XGETDEFAULT XIM XTERM
BIG5_DESC= Build with BIG5 support
GB_DESC= Build with GB support