<root> portmaster /usr/ports/games/nexuiz ===>>> Currently installed version: nexuiz-2.5.2_13 ===>>> Port directory: /usr/ports/games/nexuiz ===>>> Gathering distinfo list for installed ports ===>>> Launching 'make checksum' for games/nexuiz in background ===>>> Gathering dependency list for games/nexuiz from ports ===>>> Starting dependency check ===>>> Checking dependency: audio/libmodplug ===>>> Checking dependency: devel/sdl12 ===>>> Checking dependency: ftp/curl ===>>> Checking dependency: graphics/freeglut ===>>> Checking dependency: graphics/jpeg ===>>> Checking dependency: graphics/png ===>>> Checking dependency: multimedia/libtheora ===>>> Checking dependency: ports-mgmt/pkg ===>>> Checking dependency: x11/libX11 ===>>> Checking dependency: x11/libXext ===>>> Checking dependency: x11/libXpm ===>>> Checking dependency: x11/libXxf86dga ===>>> Checking dependency: x11/libXxf86vm ===>>> Initial dependency check complete for games/nexuiz ===>>> Starting build for games/nexuiz <<<=== ===>>> All dependencies are up to date ===> Cleaning for nexuiz-2.5.2_14 ===> 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 => nexuiz-252.tar.gz is not in /usr/ports/games/nexuiz/distinfo. => Either /usr/ports/games/nexuiz/distinfo is out of date, or => nexuiz-252.tar.gz is spelled incorrectly. *** Error code 1 How-To-Repeat: portmaster /usr/ports/games/nexuiz
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"