From owner-svn-ports-all@freebsd.org Wed May 9 15:28:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 726BFFC0F8F; Wed, 9 May 2018 15:28:50 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1DF737F272; Wed, 9 May 2018 15:28:50 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D6C41134D9; Wed, 9 May 2018 15:28:49 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w49FSnFj013029; Wed, 9 May 2018 15:28:49 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w49FSnd2013027; Wed, 9 May 2018 15:28:49 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <201805091528.w49FSnd2013027@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Wed, 9 May 2018 15:28:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469450 - head/games/gzdoom X-SVN-Group: ports-head X-SVN-Commit-Author: kevans X-SVN-Commit-Paths: head/games/gzdoom X-SVN-Commit-Revision: 469450 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2018 15:28:50 -0000 Author: kevans (src committer) Date: Wed May 9 15:28:49 2018 New Revision: 469450 URL: https://svnweb.freebsd.org/changeset/ports/469450 Log: games/gzdoom: Update to 3.3.2 Highlights since 3.3.0: - Better handling of defaults with some ZScript/DECORATE functions - Many bug fixes - Fixed detection of .ipk7 custom IWADs - Restored vanilla behavior of lightning for original Hexen - Added loading of ZSDF lumps by full paths - Exported P_ActivateLine() to ZScript along with constants for activation type - Increased size of the savegame comment area. - Disabled the survey* code * This was an opt-in hardware survey that ran for effectively the month of April. Discussion of the results are available at: https://forum.zdoom.org/viewtopic.php?f=49&t=60156 While here, disable stripping of binaries on 10.4/i386. strip(1) there claims it can't strip due to an unknown file format. 11.x and later use elftoolchain strip(1) and have no issues. Due to the replacement as of 11.x and that there will be no more 10.x releases, no effort will be expended in tracking down why strip(1) fails here for now. Approved by: bapt (ports), me (maintainer) MFH: 2018Q2 Modified: head/games/gzdoom/Makefile head/games/gzdoom/distinfo Modified: head/games/gzdoom/Makefile ============================================================================== --- head/games/gzdoom/Makefile Wed May 9 15:18:27 2018 (r469449) +++ head/games/gzdoom/Makefile Wed May 9 15:28:49 2018 (r469450) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gzdoom -PORTVERSION= 3.3.0 +PORTVERSION= 3.3.2 DISTVERSIONPREFIX= g CATEGORIES= games @@ -42,10 +42,16 @@ PLIST_FILES= bin/${PORTNAME} \ .include "${.CURDIR}/../doom-data/Makefile.include" +.include + +.if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1100000 && ${MACHINE_ARCH} == "i386" +STRIP= # 10.4/i386 strip(1) is incapable of stripping the gzdoom binary +.endif + do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_PROGRAM} ${CONFIGURE_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${CONFIGURE_WRKSRC}/${PORTNAME}.pk3 ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.xpm ${STAGEDIR}${PREFIX}/share/pixmaps -.include +.include Modified: head/games/gzdoom/distinfo ============================================================================== --- head/games/gzdoom/distinfo Wed May 9 15:18:27 2018 (r469449) +++ head/games/gzdoom/distinfo Wed May 9 15:28:49 2018 (r469450) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522031247 -SHA256 (coelckers-gzdoom-g3.3.0_GH0.tar.gz) = 1639bd172901085e55629db92598e49f527f832a651d9978cf8ec981fd916343 -SIZE (coelckers-gzdoom-g3.3.0_GH0.tar.gz) = 9887523 +TIMESTAMP = 1525834817 +SHA256 (coelckers-gzdoom-g3.3.2_GH0.tar.gz) = 4c24057bab444b07d37ee3b36fdbeba7024235474b23921474d261ff26b56b73 +SIZE (coelckers-gzdoom-g3.3.2_GH0.tar.gz) = 9896013