diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-08 19:51:27 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-08 19:51:27 +0000 |
commit | 55dc0f983aadef274380ef51058802f94a995d7e (patch) | |
tree | 0ad23c2fc638bccd76a5e7adf6ab2f1e78be6ddb | |
parent | - Update to 1.2.1. (diff) |
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=357070
101 files changed, 272 insertions, 271 deletions
diff --git a/audio/py-pylast/Makefile b/audio/py-pylast/Makefile index 2a58dc61942e..369f83f19df1 100644 --- a/audio/py-pylast/Makefile +++ b/audio/py-pylast/Makefile @@ -5,7 +5,7 @@ PORTNAME= pylast PORTVERSION= 0.5.11 CATEGORIES= audio python MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= feld@FreeBSD.org COMMENT= A Python interface to Last.fm diff --git a/audio/sphinxbase/Makefile b/audio/sphinxbase/Makefile index 31de0e8104a8..59ea575fc924 100644 --- a/audio/sphinxbase/Makefile +++ b/audio/sphinxbase/Makefile @@ -3,7 +3,7 @@ PORTNAME= sphinxbase PORTVERSION= 0.8 -PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= audio accessibility MASTER_SITES= SF/cmusphinx/${PORTNAME}/${PORTVERSION} diff --git a/biology/seqtools/Makefile b/biology/seqtools/Makefile index f6bcd97d6cd9..3410ff1e1dd7 100644 --- a/biology/seqtools/Makefile +++ b/biology/seqtools/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.sanger.ac.uk/pub4/resources/software/seqtools/PRODUCTION MAINTAINER= pi@FreeBSD.org COMMENT= Tools for visualising sequence alignments -LICENSE= GPLv3 +LICENSE= GPLv3 LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ diff --git a/cad/brickutils/Makefile b/cad/brickutils/Makefile index d27fd8d06f78..74abe7c32096 100644 --- a/cad/brickutils/Makefile +++ b/cad/brickutils/Makefile @@ -28,7 +28,7 @@ WRKSRC= ${WRKDIR}/BrickUtils-${PORTVERSION} USE_GNOME= pygtk2 USE_PYTHON= yes -PORTDOCS= * +PORTDOCS= * DOCSRCDIR1= ${WRKSRC} DOC_FILES1= ChangeLog @@ -43,7 +43,7 @@ ICON_SIZES= 32x32 48x48 64x64 72x72 96x96 128x128 .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} -DISTFILES+= ${PORTNAME}-manual-it.pdf:docs \ +DISTFILES+= ${PORTNAME}-manual-it.pdf:docs \ ${PORTNAME}-manual.pdf:docs .endif diff --git a/cad/kicad-devel/Makefile b/cad/kicad-devel/Makefile index 72d3d3c6f474..65c7197d7b03 100644 --- a/cad/kicad-devel/Makefile +++ b/cad/kicad-devel/Makefile @@ -1,13 +1,13 @@ # Created by: Michael Reifenberger <mr@FreeBSD.org> # $FreeBSD$ -PORTNAME= kicad -DISTVERSION= r${BZR_SRC_REV} +PORTNAME= kicad +DISTVERSION= r${BZR_SRC_REV} PORTREVISION= 6 -CATEGORIES= cad -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= mr -PKGNAMESUFFIX= -devel +CATEGORIES= cad +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= mr +PKGNAMESUFFIX= -devel DIST_SUBDIR= ${PORTNAME} MAINTAINER= mr@FreeBSD.org @@ -19,7 +19,7 @@ BUILD_DEPENDS= wxgtk2-2.8-config:${PORTSDIR}/x11-toolkits/wxgtk28 \ LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs -CONFLICTS= kicad-2013* +CONFLICTS= kicad-2013* DOCVERSION= 1.1 LIBVERSION= 1.0 @@ -28,7 +28,7 @@ USE_GL= glew glu USE_WX= 2.8 WX_UNICODE= yes USE_GNOME= atk # Required by libwx_gtk2_aui-2.8.so -USE_PYTHON= yes +USE_PYTHON= yes PLIST_SUB= OPSYS=${OPSYS} \ DESKTOPDIR=${DESKTOPDIR:S|^${PREFIX}/||} @@ -52,10 +52,10 @@ RUN_DEPENDS+= xpdf:${PORTSDIR}/graphics/xpdf .endif .if defined(BOOTSTRAP) -BOOST_RELEASE= 1.54.0 -BOOST_VERS= ${BOOST_RELEASE:S|.|_|g} -BZR_SRC_REV!= bzr revno lp:kicad -BZR_DOC_REV!= bzr revno lp:~kicad-developers/kicad/doc +BOOST_RELEASE= 1.54.0 +BOOST_VERS= ${BOOST_RELEASE:S|.|_|g} +BZR_SRC_REV!= bzr revno lp:kicad +BZR_DOC_REV!= bzr revno lp:~kicad-developers/kicad/doc .else .include "Makefile.bzr_rev" .endif @@ -67,8 +67,8 @@ BZR_DOC_REV!= bzr revno lp:~kicad-developers/kicad/doc # make makesum && make && make makeplist # < Check PLIST_FILE_LIST below > -FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion -FETCH_DEPENDS+= bzr:${PORTSDIR}/devel/bzr +FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion +FETCH_DEPENDS+= bzr:${PORTSDIR}/devel/bzr showversions: @${ECHO} "BOOST_RELEASE: ${BOOST_RELEASE}" diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index 61018ef3df4d..a71f43c983ae 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -27,7 +27,7 @@ CONFIGURE_ENV+= INSTALL_DATA="${BSD_INSTALL_DATA}" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib -PORTDOCS= \ +PORTDOCS= \ pcb.html pcb.pdf refcard.pdf pad.png puller.png thermal.png \ examples tutorial gcode.png gcode_control_img.png \ gcode_tool_path.png diff --git a/chinese/msttf/Makefile b/chinese/msttf/Makefile index 30fdf2374e73..8dcd07f1e213 100644 --- a/chinese/msttf/Makefile +++ b/chinese/msttf/Makefile @@ -35,7 +35,7 @@ NO_STAGE= yes .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DIST_SUBDIR}/${MSTTF_SIMHEI}) -IGNORE= Because of licensing restrictions, you must copy the three TrueType \ +IGNORE= Because of licensing restrictions, you must copy the three TrueType \ fonts from your copy of Microsoft Windows(TM) 2000/XP manually. End \ user can use these fonts freely in his/her own computers. Please \ place these fonts in ${DISTDIR}/${DIST_SUBDIR}. \ @@ -53,7 +53,7 @@ IGNORE= Because of licensing restrictions, you must copy the three \ .endif .if !exists(${DISTDIR}/${DIST_SUBDIR}/${MSTTF_TAHOMA}) -IGNORE= Because of licensing restrictions, you must copy the three \ +IGNORE= Because of licensing restrictions, you must copy the three \ TrueType fonts from your copy of Microsoft Windows(TM) \ 2000/XP manually. End user can use these fonts freely in \ his/her own computers. Please place these fonts in \ diff --git a/converters/asr10/Makefile b/converters/asr10/Makefile index 5b8e735d39f2..bb941f4ed201 100644 --- a/converters/asr10/Makefile +++ b/converters/asr10/Makefile @@ -1,13 +1,13 @@ # Created by: M.Indlekofer@gmx.de # $FreeBSD$ -PORTNAME= asr10 -PORTVERSION= 1.0 -CATEGORIES= converters -MASTER_SITES= http://members.tripod.com/kmi9000/files/ +PORTNAME= asr10 +PORTVERSION= 1.0 +CATEGORIES= converters +MASTER_SITES= http://members.tripod.com/kmi9000/files/ -MAINTAINER= M.Indlekofer@gmx.de -COMMENT= Access to Ensoniq EPS/EPS+/ASR devices and image files +MAINTAINER= M.Indlekofer@gmx.de +COMMENT= Access to Ensoniq EPS/EPS+/ASR devices and image files do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ diff --git a/converters/bibtexconv/Makefile b/converters/bibtexconv/Makefile index 8c0e91f16b84..1bcb0e895cec 100644 --- a/converters/bibtexconv/Makefile +++ b/converters/bibtexconv/Makefile @@ -12,7 +12,7 @@ COMMENT= BibTeX Converter LICENSE= GPLv3 -LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes USES= gmake @@ -20,8 +20,8 @@ USES= gmake PLIST_FILES= bin/bibtexconv bin/bibtexconv-odt \ man/man1/bibtexconv.1.gz man/man1/bibtexconv-odt.1.gz -PORTEXAMPLES= ExampleReferences.bib ODT-Template.odt odt-example.export \ - web-example.export text-example.export +PORTEXAMPLES= ExampleReferences.bib ODT-Template.odt odt-example.export \ + web-example.export text-example.export OPTIONS_DEFINE= EXAMPLES diff --git a/databases/luasql-postgres/Makefile b/databases/luasql-postgres/Makefile index 94560b1da23f..7068a239a077 100644 --- a/databases/luasql-postgres/Makefile +++ b/databases/luasql-postgres/Makefile @@ -4,7 +4,8 @@ PORTNAME= luasql LUASQL_DRIVER= postgres -MASTERDIR= ${.CURDIR}/../luasql-mysql + +MASTERDIR= ${.CURDIR}/../luasql-mysql NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/databases/luasql-sqlite3/Makefile b/databases/luasql-sqlite3/Makefile index 23e401bcc601..cbc09fc05a35 100644 --- a/databases/luasql-sqlite3/Makefile +++ b/databases/luasql-sqlite3/Makefile @@ -5,7 +5,7 @@ PORTNAME= luasql LUASQL_DRIVER= sqlite3 -MASTERDIR= ${.CURDIR}/../luasql-mysql +MASTERDIR= ${.CURDIR}/../luasql-mysql NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/databases/postgresql84-docs/Makefile b/databases/postgresql84-docs/Makefile index 54e80fc31612..2ed42fa0d850 100644 --- a/databases/postgresql84-docs/Makefile +++ b/databases/postgresql84-docs/Makefile @@ -3,8 +3,8 @@ PORTNAME= postgresql PORTREVISION= 0 -PKGNAMESUFFIX?= ${DISTV:S/.//}-docs -DISTV= ${DISTVERSION:R} +PKGNAMESUFFIX?= ${DISTV:S/.//}-docs +DISTV= ${DISTVERSION:R} MAINTAINER= pgsql@FreeBSD.org COMMENT= The PostgreSQL documentation set diff --git a/deskutils/babytrans/Makefile b/deskutils/babytrans/Makefile index 2cdb035c0ccc..1b7ba18b013e 100644 --- a/deskutils/babytrans/Makefile +++ b/deskutils/babytrans/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://fjolliton.free.fr/babytrans/ MAINTAINER= ports@FreeBSD.org COMMENT= GTK+/GNOME front-end for Babylon Translator .dic files -USES= gmake gettext pathfix +USES= gmake gettext pathfix USE_GNOME= gtk12 gnomeprefix GNU_CONFIGURE= yes CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include diff --git a/deskutils/strigi/Makefile b/deskutils/strigi/Makefile index 69fb0b54d4a6..231f0c1db92f 100644 --- a/deskutils/strigi/Makefile +++ b/deskutils/strigi/Makefile @@ -5,7 +5,7 @@ PORTNAME= strigi PORTVERSION= ${STRIGI_VERSION} PORTREVISION= 2 CATEGORIES= deskutils -DISTFILES= # +DISTFILES= # MAINTAINER= kde@FreeBSD.org COMMENT= Strigi desktop search (meta port) diff --git a/devel/R-cran-gsubfn/Makefile b/devel/R-cran-gsubfn/Makefile index a7bd87faa498..3acc61f3bf5c 100644 --- a/devel/R-cran-gsubfn/Makefile +++ b/devel/R-cran-gsubfn/Makefile @@ -10,9 +10,9 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= skreuzer@FreeBSD.org COMMENT= R package used for string matching, substitution and parsing -LICENSE= GPLv2 +LICENSE= GPLv2 -RUN_DEPENDS= R-cran-proto>=0.3.9.2_6:${PORTSDIR}/devel/R-cran-proto +RUN_DEPENDS= R-cran-proto>=0.3.9.2_6:${PORTSDIR}/devel/R-cran-proto USES= cran:auto-plist diff --git a/devel/flowdesigner/Makefile b/devel/flowdesigner/Makefile index 9478bb05eef9..78bbb79be334 100644 --- a/devel/flowdesigner/Makefile +++ b/devel/flowdesigner/Makefile @@ -14,7 +14,7 @@ COMMENT= A free (GPL) "data flow oriented" development environment LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex \ fftw.2:${PORTSDIR}/math/fftw -USES= pathfix gmake pkgconfig +USES= pathfix gmake pkgconfig USE_GNOME= libgnomeui libxml2 USE_AUTOTOOLS= libtool LIBTOOLFILES= ${CONFIGURE_SCRIPT} FuzzyEngine/configure \ diff --git a/devel/linux_libusb/Makefile b/devel/linux_libusb/Makefile index 5c2ffc417654..08481b134ed5 100644 --- a/devel/linux_libusb/Makefile +++ b/devel/linux_libusb/Makefile @@ -43,7 +43,7 @@ pre-everything:: @${ECHO_MSG} '===> Set SRC_BASE to use an alternate source tree' .if ${OSVERSION} < 1000000 -IGNORE= doesn't build on < 10.x +IGNORE= doesn't build on < 10.x .endif .if !exists(${SRC_BASE}/sys/i386/linux/syscalls.master) IGNORE= requires kernel source present in ${SRC_BASE}/sys diff --git a/devel/openocd/Makefile b/devel/openocd/Makefile index 98af221158da..f296bd7603b4 100644 --- a/devel/openocd/Makefile +++ b/devel/openocd/Makefile @@ -43,7 +43,7 @@ BUSPIRATE= Support BusPirate Programmer STLINK_DESC= Support STLink Programmer TI_ICDI_DESC= Support TI ICDI JTAG Programmer OSBDM_DESC= Support OSBDM Programmer (JTAG only) -OPENDOUS= Support EStick/OpenDous Programmer +OPENDOUS= Support EStick/OpenDous Programmer SYSFSGPIO= Support Programming via sysfs GPIOs RMTBITBANG_DESC=Support Remote-Bitbang Driver MINIDRIVER_DESC=Dummy minidriver only (will exclude others!) diff --git a/devel/p5-Text-LevenshteinXS/Makefile b/devel/p5-Text-LevenshteinXS/Makefile index adfa809e202d..e73901dd27bf 100644 --- a/devel/p5-Text-LevenshteinXS/Makefile +++ b/devel/p5-Text-LevenshteinXS/Makefile @@ -1,14 +1,14 @@ # Created by: christian # $FreeBSD$ -PORTNAME= Text-LevenshteinXS -PORTVERSION= 0.03 -CATEGORIES= devel perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- +PORTNAME= Text-LevenshteinXS +PORTVERSION= 0.03 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- -MAINTAINER= christian@karg.org -COMMENT= Text::LevenshteinXS - CPAN Levenshtein edit distance +MAINTAINER= christian@karg.org +COMMENT= Text::LevenshteinXS - CPAN Levenshtein edit distance USES= perl5 USE_PERL5= configure diff --git a/devel/py-anonfunc/Makefile b/devel/py-anonfunc/Makefile index 49ae810328eb..1b609b7a4cb5 100644 --- a/devel/py-anonfunc/Makefile +++ b/devel/py-anonfunc/Makefile @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://people.freebsd.org/~perky/distfiles/ MASTER_SITE_SUBDIR= perky -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Python module that provides easy anonymous function diff --git a/devel/sfslite-noopt/Makefile b/devel/sfslite-noopt/Makefile index 706bb58987ed..ac62dffdaf53 100644 --- a/devel/sfslite-noopt/Makefile +++ b/devel/sfslite-noopt/Makefile @@ -1,10 +1,10 @@ # Created by: max # $FreeBSD$ -BUILD_MODE = shared -MASTERDIR= ${.CURDIR}/../../devel/sfslite +BUILD_MODE= shared +MASTERDIR= ${.CURDIR}/../../devel/sfslite COMMENT= sfslite without optimization for debugging -PKG_INSTALL= ${MASTERDIR}/pkg-install +PKG_INSTALL= ${MASTERDIR}/pkg-install NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/devel/ucpp/Makefile b/devel/ucpp/Makefile index 425a323a852e..40563019f536 100644 --- a/devel/ucpp/Makefile +++ b/devel/ucpp/Makefile @@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE PLIST_FILES= bin/ucpp man/man1/ucpp.1.gz USES= gmake -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ diff --git a/editors/gmanedit/Makefile b/editors/gmanedit/Makefile index 5d5a4b152b45..a800f7e5e9f3 100644 --- a/editors/gmanedit/Makefile +++ b/editors/gmanedit/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}2/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A GNOME manpages editor -USES= pathfix gettext gmake pkgconfig +USES= pathfix gettext gmake pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/editors/libreoffice-i18n/Makefile b/editors/libreoffice-i18n/Makefile index 1406eea4c2c8..bc50fb8c096f 100644 --- a/editors/libreoffice-i18n/Makefile +++ b/editors/libreoffice-i18n/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ .include "${.CURDIR}/../libreoffice/Makefile.common" -UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} +UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} PKGNAMESUFFIX= -i18n -DISTFILES= #none +DISTFILES= #none MASTER_SITES= #none EXTRACT_ONLY= #none diff --git a/emulators/linux_base-c6/Makefile b/emulators/linux_base-c6/Makefile index d0d2ac1024e1..74c41df1d84c 100644 --- a/emulators/linux_base-c6/Makefile +++ b/emulators/linux_base-c6/Makefile @@ -100,7 +100,7 @@ SRC_DISTFILES= basesystem-10.0-4.el6.src.rpm \ ALWAYS_KEEP_DISTFILES= yes .endif -CONFLICTS= linux_base-gentoo* linux_base-f* linux-glib2-* +CONFLICTS= linux_base-gentoo* linux_base-f* linux-glib2-* ONLY_FOR_ARCHS= i386 amd64 LINUX_RPM_ARCH= i686 diff --git a/emulators/open-vm-tools-nox11/Makefile b/emulators/open-vm-tools-nox11/Makefile index fa097b4f8f1a..bb4c5f8f8530 100644 --- a/emulators/open-vm-tools-nox11/Makefile +++ b/emulators/open-vm-tools-nox11/Makefile @@ -1,7 +1,7 @@ # Created by: Martin Blapp <mb@FreeBSD.org> # $FreeBSD$ -MASTERDIR= ${.CURDIR}/../open-vm-tools +MASTERDIR= ${.CURDIR}/../open-vm-tools PKGNAMESUFFIX= -nox11 OPTIONS_UNSET= X11 LIBNOTIFY diff --git a/finance/openerp-server/Makefile b/finance/openerp-server/Makefile index 0a3aeedd5222..5b77268931f8 100644 --- a/finance/openerp-server/Makefile +++ b/finance/openerp-server/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= finance python MASTER_SITES= http://nightly.openerp.com/7.0/nightly/src/ -DISTNAME= openerp-${PORTVERSION}-${NIGHTLY} +DISTNAME= openerp-${PORTVERSION}-${NIGHTLY} MAINTAINER= pakhom706@gmail.com COMMENT= Open source application ERP & CRM in Python using Postgresql @@ -31,7 +31,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} NIGHTLY= 20140115-002435 NIGHTLY_= ${NIGHTLY:S/-/_/g} -WRKSRC= ${WRKDIR}/openerp-${PORTVERSION}-${NIGHTLY} +WRKSRC= ${WRKDIR}/openerp-${PORTVERSION}-${NIGHTLY} USE_RC_SUBR= openerpd SUB_FILES= openerp-server.conf pkg-message diff --git a/games/bombz/Makefile b/games/bombz/Makefile index 5a2b4473de7f..5cf5d48c9214 100644 --- a/games/bombz/Makefile +++ b/games/bombz/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYGAME} WRKSRC= ${WRKDIR}/Bombz -USES= dos2unix zip +USES= dos2unix zip DOS2UNIX_FILES= *.txt USE_SDL= sdl image mixer INSTALLS_ICONS= yes diff --git a/games/dangerdeep/Makefile b/games/dangerdeep/Makefile index 50fdd69e2b08..96f10ac3d6b9 100644 --- a/games/dangerdeep/Makefile +++ b/games/dangerdeep/Makefile @@ -37,7 +37,7 @@ SCONS_ARGS+= usex86sse=-1 # disable MMX/SSE on the build cluster .endif .if ${OSVERSION} >= 1000000 -BROKEN= Does not compile on FreeBSD 10 +BROKEN= Does not compile on FreeBSD 10 .endif post-patch: diff --git a/games/gtetrinet/Makefile b/games/gtetrinet/Makefile index 04f9e5d4dca2..6f8b2c889ef6 100644 --- a/games/gtetrinet/Makefile +++ b/games/gtetrinet/Makefile @@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Version of the popular TetriNET multiplayer Tetris clone USE_BZIP2= yes -USES= pathfix gettext gmake pkgconfig +USES= pathfix gettext gmake pkgconfig USE_GNOME= esound gnomeprefix libgnomeui GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/games/mangos/Makefile b/games/mangos/Makefile index 78de5ca3c997..c80cec6748f5 100644 --- a/games/mangos/Makefile +++ b/games/mangos/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= CENKES http://mangos-port.by.ru/ \ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} SCRIPTDEV2REV= 245 -MAINTAINER= neon_cyrex@mail.ru +MAINTAINER= neon_cyrex@mail.ru COMMENT= Free dedicated-server for World of Warcraft BROKEN= Fails with newer autotools @@ -34,7 +34,7 @@ CFLAGS+= -O0 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX}/etc --datadir=${PREFIX}/share +CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX}/etc --datadir=${PREFIX}/share NO_STAGE= yes .include <bsd.port.options.mk> diff --git a/games/nethack33/Makefile b/games/nethack33/Makefile index 66e75ed047a3..3905b6d51bed 100644 --- a/games/nethack33/Makefile +++ b/games/nethack33/Makefile @@ -25,14 +25,14 @@ TRUEPORTNAME= nethack MAN6= dgn_comp${HACKEXT}.6 dlb${HACKEXT}.6 lev_comp${HACKEXT}.6 \ ${HACKNAME}.6 recover${HACKEXT}.6 -HACKEXT?= 33 -HACKNAME?= ${TRUEPORTNAME}${HACKEXT} -HACKDIR?= share/${HACKNAME} -HACKLINK= ${TRUEPORTNAME} - -DATADIR= ${PREFIX}/${HACKDIR} -DOCSDIR= ${PREFIX}/share/doc/${HACKNAME} -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall +HACKEXT?= 33 +HACKNAME?=n ${TRUEPORTNAME}${HACKEXT} +HACKDIR?= share/${HACKNAME} +HACKLINK= ${TRUEPORTNAME} + +DATADIR= ${PREFIX}/${HACKDIR} +DOCSDIR= ${PREFIX}/share/doc/${HACKNAME} +PKGDEINSTALL= ${WRKDIR}/pkg-deinstall .if !defined(PKGNAMESUFFIX) USE_XORG= xaw xpm diff --git a/games/patapizza-tetris/Makefile b/games/patapizza-tetris/Makefile index 8e9cfdf3016f..e70fe1fd5eae 100644 --- a/games/patapizza-tetris/Makefile +++ b/games/patapizza-tetris/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.0 PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/nemysisfreebsdp/${CATEGORIES}/:icons -DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ +DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}.png:icons EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} diff --git a/games/twitch/Makefile b/games/twitch/Makefile index a46fc918522d..5cefd930b2c4 100644 --- a/games/twitch/Makefile +++ b/games/twitch/Makefile @@ -7,14 +7,14 @@ PORTREVISION= 9 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Twitch/${PORTVERSION}/ \ SF/nemysisfreebsdp/${CATEGORIES}/:icons -DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ +DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}.png:icons -EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} +EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= games@FreeBSD.org COMMENT= Overhead 2-d shooter, reminiscent of games like Robotron -LICENSE= GPLv2 +LICENSE= GPLv2 RUN_DEPENDS= ${PYGAME} diff --git a/graphics/frei0r/Makefile b/graphics/frei0r/Makefile index c66f57748a27..7653e85aadb1 100644 --- a/graphics/frei0r/Makefile +++ b/graphics/frei0r/Makefile @@ -29,13 +29,13 @@ IGNORE= cannot build OpenCV and gavl plugins simultaneously .if defined(BUILDING_FREI0R_OPENCV) PORTREVISION= 3 COMMENT= Frei0r OpenCV plugins -PKGNAMESUFFIX= -plugins-opencv +PKGNAMESUFFIX= -plugins-opencv LIB_DEPENDS+= opencv_legacy.2:${PORTSDIR}/graphics/opencv FREI0R_PLUGINS= facebl0r facedetect .elif defined(BUILDING_FREI0R_GAVL) PORTREVISION= 2 COMMENT= Frei0r gavl plugins -PKGNAMESUFFIX= -plugins-gavl +PKGNAMESUFFIX= -plugins-gavl LIB_DEPENDS+= gavl.1:${PORTSDIR}/multimedia/gavl FREI0R_PLUGINS= rgbparade scale0tilt vectorscope .else diff --git a/graphics/glfw2/Makefile b/graphics/glfw2/Makefile index bc733446a9a1..47edd03aab38 100644 --- a/graphics/glfw2/Makefile +++ b/graphics/glfw2/Makefile @@ -53,7 +53,7 @@ EXAMPLES_FILES2= accuracy defaults dynamic events fsaa fsinput iconify \ OPTIONS_DEFINE= DOCS EXAMPLES # Restrict to stable (even) versions, indicated by the second component. -PORTSCOUT= limit:^2\..* +PORTSCOUT= limit:^2\..* post-extract: @${CHMOD} ${BINMODE} ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} diff --git a/graphics/hugin-devel/Makefile b/graphics/hugin-devel/Makefile index 0eaff9ef4f56..f0eabead09f8 100644 --- a/graphics/hugin-devel/Makefile +++ b/graphics/hugin-devel/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 2013.0 PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-2013.0 -PKGNAMESUFFIX= -devel +PKGNAMESUFFIX= -devel DISTNAME= hugin-2013.0.0_beta1 MAINTAINER= grog@FreeBSD.org diff --git a/graphics/kix-kmod/Makefile b/graphics/kix-kmod/Makefile index 7fd0257e1cc4..dbff252dbd07 100644 --- a/graphics/kix-kmod/Makefile +++ b/graphics/kix-kmod/Makefile @@ -1,12 +1,12 @@ # Created by: Jonathan Belson <jon@witchspace.com> # $FreeBSD$ -PORTNAME= kix +PORTNAME= kix PORTVERSION= 1.0 PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= http://homepage.ntlworld.com/jon.belson/files/ \ - LOCAL/pgollucci +CATEGORIES= graphics +MASTER_SITES= http://homepage.ntlworld.com/jon.belson/files/ \ + LOCAL/pgollucci PKGNAMESUFFIX= -kmod MAINTAINER= jon@witchspace.com diff --git a/graphics/linux-adobesvg/Makefile b/graphics/linux-adobesvg/Makefile index a13ea2c00d54..75079214a636 100644 --- a/graphics/linux-adobesvg/Makefile +++ b/graphics/linux-adobesvg/Makefile @@ -18,7 +18,7 @@ USE_LDCONFIG= yes RESTRICTED= Redistribution prohibited NO_BUILD= yes -WRKSRC= ${WRKDIR}/adobesvg-${PORTVERSION:S/.x88//} +WRKSRC= ${WRKDIR}/adobesvg-${PORTVERSION:S/.x88//} LIBDIR= ${PREFIX}/lib/linux-adobesvg SHLIBS= ACE AGM BIB CoolType NPSVG3 SVGCore diff --git a/graphics/processing/Makefile b/graphics/processing/Makefile index e7528259670a..7d605b3e04da 100644 --- a/graphics/processing/Makefile +++ b/graphics/processing/Makefile @@ -22,7 +22,7 @@ NO_BUILD= yes SUB_FILES= processing -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} post-extract: ${RM} -rf ${WRKSRC}/java diff --git a/graphics/py-freeimagepy/Makefile b/graphics/py-freeimagepy/Makefile index 853147225d77..4a7865038af3 100644 --- a/graphics/py-freeimagepy/Makefile +++ b/graphics/py-freeimagepy/Makefile @@ -5,7 +5,7 @@ PORTNAME= freeimagepy PORTVERSION= 2.0.1 CATEGORIES= graphics python MASTER_SITES= SF/${PORTNAME}/FreeImagePy/V${PORTVERSION} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= FreeImagePy_w_dll-${PORTVERSION} MAINTAINER= ports@FreeBSD.org diff --git a/graphics/sane-epkowa/Makefile b/graphics/sane-epkowa/Makefile index d805766f5ee7..1c4726cc1407 100644 --- a/graphics/sane-epkowa/Makefile +++ b/graphics/sane-epkowa/Makefile @@ -45,14 +45,14 @@ PORTVERSION= 2.11.0 PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://lx1.avasys.jp/iscan/${PORTVERSION}/ -DISTNAME= iscan_${PORTVERSION}-1 +DISTNAME= iscan_${PORTVERSION}-1 MAINTAINER= ports@FreeBSD.org COMMENT= The sane-epkowa driver for FreeBSD # use the following two lines for 2.15.0 # MASTER_SITES=http://linux.avasys.jp/drivers/iscan/${PORTVERSION}/ -# DISTNAME= iscan_${PORTVERSION}-3 +# DISTNAME= iscan_${PORTVERSION}-3 WRKSRC=${WRKDIR}/iscan-${PORTVERSION} @@ -74,7 +74,7 @@ USE_GNOME= gtk20 # Also pass appropriate flags to configure to use FreeBSD locations. USES= gmake pkgconfig GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --prefix=${PREFIX} LDFLAGS="-L${PREFIX}/lib -lgetline" CPPFLAGS=-I${PREFIX}/include +CONFIGURE_ARGS+=--prefix=${PREFIX} LDFLAGS="-L${PREFIX}/lib -lgetline" CPPFLAGS=-I${PREFIX}/include .include <bsd.port.pre.mk> diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile index 357046c1fc24..d306637095f7 100644 --- a/graphics/tesseract/Makefile +++ b/graphics/tesseract/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= liblept.so:${PORTSDIR}/graphics/leptonica DIST_SUBDIR= ${PORTNAME} PROJECTHOST= tesseract-ocr -WRKSRC= ${WRKDIR}/tesseract-ocr +WRKSRC= ${WRKDIR}/tesseract-ocr GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/irc/eggdrop/Makefile b/irc/eggdrop/Makefile index 4d48377d68e3..2132d03fe8d6 100644 --- a/irc/eggdrop/Makefile +++ b/irc/eggdrop/Makefile @@ -12,7 +12,7 @@ DISTFILES= ${PORTNAME}${PORTVERSION}.tar.bz2 MAINTAINER= bdrewery@FreeBSD.org COMMENT= The most popular open source Internet Relay Chat bot -LICENSE= GPLv2 +LICENSE= GPLv2 OPTIONS_DEFINE= DOCS diff --git a/japanese/eterm/Makefile b/japanese/eterm/Makefile index 08a513ae4177..b622a15f06e1 100644 --- a/japanese/eterm/Makefile +++ b/japanese/eterm/Makefile @@ -3,7 +3,7 @@ CATEGORIES= japanese -MASTERDIR= ${.CURDIR}/../../x11/eterm +MASTERDIR= ${.CURDIR}/../../x11/eterm MAINTAINER= nobutaka@FreeBSD.org COMMENT= X11 terminal emulator based on rxvt/xterm that supports Japanese diff --git a/japanese/jed/Makefile b/japanese/jed/Makefile index 55893397cc7c..3eba1b883857 100644 --- a/japanese/jed/Makefile +++ b/japanese/jed/Makefile @@ -25,14 +25,14 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= JED_ROOT="${JED_ROOT}" X_EXTRA_LIBS="-lcurses" CONFIGURE_ARGS= --enable-x-locale=no ALL_TARGET= ${BINSTUFF} getmail -MAKE_JOBS_UNSAFE= yes +MAKE_JOBS_UNSAFE= yes INFO= jed JED_ROOT= ${DATADIR} BINSTUFF= jed rgrep OPTIONS_DEFINE= DOCS X11 CANNA -OPTIONS_DEFAULT= CANNA X11 +OPTIONS_DEFAULT=CANNA X11 OPTIONS_SUB= yes CANNA_DESC= Canna support @@ -53,7 +53,7 @@ _DOCDIR= ${WRKSRC}/doc _INFODIR= ${WRKSRC}/info _LIBDIR= ${WRKSRC}/lib -PORTDOCS= abbrev.txt color.txt dfa.txt edt.txt emacs.txt fold.txt \ +PORTDOCS= abbrev.txt color.txt dfa.txt edt.txt emacs.txt fold.txt \ hooks.txt ide-mode.txt jed_faq.txt jedfuns.txt libfuns.txt \ menus.txt mouse.txt pc-keys.txt program.txt rgrep.txt \ rmail.txt script.txt slangfun.txt syntax.txt undo.txt wjed.txt \ diff --git a/java/jboss71/Makefile b/java/jboss71/Makefile index 02c3964edbcb..f11dc08bb006 100644 --- a/java/jboss71/Makefile +++ b/java/jboss71/Makefile @@ -19,16 +19,16 @@ GH_PROJECT= jboss-as GH_TAGNAME= 7.1.3.Final GH_COMMIT= f1f5122 -USE_RC_SUBR= jboss71 +USE_RC_SUBR= jboss71 USE_JAVA= yes JAVA_VERSION= 1.6+ USER= www GROUP= www -VAR_DIR?= /var -LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} -DEPLOY_DIR?= ${VAR_DIR}/${PORTNAME} -PID_FILE= /var/run/${PORTNAME}.pid -JBOSSOUTPUT= ${WRKSRC}/build/target/${DISTNAME} +VAR_DIR?= /var +LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} +DEPLOY_DIR?= ${VAR_DIR}/${PORTNAME} +PID_FILE= /var/run/${PORTNAME}.pid +JBOSSOUTPUT= ${WRKSRC}/build/target/${DISTNAME} SUB_LIST= APP_SHORTNAME=${PORTNAME} \ LOG_DIR=${LOG_DIR} \ diff --git a/java/jboss72/Makefile b/java/jboss72/Makefile index ae489787b152..a4a9fa459153 100644 --- a/java/jboss72/Makefile +++ b/java/jboss72/Makefile @@ -21,16 +21,16 @@ GH_PROJECT= jboss-as GH_TAGNAME= 7.2.0.Final GH_COMMIT= 4ed76ce -USE_RC_SUBR= jboss72 +USE_RC_SUBR= jboss72 USE_JAVA= yes JAVA_VERSION= 1.6+ USER= www GROUP= www -VAR_DIR?= /var -LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} -DEPLOY_DIR?= ${VAR_DIR}/${PORTNAME} -PID_FILE= /var/run/${PORTNAME}.pid -JBOSSOUTPUT= ${WRKSRC}/build/target/${DISTNAME} +VAR_DIR?= /var +LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} +DEPLOY_DIR?= ${VAR_DIR}/${PORTNAME} +PID_FILE= /var/run/${PORTNAME}.pid +JBOSSOUTPUT= ${WRKSRC}/build/target/${DISTNAME} SUB_LIST= APP_SHORTNAME=${PORTNAME} \ LOG_DIR=${LOG_DIR} \ diff --git a/lang/dragonegg46-33/Makefile b/lang/dragonegg46-33/Makefile index 4a826cbea5ef..75c6aedf38dc 100644 --- a/lang/dragonegg46-33/Makefile +++ b/lang/dragonegg46-33/Makefile @@ -45,7 +45,7 @@ PORTDOCS= README .include <bsd.port.pre.mk> .if ${COMPILER_FEATURES:Mlibc++} -IGNORE= "Dragonegg can't work if LLVM was built with libc++" +IGNORE= "Dragonegg can't work if LLVM was built with libc++" .endif post-patch: diff --git a/lang/gcc-aux/Makefile b/lang/gcc-aux/Makefile index d65e04cab273..6d3cb253a844 100644 --- a/lang/gcc-aux/Makefile +++ b/lang/gcc-aux/Makefile @@ -7,7 +7,7 @@ PORTREVISION= ${MAIN_PR} CATEGORIES= lang MASTER_SITES= http://downloads.dragonlace.net/src/:boot \ LOCAL/marino:boot ${MASTER_SITE_GCC} -MASTER_SITE_SUBDIR= ${MS_SUBDIR} +MASTER_SITE_SUBDIR= ${MS_SUBDIR} DISTFILES= ${IDENTIFICATION}.tar.bz2 MAINTAINER= marino@FreeBSD.org @@ -29,7 +29,7 @@ OS_LABEL4VERS= [${OPSYS}${GARCH:M*64:S/amd_//:S/x86_//}] NO_MTREE= yes OPTIONS_GROUP= Standard Bootstrap -OPTIONS_GROUP_Standard= FORT OBJC NLS TESTSUITE STATIC +OPTIONS_GROUP_Standard= FORT OBJC NLS TESTSUITE STATIC OPTIONS_GROUP_Bootstrap=BOOTSTRAP OPTIONS_DEFAULT= FORT OBJC NO_OPTIONS_SORT= yes @@ -108,7 +108,7 @@ DISTFILES+= ${BOOTSTRAP_COMPILER}:boot # for port maintenance, invoke "make makesum PLUS_BOOTSTRAPS=1" .if defined(PLUS_BOOTSTRAPS) -DISTFILES= \ +DISTFILES= \ ${IDENTIFICATION}.tar.bz2 \ ada-bootstrap.i386.dragonfly.36A.tar.bz2:boot \ ada-bootstrap.i386.freebsd.84.tar.bz2:boot \ diff --git a/lang/gnatdroid-sysroot/Makefile b/lang/gnatdroid-sysroot/Makefile index e8eb8ed73fa6..ee35fc78360f 100644 --- a/lang/gnatdroid-sysroot/Makefile +++ b/lang/gnatdroid-sysroot/Makefile @@ -19,9 +19,9 @@ NO_MTREE= yes WRKSRC= ${WRKDIR}/android-${API}-arm PREFIX= ${LOCALBASE}/android -OPTIONS_SINGLE= SG1 -OPTIONS_SINGLE_SG1= FROYO GBREAD ICS JBEAN16 JBEAN17 JBEAN18 KITKAT -OPTIONS_DEFAULT= JBEAN16 +OPTIONS_SINGLE= SG1 +OPTIONS_SINGLE_SG1= FROYO GBREAD ICS JBEAN16 JBEAN17 JBEAN18 KITKAT +OPTIONS_DEFAULT= JBEAN16 FROYO_DESC= Android 2.2 - API level 08 - Froyo GBREAD_DESC= Android 2.3 - API level 09 - Gingerbread 1 @@ -34,21 +34,21 @@ KITKAT_DESC= Android 4.4 - API level 19 - Kitkat .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFROYO} -API= 8 +API= 8 .elif ${PORT_OPTIONS:MGBREAD} -API= 9 +API= 9 .elif ${PORT_OPTIONS:MICS} -API= 15 +API= 15 .elif ${PORT_OPTIONS:MJBEAN16} -API= 16 +API= 16 .elif ${PORT_OPTIONS:MJBEAN17} -API= 17 +API= 17 .elif ${PORT_OPTIONS:MJBEAN18} -API= 18 +API= 18 .elif ${PORT_OPTIONS:MKITKAT} -API= 19 +API= 19 .else -IGNORE= the API option is improperly selected +IGNORE= the API option is improperly selected .endif do-install: diff --git a/lang/sdcc-devel/Makefile b/lang/sdcc-devel/Makefile index 1634769547c7..561a7e3f2d9e 100644 --- a/lang/sdcc-devel/Makefile +++ b/lang/sdcc-devel/Makefile @@ -20,7 +20,7 @@ DESCR= ${PORTSDIR}/lang/sdcc/pkg-descr GNU_CONFIGURE= yes USES= gmake tar:bzip2 -OPTIONS_DEFINE= DEVLIB DOCS UCSIM +OPTIONS_DEFINE= DEVLIB DOCS UCSIM OPTIONS_MULTI= TARGETS OPTIONS_MULTI_TARGETS= HC08 MCS51 PIC STM8 Z80 OPTIONS_DEFAULT= DEVLIB UCSIM HC08 MCS51 PIC STM8 Z80 @@ -33,12 +33,12 @@ STM8_DESC= STMicroelectronics STM8 Z80_DESC= Zilog Z80/Z180/GBZ80, Rabbit 2000/3000, Toshiba TLCS-90 CPPFLAGS+= -idirafter ${LOCALBASE}/include -CONFIGURE_ARGS= --disable-avr --disable-install-libbfd --disable-werror \ +CONFIGURE_ARGS= --disable-avr --disable-install-libbfd --disable-werror \ --disable-st7 docdir=${DOCSDIR} sdcc_cv_c_fms_extensions=no CONFIGURE_ENV= ARCH="" PORTDATA= * PORTDOCS= * -WRKSRC= ${WRKDIR}/sdcc +WRKSRC= ${WRKDIR}/sdcc OPTIONS_SUB= yes DEVLIB_CONFIGURE_OFF= --disable-device-lib diff --git a/lang/sdcc/Makefile b/lang/sdcc/Makefile index 93ac3ff9a054..6813e636688c 100644 --- a/lang/sdcc/Makefile +++ b/lang/sdcc/Makefile @@ -17,7 +17,7 @@ CONFLICTS_INSTALL= sdcc-[0-9]* sdcc-devel-[0-9]* GNU_CONFIGURE= yes USES= gmake tar:bzip2 -OPTIONS_DEFINE= DEVLIB DOCS UCSIM +OPTIONS_DEFINE= DEVLIB DOCS UCSIM OPTIONS_MULTI= TARGETS OPTIONS_MULTI_TARGETS= HC08 MCS51 PIC STM8 Z80 OPTIONS_DEFAULT= DEVLIB UCSIM HC08 MCS51 PIC STM8 Z80 @@ -30,12 +30,12 @@ STM8_DESC= STMicroelectronics STM8 Z80_DESC= Zilog Z80/Z180/GBZ80, Rabbit 2000/3000, Toshiba TLCS-90 CPPFLAGS+= -idirafter ${LOCALBASE}/include -CONFIGURE_ARGS= --disable-avr --disable-install-libbfd --disable-werror \ +CONFIGURE_ARGS= --disable-avr --disable-install-libbfd --disable-werror \ --disable-st7 docdir=${DOCSDIR} sdcc_cv_c_fms_extensions=no CONFIGURE_ENV= ARCH="" PORTDATA= * PORTDOCS= * -WRKSRC= ${WRKDIR}/sdcc-${DISTVERSION} +WRKSRC= ${WRKDIR}/sdcc-${DISTVERSION} OPTIONS_SUB= yes DEVLIB_CONFIGURE_OFF= --disable-device-lib diff --git a/mail/crm114/Makefile b/mail/crm114/Makefile index 364f6be06a38..23378507e445 100644 --- a/mail/crm114/Makefile +++ b/mail/crm114/Makefile @@ -17,7 +17,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-${CRM114RELEASENAME}.src MAINTAINER= chalpin@cs.wisc.edu COMMENT= A Markov based SpamFilter -LICENSE= GPLv2 +LICENSE= GPLv2 LIB_DEPENDS= libtre.so:${PORTSDIR}/textproc/libtre @@ -26,8 +26,8 @@ CRM114RELEASENAME=BlameMichelson USES= gettext iconv USE_CSTD=gnu89 -OPTIONS_DEFINE= NORMALIZEMIME -NORMALIZEMIME_DESC= Normalize MIME encoding +OPTIONS_DEFINE= NORMALIZEMIME +NORMALIZEMIME_DESC= Normalize MIME encoding MAKE_ARGS= CC="${CC}" prefix="${STAGEDIR}${PREFIX}" \ LIBS="${LIBS}" \ diff --git a/mail/ssmtp/Makefile b/mail/ssmtp/Makefile index 9ba27595c1e5..057a9c6c9841 100644 --- a/mail/ssmtp/Makefile +++ b/mail/ssmtp/Makefile @@ -3,7 +3,7 @@ PORTNAME= ssmtp PORTVERSION= 2.64 -PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTFILES= ${PORTNAME}_${PORTVERSION}.orig${EXTRACT_SUFX} @@ -26,12 +26,12 @@ CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} MAILERCONF= /etc/mail/mailer.conf -OPTIONS_DEFINE= LOGFILE IPV6 USERPREFS XORIGIP CRAMMD5 OPENSSL -OPTIONS_DEFAULT= XORIGIP CRAMMD5 OPENSSL -LOGFILE_DESC= Log file -USERPREFS_DESC= User-defined revaliases -XORIGIP_DESC= X-Originating-IP header for REMOTE_ADDR envvar -CRAMMD5_DESC= CRAM-MD5 authentication support +OPTIONS_DEFINE= LOGFILE IPV6 USERPREFS XORIGIP CRAMMD5 OPENSSL +OPTIONS_DEFAULT=XORIGIP CRAMMD5 OPENSSL +LOGFILE_DESC= Log file +USERPREFS_DESC= User-defined revaliases +XORIGIP_DESC= X-Originating-IP header for REMOTE_ADDR envvar +CRAMMD5_DESC= CRAM-MD5 authentication support LOGFILE_CONFIGURE_ON= --enable-logfile XORIGIP_EXTRA_PATCHES= ${FILESDIR}/remote-addr.patch diff --git a/mail/tlb/Makefile b/mail/tlb/Makefile index 7a454f3ba8fc..89936f666ec7 100644 --- a/mail/tlb/Makefile +++ b/mail/tlb/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tlb -PORTVERSION= 0.11a +PORTVERSION= 0.11a CATEGORIES= mail perl5 MASTER_SITES= ftp://ftp.hpc.uh.edu/pub/tlb/ \ http://www.freenix.no/~anders/ \ diff --git a/misc/freebsd-doc-en/Makefile b/misc/freebsd-doc-en/Makefile index c6b8d1ba2f4e..0d864f8c6464 100644 --- a/misc/freebsd-doc-en/Makefile +++ b/misc/freebsd-doc-en/Makefile @@ -24,7 +24,7 @@ MAKE_ARGS= FORMATS="${DOCFORMAT}" \ DOCOWN=${SHAREOWN} \ DOCGRP=${SHAREGRP} MAKE_JOBS_UNSAFE= yes -DESTDIRNAME= ${STAGEDIR}${PREFIX}/${DOCBASE} +DESTDIRNAME= ${STAGEDIR}${PREFIX}/${DOCBASE} PLIST= ${WRKDIR}/pkg-plist DOCLANG?= en_US.ISO8859-1 diff --git a/misc/gnome-osd/Makefile b/misc/gnome-osd/Makefile index 60fcae6cc74a..a127d67e7bf7 100644 --- a/misc/gnome-osd/Makefile +++ b/misc/gnome-osd/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= On-Screen-Display infrastructure using Pango text rendering -USES= pathfix gmake pkgconfig +USES= pathfix gmake pkgconfig USE_GNOME= gnomeprefix intlhack pygnome2 USE_PYTHON= yes GNU_CONFIGURE= yes diff --git a/misc/usbrh-libusb/Makefile b/misc/usbrh-libusb/Makefile index 2b9b8d2069b2..faff61b4a656 100644 --- a/misc/usbrh-libusb/Makefile +++ b/misc/usbrh-libusb/Makefile @@ -17,7 +17,7 @@ PLIST_FILES= bin/usbrh .include <bsd.port.pre.mk> .if ${OSVERSION} <= 800097 -BROKEN= does not build +BROKEN= does not build .endif do-install: diff --git a/multimedia/cx88/Makefile b/multimedia/cx88/Makefile index 4d65c032e2c1..5d26058f5186 100644 --- a/multimedia/cx88/Makefile +++ b/multimedia/cx88/Makefile @@ -49,7 +49,7 @@ MAKE_ARGS+= -D WITH_HAL MAKE_ARGS+= DEFAULT_XML_CONFIG="${EXAMPLESDIR}/cx88.xml.sample" .if (${OSVERSION} < 802513) || ((${OSVERSION} >= 900000) && (${OSVERSION} < 900041)) -IGNORE= requires kernel support for DRIVER_MODULE_ORDERED macro (FreeBSD 8.3+, FreeBSD 9.0+) +IGNORE= requires kernel support for DRIVER_MODULE_ORDERED macro (FreeBSD 8.3+, FreeBSD 9.0+) .endif .if !exists(${SRC_BASE}/sys/Makefile) diff --git a/multimedia/pvrxxx/Makefile b/multimedia/pvrxxx/Makefile index b9c0da2e01de..3211ed72a4d1 100644 --- a/multimedia/pvrxxx/Makefile +++ b/multimedia/pvrxxx/Makefile @@ -37,7 +37,7 @@ IGNORE= you need the file hcwPVRP2.sys from the CD coming with the PVR-150/500 .endif .if !exists(${DISTDIR}/HcwMakoA.ROM) -IGNORE= you need the file HcwMakoA.ROM from the CD coming with the PVR-150/500 card. Please place this file in ${DISTDIR} and run make again. Check http://ivtvdriver.org/index.php/Firmware for the recommended version +IGNORE= you need the file HcwMakoA.ROM from the CD coming with the PVR-150/500 card. Please place this file in ${DISTDIR} and run make again. Check http://ivtvdriver.org/index.php/Firmware for the recommended version .endif .if !exists(${SRC_BASE}/sys/dev/iicbus/iicbb.c) diff --git a/net-mgmt/zenpack-checkping/Makefile b/net-mgmt/zenpack-checkping/Makefile index 5503d2d4d37f..1eae32525f4f 100644 --- a/net-mgmt/zenpack-checkping/Makefile +++ b/net-mgmt/zenpack-checkping/Makefile @@ -17,7 +17,7 @@ USES= zenoss ZPACKPREFIX= ZenPacks.Nagios. ZPACKGROUP= community WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} -TAG= 0088e17 +TAG= 0088e17 NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/zenpack-dellmon/Makefile b/net-mgmt/zenpack-dellmon/Makefile index 70d27655bdb4..c8f22e19c4aa 100644 --- a/net-mgmt/zenpack-dellmon/Makefile +++ b/net-mgmt/zenpack-dellmon/Makefile @@ -17,7 +17,7 @@ USES= zenoss ZPACKGROUP= community WRKSRC= ${WRKDIR}/epuzanov-${ZPACKPREFIX}${PORTNAME}-a4ae347 -ZPACKPREFIX= ZenPacks.community. +ZPACKPREFIX= ZenPacks.community. NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/zenpack-graphportlet/Makefile b/net-mgmt/zenpack-graphportlet/Makefile index 278365d15e3e..03c13e25c764 100644 --- a/net-mgmt/zenpack-graphportlet/Makefile +++ b/net-mgmt/zenpack-graphportlet/Makefile @@ -4,8 +4,8 @@ PORTNAME= ShowGraphPortlet PORTVERSION= 1.03 CATEGORIES= net-mgmt www -MASTER_SITES= https://github.com/zenoss/${ZPACKPREFIX}${PORTNAME}/tarball/master/ -DISTNAME= zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} +MASTER_SITES= https://github.com/zenoss/${ZPACKPREFIX}${PORTNAME}/tarball/master/ +DISTNAME= zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} MAINTAINER= ports@FreeBSD.org COMMENT= Enables users to show any graph/multi graph reports on their dashboard @@ -16,8 +16,8 @@ USES= zenoss ZPACKGROUP= community ZPACKPREFIX= ZenPacks.SCC. -WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} -TAG= 0cf7678 +WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} +TAG= 0cf7678 NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/zenpack-interfacegraphs/Makefile b/net-mgmt/zenpack-interfacegraphs/Makefile index 8140d65b553b..02fedc701874 100644 --- a/net-mgmt/zenpack-interfacegraphs/Makefile +++ b/net-mgmt/zenpack-interfacegraphs/Makefile @@ -4,8 +4,8 @@ PORTNAME= InterfaceGraphs PORTVERSION= 1.0 CATEGORIES= net-mgmt -MASTER_SITES= https://github.com/zenoss/${ZPACKPREFIX}${PORTNAME}/tarball/master/ -DISTNAME= zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} +MASTER_SITES= https://github.com/zenoss/${ZPACKPREFIX}${PORTNAME}/tarball/master/ +DISTNAME= zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} MAINTAINER= ports@FreeBSD.org COMMENT= Provides a link that graphs all network interfaces for a device @@ -16,8 +16,8 @@ USES= zenoss ZPACKGROUP= community ZPACKPREFIX= ZenPacks.community. -WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} -TAG= 7ed2d7d +WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} +TAG= 7ed2d7d NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/zenpack-libvirt/Makefile b/net-mgmt/zenpack-libvirt/Makefile index fb727f73cf43..612804f2370f 100644 --- a/net-mgmt/zenpack-libvirt/Makefile +++ b/net-mgmt/zenpack-libvirt/Makefile @@ -5,8 +5,8 @@ PORTNAME= libvirt PORTVERSION= 1.96 PORTREVISION= 4 CATEGORIES= net-mgmt -MASTER_SITES= https://github.com/zenoss/${ZPACKPREFIX}${PORTNAME}/tarball/master/ -DISTNAME= zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} +MASTER_SITES= https://github.com/zenoss/${ZPACKPREFIX}${PORTNAME}/tarball/master/ +DISTNAME= zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} MAINTAINER= ports@FreeBSD.org COMMENT= Provides monitoring of virtualization servers through Zenoss @@ -21,8 +21,8 @@ USES= zenoss ZPACKPREFIX= ZenPacks.community. ZPACKGROUP= community -WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} -TAG= 4113cfe +WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} +TAG= 4113cfe NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/iscsi-target/Makefile b/net/iscsi-target/Makefile index ccfc75c630a4..bce4b0c2d2d5 100644 --- a/net/iscsi-target/Makefile +++ b/net/iscsi-target/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/ \ http://www.magnesium.net/~mdf/distfiles/ -PKGNAMESUFFIX= -target +PKGNAMESUFFIX= -target DISTNAME= netbsd-iscsi-${PORTVERSION} MAINTAINER= mark@foster.cc diff --git a/net/pbnc/Makefile b/net/pbnc/Makefile index cbae23bb4aa7..4189b84f9294 100644 --- a/net/pbnc/Makefile +++ b/net/pbnc/Makefile @@ -18,7 +18,7 @@ USES= perl5 USE_PERL5= run NO_BUILD= yes PLIST_FILES= etc/pbnc.cfg bin/pbnc.pl -PORTDOCS= pbnc.readme +PORTDOCS= pbnc.readme OPTIONS_DEFINE= DOCS diff --git a/net/tshark-lite/Makefile b/net/tshark-lite/Makefile index 5499a4c708d4..c54af6ad6239 100644 --- a/net/tshark-lite/Makefile +++ b/net/tshark-lite/Makefile @@ -5,6 +5,6 @@ LITE= yes PKGNAMESUFFIX= -lite MASTERDIR= ${.CURDIR}/../tshark -COMMENT= A powerful network analyzer/capture tool (lite package) +COMMENT= A powerful network analyzer/capture tool (lite package) .include "${MASTERDIR}/Makefile" diff --git a/net/wireshark-lite/Makefile b/net/wireshark-lite/Makefile index 49082edd907c..18f149def9ca 100644 --- a/net/wireshark-lite/Makefile +++ b/net/wireshark-lite/Makefile @@ -5,6 +5,6 @@ LITE= yes PKGNAMESUFFIX= -lite MASTERDIR= ${.CURDIR}/../wireshark -COMMENT= A powerful network analyzer/capture tool (lite package) +COMMENT= A powerful network analyzer/capture tool (lite package) .include "${MASTERDIR}/Makefile" diff --git a/print/latex-pgf/Makefile b/print/latex-pgf/Makefile index f7298aa8ab78..129c6113606d 100644 --- a/print/latex-pgf/Makefile +++ b/print/latex-pgf/Makefile @@ -17,7 +17,7 @@ USE_TEX= latex PLIST_SUB= MKTEXLSR=${MKTEXLSR} \ CLASSDIR=${CLASSDIR} \ TEXMFDIR=${TEXMFDIR} -PORTDOCS= AUTHORS ChangeLog FILES INSTALL README TODO images licenses \ +PORTDOCS= AUTHORS ChangeLog FILES INSTALL README TODO images licenses \ macros pgfmanual.pdf text-en version-for-dvipdfm \ version-for-dvipdfmx version-for-dvips \ version-for-pdftex version-for-tex4ht version-for-vtex \ diff --git a/science/gamess/Makefile b/science/gamess/Makefile index b2336d729ff5..0502fadd8135 100644 --- a/science/gamess/Makefile +++ b/science/gamess/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= gamess -PORTVERSION= ${SNAPDATE} +PORTVERSION= ${SNAPDATE} PORTREVISION= 1 CATEGORIES= science -MASTER_SITES= #http://www.msg.ameslab.gov/GAMESS/License_Agreement.html +MASTER_SITES= #http://www.msg.ameslab.gov/GAMESS/License_Agreement.html DISTNAME= gamess-current DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} @@ -13,7 +13,7 @@ MAINTAINER= maho@FreeBSD.org COMMENT= A freely obtainable ab-initio molecular orbital calculation program USES= fortran gmake -WRKSRC= ${WRKDIR}/gamess +WRKSRC= ${WRKDIR}/gamess SNAPDATE= 20130501.1 RESTRICTED= No Redistribution @@ -52,23 +52,23 @@ LAPACK= -lalapack -lptcblas .if defined(WITH_OPTIMIZED_FLAGS) .if ${ARCH} == "amd64" -CFLAGS+= -pipe -O3 -ffast-math -funroll-all-loops -fpeel-loops -ftracer -funswitch-loops -funit-at-a-time -FFLAGS+= -pipe -O3 -ffast-math -funroll-all-loops -fpeel-loops -ftracer -funswitch-loops -funit-at-a-time +CFLAGS+= -pipe -O3 -ffast-math -funroll-all-loops -fpeel-loops -ftracer -funswitch-loops -funit-at-a-time +FFLAGS+= -pipe -O3 -ffast-math -funroll-all-loops -fpeel-loops -ftracer -funswitch-loops -funit-at-a-time .elif ${ARCH} == "i386" -CFLAGS+= -pipe -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -mcpu=i686 -march=i686 -mfancy-math-387 -FFLAGS+= -pipe -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -mcpu=i686 -march=i686 -mfancy-math-387 +CFLAGS+= -pipe -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -mcpu=i686 -march=i686 -mfancy-math-387 +FFLAGS+= -pipe -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -mcpu=i686 -march=i686 -mfancy-math-387 .endif .endif -#WITH_IFC= yes #currently building with ifc is broken +#WITH_IFC= yes #currently building with ifc is broken .if defined(WITH_IFC) -FC= ${LOCALBASE}/intel_fc_80/bin/ifort -F77= ${LOCALBASE}/intel_fc_80/bin/ifort -CC= ${LOCALBASE}/intel_cc_80/bin/icc -FFLAGS= -axP -xW -ipo -O3 -Vaxlib -CFLAGS= -axP -xW -ipo -O3 -Vaxlib +FC= ${LOCALBASE}/intel_fc_80/bin/ifort +F77= ${LOCALBASE}/intel_fc_80/bin/ifort +CC= ${LOCALBASE}/intel_cc_80/bin/icc +FFLAGS= -axP -xW -ipo -O3 -Vaxlib +CFLAGS= -axP -xW -ipo -O3 -Vaxlib LIBSVM= -lsvml -LIBG2C= -lg2c +LIBG2C= -lg2c .else LIBG2C= LIBSVM= diff --git a/science/vmd/Makefile b/science/vmd/Makefile index 144e32de106c..62826ed15294 100644 --- a/science/vmd/Makefile +++ b/science/vmd/Makefile @@ -55,7 +55,7 @@ PLIST_SUB+= VMD_ARCH=${VMD_ARCH} # Check for VMD sources .if !exists(${DISTDIR}/${VMD_DIST}) -IGNORE= Because of licensing restrictions, you must fetch the source distribution manually. Please access http://www.ks.uiuc.edu/Development/Download/download.cgi?PackageName=VMD with a web browser. You will be required to log in and register, but you can create an account on this page. After registration and accepting the University of Illinois agreement, download the source file, ${VMD_DIST}. Please place this file in ${DISTDIR}, and re-run make +IGNORE= Because of licensing restrictions, you must fetch the source distribution manually. Please access http://www.ks.uiuc.edu/Development/Download/download.cgi?PackageName=VMD with a web browser. You will be required to log in and register, but you can create an account on this page. After registration and accepting the University of Illinois agreement, download the source file, ${VMD_DIST}. Please place this file in ${DISTDIR}, and re-run make .endif do-extract: diff --git a/security/fpm2/Makefile b/security/fpm2/Makefile index 06bcdfc09ad4..c03bec91852c 100644 --- a/security/fpm2/Makefile +++ b/security/fpm2/Makefile @@ -31,7 +31,7 @@ NLS_USES= gettext .include <bsd.port.options.mk> # Restrict to stable (even) versions, indicated by the second component. -PORTSCOUT= limit:^0.7\..* +PORTSCOUT= limit:^0.7\..* post-configure: @${REINPLACE_CMD} -e \ diff --git a/security/gpass/Makefile b/security/gpass/Makefile index 3d00213d46d7..1d73c9b65b21 100644 --- a/security/gpass/Makefile +++ b/security/gpass/Makefile @@ -18,7 +18,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -export-dynamic MAN1= gpass.1 gpass.ja.1 gpass-convert.1 gpass-convert.ja.1 -USES= pathfix gmake pkgconfig +USES= pathfix gmake pkgconfig USE_GNOME= gnomeprefix gtk20 libgnomeui intltool libglade2 GCONF_SCHEMAS= gpass.schemas diff --git a/security/libpwstor/Makefile b/security/libpwstor/Makefile index 44bd4ae76f65..7bef0070b3d2 100644 --- a/security/libpwstor/Makefile +++ b/security/libpwstor/Makefile @@ -1,17 +1,17 @@ # Created by: Matt Harris <mattdharris@users.sourceforge.net> # $FreeBSD$ -PORTNAME= libpwstor -PORTVERSION= 0.1 -CATEGORIES= security devel -MASTER_SITES= SF/kageki/${PORTNAME}/${PORTNAME}-${PORTVERSION} +PORTNAME= libpwstor +PORTVERSION= 0.1 +CATEGORIES= security devel +MASTER_SITES= SF/kageki/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= Password storage library for C programmers +MAINTAINER= ports@FreeBSD.org +COMMENT= Password storage library for C programmers -USE_BZIP2= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_LDCONFIG= yes +GNU_CONFIGURE= yes PLIST_FILES= bin/pwtool \ include/pwstor.h \ @@ -43,7 +43,7 @@ CFLAGS+= -fPIC -DPIC .endif .if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug +CONFIGURE_ARGS+=--enable-debug .endif .include <bsd.port.post.mk> diff --git a/security/openvpn-devel/Makefile b/security/openvpn-devel/Makefile index d8baf3b8bfa1..9cf10da95c71 100644 --- a/security/openvpn-devel/Makefile +++ b/security/openvpn-devel/Makefile @@ -17,67 +17,67 @@ WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX} CONFLICTS_INSTALL= openvpn-[0-9]* openvpn-beta-[0-9]* -GNU_CONFIGURE= yes -USES= libtool pkgconfig shebangfix tar:xz -SHEBANG_FILES= sample/sample-scripts/verify-cn \ - sample/sample-scripts/auth-pam.pl \ - sample/sample-scripts/ucn.pl +GNU_CONFIGURE= yes +USES= libtool pkgconfig shebangfix tar:xz +SHEBANG_FILES= sample/sample-scripts/verify-cn \ + sample/sample-scripts/auth-pam.pl \ + sample/sample-scripts/ucn.pl # let OpenVPN's configure script pick up the requisite libraries: -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= PW_SAVE PKCS11 EASYRSA LZO SNAPPY -OPTIONS_DEFAULT= EASYRSA OPENSSL -OPTIONS_SINGLE= SSL -OPTIONS_SINGLE_SSL= OPENSSL POLARSSL -PW_SAVE_DESC= Interactive passwords may be read from a file -SNAPPY_DESC= Enable the Snappy compression library -LZO_DESC= Enable the LZO compression library -PKCS11_DESC= Use security/pkcs11-helper -EASYRSA_DESC= Install security/easy-rsa RSA helper package -POLARSSL_DESC= SSL/TLS support via PolarSSL +OPTIONS_DEFINE= PW_SAVE PKCS11 EASYRSA LZO SNAPPY +OPTIONS_DEFAULT= EASYRSA OPENSSL +OPTIONS_SINGLE= SSL +OPTIONS_SINGLE_SSL= OPENSSL POLARSSL +PW_SAVE_DESC= Interactive passwords may be read from a file +SNAPPY_DESC= Enable the Snappy compression library +LZO_DESC= Enable the LZO compression library +PKCS11_DESC= Use security/pkcs11-helper +EASYRSA_DESC= Install security/easy-rsa RSA helper package +POLARSSL_DESC= SSL/TLS support via PolarSSL -EASYRSA_RUN_DEPENDS= easy-rsa>=0:${PORTSDIR}/security/easy-rsa +EASYRSA_RUN_DEPENDS= easy-rsa>=0:${PORTSDIR}/security/easy-rsa -PKCS11_LIB_DEPENDS= libpkcs11-helper.so:${PORTSDIR}/security/pkcs11-helper -PKCS11_CONFIGURE_ENABLE= pkcs11 +PKCS11_LIB_DEPENDS= libpkcs11-helper.so:${PORTSDIR}/security/pkcs11-helper +PKCS11_CONFIGURE_ENABLE= pkcs11 -PW_SAVE_CONFIGURE_ENABLE= password-save +PW_SAVE_CONFIGURE_ENABLE= password-save .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPOLARSSL} -LIB_DEPENDS+= libpolarssl.so:${PORTSDIR}/security/polarssl -CONFIGURE_ARGS+= --with-crypto-library=polarssl +LIB_DEPENDS+= libpolarssl.so:${PORTSDIR}/security/polarssl +CONFIGURE_ARGS+=--with-crypto-library=polarssl .else -USE_OPENSSL= yes -CONFIGURE_ARGS+= --with-crypto-library=openssl +USE_OPENSSL= yes +CONFIGURE_ARGS+=--with-crypto-library=openssl .endif -USE_RC_SUBR= openvpn -USE_LDCONFIG= ${PREFIX}/lib +USE_RC_SUBR= openvpn +USE_LDCONFIG= ${PREFIX}/lib -SUB_FILES= pkg-message +SUB_FILES= pkg-message .ifdef (LOG_OPENVPN) -CFLAGS+= -DLOG_OPENVPN=${LOG_OPENVPN} +CFLAGS+= -DLOG_OPENVPN=${LOG_OPENVPN} .endif .if ${PORT_OPTIONS:MLZO} -LIB_DEPENDS+= liblzo2.so:${PORTSDIR}/archivers/lzo2 +LIB_DEPENDS+= liblzo2.so:${PORTSDIR}/archivers/lzo2 .else -CONFIGURE_ARGS+= --disable-lzo +CONFIGURE_ARGS+=--disable-lzo .endif .if ${PORT_OPTIONS:MSNAPPY} -LIB_DEPENDS+= snappy:${PORTSDIR}/archivers/snappy +LIB_DEPENDS+= snappy:${PORTSDIR}/archivers/snappy .else -CONFIGURE_ARGS+= --disable-snappy +CONFIGURE_ARGS+=--disable-snappy .endif -PORTDOCS= * -PORTEXAMPLES= * +PORTDOCS= * +PORTEXAMPLES= * pre-configure: .ifdef (LOG_OPENVPN) diff --git a/security/sshguard-ipfilter/Makefile b/security/sshguard-ipfilter/Makefile index 9235cf146aee..f13637a7e437 100644 --- a/security/sshguard-ipfilter/Makefile +++ b/security/sshguard-ipfilter/Makefile @@ -4,7 +4,7 @@ PKGNAMESUFFIX= -ipfilter CONFLICTS= sshguard-1.* sshguard-ipfw-1.* sshguard-pf-1.* -COMMENT= Protect hosts from brute force attacks against ssh and other services using ipfilter +COMMENT= Protect hosts from brute force attacks against ssh and other services using ipfilter SSHGUARDFW= ipfilter MASTERDIR= ${.CURDIR}/../sshguard diff --git a/shells/ch/Makefile b/shells/ch/Makefile index 31f79f0e54bc..e1d8949bf501 100644 --- a/shells/ch/Makefile +++ b/shells/ch/Makefile @@ -18,7 +18,7 @@ MANDIRS= ${DATADIR}/docs/man/ DATADIR= ${PREFIX}/${PORTNAME} SUB_FILES= ${PORTNAME} -PORTDATA= README bin config demos dl extern include lib license package sbin toolkit +PORTDATA= README bin config demos dl extern include lib license package sbin toolkit post-extract: @${MKDIR} ${WRKSRC}/ch diff --git a/sysutils/bsdadminscripts/Makefile b/sysutils/bsdadminscripts/Makefile index 1289206239db..926809af3953 100644 --- a/sysutils/bsdadminscripts/Makefile +++ b/sysutils/bsdadminscripts/Makefile @@ -37,7 +37,7 @@ PORT_SCRIPTS= build clean fetch package \ MLINKS+= ${RC_SCRIPTS:S,^,rc,:S,$,.1,:S,^,rcstart.1 ,} \ ${PORT_SCRIPTS:S,^,port,:S,$,.1,:S,^,portconfig.1 ,} .else -EVALDOCS= -nodoc +EVALDOCS= -nodoc .endif plist: patch diff --git a/sysutils/linux-f10-procps/Makefile b/sysutils/linux-f10-procps/Makefile index c153ec1033c4..2d74bfac4615 100644 --- a/sysutils/linux-f10-procps/Makefile +++ b/sysutils/linux-f10-procps/Makefile @@ -20,7 +20,7 @@ USE_LDCONFIG= yes BRANDELF_DIRS= bin sbin usr/bin PLIST_SUB+= PORTVERSION="${PORTVERSION}" -PROCFS= /compat/linux/proc +PROCFS= /compat/linux/proc post-install: @df ${PROCFS} 2>&1 | ${EGREP} '^linprocfs ' > /dev/null 2>&1 || (echo ">>>" ; echo ">>> You still need to mount ${PROCFS}; see linprocfs(5)" ; echo ">>> for more information" ; echo ">>>") diff --git a/sysutils/syslog-ng-incubator/Makefile b/sysutils/syslog-ng-incubator/Makefile index a60a9277efec..c4e613b51687 100644 --- a/sysutils/syslog-ng-incubator/Makefile +++ b/sysutils/syslog-ng-incubator/Makefile @@ -17,7 +17,7 @@ MAKE_JOBS_UNSAFE= yes LIB_DEPENDS= libevtlog.so:${PORTSDIR}/sysutils/eventlog LIB_DEPENDS= libsyslog-ng-3.5.4.1.so:${PORTSDIR}/sysutils/syslog-ng-devel -USES= gmake pkgconfig pathfix bison lua tar:xz +USES= gmake pkgconfig pathfix bison lua tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= glib20 diff --git a/sysutils/tarsnap/Makefile b/sysutils/tarsnap/Makefile index fc9336e1bd2e..3fc4e34fb3f8 100644 --- a/sysutils/tarsnap/Makefile +++ b/sysutils/tarsnap/Makefile @@ -25,7 +25,7 @@ SSE2_CFLAGS= -msse2 # safety check to ensure that we don't violate the license .if exists(${PATCHDIR}) -RESTRICTED= license only allows redistribution and use of unmodified source and binaries +RESTRICTED= license only allows redistribution and use of unmodified source and binaries .endif LEGAL_TEXT= license restricts redistribution of source and binaries diff --git a/textproc/coco/Makefile b/textproc/coco/Makefile index 27dab49aa8a4..661bfa860e6d 100644 --- a/textproc/coco/Makefile +++ b/textproc/coco/Makefile @@ -1,20 +1,20 @@ # Created by: Teruaki Ata <PFA03027@nifty.ne.jp> # $FreeBSD$ -PORTNAME= coco -PORTVERSION= ${MULE_VERSION} +PORTNAME= coco +PORTVERSION= ${MULE_VERSION} PORTREVISION= 1 -CATEGORIES= textproc +CATEGORIES= textproc MASTER_SITES= ftp://ftp.jaist.ac.jp/pub/GNU/mule/ \ http://www.infonets.hiroshima-u.ac.jp/~taoka/FreeBSD/mule/ DISTFILES= mule-${MULE_VERSION}-${EMACS_VERSION}.tar.gz \ mule-${MULE_VERSION}-${EMACS_VERSION}.patch-981002.tar.gz -MAINTAINER= PFA03027@nifty.ne.jp +MAINTAINER= PFA03027@nifty.ne.jp COMMENT= Code converter for any of Mule's code -MAN1= coco.1 m2ps.1 -MANCOMPRESSED= no +MAN1= coco.1 m2ps.1 +MANCOMPRESSED= no WRKSRC= ${WRKDIR}/mule-${MULE_VERSION}-${EMACS_VERSION} GNU_CONFIGURE= yes diff --git a/textproc/plover/Makefile b/textproc/plover/Makefile index 7ba5a7585c71..3d251d627769 100644 --- a/textproc/plover/Makefile +++ b/textproc/plover/Makefile @@ -4,7 +4,7 @@ PORTNAME= plover PORTVERSION= 2.2.0 CATEGORIES= textproc MASTER_SITES= http://launchpadlibrarian.net/88624187/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= olgeni@FreeBSD.org COMMENT= Open source solution for stenography diff --git a/www/chtml/Makefile b/www/chtml/Makefile index 44846c078750..a6987a1a4760 100644 --- a/www/chtml/Makefile +++ b/www/chtml/Makefile @@ -1,14 +1,14 @@ # Created by: David Bushong <david+ports@bushong.net> # $FreeBSD$ -PORTNAME= chtml -PORTVERSION= 0.0 -CATEGORIES= www devel lang -MASTER_SITES= http://people.delphiforums.com/gjc/ -DISTNAME= chtml -EXTRACT_SUFX= .tgz +PORTNAME= chtml +PORTVERSION= 0.0 +CATEGORIES= www devel lang +MASTER_SITES= http://people.delphiforums.com/gjc/ +DISTNAME= chtml +EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Chunked HTML templating engine BUILD_DEPENDS= ${LOCALBASE}/bin/csiod:${PORTSDIR}/lang/siod diff --git a/www/mod_log_config-st/Makefile b/www/mod_log_config-st/Makefile index 1414a623976d..370c373b5635 100644 --- a/www/mod_log_config-st/Makefile +++ b/www/mod_log_config-st/Makefile @@ -13,7 +13,7 @@ COMMENT= Modified version of mod_log_config for Apache 2.2.x LICENSE= APACHE11 -USES= tar:xz +USES= tar:xz USE_APACHE= 22 AP_FAST_BUILD= yes SRC_FILE= mod_log_config.c diff --git a/www/mod_log_mysql/Makefile b/www/mod_log_mysql/Makefile index abc4981acf56..68c2bd4142d2 100644 --- a/www/mod_log_mysql/Makefile +++ b/www/mod_log_mysql/Makefile @@ -17,7 +17,7 @@ LICENSE_NAME_PUBLIC_DOMAIN= Public Domain LICENSE_TEXT_PUBLIC_DOMAIN= mod_log_mysql.c is in the Public Domain as of 2003.10.23. LICENSE_PERMS_PUBLIC_DOMAIN= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= tar:xz +USES= tar:xz RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_log_config-st.so:${PORTSDIR}/www/mod_log_config-st USE_APACHE= 22 diff --git a/www/p5-HTTP-Daemon/Makefile b/www/p5-HTTP-Daemon/Makefile index 08cffcc627d4..c4a75cb739bb 100644 --- a/www/p5-HTTP-Daemon/Makefile +++ b/www/p5-HTTP-Daemon/Makefile @@ -10,8 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple HTTP server class -LICENSE= ART10 GPLv1 -LICENSE_COMB= dual +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual BUILD_DEPENDS= p5-HTTP-Date>=6:${PORTSDIR}/www/p5-HTTP-Date \ p5-HTTP-Message>=6:${PORTSDIR}/www/p5-HTTP-Message \ diff --git a/www/p5-RTx-Calendar/Makefile b/www/p5-RTx-Calendar/Makefile index ceb6d95b6860..f1d105ad0717 100644 --- a/www/p5-RTx-Calendar/Makefile +++ b/www/p5-RTx-Calendar/Makefile @@ -10,8 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= matthew@FreeBSD.org COMMENT= Calendar extension module for the RT ticketing system -LICENSE_COMB= dual -LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE= ART10 GPLv1 BUILD_DEPENDS= p5-Date-ICal>0:${PORTSDIR}/devel/p5-Date-ICal \ p5-Data-ICal>0:${PORTSDIR}/deskutils/p5-Data-ICal \ diff --git a/www/py-django-photologue/Makefile b/www/py-django-photologue/Makefile index 552f96f803fc..de4b3ed7a9e0 100644 --- a/www/py-django-photologue/Makefile +++ b/www/py-django-photologue/Makefile @@ -21,7 +21,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options +OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options OPTIONS_DEFINE= TAGGING OPTIONS_DEFAULT= TAGGING diff --git a/www/py-fcgi/Makefile b/www/py-fcgi/Makefile index d9cec11aeedc..4f19b489faaa 100644 --- a/www/py-fcgi/Makefile +++ b/www/py-fcgi/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 0.1 CATEGORIES= www python MASTER_SITES= http://alldunn.com/python/ \ ftp://ftp.holywar.net/pub/FreeBSD/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME} EXTRACT_SUFX= .py EXTRACT_ONLY= # diff --git a/www/red5/Makefile b/www/red5/Makefile index 24d771c357f5..150446b125d6 100644 --- a/www/red5/Makefile +++ b/www/red5/Makefile @@ -12,7 +12,7 @@ COMMENT= Red5 is an Open Source Flash Server USE_JAVA= yes NO_BUILD= yes USE_RC_SUBR= red5 -WRKSRC= ${WRKDIR}/red5-server-1.0 +WRKSRC= ${WRKDIR}/red5-server-1.0 RED5_USER?= ${WWWOWN} RED5_GRP?= ${WWWGRP} diff --git a/www/rubygem-url-mount/Makefile b/www/rubygem-url-mount/Makefile index 92751497c45d..544455a60e4f 100644 --- a/www/rubygem-url-mount/Makefile +++ b/www/rubygem-url-mount/Makefile @@ -1,13 +1,13 @@ # Created by: Rodrigo Nicola Lombardo <rodnic@gmail.com> # $FreeBSD$ -PORTNAME= url_mount +PORTNAME= url_mount PORTVERSION= 0.2.1 CATEGORIES= www rubygems MASTER_SITES= RG MAINTAINER= rodnic@gmail.com -COMMENT= Glue to allow mounted rack applications to know where they're mounted +COMMENT= Glue to allow mounted rack applications to know where they're mounted RUN_DEPENDS= rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack diff --git a/www/trac-tags/Makefile b/www/trac-tags/Makefile index 4d5db46f8ace..34d6385a46e4 100644 --- a/www/trac-tags/Makefile +++ b/www/trac-tags/Makefile @@ -26,15 +26,15 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% .if !defined(SVN_REV) .if defined(BOOTSTRAP) -LANG= "C" -SVN_REV!= svn info http://trac-hacks.org/svn/tagsplugin/trunk/ | ${GREP} Revision | cut -d' ' -f2 +LANG= "C" +SVN_REV!= svn info http://trac-hacks.org/svn/tagsplugin/trunk/ | ${GREP} Revision | cut -d' ' -f2 .else .include "Makefile.svn_rev" .endif .endif .if defined(BOOTSTRAP) || defined(SVN_FETCH) -FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion +FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion do-fetch: ${MKDIR} ${WRKDIR} diff --git a/www/w3mir/Makefile b/www/w3mir/Makefile index e429c3c51bf8..97cf1c415b79 100644 --- a/www/w3mir/Makefile +++ b/www/w3mir/Makefile @@ -10,13 +10,13 @@ MASTER_SITES= http://langfeldt.net/w3mir/ MAINTAINER= ports@FreeBSD.org COMMENT= All-purpose HTTP copying and mirroring tool -LICENSE= ART10 +LICENSE= ART10 BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 -USE_PERL5= configure +USE_PERL5= configure INSTALL_TARGET= pure_install diff --git a/www/xpi-ghostery/Makefile b/www/xpi-ghostery/Makefile index 2e830f0cb9fa..ceb8069f88b6 100644 --- a/www/xpi-ghostery/Makefile +++ b/www/xpi-ghostery/Makefile @@ -3,7 +3,7 @@ PORTNAME= ghostery PORTVERSION= 5.0.6 -DISTVERSIONSUFFIX= -an+fx +DISTVERSIONSUFFIX= -an+fx CATEGORIES= www MAINTAINER= clutton@zoho.com diff --git a/x11-drivers/xf86-video-rdc/Makefile b/x11-drivers/xf86-video-rdc/Makefile index 76589bd5cd51..51a76f61e3c8 100644 --- a/x11-drivers/xf86-video-rdc/Makefile +++ b/x11-drivers/xf86-video-rdc/Makefile @@ -17,7 +17,7 @@ USE_XORG= xvmc xf86driproto xextproto x11 glproto .include <bsd.port.options.mk> .if defined(WITH_NEW_XORG) -IGNORE= does not build with X server 1.12 +IGNORE= does not build with X server 1.12 .endif NO_STAGE= yes diff --git a/x11-fonts/profont/Makefile b/x11-fonts/profont/Makefile index b0b217332111..549bc2164c49 100644 --- a/x11-fonts/profont/Makefile +++ b/x11-fonts/profont/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://www.tobiasjung.net/dl/ DISTNAME= ${PORTNAME}-x11 MAINTAINER= manuel.giraud@gmail.com -COMMENT= Profont - The ultimate programming font. +COMMENT= Profont - The ultimate programming font. BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ fc-cache:${PORTSDIR}/x11-fonts/fontconfig diff --git a/x11-toolkits/gnomemm/Makefile b/x11-toolkits/gnomemm/Makefile index 2ecf9f2de158..57e8d14470d6 100644 --- a/x11-toolkits/gnomemm/Makefile +++ b/x11-toolkits/gnomemm/Makefile @@ -5,9 +5,9 @@ PORTNAME= gnomemm PORTVERSION= 2.6.2 PORTREVISION= 8 CATEGORIES= x11-toolkits devel gnome -MASTER_SITES= # empty -DISTFILES= # empty -EXTRACT_ONLY= # empty +MASTER_SITES= # empty +DISTFILES= # empty +EXTRACT_ONLY= # empty MAINTAINER= bland@FreeBSD.org COMMENT= The "meta-port" for the powerful C++ bindings to the GNOME2 libraries diff --git a/x11-wm/lxsession/Makefile b/x11-wm/lxsession/Makefile index a7bdaf1d8eb7..8f28caa432d8 100644 --- a/x11-wm/lxsession/Makefile +++ b/x11-wm/lxsession/Makefile @@ -29,7 +29,7 @@ OPTIONS_SUB= yes NLS_USES= gettext # Wrong versioning upstream -PORTSCOUT= skipv:0.4.9.2 +PORTSCOUT= skipv:0.4.9.2 .include <bsd.port.options.mk> |