Date: Wed, 9 Oct 2019 14:14:17 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514157 - in head: devel/autotools devel/py-backports devel/py-jaraco devel/upslug emulators/rtc net/ldapbrowser print/tex-jadetex print/tex-xmltex print/texlive-docs print/texlive-texm... Message-ID: <201910091414.x99EEHIf089700@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Wed Oct 9 14:14:17 2019 New Revision: 514157 URL: https://svnweb.freebsd.org/changeset/ports/514157 Log: Drop nop NO_FETCH, NO_WRKSRC, NO_MAN, NOMAN Modified: head/devel/autotools/Makefile head/devel/py-backports/Makefile head/devel/py-jaraco/Makefile head/devel/upslug/Makefile head/emulators/rtc/Makefile head/net/ldapbrowser/Makefile head/print/tex-jadetex/Makefile head/print/tex-xmltex/Makefile head/print/texlive-docs/Makefile head/print/texlive-texmf-source/Makefile head/sysutils/py-azure-cli-base/Makefile head/sysutils/sas2ircu/Makefile head/sysutils/showbeastie/Makefile Modified: head/devel/autotools/Makefile ============================================================================== --- head/devel/autotools/Makefile Wed Oct 9 13:56:30 2019 (r514156) +++ head/devel/autotools/Makefile Wed Oct 9 14:14:17 2019 (r514157) @@ -20,7 +20,6 @@ RUN_DEPENDS= libtoolize:devel/libtool \ PLIST_FILES= share/${PORTNAME} NO_BUILD= yes -NO_FETCH= yes do-install: @${ECHO_CMD} "Placeholder file" > ${STAGEDIR}${PREFIX}/${PLIST_FILES} Modified: head/devel/py-backports/Makefile ============================================================================== --- head/devel/py-backports/Makefile Wed Oct 9 13:56:30 2019 (r514156) +++ head/devel/py-backports/Makefile Wed Oct 9 14:14:17 2019 (r514157) @@ -16,7 +16,6 @@ USE_PYTHON= flavors py3kplist NO_ARCH= yes NO_BUILD= yes -NO_FETCH= yes PLIST_FILES= ${PYTHON_SITELIBDIR}/backports/__init__.py \ ${PYTHON_SITELIBDIR}/backports/__init__.pyc \ Modified: head/devel/py-jaraco/Makefile ============================================================================== --- head/devel/py-jaraco/Makefile Wed Oct 9 13:56:30 2019 (r514156) +++ head/devel/py-jaraco/Makefile Wed Oct 9 14:14:17 2019 (r514157) @@ -16,7 +16,6 @@ USE_PYTHON= flavors py3kplist NO_ARCH= yes NO_BUILD= yes -NO_FETCH= yes PLIST_FILES= ${PYTHON_SITELIBDIR}/jaraco/__init__.py \ ${PYTHON_SITELIBDIR}/jaraco/__init__.pyc \ Modified: head/devel/upslug/Makefile ============================================================================== --- head/devel/upslug/Makefile Wed Oct 9 13:56:30 2019 (r514156) +++ head/devel/upslug/Makefile Wed Oct 9 14:14:17 2019 (r514157) @@ -13,9 +13,7 @@ COMMENT= Firmware upload tool for Linksys NSLU2 USES= gmake GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-libpcap - -NO_MAN= defined +CONFIGURE_ARGS= --with-libpcap PLIST_FILES= sbin/upslug2 Modified: head/emulators/rtc/Makefile ============================================================================== --- head/emulators/rtc/Makefile Wed Oct 9 13:56:30 2019 (r514156) +++ head/emulators/rtc/Makefile Wed Oct 9 14:14:17 2019 (r514157) @@ -16,8 +16,6 @@ BROKEN_FreeBSD_13= fails to compile: rtc.c:166:2: impl WRKSRC= ${WRKDIR}/files -NO_FETCH= yes - KMODDIR= ${PREFIX}/modules CDEV_MAJOR= 202 Modified: head/net/ldapbrowser/Makefile ============================================================================== --- head/net/ldapbrowser/Makefile Wed Oct 9 13:56:30 2019 (r514156) +++ head/net/ldapbrowser/Makefile Wed Oct 9 14:14:17 2019 (r514157) @@ -20,7 +20,6 @@ RESTRICTED= No reply from author regarding redistribut USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes -NOMAN= defined WRKSRC= ${WRKDIR}/${PORTNAME} REINPLACE_ARGS= -i '' Modified: head/print/tex-jadetex/Makefile ============================================================================== --- head/print/tex-jadetex/Makefile Wed Oct 9 13:56:30 2019 (r514156) +++ head/print/tex-jadetex/Makefile Wed Oct 9 14:14:17 2019 (r514157) @@ -23,7 +23,6 @@ EXTRACT_FILES= \ texmf-dist/doc/otherformats/jadetex \ texmf-dist/source/jadetex/base \ texmf-dist/tex/jadetex/base -NO_WRKSRC= yes NO_BUILD= yes TEX_FORMATS= jadetex Modified: head/print/tex-xmltex/Makefile ============================================================================== --- head/print/tex-xmltex/Makefile Wed Oct 9 13:56:30 2019 (r514156) +++ head/print/tex-xmltex/Makefile Wed Oct 9 14:14:17 2019 (r514157) @@ -22,7 +22,6 @@ EXTRACT_AFTER_ARGS=| ${TAR} -xf - -C ${STAGEDIR}${PREF EXTRACT_FILES= \ texmf-dist/tex/xmltex \ texmf-dist/doc/otherformats/xmltex -NO_WRKSRC= yes NO_BUILD= yes TEX_FORMATS= xmltex Modified: head/print/texlive-docs/Makefile ============================================================================== --- head/print/texlive-docs/Makefile Wed Oct 9 13:56:30 2019 (r514156) +++ head/print/texlive-docs/Makefile Wed Oct 9 14:14:17 2019 (r514157) @@ -14,7 +14,6 @@ COMMENT= TeX Live Typesetting System, documentation USES= tar:xz USE_TEX= texmf NO_BUILD= yes -NO_WRKSRC= yes EXCLUDE_FILES= \*/doc/man \ texmf-dist/doc/aleph \ Modified: head/print/texlive-texmf-source/Makefile ============================================================================== --- head/print/texlive-texmf-source/Makefile Wed Oct 9 13:56:30 2019 (r514156) +++ head/print/texlive-texmf-source/Makefile Wed Oct 9 14:14:17 2019 (r514157) @@ -17,7 +17,6 @@ USES= tar:xz USE_TEX= texmf>=20150523 TEXHASHDIRS= ${TEXMFDISTDIR} NO_BUILD= yes -NO_WRKSRC= yes INCLUDE_FILES= texmf-dist/source EXCLUDE_FILES= texmf-dist/source/fonts/japanese-otf \ Modified: head/sysutils/py-azure-cli-base/Makefile ============================================================================== --- head/sysutils/py-azure-cli-base/Makefile Wed Oct 9 13:56:30 2019 (r514156) +++ head/sysutils/py-azure-cli-base/Makefile Wed Oct 9 14:14:17 2019 (r514157) @@ -11,7 +11,6 @@ COMMENT= Shared namespace for py-azure-* ports LICENSE= MIT -NO_FETCH= yes NO_BUILD= yes NO_ARCH= yes USES= python Modified: head/sysutils/sas2ircu/Makefile ============================================================================== --- head/sysutils/sas2ircu/Makefile Wed Oct 9 13:56:30 2019 (r514156) +++ head/sysutils/sas2ircu/Makefile Wed Oct 9 14:14:17 2019 (r514157) @@ -21,7 +21,6 @@ RESTRICTED= Source recipient must acknowledge license. USES= zip NO_BUILD= yes -NO_WRKSRC= yes ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= Binaries only available for i386 and amd64 from Broadcom Modified: head/sysutils/showbeastie/Makefile ============================================================================== --- head/sysutils/showbeastie/Makefile Wed Oct 9 13:56:30 2019 (r514156) +++ head/sysutils/showbeastie/Makefile Wed Oct 9 14:14:17 2019 (r514157) @@ -22,8 +22,6 @@ BROKEN_FreeBSD_13= fails to build: ficl/Makefile line IGNORE= requires kernel source files in ${SRC_BASE} .endif -NO_FETCH= yes - ALL_TARGET= testmain PLIST_FILES= bin/${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910091414.x99EEHIf089700>