Date: Tue, 4 Aug 2009 03:44:42 +0400 (MSD) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: steve@energistic.com Subject: ports/137405: [PATCH] devel/pwlib: mark MAKE_JOBS_UNSAFE, minor nits Message-ID: <20090803234442.37270108842@hades.panopticon> Resent-Message-ID: <200908032350.n73No3Xc077526@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 137405 >Category: ports >Synopsis: [PATCH] devel/pwlib: mark MAKE_JOBS_UNSAFE, minor nits >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 03 23:50:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.0-BETA2 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Fri Jul 31 16:00:15 MSD 2009 >Description: Mark MAKE_JOBS_UNSAFE, fails with forced jobs: http://people.freebsd.org/~amdmi3/pwlib.log While here, use SF macro, fix EXTRACT_SUFX weirdness and remove unneeded WANT_GNOME. Port maintainer (steve@energistic.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pwlib-1.12.0_5,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/devel/pwlib/Makefile,v retrieving revision 1.52 diff -u -u -r1.52 Makefile --- Makefile 9 Feb 2009 21:58:03 -0000 1.52 +++ Makefile 3 Aug 2009 20:26:45 -0000 @@ -10,9 +10,8 @@ PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -DISTNAME= openh323/ptlib-v${PORTVERSION:S/./_/g}-src. -EXTRACT_SUFX= tar.gz +MASTER_SITES= SF +DISTNAME= openh323/ptlib-v${PORTVERSION:S/./_/g}-src MAINTAINER= steve@energistic.com COMMENT= A cross platform C++ library, used by OpenH323 @@ -25,10 +24,10 @@ USE_GMAKE= yes USE_AUTOTOOLS= autoconf:262 USE_GNOME= gnometarget -WANT_GNOME= yes WANT_SDL= yes USE_OPENSSL= yes USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE= yes .include <bsd.port.pre.mk> --- pwlib-1.12.0_5,1.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?20090803234442.37270108842>