Date: Thu, 21 May 2015 06:54:35 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386914 - in head/net: exabgp exaddos kippo micro_proxy mosh netatalk3 nss-pam-ldapd nyancat proxy-suite vnstat Message-ID: <201505210654.t4L6sZgb099664@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu May 21 06:54:34 2015 New Revision: 386914 URL: https://svnweb.freebsd.org/changeset/ports/386914 Log: - Don't cat pkg-message from Makefiles Approved by: portmgr blanket Modified: head/net/exabgp/Makefile head/net/exaddos/Makefile head/net/kippo/Makefile head/net/micro_proxy/Makefile head/net/mosh/Makefile head/net/netatalk3/Makefile head/net/nss-pam-ldapd/Makefile head/net/nyancat/Makefile head/net/proxy-suite/Makefile head/net/vnstat/Makefile Modified: head/net/exabgp/Makefile ============================================================================== --- head/net/exabgp/Makefile Thu May 21 06:54:23 2015 (r386913) +++ head/net/exabgp/Makefile Thu May 21 06:54:34 2015 (r386914) @@ -44,7 +44,4 @@ do-install: .endif ${CP} ${FILESDIR}/exabgp.env ${STAGEDIR}${ETCDIR}/exabgp.env.sample -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> Modified: head/net/exaddos/Makefile ============================================================================== --- head/net/exaddos/Makefile Thu May 21 06:54:23 2015 (r386913) +++ head/net/exaddos/Makefile Thu May 21 06:54:34 2015 (r386914) @@ -37,7 +37,4 @@ do-install: @${INSTALL_DATA} ${WRKDIR}/exaddos.conf.sample \ ${STAGEDIR}${ETCDIR} -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> Modified: head/net/kippo/Makefile ============================================================================== --- head/net/kippo/Makefile Thu May 21 06:54:23 2015 (r386913) +++ head/net/kippo/Makefile Thu May 21 06:54:34 2015 (r386914) @@ -36,7 +36,4 @@ do-install: @(cd ${WRKSRC}/${d}/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/${d}) .endfor -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> Modified: head/net/micro_proxy/Makefile ============================================================================== --- head/net/micro_proxy/Makefile Thu May 21 06:54:23 2015 (r386913) +++ head/net/micro_proxy/Makefile Thu May 21 06:54:34 2015 (r386914) @@ -23,7 +23,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/libexec ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8 -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> Modified: head/net/mosh/Makefile ============================================================================== --- head/net/mosh/Makefile Thu May 21 06:54:23 2015 (r386913) +++ head/net/mosh/Makefile Thu May 21 06:54:34 2015 (r386914) @@ -39,7 +39,4 @@ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .endif -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.post.mk> Modified: head/net/netatalk3/Makefile ============================================================================== --- head/net/netatalk3/Makefile Thu May 21 06:54:23 2015 (r386913) +++ head/net/netatalk3/Makefile Thu May 21 06:54:34 2015 (r386914) @@ -155,6 +155,5 @@ post-install: ${INSTALL_DATA} -c ${STAGEDIR}${PREFIX}/etc/afp.conf.dist ${STAGEDIR}${PREFIX}/etc/afp.conf [ -f ${STAGEDIR}${PREFIX}/etc/extmap.conf ] || \ ${INSTALL_DATA} -c ${STAGEDIR}${PREFIX}/etc/extmap.conf.dist ${STAGEDIR}${PREFIX}/etc/extmap.conf - @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> Modified: head/net/nss-pam-ldapd/Makefile ============================================================================== --- head/net/nss-pam-ldapd/Makefile Thu May 21 06:54:23 2015 (r386913) +++ head/net/nss-pam-ldapd/Makefile Thu May 21 06:54:34 2015 (r386914) @@ -111,10 +111,7 @@ post-extract: post-configure: ${REINPLACE_CMD} -e 's/^\(CFLAGS.*\) \-O2 \(.*\)$$/\1 -O0 \2/' ${WRKSRC}/nss/Makefile -show-pkgmessage:: - @${ECHO_CMD}; ${CAT} ${PKGMESSAGE} | ${FMT} 75 79; ${ECHO_CMD} - -post-install: show-pkgmessage +post-install: .if ${PORT_OPTIONS:MNSS} @${LN} -fs nss_ldap.so.${NSS_LDAP_SHMAJOR} ${STAGEDIR}${PREFIX}/lib/nss_ldap.so .endif Modified: head/net/nyancat/Makefile ============================================================================== --- head/net/nyancat/Makefile Thu May 21 06:54:23 2015 (r386913) +++ head/net/nyancat/Makefile Thu May 21 06:54:34 2015 (r386914) @@ -18,7 +18,4 @@ PLIST_FILES= bin/nyancat do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> Modified: head/net/proxy-suite/Makefile ============================================================================== --- head/net/proxy-suite/Makefile Thu May 21 06:54:23 2015 (r386913) +++ head/net/proxy-suite/Makefile Thu May 21 06:54:34 2015 (r386914) @@ -67,7 +67,4 @@ post-configure: pre-install: @${STRIP_CMD} ${WRKSRC}/ftp-proxy/ftp-proxy -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.post.mk> Modified: head/net/vnstat/Makefile ============================================================================== --- head/net/vnstat/Makefile Thu May 21 06:54:23 2015 (r386913) +++ head/net/vnstat/Makefile Thu May 21 06:54:34 2015 (r386914) @@ -71,8 +71,4 @@ post-install: @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}/${DOCSDIR} .endif - @${ECHO_MSG} "" - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} "" - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505210654.t4L6sZgb099664>