ports/138236: [PATCH] devel/pwlib: fix MASTER_SITES wierdness, properly use SF, mark MAKE_JOBS_UNSAFE

Dmitry Marakasov amdmi3 at amdmi3.ru
Thu Aug 27 15:50:02 UTC 2009


>Number:         138236
>Category:       ports
>Synopsis:       [PATCH] devel/pwlib: fix MASTER_SITES wierdness, properly use SF, mark MAKE_JOBS_UNSAFE
>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:   Thu Aug 27 15:50:01 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: Thu Jul 30 19:51:12 MSD 2009
>Description:
- Fix weird hacks in MASTER_SITES/DISTNAME
- Use proper SF url
- Mark MAKE_JOBS_UNSAFE - this fails with forced jobs

Port maintainer (steve at 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	27 Aug 2009 15:33:35 -0000
@@ -10,9 +10,9 @@
 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/openh323/${PORTNAME}/${PORTVERSION}
+DISTNAME=	ptlib-v${PORTVERSION:S/./_/g}-src
+DIST_SUBDIR=	openh323
 
 MAINTAINER=	steve at energistic.com
 COMMENT=	A cross platform C++ library, used by OpenH323
@@ -29,6 +29,7 @@
 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:



More information about the freebsd-ports-bugs mailing list