Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2014 05:19:36 +0200 (EET)
From:      Johannes Jost Meixner <xmj@chaot.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/186884: [MAINTAINER] ports-mgmt/porttools: fix package build on i386, update to 1.00.2014.02.18
Message-ID:  <3194886334.enqueue@mx12.chaot.net>
Resent-Message-ID: <201402190320.s1J3K0VE027782@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186884
>Category:       ports
>Synopsis:       [MAINTAINER] ports-mgmt/porttools: fix package build on i386, update to 1.00.2014.02.18
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 19 03:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Johannes Jost Meixner
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Goldener Grund OÜ
>Environment:
System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #0: Sun Feb 16 19:07:27 EET 2014
>Description:
- Fix package build on i386 envs that were identified by pkg.absolight.net
- Update to 1.00.2014.02.18


portlint: looks fine.
port test: ok
testport: ok
redports: https://redports.org/buildarchive/20140218174549-92859/

Generated with FreeBSD Port Tools 1.00.2014.02.18 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- porttools-1.00.2014.02.18.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 344945)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	porttools
-PORTVERSION=	1.00.2014.02.11
+PORTVERSION=	1.00.2014.02.18
 CATEGORIES=	ports-mgmt
 
 MAINTAINER=	xmj@chaot.net
@@ -17,12 +17,12 @@
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	xmj
-GH_COMMIT=	e84626d
+GH_COMMIT=	1c85bdc
 GH_TAGNAME=	${GH_COMMIT}
 
 # Make the version information of porttools itself
 # available for inclusion in the PRs generated by it.
-MAKE_ENV=	DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}" PORTVERSION="${PORTVERSION}"
+MAKE_ENV+=	DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}" PORTVERSION="${PORTVERSION}"
 
 OPTIONS_DEFINE=	DOCS NEWFILE
 OPTIONS_DEFAULT=	NEWFILE
@@ -37,4 +37,8 @@
 INSTALL_TARGET=	install install-docs
 .endif
 
+do-build:
+	@${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} pre-build
+	@${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} all
+
 .include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 344945)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (porttools-1.00.2014.02.11.tar.gz) = 5d826241628fddf513330a2e5575f3f21af0ba43b7e0835ad5c143cb62ec59b4
-SIZE (porttools-1.00.2014.02.11.tar.gz) = 18628
+SHA256 (porttools-1.00.2014.02.18.tar.gz) = d0c6f2dcb5bac9631ecc0dddece89bc22c3c0c561193d34e0cad001f7f99612b
+SIZE (porttools-1.00.2014.02.18.tar.gz) = 18637
--- porttools-1.00.2014.02.18.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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