From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 9 13:00:43 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0005616A4CF for ; Fri, 9 Feb 2007 13:00:42 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 9F48313C442 for ; Fri, 9 Feb 2007 13:00:42 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l19D0gY5085885 for ; Fri, 9 Feb 2007 13:00:42 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l19D0g83085878; Fri, 9 Feb 2007 13:00:42 GMT (envelope-from gnats) Resent-Date: Fri, 9 Feb 2007 13:00:42 GMT Resent-Message-Id: <200702091300.l19D0g83085878@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Martin Matuska Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 18B0016A400 for ; Fri, 9 Feb 2007 12:57:32 +0000 (UTC) (envelope-from root@mail.vx.sk) Received: from mail.vx.sk (neo.vx.sk [88.198.35.14]) by mx1.freebsd.org (Postfix) with ESMTP id D4FD713C49D for ; Fri, 9 Feb 2007 12:57:31 +0000 (UTC) (envelope-from root@mail.vx.sk) Received: from localhost (localhost [127.0.0.1]) by mail.vx.sk (Postfix) with ESMTP id B473C3F42C for ; Fri, 9 Feb 2007 13:57:30 +0100 (CET) Received: from mail.vx.sk ([127.0.0.1]) by localhost (mail.vx.sk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ulyE8y0-usqm for ; Fri, 9 Feb 2007 13:57:26 +0100 (CET) Received: by mail.vx.sk (Postfix, from userid 0) id 25AAF3F42E; Fri, 9 Feb 2007 13:57:26 +0100 (CET) Message-Id: <20070209125726.25AAF3F42E@mail.vx.sk> Date: Fri, 9 Feb 2007 13:57:26 +0100 (CET) From: Martin Matuska To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/108975: [FEATURE] devel/pth-hard X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 13:00:43 -0000 >Number: 108975 >Category: ports >Synopsis: [FEATURE] devel/pth-hard >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: Fri Feb 09 13:00:41 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Martin Matuska >Release: FreeBSD 6.2-RELEASE >Organization: >Environment: FreeBSD 6.2-RELEASE i386 and amd64 >Description: Add a devel/pth-hard slave port by moving the WITH_SYSCALL_HARD knob. I am preparing jabber14-1.6.0 and it requires a hardlinked pth. >How-To-Repeat: >Fix: --- devel/pth/Makefile.orig Fri Feb 9 12:39:48 2007 +++ devel/pth/Makefile Fri Feb 9 12:46:46 2007 @@ -25,8 +25,14 @@ MAN1= pth-config.1 MAN3= pth.3 -OPTIONS= OPTIMIZED_CFLAGS "Build with optimized CFLAGS" on \ - SYSCALL_HARD "Build with hard syscalls" off +.if defined(WITH_SYSCALL_HARD) +PKGNAMESUFFIX= -hard +CONFLICTS= pth-2.* +.else +CONFLICTS= pth-hard-2.* +.endif + +OPTIONS= OPTIMIZED_CFLAGS "Build with optimized CFLAGS" on .include --- devel/pth-hard/Makefile.orig Fri Feb 9 12:48:07 2007 +++ devel/pth-hard/Makefile Fri Feb 9 12:48:05 2007 @@ -0,0 +1,12 @@ +# New ports collection makefile for: pth-hard +# Date created: 9 Februar 2007 +# Whom: Martin Matuska +# +# $FreeBSD$ +# + +WITH_SYSCALL_HARD= yes + +MASTERDIR= ${.CURDIR}/../pth + +.include "${MASTERDIR}/Makefile" >Release-Note: >Audit-Trail: >Unformatted: