svn commit: r398832 - in head: archivers/peazip audio/aften audio/festival audio/libcanberra audio/pytone audio/spiralloops cad/gdt/files cad/kicad-devel comms/predict/files databases/libgda5 datab...

Jimmy Olgeni olgeni at FreeBSD.org
Thu Oct 8 15:11:37 UTC 2015


Author: olgeni
Date: Thu Oct  8 15:11:28 2015
New Revision: 398832
URL: https://svnweb.freebsd.org/changeset/ports/398832

Log:
  Remove trailing whitespace from Makefiles, A-L.

Modified:
  head/archivers/peazip/Makefile
  head/audio/aften/Makefile
  head/audio/festival/Makefile
  head/audio/libcanberra/Makefile
  head/audio/pytone/Makefile
  head/audio/spiralloops/Makefile
  head/cad/gdt/files/Makefile
  head/cad/kicad-devel/Makefile
  head/comms/predict/files/Makefile
  head/databases/libgda5/Makefile
  head/databases/mariadb-client/Makefile
  head/databases/mysql51-server/Makefile
  head/databases/mysql55-server/Makefile
  head/databases/mysql56-server/Makefile
  head/databases/ocaml-dbm/Makefile
  head/databases/pgpool-II-22/Makefile
  head/databases/pgpool-II-23/Makefile
  head/databases/pgpool-II-30/Makefile
  head/databases/pgpool-II/Makefile
  head/databases/postgresql91-docs/Makefile
  head/devel/anjuta-extras/Makefile
  head/devel/boehm-gc-redirect/Makefile
  head/devel/cil/Makefile
  head/devel/elixir-estree/Makefile
  head/devel/gettext-tools/Makefile
  head/devel/hs-hint/Makefile
  head/devel/iniparser/Makefile
  head/devel/jgoodies-common/Makefile
  head/devel/libclc/Makefile
  head/devel/libdlmalloc/Makefile
  head/devel/libdlmalloc/files/Makefile
  head/devel/nana/Makefile
  head/devel/orc/Makefile
  head/devel/p5-Module-Install-TestBase/Makefile
  head/devel/pecl-parsekit/Makefile
  head/devel/py-jsonpatch/Makefile
  head/devel/pygobject3-common/Makefile
  head/devel/rubygem-georuby/Makefile
  head/devel/rubygem-rbtrace/Makefile
  head/devel/tclcheck/Makefile
  head/editors/textroom/Makefile
  head/emulators/loemu/Makefile
  head/emulators/rtc/files/Makefile
  head/games/crafty-open-enormous/Makefile
  head/games/gigalomania/Makefile
  head/games/gnome-sudoku/Makefile
  head/games/ishido/Makefile
  head/games/robotfindskitten/Makefile
  head/games/sampsvr/Makefile
  head/german/unix-connect/Makefile
  head/graphics/argyllcms/Makefile
  head/graphics/digikam-kde4-doc/Makefile
  head/graphics/fyre/Makefile
  head/graphics/goocanvas/Makefile
  head/graphics/ocaml-images/Makefile
  head/graphics/p5-Image-Scale/Makefile
  head/graphics/py-graph-dot/Makefile
  head/graphics/ristretto/Makefile
  head/irc/scrollz/Makefile
  head/japanese/cdrom2/files/Makefile
  head/japanese/font-jisx0213/files/Makefile
  head/japanese/scim-honoka-plugin-romkan/Makefile
  head/japanese/scim-honoka-plugin-wnn/Makefile
  head/japanese/today/files/Makefile
  head/java/java-cup/Makefile
  head/java/java-subversion/Makefile
  head/lang/clover/Makefile   (contents, props changed)
  head/lang/lua-ada/Makefile
  head/lang/perl5-devel/Makefile
  head/lang/perl5.16/Makefile
  head/lang/perl5.18/Makefile
  head/lang/perl5.20/Makefile
  head/lang/perl5.22/Makefile
  head/lang/php55/Makefile
  head/lang/tcl-manual/Makefile

Modified: head/archivers/peazip/Makefile
==============================================================================
--- head/archivers/peazip/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/archivers/peazip/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -109,7 +109,7 @@ do-install:
 			${INSTALL_PROGRAM} peazip ${STAGEDIR}${DATADIR}
 	@cd ${WRKSRC}/FreeDesktop_integration && \
 		${INSTALL_DATA} peazip.desktop ${STAGEDIR}${DESKTOPDIR} && \
-		${INSTALL_DATA} peazip.png ${STAGEDIR}${PREFIX}/share/pixmaps/		
+		${INSTALL_DATA} peazip.png ${STAGEDIR}${PREFIX}/share/pixmaps/
 	${INSTALL_SCRIPT} ${WRKDIR}/pea ${WRKDIR}/pealauncher ${WRKDIR}/peazip ${STAGEDIR}${PREFIX}/bin/
 
 .include <bsd.port.post.mk>

Modified: head/audio/aften/Makefile
==============================================================================
--- head/audio/aften/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/audio/aften/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -12,7 +12,7 @@ COMMENT=	ATSC A/52 audio encoder
 USES=		tar:bzip2 cmake:outsource
 
 OPTIONS_DEFINE=		SHARED_LIB CXX_BINDINGS DOUBLE
-OPTIONS_DEFAULT=	
+OPTIONS_DEFAULT=
 
 SHARED_LIB_DESC=	Build with shared library
 CXX_BINDINGS_DESC=	Build with C++ bindings

Modified: head/audio/festival/Makefile
==============================================================================
--- head/audio/festival/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/audio/festival/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -30,7 +30,7 @@ OPTIONS_DEFAULT=NAS ESD
 ESD_DESC=	${ESOUND_DESC}
 
 DIST_SUBDIR=	festival
- 
+
 CXXFLAGS+=	-DFTLIBDIR=${LOCALBASE}/share/festival/lib
 CONFIGURE_WRKSRC=	${WRKDIR}/festival
 USES=		gmake

Modified: head/audio/libcanberra/Makefile
==============================================================================
--- head/audio/libcanberra/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/audio/libcanberra/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libvorbisfile.so:${PORTSDIR
 		libltdl.so:${PORTSDIR}/devel/libltdl
 
 USES=		gmake libtool pathfix pkgconfig tar:xz
-USE_GNOME=	gnomeprefix gtk20 
+USE_GNOME=	gnomeprefix gtk20
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-lynx --disable-tdb --disable-alsa

Modified: head/audio/pytone/Makefile
==============================================================================
--- head/audio/pytone/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/audio/pytone/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -17,7 +17,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libao.so:${PORTSDIR}/audio/libao
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
 		${PYTHON_PKGNAMEPREFIX}mutagen>0:${PORTSDIR}/audio/py-mutagen
-		
+
 
 USES=		ncurses python:2
 USE_PYTHON=	autoplist distutils

Modified: head/audio/spiralloops/Makefile
==============================================================================
--- head/audio/spiralloops/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/audio/spiralloops/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -16,7 +16,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libfltk.so:${PORTSDIR}/x11-toolkits/fltk
 
 GNU_CONFIGURE=	yes
-MAKE_ENV=	PTHREAD_LIBS="-lpthread" 
+MAKE_ENV=	PTHREAD_LIBS="-lpthread"
 WRKSRC=		${WRKDIR}/${DISTNAME}
 
 PLIST_FILES=	bin/SpiralLoops

Modified: head/cad/gdt/files/Makefile
==============================================================================
--- head/cad/gdt/files/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/cad/gdt/files/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -24,7 +24,7 @@ OBJS.${P}=	${SRCS.${P}:N*.h:R:S,$,.o,g}
 
 SRCS.gdt2gds=	sRemoveWhiteSpace.C sRemoveTrailingZeros.C \
 		get_field.c stoupper.c sfind.C match_string.C \
-		sRemoveSpaces.C mystrncpy.C gdsStream.C gdt2gds.C	
+		sRemoveSpaces.C mystrncpy.C gdsStream.C gdt2gds.C
 
 BSD_INSTALL_PROGRAM?=	install -s -m 555
 

Modified: head/cad/kicad-devel/Makefile
==============================================================================
--- head/cad/kicad-devel/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/cad/kicad-devel/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -39,7 +39,7 @@ EXTRAS2RM=	linux-non_unicode linux wings
 		contrib_makefiles.txt running_kicad_under_W98.txt
 USES=		desktop-file-utils shared-mime-info compiler:c++11-lib tar:bzip2 cmake \
 		gettext python
-		
+
 CMAKE_ARGS=	-DLOCALBASE="${LOCALBASE}" \
 		-DCMAKE_VERBOSE_MAKEFILE=ON \
 		-DCMAKE_BUILD_TYPE="Debug" \

Modified: head/comms/predict/files/Makefile
==============================================================================
--- head/comms/predict/files/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/comms/predict/files/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -20,7 +20,7 @@ LIBS = ${LDFLAGS} -pthread -lm -lncurses
 predict:	predict.c predict.h
 		${CC} ${CFLAGS} -o predict predict.c ${LIBS}
 
-vocalizer/vocalizer:	vocalizer/vocalizer.c vocalizer/vocalizer.h	
+vocalizer/vocalizer:	vocalizer/vocalizer.c vocalizer/vocalizer.h
 		${CC} ${CFLAGS} -o vocalizer/vocalizer vocalizer/vocalizer.c ${LIBS}
 
 clean:

Modified: head/databases/libgda5/Makefile
==============================================================================
--- head/databases/libgda5/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/databases/libgda5/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -122,7 +122,7 @@ post-patch:
 .if ${LIBGDA5_SLAVE} == jdbc
 pre-configure:
 	@cd ${WRKSRC} && ${LOCALBASE}/bin/javac getsp.java
-.endif	
+.endif
 
 pre-build:
 .if ${LIBGDA5_SLAVE}==postgresql

Modified: head/databases/mariadb-client/Makefile
==============================================================================
--- head/databases/mariadb-client/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/databases/mariadb-client/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -19,7 +19,7 @@ THREADSAFE_DESC=	Build thread-safe clien
 CONFLICTS=	mariadb5[4-9]-client-* \
 		mariadb1[0-9][0-9]-client-* \
 		mysql*-client-* \
-		percona*-client-* 
+		percona*-client-*
 
 PATCHDIR=	${.CURDIR}/files
 PLIST=		${.CURDIR}/pkg-plist

Modified: head/databases/mysql51-server/Makefile
==============================================================================
--- head/databases/mysql51-server/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/databases/mysql51-server/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -162,7 +162,7 @@ post-patch:
 .if defined(CLIENT_ONLY)
 CONFLICTS_INSTALL=	mysql5[02-9]-client-* \
 			mariadb*-client-* \
-			percona*-client-* 
+			percona*-client-*
 
 MAN1=		mysql_config.1 mysql_upgrade.1 mysql.1 mysqladmin.1 \
 		mysqlbinlog.1 mysqlbug.1 mysqlcheck.1 \

Modified: head/databases/mysql55-server/Makefile
==============================================================================
--- head/databases/mysql55-server/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/databases/mysql55-server/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -86,8 +86,8 @@ post-patch:
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "armv6"	 
+.if ${ARCH} == "armv6"
 EXTRA_PATCHES+=		${FILESDIR}/extra-patch-config.h.cmake
 .endif
- 	 
+
 .include <bsd.port.post.mk>

Modified: head/databases/mysql56-server/Makefile
==============================================================================
--- head/databases/mysql56-server/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/databases/mysql56-server/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -72,7 +72,7 @@ post-patch:
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "armv6"	 
+.if ${ARCH} == "armv6"
 EXTRA_PATCHES+=		${FILESDIR}/extra-patch-config.h.cmake
 .endif
 

Modified: head/databases/ocaml-dbm/Makefile
==============================================================================
--- head/databases/ocaml-dbm/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/databases/ocaml-dbm/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -24,7 +24,7 @@ MAKE_ENV+=	DESTDIR="${STAGEDIR}"
 pre-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/ocaml/site-lib/dbm \
 		${STAGEDIR}${PREFIX}/lib/ocaml/stublibs
-	
+
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/META \
 		${STAGEDIR}${PREFIX}/lib/ocaml/site-lib/dbm

Modified: head/databases/pgpool-II-22/Makefile
==============================================================================
--- head/databases/pgpool-II-22/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/databases/pgpool-II-22/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -18,7 +18,7 @@ GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 
-CONFLICTS=	pgpool-3.* pgpool-II-3.* pgpool-II-23-* pgpool-II-30-* 
+CONFLICTS=	pgpool-3.* pgpool-II-3.* pgpool-II-23-* pgpool-II-30-*
 USE_RC_SUBR=	pgpool
 
 PORTDOCS=	AUTHORS COPYING ChangeLog INSTALL NEWS README README.euc_jp

Modified: head/databases/pgpool-II-23/Makefile
==============================================================================
--- head/databases/pgpool-II-23/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/databases/pgpool-II-23/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -18,7 +18,7 @@ GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 
-CONFLICTS=	pgpool-3.* pgpool-II-3.* pgpool-II-22-* pgpool-II-30-* 
+CONFLICTS=	pgpool-3.* pgpool-II-3.* pgpool-II-22-* pgpool-II-30-*
 USE_RC_SUBR=	pgpool
 
 PORTDOCS=	AUTHORS COPYING ChangeLog INSTALL NEWS README README.euc_jp

Modified: head/databases/pgpool-II-30/Makefile
==============================================================================
--- head/databases/pgpool-II-30/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/databases/pgpool-II-30/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -18,7 +18,7 @@ INSTALL_TARGET=	install-strip
 USES=		gmake pgsql:9.2- libtool
 USE_LDCONFIG=	yes
 
-CONFLICTS=	pgpool-3.* pgpool-II-3.* pgpool-II-22-* pgpool-II-23-* 
+CONFLICTS=	pgpool-3.* pgpool-II-3.* pgpool-II-22-* pgpool-II-23-*
 USE_RC_SUBR=	pgpool
 
 PORTDOCS=	AUTHORS COPYING ChangeLog INSTALL NEWS README README.euc_jp

Modified: head/databases/pgpool-II/Makefile
==============================================================================
--- head/databases/pgpool-II/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/databases/pgpool-II/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -20,7 +20,7 @@ USE_LDCONFIG=	yes
 USE_OPENSSL=	yes
 CONFIGURE_ARGS=	--with-openssl
 
-CONFLICTS=	pgpool-3.* pgpool-II-22-* pgpool-II-23-* pgpool-II-23-* 
+CONFLICTS=	pgpool-3.* pgpool-II-22-* pgpool-II-23-* pgpool-II-23-*
 USE_RC_SUBR=	pgpool
 
 PORTDOCS=	AUTHORS COPYING ChangeLog INSTALL NEWS README README.euc_jp

Modified: head/databases/postgresql91-docs/Makefile
==============================================================================
--- head/databases/postgresql91-docs/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/databases/postgresql91-docs/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -41,6 +41,6 @@ post-install:
 	@(cd ${STAGEDIR}${PREFIX} && ${FIND} ${PGDOCSREL} -type f) >> ${TMPPLIST}
 	@(cd ${STAGEDIR}${PREFIX} && ${FIND} ${PGDOCSREL} -type d) | ${SORT} -r | \
 	     ${SED} 's,.*, at unexec rmdir %D/& 2>/dev/null || true,' >>${TMPPLIST}
-	
+
 
 .include "${MASTERDIR}/Makefile"

Modified: head/devel/anjuta-extras/Makefile
==============================================================================
--- head/devel/anjuta-extras/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/devel/anjuta-extras/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -11,7 +11,7 @@ COMMENT=	Extra anjuta 3 plugins
 
 BUILD_DEPENDS=	itstool:${PORTSDIR}/textproc/itstool
 LIB_DEPENDS=	libanjuta-3.so:${PORTSDIR}/devel/anjuta
-		
+
 USES=		gettext gmake libtool pkgconfig tar:xz
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes

Modified: head/devel/boehm-gc-redirect/Makefile
==============================================================================
--- head/devel/boehm-gc-redirect/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/devel/boehm-gc-redirect/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -7,7 +7,7 @@ COMMENT=	Garbage collection and memory l
 
 LICENSE=	MIT
 
-MASTERDIR=	${.CURDIR}/../boehm-gc                                                                                                                                                        
+MASTERDIR=	${.CURDIR}/../boehm-gc
 DESCR=		${.CURDIR}/pkg-descr
 
 GC_VARIANT=	redirect

Modified: head/devel/cil/Makefile
==============================================================================
--- head/devel/cil/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/devel/cil/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -65,7 +65,7 @@ post-patch:
 		${WRKSRC}/lib/App/Cilly/TempFile.pm
 	@${REINPLACE_CMD} '/MACHDEPCC/ s|gcc|${CC}|' ${WRKSRC}/Makefile.in
 
-	
+
 pre-install:
 	@${STRIP_CMD} ${WRKSRC}/bin/cilly.native
 

Modified: head/devel/elixir-estree/Makefile
==============================================================================
--- head/devel/elixir-estree/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/devel/elixir-estree/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -6,7 +6,7 @@ DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
 
 MAINTAINER=	olgeni at FreeBSD.org
-COMMENT=	JavaScript AST to JavaScript code generator in Elixir 
+COMMENT=	JavaScript AST to JavaScript code generator in Elixir
 
 LICENSE=	MIT
 

Modified: head/devel/gettext-tools/Makefile
==============================================================================
--- head/devel/gettext-tools/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/devel/gettext-tools/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -10,7 +10,7 @@ PORTREVISION=	0
 COMMENT=	GNU gettext development and translation tools
 
 LICENSE=	GPLv3
-LICENSE_FILE=	${WRKSRC}/../COPYING    
+LICENSE_FILE=	${WRKSRC}/../COPYING
 
 .include "${.CURDIR}/../gettext/Makefile.common"
 

Modified: head/devel/hs-hint/Makefile
==============================================================================
--- head/devel/hs-hint/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/devel/hs-hint/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -14,7 +14,7 @@ USE_CABAL=	exceptions extensible-excepti
 		mtl random utf8-string
 
 INSTALL_PORTEXAMPLES=	cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}
-	
+
 INSTALL_PORTDATA=	${INSTALL_DATA} \
 			    ${WRKSRC}/AUTHORS \
 			    ${WRKSRC}/README \

Modified: head/devel/iniparser/Makefile
==============================================================================
--- head/devel/iniparser/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/devel/iniparser/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -13,7 +13,7 @@ LICENSE=	MIT
 
 USE_LDCONFIG=	yes
 MAKE_ARGS=	CC="${CC}"
-ALL_TARGET=	
+ALL_TARGET=
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 PLIST_FILES=	include/dictionary.h include/iniparser.h lib/libiniparser.a \

Modified: head/devel/jgoodies-common/Makefile
==============================================================================
--- head/devel/jgoodies-common/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/devel/jgoodies-common/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -57,7 +57,7 @@ do-install:
 .if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC} && ${INSTALL_DATA} README.html RELEASE-NOTES.txt \
-		${STAGEDIR}${DOCSDIR})	
+		${STAGEDIR}${DOCSDIR})
 	(cd ${WRKSRC} && ${COPYTREE_SHARE} docs ${STAGEDIR}${DOCSDIR})
 	(cd ${WRKSRC}/build/docs && ${COPYTREE_SHARE} api \
 		${STAGEDIR}${DOCSDIR}/docs)

Modified: head/devel/libclc/Makefile
==============================================================================
--- head/devel/libclc/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/devel/libclc/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -21,7 +21,7 @@ MAKE_ENV=	MAKE=${GMAKE} DESTDIR=${STAGED
 
 LLVMVER=	36
 
-ALL_TARGET=	
+ALL_TARGET=
 
 BROKEN_FreeBSD_9=	missing <system_error> header
 

Modified: head/devel/libdlmalloc/Makefile
==============================================================================
--- head/devel/libdlmalloc/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/devel/libdlmalloc/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -4,7 +4,7 @@
 PORTNAME=	dlmalloc
 PORTVERSION=	2.8.6
 CATEGORIES=	devel
-MASTER_SITES=	ftp://gee.cs.oswego.edu/pub/misc/ 
+MASTER_SITES=	ftp://gee.cs.oswego.edu/pub/misc/
 DISTFILES=	malloc-${PORTVERSION}.c malloc-${PORTVERSION}.h
 
 MAINTAINER=	roberto at FreeBSD.org

Modified: head/devel/libdlmalloc/files/Makefile
==============================================================================
--- head/devel/libdlmalloc/files/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/devel/libdlmalloc/files/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -4,8 +4,8 @@
 #
 # Renamed dlmalloc
 #
-#  A version of malloc/free/realloc written by Doug Lea and released to the 
-#  public domain. 
+#  A version of malloc/free/realloc written by Doug Lea and released to the
+#  public domain.
 #
 #  preliminary VERSION 2.8.4
 #
@@ -49,8 +49,8 @@ $(LIBMALLOC): $(OBJS)
 	-$(RANLIB) $(LIBMALLOC)
 
 $(LIBSMALLOC): $(SOBJS)
-	rm -f $(LIBSMALLOC) 
-	ld -Bshareable -soname $(LIBSMALLOC) -o $(LIBSMALLOC) $(SOBJS) 
+	rm -f $(LIBSMALLOC)
+	ld -Bshareable -soname $(LIBSMALLOC) -o $(LIBSMALLOC) $(SOBJS)
 
 clean:
 	-rm -f *.o \#* *~ *.core a.out gmon.out mon.out onefile.c *.sL prof.out

Modified: head/devel/nana/Makefile
==============================================================================
--- head/devel/nana/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/devel/nana/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -5,7 +5,7 @@ PORTNAME=	nana
 PORTVERSION=	2.5
 CATEGORIES=	devel
 MASTER_SITES=	http://download.savannah.gnu.org/releases/nana/ \
-		ftp://download.savannah.gnu.org/releases/nana/ 
+		ftp://download.savannah.gnu.org/releases/nana/
 
 MAINTAINER=	pjm at gnu.org
 COMMENT=	Support for assertion checking and logging using GNU C and GDB

Modified: head/devel/orc/Makefile
==============================================================================
--- head/devel/orc/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/devel/orc/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -44,7 +44,7 @@ post-patch:
 	@${REINPLACE_CMD} \
 		-E -e '/LIBS/s/-lrt(\ )*//; /LIBRT/s/-lrt//' \
 		-e 's|pkgconfigdir=.*|pkgconfigdir=\"\\$$(prefix)/libdata/pkgconfig\"|g' \
-		${WRKSRC}/configure 
+		${WRKSRC}/configure
 
 post-install:
 .if ${PORT_OPTIONS:MEXAMPLES}

Modified: head/devel/p5-Module-Install-TestBase/Makefile
==============================================================================
--- head/devel/p5-Module-Install-TestBase/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/devel/p5-Module-Install-TestBase/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -20,6 +20,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure
-NO_ARCH=	
+NO_ARCH=
 
 .include <bsd.port.mk>

Modified: head/devel/pecl-parsekit/Makefile
==============================================================================
--- head/devel/pecl-parsekit/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/devel/pecl-parsekit/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -10,7 +10,7 @@ EXTRACT_SUFX=	.tgz
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	dereckson at gmail.com
-COMMENT=	Extension for opcodes runtime analysis 
+COMMENT=	Extension for opcodes runtime analysis
 
 LICENSE=	PHP301
 

Modified: head/devel/py-jsonpatch/Makefile
==============================================================================
--- head/devel/py-jsonpatch/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/devel/py-jsonpatch/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -18,6 +18,6 @@ USE_PYTHON=	autoplist distutils
 
 regression-test: build
 	@cd ${WRKSRC} && ${PYTHON_CMD} tests.py
-	@cd ${WRKSRC} && ${PYTHON_CMD} ext_tests.py 
+	@cd ${WRKSRC} && ${PYTHON_CMD} ext_tests.py
 
 .include <bsd.port.mk>

Modified: head/devel/pygobject3-common/Makefile
==============================================================================
--- head/devel/pygobject3-common/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/devel/pygobject3-common/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -47,7 +47,7 @@ do-install:
 		${STAGEDIR}${PREFIX}/include/pygobject-3.0/pygobject.h
 	${INSTALL_DATA} ${WRKSRC}/pygobject-3.0.pc \
 		${STAGEDIR}${PREFIX}/libdata/pkgconfig/pygobject-3.0.pc
-.else 
+.else
 PORTSCOUT=	ignore:1
 
 USE_GNOME+=	glib20 introspection

Modified: head/devel/rubygem-georuby/Makefile
==============================================================================
--- head/devel/rubygem-georuby/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/devel/rubygem-georuby/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -6,7 +6,7 @@ CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby at FreeBSD.org
-COMMENT=	Holder for data returned from PostGIS and the Spatial Extensions of MySql	
+COMMENT=	Holder for data returned from PostGIS and the Spatial Extensions of MySql
 
 LICENSE=	MIT
 

Modified: head/devel/rubygem-rbtrace/Makefile
==============================================================================
--- head/devel/rubygem-rbtrace/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/devel/rubygem-rbtrace/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -22,5 +22,5 @@ RUBYGEM_AUTOPLIST=	yes
 PLIST_FILES=	bin/rbtrace \
 		%%GEM_LIB_DIR%%/ext/src/msgpack-0.5.7/src/.libs/libmsgpack.la \
 		%%GEM_LIB_DIR%%/ext/src/msgpack-0.5.7/src/.libs/libmsgpackc.la
-	
+
 .include <bsd.port.mk>

Modified: head/devel/tclcheck/Makefile
==============================================================================
--- head/devel/tclcheck/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/devel/tclcheck/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -12,7 +12,7 @@ MAINTAINER=	tcltk at FreeBSD.org
 COMMENT=	Program to check the nesting of parenthesis in tcl scripts
 
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
-LICENSE_PERMS=	 dist-mirror dist-sell pkg-mirror pkg-sell auto-accept	
+LICENSE_PERMS=	 dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 PLIST_FILES=	bin/tclCheck \
 		man/man1/tclCheck.1.gz

Modified: head/editors/textroom/Makefile
==============================================================================
--- head/editors/textroom/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/editors/textroom/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -23,7 +23,7 @@ USE_QT4=	moc_build rcc_build uic_build \
 		corelib gui opengl qt3support svg xml
 
 post-patch:
-.for i in getaword.cpp optionsdialog.cpp textroom.cpp 
+.for i in getaword.cpp optionsdialog.cpp textroom.cpp
 	@${REINPLACE_CMD} -e \
 		's|/usr/share|${PREFIX}/share|' ${WRKSRC}/application/src/${i}
 .endfor

Modified: head/emulators/loemu/Makefile
==============================================================================
--- head/emulators/loemu/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/emulators/loemu/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -42,7 +42,7 @@ MAMENAME=	mame
 post-patch:
 	@${REINPLACE_CMD} -i '' -e 's|/usr/bin/env python|${PYTHON_CMD}|' \
 		${WRKSRC}/scripts/loemu \
-		${WRKSRC}/scripts/loemu-builder	
+		${WRKSRC}/scripts/loemu-builder
 	@${REINPLACE_CMD} -i '' -e 's|sdlmame|${MAMENAME}|' \
 		${WRKSRC}/config/sdlmame.conf
 

Modified: head/emulators/rtc/files/Makefile
==============================================================================
--- head/emulators/rtc/files/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/emulators/rtc/files/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -47,7 +47,7 @@ all:	vnode_if.h
 #afterinstall: device
 
 device:
-	rm -f /dev/${DEVNAME} 
+	rm -f /dev/${DEVNAME}
 	mknod /dev/${DEVNAME} c ${CDEV_MAJOR} 0
 
 .include <bsd.kmod.mk>

Modified: head/games/crafty-open-enormous/Makefile
==============================================================================
--- head/games/crafty-open-enormous/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/games/crafty-open-enormous/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	crafty:${PORTSDIR}/games/cr
 USES=		zip
 NO_WRKSUBDIR=	yes
 NO_PACKAGE=	Package is way too big
-LEGAL_PACKAGE=	
+LEGAL_PACKAGE=
 CONFLICTS=	crafty-open-large-* crafty-open-medium-* crafty-open-default-*
 
 do-build:

Modified: head/games/gigalomania/Makefile
==============================================================================
--- head/games/gigalomania/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/games/gigalomania/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -5,7 +5,7 @@ PORTNAME=	gigalomania
 PORTVERSION=	0.27
 PORTREVISION=	1
 CATEGORIES=	games
-MASTER_SITES=	https://launchpadlibrarian.net/180606846/	
+MASTER_SITES=	https://launchpadlibrarian.net/180606846/
 DISTNAME=	${PORTNAME}src
 
 MAINTAINER=	pawel at FreeBSD.org
@@ -27,7 +27,7 @@ post-patch:
 	@${FIND} ${WRKSRC} -exec ${GREP} -q "__linux" {} \; \
 		-exec ${REINPLACE_CMD} 's|__linux|__${OPSYS}__|' {} \;
 	@${REINPLACE_CMD} 's|/opt/gigalomania/||g' \
-		${WRKSRC}/gigalomania.desktop 
+		${WRKSRC}/gigalomania.desktop
 	@${REINPLACE_CMD} 's|/usr/share|${LOCALBASE}/share|g' \
 		${WRKSRC}/game.cpp \
 		${WRKSRC}/gamestate.cpp

Modified: head/games/gnome-sudoku/Makefile
==============================================================================
--- head/games/gnome-sudoku/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/games/gnome-sudoku/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -13,7 +13,7 @@ COMMENT=	Sudoku game for gnome
 BUILD_DEPENDS=	itstool:${PORTSDIR}/textproc/itstool
 LIB_DEPENDS=	libgee-0.8.so:${PORTSDIR}/devel/libgee \
 		libqqwing.so:${PORTSDIR}/games/qqwing \
-		libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib 	
+		libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib
 
 PORTSCOUT=	limitw:1,even
 

Modified: head/games/ishido/Makefile
==============================================================================
--- head/games/ishido/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/games/ishido/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -17,5 +17,5 @@ do-install:
 	${INSTALL_MAN} ${WRKSRC}/ishido.6 ${STAGEDIR}${PREFIX}/man/man6
 	${INSTALL} ${COPY} ${STRIP} ${WRKSRC}/ishido ${STAGEDIR}${PREFIX}/bin
 	${INSTALL} ${COPY} ${WRKSRC}/ishido_scores ${STAGEDIR}${PREFIX}/share/misc/ishido_scores
-		
+
 .include <bsd.port.mk>

Modified: head/games/robotfindskitten/Makefile
==============================================================================
--- head/games/robotfindskitten/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/games/robotfindskitten/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -19,7 +19,7 @@ GNU_CONFIGURE=	YES
 OPTIONS_DEFINE=	EXTRANKI MEGAHYPERDEATH
 
 EXTRANKI_DESC=	Install additional Non Kitten Items
-MEGAHYPERDEATH_DESC=	Add the possibility of MEGA. HYPER. DEATH!	
+MEGAHYPERDEATH_DESC=	Add the possibility of MEGA. HYPER. DEATH!
 
 OPTIONS_DEFAULT=	EXTRANKI
 

Modified: head/games/sampsvr/Makefile
==============================================================================
--- head/games/sampsvr/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/games/sampsvr/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -40,7 +40,7 @@ do-install:
 	${FIND} ${i} -type f -exec \
 		${INSTALL_DATA} "{}" "${STAGEDIR}${DATADIR}/{}" \;
 	${LN} -sf ${DATADIR}/${i} ${STAGEDIR}${SAMPDIR}/${i}
-.endfor	
+.endfor
 	${INSTALL_DATA} ${WRKSRC}/server.cfg \
 		${STAGEDIR}${PREFIX}/etc/${PORTNAME}.cfg.sample
 	${LN} -sf ${PREFIX}/etc/${PORTNAME}.cfg ${STAGEDIR}${SAMPDIR}/server.cfg

Modified: head/german/unix-connect/Makefile
==============================================================================
--- head/german/unix-connect/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/german/unix-connect/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -4,7 +4,7 @@ PORTNAME=	unix-connect
 PORTVERSION=	0.95
 CATEGORIES=	german comms news mail
 MASTER_SITES=	ftp://ftp.dinoex.org/pub/unix-connect/ \
-		SF		
+		SF
 
 MAINTAINER=	dinoex at FreeBSD.org
 COMMENT=	Unix-Connect - mail+news-gateway for Zconnect (tm)

Modified: head/graphics/argyllcms/Makefile
==============================================================================
--- head/graphics/argyllcms/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/graphics/argyllcms/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libtiff.so:${PORTSDIR}/grap
 WRKSRC=		${WRKDIR}/Argyll_V${PORTVERSION}
 
 USES=		compiler:c11 cpe jpeg zip
-USE_XORG=	x11 xau xdmcp xext xinerama xrandr xscrnsaver xxf86vm 
+USE_XORG=	x11 xau xdmcp xext xinerama xrandr xscrnsaver xxf86vm
 
 post-patch:
 	@${REINPLACE_CMD} 's:711:755:g' ${WRKSRC}/Jambase

Modified: head/graphics/digikam-kde4-doc/Makefile
==============================================================================
--- head/graphics/digikam-kde4-doc/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/graphics/digikam-kde4-doc/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -7,7 +7,7 @@ CATEGORIES=	graphics kde
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Documentation for digiKam, showFoto, and Kipi-plugins
 
-CONFLICTS_INSTALL=	digikam-2.* kipi-plugins-2.* 
+CONFLICTS_INSTALL=	digikam-2.* kipi-plugins-2.*
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/doc
 

Modified: head/graphics/fyre/Makefile
==============================================================================
--- head/graphics/fyre/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/graphics/fyre/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -25,7 +25,7 @@ OPENEXR_CONFIGURE_ENABLE=	openexr
 OPENEXR_LIB_DEPENDS=	libIlmImf.so:${PORTSDIR}/graphics/OpenEXR
 
 GNET_DESC=		Networking support via GNet
-GNET_CONFIGURE_ENABLE=	gnet	
+GNET_CONFIGURE_ENABLE=	gnet
 GNET_LIB_DEPENDS=	libgnet-2.0.so:${PORTSDIR}/net/gnet2
 
 .include <bsd.port.pre.mk>

Modified: head/graphics/goocanvas/Makefile
==============================================================================
--- head/graphics/goocanvas/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/graphics/goocanvas/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -43,7 +43,7 @@ post-patch:
 .if ! ${PORT_OPTIONS:MNLS}
 	@${REINPLACE_CMD} -e '/^SUBDIRS/s|po||g' ${WRKSRC}/Makefile.in
 .endif
- 
+
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgoocanvas.so.*
 

Modified: head/graphics/ocaml-images/Makefile
==============================================================================
--- head/graphics/ocaml-images/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/graphics/ocaml-images/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -81,7 +81,7 @@ ocaml-findlib:
 	# The consequence is that pkg-plist must be manually supported
 
 do-install:
-	@${MKDIR} ${STAGEDIR}${PREFIX}/${OCAML_LDLIBS}	
+	@${MKDIR} ${STAGEDIR}${PREFIX}/${OCAML_LDLIBS}
 	(cd ${WRKSRC} && ${OMAKE} ${OMARGS} install)
 
 .include <bsd.port.mk>

Modified: head/graphics/p5-Image-Scale/Makefile
==============================================================================
--- head/graphics/p5-Image-Scale/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/graphics/p5-Image-Scale/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -13,7 +13,7 @@ COMMENT=	Perl module for fast, high-qual
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png 
+LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png
 TEST_DEPENDS=	p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
 
 USES=		jpeg perl5

Modified: head/graphics/py-graph-dot/Makefile
==============================================================================
--- head/graphics/py-graph-dot/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/graphics/py-graph-dot/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -30,5 +30,5 @@ post-stage:
 
 add-plist-post:
 	@${REINPLACE_CMD} -e "/readwrite\/__init__.py/d" ${TMPPLIST}
-	
+
 .include <bsd.port.mk>

Modified: head/graphics/ristretto/Makefile
==============================================================================
--- head/graphics/ristretto/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/graphics/ristretto/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libexif.so:${PORTSDIR}/graphics/libexif \
 		libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
 
-USES=		pkgconfig gettext desktop-file-utils gmake xfce tar:bzip2 
+USES=		pkgconfig gettext desktop-file-utils gmake xfce tar:bzip2
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20 glib20 intltool intlhack
 INSTALLS_ICONS=	yes

Modified: head/irc/scrollz/Makefile
==============================================================================
--- head/irc/scrollz/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/irc/scrollz/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -1,6 +1,6 @@
 # Created by: Will Andrews <andrews at technologist.com>
 # $FreeBSD$
- 
+
 PORTNAME=	scrollz
 PORTVERSION=	2.2.3
 PORTREVISION=	1

Modified: head/japanese/cdrom2/files/Makefile
==============================================================================
--- head/japanese/cdrom2/files/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/japanese/cdrom2/files/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -6,7 +6,7 @@ PREFIX?=/usr/local
 BINDIR=${PREFIX}/bin
 LIBDIR=${PREFIX}/lib/cdrom2
 PROGRAMS=cdrom2 cdgaiji
-TBL_FILES=kojien3.tbl ruigo.tbl 
+TBL_FILES=kojien3.tbl ruigo.tbl
 
 all: ${PROGRAMS}
 
@@ -23,7 +23,7 @@ install:
 	/bin/mkdir -p ${DESTDIR}${LIBDIR}
 	for f in ${TBL_FILES} ; do \
 	  ${BSD_INSTALL_DATA} $$f ${DESTDIR}${LIBDIR} ;\
-	done	
+	done
 
 clean:
 	rm -f ${PROGRAMS}

Modified: head/japanese/font-jisx0213/files/Makefile
==============================================================================
--- head/japanese/font-jisx0213/files/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/japanese/font-jisx0213/files/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -16,7 +16,7 @@ SRCS=	K12-1.bdf K12-2.bdf \
 TARGETS=${SRCS:S/.bdf/.pcf.gz/} \
 	${SRCS:S/.bdf/b.pcf.gz/} \
 	${SRCS:S/.bdf/i.pcf.gz/} \
-	${SRCS:S/.bdf/bi.pcf.gz/} 
+	${SRCS:S/.bdf/bi.pcf.gz/}
 
 all: ${TARGETS}
 

Modified: head/japanese/scim-honoka-plugin-romkan/Makefile
==============================================================================
--- head/japanese/scim-honoka-plugin-romkan/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/japanese/scim-honoka-plugin-romkan/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -1,4 +1,4 @@
-# Created by: Masashi CHIBA 
+# Created by: Masashi CHIBA
 # $FreeBSD$
 
 PORTNAME=	scim-honoka-plugin-romkan

Modified: head/japanese/scim-honoka-plugin-wnn/Makefile
==============================================================================
--- head/japanese/scim-honoka-plugin-wnn/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/japanese/scim-honoka-plugin-wnn/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -1,4 +1,4 @@
-# Created by: Masashi CHIBA 
+# Created by: Masashi CHIBA
 # $FreeBSD$
 
 PORTNAME=	scim-honoka-plugin-wnn

Modified: head/japanese/today/files/Makefile
==============================================================================
--- head/japanese/today/files/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/japanese/today/files/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -8,7 +8,7 @@ CFLAGS += -DTRANS -DMSG_STYLE -DINTERNAL
 LDLIBS = -lm #-ltermcap
 
 HFILES = cdefs.h chu68k.h cmsdos.h cunix.h cwin32.h extern.h
-        
+
 OBJST1 = birthday.o config.o date.o event.o getfile.o \
   getsb.o history.o kansi.o kyureki.o \
   kyusei.o list.o machine.o main.o misc.o
@@ -34,7 +34,7 @@ install: today calendar dayinfo
 
 calendar: $(OBJS_CAL)
 	$(CC) $(OBJS_CAL) $(LDLIBS) -o $@
-       
+
 today: $(OBJS_TDY)
 	$(CC) $(OBJS_TDY) $(LDLIBS) -o $@
 

Modified: head/java/java-cup/Makefile
==============================================================================
--- head/java/java-cup/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/java/java-cup/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -6,7 +6,7 @@ PORTVERSION=	11.a
 PORTREVISION=	2
 CATEGORIES=	java devel
 MASTER_SITES=	http://www2.cs.tum.edu/projects/cup/ \
-		http://mirrors.mcdermottroe.com/www2.cs.tum.edu/projects/cup/ 
+		http://mirrors.mcdermottroe.com/www2.cs.tum.edu/projects/cup/
 PKGNAMEPREFIX=	java-
 DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-v${PORTVERSION:S|.||}-20050516-sources
 

Modified: head/java/java-subversion/Makefile
==============================================================================
--- head/java/java-subversion/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/java/java-subversion/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -35,7 +35,7 @@ CONFIGURE_ARGS+=	--enable-javahl \
 			--without-gnome-keyring \
 			--without-kwallet \
 			--with-apxs=no
-			
+
 MAKE_JOBS_UNSAFE=	yes
 
 ALL_TARGET=	javahl

Modified: head/lang/clover/Makefile
==============================================================================
--- head/lang/clover/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/lang/clover/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -26,7 +26,7 @@ ONLY_FOR_ARCHS_REASON=	Clover needs a gr
 MESA_INSTALL_WRKSRC=	src/gallium/targets/opencl src/gallium/targets/pipe-loader
 
 .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1001514 && ${ARCH} == powerpc64
-IGNORE=		Clover is only support on powerpc64 in FreeBSD 10.2 
+IGNORE=		Clover is only support on powerpc64 in FreeBSD 10.2
 .elif ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 && ${ARCH} != powerpc64
 IGNORE=		Clover is only supported on FreeBSD 10.1 and newer
 .endif

Modified: head/lang/lua-ada/Makefile
==============================================================================
--- head/lang/lua-ada/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/lang/lua-ada/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -57,7 +57,7 @@ do-install:
 		${STAGEDIR}${PREFIX}/include/lua-ada
 .if ${PORT_OPTIONS:MEXAMPLES}
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/example1/bin \
-		${STAGEDIR}${EXAMPLESDIR}/example2/bin	
+		${STAGEDIR}${EXAMPLESDIR}/example2/bin
 	${INSTALL_DATA} ${EXDIRPREFIX}1/example1.lua \
 		${EXDIRPREFIX}1/src/main.adb \
 		${STAGEDIR}${EXAMPLESDIR}/example1

Modified: head/lang/perl5-devel/Makefile
==============================================================================
--- head/lang/perl5-devel/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/lang/perl5-devel/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -273,7 +273,7 @@ post-install:
 	${MKDIR} ${STAGEDIR}${SITE_ARCH}/machine
 	${MKDIR} ${STAGEDIR}${SITE_ARCH}/sys
 	# h2ph needs perl, but perl is not installed, it's only
-	# staged, so, use the one in WRKDIR 
+	# staged, so, use the one in WRKDIR
 	(cd /usr/include && ${SETENV} LD_LIBRARY_PATH=${WRKSRC} \
 		${WRKSRC}/perl -I ${WRKSRC}/lib ${STAGEDIR}${PREFIX}/bin/h2ph${BINSUFFIX} \
 		-d ${STAGEDIR}${SITE_ARCH} *.h machine/*.h sys/*.h >/dev/null)

Modified: head/lang/perl5.16/Makefile
==============================================================================
--- head/lang/perl5.16/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/lang/perl5.16/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -265,7 +265,7 @@ post-install:
 	${MKDIR} ${STAGEDIR}${SITE_ARCH}/machine
 	${MKDIR} ${STAGEDIR}${SITE_ARCH}/sys
 	# h2ph needs perl, but perl is not installed, it's only
-	# staged, so, use the one in WRKDIR 
+	# staged, so, use the one in WRKDIR
 	(cd /usr/include && ${SETENV} LD_LIBRARY_PATH=${WRKSRC} \
 		${WRKSRC}/perl -I ${WRKSRC}/lib ${STAGEDIR}${PREFIX}/bin/h2ph${BINSUFFIX} \
 		-d ${STAGEDIR}${SITE_ARCH} *.h machine/*.h sys/*.h >/dev/null)

Modified: head/lang/perl5.18/Makefile
==============================================================================
--- head/lang/perl5.18/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/lang/perl5.18/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -236,7 +236,7 @@ post-install:
 	${MKDIR} ${STAGEDIR}${SITE_ARCH}/machine
 	${MKDIR} ${STAGEDIR}${SITE_ARCH}/sys
 	# h2ph needs perl, but perl is not installed, it's only
-	# staged, so, use the one in WRKDIR 
+	# staged, so, use the one in WRKDIR
 	(cd /usr/include && ${SETENV} LD_LIBRARY_PATH=${WRKSRC} \
 		${WRKSRC}/perl -I ${WRKSRC}/lib ${STAGEDIR}${PREFIX}/bin/h2ph${BINSUFFIX} \
 		-d ${STAGEDIR}${SITE_ARCH} *.h machine/*.h sys/*.h >/dev/null)

Modified: head/lang/perl5.20/Makefile
==============================================================================
--- head/lang/perl5.20/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/lang/perl5.20/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -230,7 +230,7 @@ post-install:
 	${MKDIR} ${STAGEDIR}${SITE_ARCH}/machine
 	${MKDIR} ${STAGEDIR}${SITE_ARCH}/sys
 	# h2ph needs perl, but perl is not installed, it's only
-	# staged, so, use the one in WRKDIR 
+	# staged, so, use the one in WRKDIR
 	(cd /usr/include && ${SETENV} LD_LIBRARY_PATH=${WRKSRC} \
 		${WRKSRC}/perl -I ${WRKSRC}/lib ${STAGEDIR}${PREFIX}/bin/h2ph${BINSUFFIX} \
 		-d ${STAGEDIR}${SITE_ARCH} *.h machine/*.h sys/*.h >/dev/null)

Modified: head/lang/perl5.22/Makefile
==============================================================================
--- head/lang/perl5.22/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/lang/perl5.22/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -228,7 +228,7 @@ post-install:
 	${MKDIR} ${STAGEDIR}${SITE_ARCH}/machine
 	${MKDIR} ${STAGEDIR}${SITE_ARCH}/sys
 	# h2ph needs perl, but perl is not installed, it's only
-	# staged, so, use the one in WRKDIR 
+	# staged, so, use the one in WRKDIR
 	(cd /usr/include && ${SETENV} LD_LIBRARY_PATH=${WRKSRC} \
 		${WRKSRC}/perl -I ${WRKSRC}/lib ${STAGEDIR}${PREFIX}/bin/h2ph${BINSUFFIX} \
 		-d ${STAGEDIR}${SITE_ARCH} *.h machine/*.h sys/*.h >/dev/null)

Modified: head/lang/php55/Makefile
==============================================================================
--- head/lang/php55/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/lang/php55/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -89,7 +89,7 @@ CONFIGURE_ARGS+=--enable-fpm \
 
 .if defined(OPTIONS_FILE_SET) && ${OPTIONS_FILE_SET:MAPACHE}
 IGNORE=		doesn't install the Apache module anymore:\
-		update your OPTIONS and build www/mod_php55 port instead 
+		update your OPTIONS and build www/mod_php55 port instead
 .endif
 
 .if defined(PKGNAMEPREFIX)

Modified: head/lang/tcl-manual/Makefile
==============================================================================
--- head/lang/tcl-manual/Makefile	Thu Oct  8 14:57:29 2015	(r398831)
+++ head/lang/tcl-manual/Makefile	Thu Oct  8 15:11:28 2015	(r398832)
@@ -5,7 +5,7 @@ PORTNAME=	tcl-manual
 PORTVERSION=	20131001
 CATEGORIES=	lang
 MASTER_SITES=	SF/tcl/Tcl/
-DISTFILES=	
+DISTFILES=
 
 MAINTAINER=	edwin at mavetju.org
 COMMENT=	Documentation for TCL (Tool Command Language)


More information about the svn-ports-all mailing list