| Summary: | games/nexuiz not install | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | vsityz |
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
vsityz
2014-04-27 12:30:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 Over to maintainer (via the GNATS Auto Assign Tool) Author: amdmi3 Date: Sun Apr 27 13:12:38 2014 New Revision: 352416 URL: http://svnweb.freebsd.org/changeset/ports/352416 QAT: https://qat.redports.org/buildarchive/r352416/ Log: - Fix fetch PR: 189045 Submitted by: Alexander Panyushkin <vsityz@gmail.com> Pointyhat to: bapt Modified: head/games/nexuiz/Makefile Modified: head/games/nexuiz/Makefile ============================================================================== --- head/games/nexuiz/Makefile Sun Apr 27 12:27:22 2014 (r352415) +++ head/games/nexuiz/Makefile Sun Apr 27 13:12:38 2014 (r352416) @@ -20,7 +20,7 @@ LICENSE= GPLv2 MANUAL_PACKAGE_BUILD= huge -SUES= zip +USES= zip WRKSRC= ${WRKDIR}/Nexuiz/sources/darkplaces MAKEFILE= BSDmakefile MAKE_ARGS= DP_FS_BASEDIR="${DATADIR}" CC="${CC}" \ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Fixed. Thanks! Fix not working. ===> Cleaning for nexuiz-2.5.2_14 ===>>> Waiting on fetch & checksum for games/nexuiz <<<=== ===> License GPLv2 accepted by the user ===> Found saved configuration for nexuiz-2.5.2_13 ===> nexuiz-2.5.2_14 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by nexuiz-2.5.2_14 for building ===> License GPLv2 accepted by the user ===> Found saved configuration for nexuiz-2.5.2_13 ===> nexuiz-2.5.2_14 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by nexuiz-2.5.2_14 for building ===> Extracting for nexuiz-2.5.2_14 => SHA256 Checksum OK for nexuiz-252.zip. => SHA256 Checksum OK for nexmappack_r2.zip. Usage: List: tar -tf <archive-filename> Extract: tar -xf <archive-filename> Create: tar -cf <archive-filename> [filenames...] Help: tar --help *** Error code 1 -- Alexander Author: amdmi3 Date: Mon Apr 28 14:27:10 2014 New Revision: 352505 URL: http://svnweb.freebsd.org/changeset/ports/352505 QAT: https://qat.redports.org/buildarchive/r352505/ Log: - Fix extract PR: 189045 Submitted by: Alexander Panyushkin <vsityz@gmail.com> Modified: head/games/nexuiz/Makefile Modified: head/games/nexuiz/Makefile ============================================================================== --- head/games/nexuiz/Makefile Mon Apr 28 14:01:02 2014 (r352504) +++ head/games/nexuiz/Makefile Mon Apr 28 14:27:10 2014 (r352505) @@ -89,9 +89,10 @@ PLIST_FILES+= bin/${PORTNAME}-dedicated .endif post-extract: - @${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ + @cd ${WRKDIR}/Nexuiz/sources && \ + ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ ${WRKDIR}/Nexuiz/sources/enginesource20091001.zip \ - -d ${WRKDIR}/Nexuiz/sources + ${EXTRACT_AFTER_ARGS} post-patch: @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},' \ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" |