Date: Thu, 11 Jan 2018 16:53:45 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458755 - in head: deskutils/jjclient deskutils/wmpinboard emulators/rtc/files games/megamario graphics/aeskulap graphics/imc graphics/mapserver graphics/p5-Gimp irc/bip japanese/kana-n... Message-ID: <201801111653.w0BGrjeA023159@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Thu Jan 11 16:53:44 2018 New Revision: 458755 URL: https://svnweb.freebsd.org/changeset/ports/458755 Log: Remove superfluous linefeeds and fix some other minor whitespace bugs. Modified: head/deskutils/jjclient/Makefile head/deskutils/wmpinboard/Makefile head/emulators/rtc/files/Makefile head/games/megamario/Makefile head/graphics/aeskulap/Makefile head/graphics/imc/Makefile head/graphics/mapserver/Makefile head/graphics/p5-Gimp/Makefile head/irc/bip/Makefile head/japanese/kana-no-quiz/Makefile head/japanese/today/files/Makefile head/lang/cjs/Makefile head/math/R-cran-sspir/Makefile head/math/testu01/Makefile head/math/vtk5/Makefile head/misc/fortune-mod-bible/Makefile head/misc/lxde-common/Makefile head/misc/qtchooser/Makefile head/multimedia/qt5-phonon4/Makefile head/net-mgmt/p5-SNMP_Session/Makefile head/net-mgmt/xymon-client/files/Makefile head/net-mgmt/xymon-server/files/Makefile head/net-p2p/frost/Makefile head/news/nntp/Makefile head/ports-mgmt/p5-FreeBSD-Ports/Makefile head/science/h5utils/Makefile head/www/mod_tsa/Makefile head/www/sitecopy/Makefile head/x11-toolkits/fltk-devel/Makefile head/x11-toolkits/py-wxPython28/Makefile head/x11/lxrandr/Makefile Modified: head/deskutils/jjclient/Makefile ============================================================================== --- head/deskutils/jjclient/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/deskutils/jjclient/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -8,11 +8,10 @@ CATEGORIES= deskutils MASTER_SITES= SF/justjournal/JustJournal%20UNIX%20Client/${PORTVERSION} \ http://www.justjournal.com/software/unix/ - MAINTAINER= luke@justjournal.com COMMENT= Command line client for posting JustJournal entries -LIB_DEPENDS+= libxmlrpc.so:net/xmlrpc-c +LIB_DEPENDS= libxmlrpc.so:net/xmlrpc-c PLIST_FILES= bin/jjclient Modified: head/deskutils/wmpinboard/Makefile ============================================================================== --- head/deskutils/wmpinboard/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/deskutils/wmpinboard/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -19,7 +19,6 @@ GNU_CONFIGURE= yes MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" - PLIST_FILES= bin/wmpinboard \ man/man1/wmpinboard.1.gz Modified: head/emulators/rtc/files/Makefile ============================================================================== --- head/emulators/rtc/files/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/emulators/rtc/files/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -37,7 +37,6 @@ CDEV_MAJOR?= 202 DEVNAME= ${KMOD} SRCS= rtc.c rtc_linux.c vnode_if.h - INCLUDE= -I${.CURDIR} -I${SYS} CFLAGS+= ${INCLUDE} -DCDEV_MAJOR_=${CDEV_MAJOR} Modified: head/games/megamario/Makefile ============================================================================== --- head/games/megamario/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/games/megamario/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -59,7 +59,7 @@ post-install: ${STAGEDIR}${PREFIX}/share/pixmaps/ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR} - +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR2} Modified: head/graphics/aeskulap/Makefile ============================================================================== --- head/graphics/aeskulap/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/graphics/aeskulap/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -19,8 +19,8 @@ USE_GITHUB= yes GH_ACCOUNT= pipelka GH_TAGNAME= ea0a119 -USES= compiler:c++11-lang autoreconf desktop-file-utils gettext gmake \ - libtool localbase pkgconfig +USES= compiler:c++11-lang autoreconf desktop-file-utils gettext \ + gmake libtool localbase pkgconfig USE_CXXSTD= c++11 USE_GNOME= gconfmm26 gtkmm24 intltool GCONF_SCHEMAS= aeskulap.schemas @@ -30,6 +30,5 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip INSTALLS_ICONS= yes - .include <bsd.port.mk> Modified: head/graphics/imc/Makefile ============================================================================== --- head/graphics/imc/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/graphics/imc/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -28,7 +28,6 @@ PLIST_FILES= bin/${PORTNAME} \ OPTIONS_DEFINE= DOCS EXAMPLES - post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS ChangeLog NEWS README THANKS Todo \ Modified: head/graphics/mapserver/Makefile ============================================================================== --- head/graphics/mapserver/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/graphics/mapserver/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -199,10 +199,8 @@ do-install-PHP-on: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/php @${ECHO_CMD} "extension=php_mapscript.so" > ${STAGEDIR}${PREFIX}/etc/php/ext-20-php_mapscript.ini - do-install-PYTHON-on: @${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/ (cd ${BUILD_WRKSRC}/mapscript/python && ${CP} mapscript.py _mapscript.so ${STAGEDIR}${PYTHON_SITELIBDIR}/) - .include <bsd.port.mk> Modified: head/graphics/p5-Gimp/Makefile ============================================================================== --- head/graphics/p5-Gimp/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/graphics/p5-Gimp/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -38,5 +38,4 @@ MAKE_JOBS_UNSAFE= yes BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=7.14:devel/p5-ExtUtils-MakeMaker .endif - .include <bsd.port.post.mk> Modified: head/irc/bip/Makefile ============================================================================== --- head/irc/bip/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/irc/bip/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -38,7 +38,6 @@ post-install-DOCS-on: ${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR} .endfor - post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for i in ${EXAMPLEFILES} Modified: head/japanese/kana-no-quiz/Makefile ============================================================================== --- head/japanese/kana-no-quiz/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/japanese/kana-no-quiz/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -1,4 +1,4 @@ -# Created by: Nicola Vitale <nivit@email.it> +# Created by: Nicola Vitale <nivit@email.it> # $FreeBSD$ PORTNAME= kana-no-quiz @@ -17,7 +17,6 @@ RUN_DEPENDS= ${PYGAME} NO_BUILD= yes NO_ARCH= yes - USES= gettext python:2.7 tar:bzip2 USE_GNOME= pygtk2:run Modified: head/japanese/today/files/Makefile ============================================================================== --- head/japanese/today/files/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/japanese/today/files/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -19,7 +19,6 @@ OBJSC1 = config.o getfile.o getsb.o kyureki2.o \ misc2.o rdcalend.o schedule2.o OBJS_CAL = calendar.o $(OBJSC1) - all: today calendar dayinfo install: today calendar dayinfo @@ -43,7 +42,6 @@ dayinfo: dayinfo.c clean: rm -f *.o core dayinfo calendar today - birthday.o: birthday.c $(HFILES) calendar.o: calendar.c $(HFILES) $(OBJSC1) Modified: head/lang/cjs/Makefile ============================================================================== --- head/lang/cjs/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/lang/cjs/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -29,5 +29,4 @@ LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip CONFIGURE_ARGS+=--enable-compile-warnings=no - .include <bsd.port.mk> Modified: head/math/R-cran-sspir/Makefile ============================================================================== --- head/math/R-cran-sspir/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/math/R-cran-sspir/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -14,7 +14,6 @@ COMMENT= glm-like formula to define dynamic generalize RUN_DEPENDS= R-cran-mvtnorm>=0.9.96_11:math/R-cran-mvtnorm \ R-cran-KFAS>=0.9.11_3:math/R-cran-KFAS -USES= cran:auto-plist - +USES= cran:auto-plist .include <bsd.port.mk> Modified: head/math/testu01/Makefile ============================================================================== --- head/math/testu01/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/math/testu01/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -41,10 +41,8 @@ post-patch-DOCS-off: @${FIND} -X ${WRKSRC} -name 'Makefile.in' | ${XARGS} ${REINPLACE_CMD} \ -e '/^install-data-am\: /s/install-docDATA//' - post-patch-EXAMPLES-off: @${REINPLACE_CMD} -e '/^SUBDIRS \=/s/ examples / /' ${WRKSRC}/Makefile.in - post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/math/vtk5/Makefile ============================================================================== --- head/math/vtk5/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/math/vtk5/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -72,7 +72,6 @@ TCLTK_CMAKE_BOOL= VTK_WRAP_TCL DBGLEAKS_CMAKE_BOOL= VTK_DEBUG_LEAKS LEGACY_CMAKE_BOOL_OFF= VTK_LEGACY_REMOVE - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSHARED} Modified: head/misc/fortune-mod-bible/Makefile ============================================================================== --- head/misc/fortune-mod-bible/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/misc/fortune-mod-bible/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -34,5 +34,4 @@ do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune ${INSTALL_DATA} ${WRKSRC}/bible* ${STAGEDIR}${PREFIX}/share/games/fortune - .include <bsd.port.mk> Modified: head/misc/lxde-common/Makefile ============================================================================== --- head/misc/lxde-common/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/misc/lxde-common/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -13,19 +13,18 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= lxde-icon-theme>=0:x11-themes/lxde-icon-theme \ - gnome-themes-standard>=3.18:x11-themes/gnome-themes-standard \ - xscreensaver:x11/xscreensaver + gnome-themes-standard>=3.18:x11-themes/gnome-themes-standard \ + xscreensaver:x11/xscreensaver USES= gettext-tools gmake localbase tar:xz USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc \ - --with-xsession-path=${PREFIX}/share/xsessions +CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ + --with-xsession-path=${PREFIX}/share/xsessions NO_ARCH= yes DATADIR= ${PREFIX}/share/lxde INSTALLS_ICONS= yes - post-install: ${INSTALL_DATA} ${WRKSRC}/desktop.conf \ Modified: head/misc/qtchooser/Makefile ============================================================================== --- head/misc/qtchooser/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/misc/qtchooser/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -43,5 +43,4 @@ post-install: # Create the default profile. cd ${STAGEDIR}/${QT_QTCHOOSERDIR} && ${LN} -s qt5.conf default.conf - .include <bsd.port.mk> Modified: head/multimedia/qt5-phonon4/Makefile ============================================================================== --- head/multimedia/qt5-phonon4/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/multimedia/qt5-phonon4/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -14,7 +14,6 @@ COMMENT= Phonon 4 transitional library for Qt 5 LICENSE= LGPL21 - USES= cmake:outsource kde:5 pathfix tar:xz USE_KDE= ecm USE_QT5= core dbus gui opengl widgets \ Modified: head/net-mgmt/p5-SNMP_Session/Makefile ============================================================================== --- head/net-mgmt/p5-SNMP_Session/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/net-mgmt/p5-SNMP_Session/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -27,5 +27,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor - .include <bsd.port.mk> Modified: head/net-mgmt/xymon-client/files/Makefile ============================================================================== --- head/net-mgmt/xymon-client/files/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/net-mgmt/xymon-client/files/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -1,5 +1,6 @@ # Toplevel Makefile for Xymon # $FreeBSD$ + BUILDTOPDIR=`pwd` CLIENTONLY = yes LOCALCLIENT = no @@ -20,9 +21,6 @@ LFSDEF = -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 include build/Makefile.FreeBSD +# Add local CFLAGS, etc. settings here -# -# Add local CFLAGS etc. settings here - include build/Makefile.rules - Modified: head/net-mgmt/xymon-server/files/Makefile ============================================================================== --- head/net-mgmt/xymon-server/files/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/net-mgmt/xymon-server/files/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -1,5 +1,6 @@ # Toplevel Makefile for Xymon # $FreeBSD$ + BUILDTOPDIR=`pwd` # configure settings for Xymon @@ -89,8 +90,6 @@ LFSDEF = -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 include build/Makefile.FreeBSD +# Add local CFLAGS, etc. settings here -# Add local CFLAGS etc. settings here - include build/Makefile.rules - Modified: head/net-p2p/frost/Makefile ============================================================================== --- head/net-p2p/frost/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/net-p2p/frost/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -24,7 +24,6 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME} OPTIONS_DEFINE= DOCS - JAVAVM= ${LOCALBASE}/bin/java JAR_DIR= ${JAVAJARDIR:S,^${PREFIX}/,,}/${PORTNAME} JAR_FILE= frost.jar @@ -58,8 +57,6 @@ DESKTOP_ENTRIES= "Frost" "Freenet Client" \ "${JAVASHAREDIR}/${PORTNAME}/jtc.ico" \ "frost" "P2P;Network;Java;" \ false - -pre-everything:: post-patch: @${SED} -e "s|%%PREFIX%%|${PREFIX}|; \ Modified: head/news/nntp/Makefile ============================================================================== --- head/news/nntp/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/news/nntp/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -49,7 +49,6 @@ ALONE= -e 's|\#define.ALONE|\#undef ALONE|' post-extract: ${CP} ${WRKSRC}/conf.h.dist ${WRKSRC}/conf.h - post-patch: ${REINPLACE_CMD} \ -e 's=getline(=xmit_getline(=' \ Modified: head/ports-mgmt/p5-FreeBSD-Ports/Makefile ============================================================================== --- head/ports-mgmt/p5-FreeBSD-Ports/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/ports-mgmt/p5-FreeBSD-Ports/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -11,7 +11,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl modules for parsing FreeBSD's Ports INDEX file - USES= perl5 tar:bzip2 USE_PERL5= configure Modified: head/science/h5utils/Makefile ============================================================================== --- head/science/h5utils/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/science/h5utils/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -12,7 +12,7 @@ LICENSE= MIT GPLv2 LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes CFLAGS += -L${LOCALBASE}/lib -I${LOCALBASE}/include -lpthread BUILD_DEPENDS+= gawk:lang/gawk @@ -22,8 +22,6 @@ LIB_DEPENDS+= libhdf5.so:science/hdf5 \ USES= autoreconf GNU_CONFIGURE= yes - - USE_GITHUB= yes GH_ACCOUNT= stevengj Modified: head/www/mod_tsa/Makefile ============================================================================== --- head/www/mod_tsa/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/www/mod_tsa/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -14,7 +14,6 @@ COMMENT= Time stamping authority (RFC 3161) module for OPTIONS_DEFINE= MYSQL PGSQL FIREBIRD DEBUG DEBUG_MEMORY DEBUG_MEMORY_DESC= Memory debug - GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-openssl-incdir=${OPENSSLINC} \ --with-openssl-libdir=${OPENSSLLIB} \ Modified: head/www/sitecopy/Makefile ============================================================================== --- head/www/sitecopy/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/www/sitecopy/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -38,7 +38,6 @@ USES+= ssl CONFIGURE_ARGS+= --with-ssl .endif - post-patch: @${REINPLACE_CMD} -e 's|;;|;|g' \ ${WRKSRC}/src/sitestore.c Modified: head/x11-toolkits/fltk-devel/Makefile ============================================================================== --- head/x11-toolkits/fltk-devel/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/x11-toolkits/fltk-devel/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -32,7 +32,6 @@ CMAKE_ARGS+= -DOPTION_BUILD_SHARED_LIBS:BOOL=ON \ -DPREFIX_INCLUDE:PATH=${PREFIX}/include/fltk-devel \ -DPREFIX_LIB:PATH=${PREFIX}/lib/fltk-devel - SNAPSHOT_VERS= 10370 PORTEXAMPLES= * EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}${PKGNAMESUFFIX} Modified: head/x11-toolkits/py-wxPython28/Makefile ============================================================================== --- head/x11-toolkits/py-wxPython28/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/x11-toolkits/py-wxPython28/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -84,7 +84,6 @@ PYDISTUTILS_BUILDARGS+= \ NO_SCRIPTS=1 \ INSTALL_MULTIVERSION=1 - PYDISTUTILS_BUILDARGS+= \ UNICODE=1 WX_PYTHON_DIR= wx-${WX_VERSION}-${WXPORT}-unicode Modified: head/x11/lxrandr/Makefile ============================================================================== --- head/x11/lxrandr/Makefile Thu Jan 11 16:24:53 2018 (r458754) +++ head/x11/lxrandr/Makefile Thu Jan 11 16:53:44 2018 (r458755) @@ -12,14 +12,13 @@ COMMENT= Monitor configuration tool LICENSE= GPLv2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 + libfreetype.so:print/freetype2 USES= desktop-file-utils gmake localbase pkgconfig tar:xz USE_GNOME= gtk20 intltool cairo USE_XORG= xrandr GNU_CONFIGURE= yes INSTALLS_ICONS= yes - OPTIONS_DEFINE= NLS OPTIONS_SUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801111653.w0BGrjeA023159>