Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Dec 2015 12:08:49 +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: r403960 - head/games/cataclysm-dda
Message-ID:  <201512181208.tBIC8noF065346@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Dec 18 12:08:49 2015
New Revision: 403960
URL: https://svnweb.freebsd.org/changeset/ports/403960

Log:
  - Silence patching

Modified:
  head/games/cataclysm-dda/Makefile

Modified: head/games/cataclysm-dda/Makefile
==============================================================================
--- head/games/cataclysm-dda/Makefile	Fri Dec 18 10:23:49 2015	(r403959)
+++ head/games/cataclysm-dda/Makefile	Fri Dec 18 12:08:49 2015	(r403960)
@@ -72,7 +72,7 @@ IGNORE=		Sound is not supported with ncu
 .endif
 
 post-patch:
-	${REINPLACE_CMD} -e '/^ *CXX *=/d ; /^ *LD *=/s/g++/$$(CXX)/ ; \
+	@${REINPLACE_CMD} -e '/^ *CXX *=/d ; /^ *LD *=/s/g++/$$(CXX)/ ; \
 		/^ *CXXFLAGS *+*=/s/-O[s0-3]//; /^ *LOCALIZE *=/d ; \
 		s/\(-lncurses\)\(w*\)/\1\2 -ltinfo\2/ ; \
 		s/=$$(PREFIX)\//=$$(DESTDIR)$$(PREFIX)\// ; \
@@ -80,17 +80,17 @@ post-patch:
 		/cp -R/s/--no-preserve=ownership// ; \
 		/^ *LUA_BINARY *=/s/lua/${LUA_CMD}/' ${WRKSRC}/Makefile
 .if ! ${PORT_OPTIONS:MNLS}
-	${REINPLACE_CMD} -e '/LOCALE_DIR/s/^/#/' ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e '/LOCALE_DIR/s/^/#/' ${WRKSRC}/Makefile
 .endif
 .if ${PORT_OPTIONS:MNCURSES} && ${NCURSESBASE} == /usr
-	${REINPLACE_CMD} -e 's/$$(shell ncursesw5-config --libs)/-lncursesw/ ; \
+	@${REINPLACE_CMD} -e 's/$$(shell ncursesw5-config --libs)/-lncursesw/ ; \
 		/$$(shell ncursesw5-config --cflags)/d' ${WRKSRC}/Makefile
 .endif
 .if ${PORT_OPTIONS:MSDL}
-	${REINPLACE_CMD} -e '/"file":/s|gfx|${DATADIR}/&|' \
+	@${REINPLACE_CMD} -e '/"file":/s|gfx|${DATADIR}/&|' \
 		${WRKSRC}/gfx/*/tile_config.json
 	# replace bundled windows version of terminus font with X-compatible one
-	${CAT} `cd ${PORTSDIR}/x11-fonts/terminus-font; make -V WRKSRC`/ter-u14n.bdf \
+	@${CAT} `cd ${PORTSDIR}/x11-fonts/terminus-font; make -V WRKSRC`/ter-u14n.bdf \
 		| bdftopcf | ${GZIP_CMD} > ${WRKSRC}/data/font/terminus.fon
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512181208.tBIC8noF065346>