From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 26 06:10:21 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7405916A4B3 for ; Fri, 26 Sep 2003 06:10:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F18243FEA for ; Fri, 26 Sep 2003 06:10:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8QDAIFY011645 for ; Fri, 26 Sep 2003 06:10:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8QDAIR3011644; Fri, 26 Sep 2003 06:10:18 -0700 (PDT) (envelope-from gnats) Resent-Date: Fri, 26 Sep 2003 06:10:18 -0700 (PDT) Resent-Message-Id: <200309261310.h8QDAIR3011644@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, Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92F0A16A4B3; Fri, 26 Sep 2003 06:01:47 -0700 (PDT) Received: from rusunix.org (rusunix.org [195.162.58.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2E7F43F85; Fri, 26 Sep 2003 06:01:46 -0700 (PDT) (envelope-from aquatique@rusunix.org) Received: by rusunix.org (CommuniGay Pro, from userid 1111) id 5FE4F1CD26F; Fri, 26 Sep 2003 20:01:44 +0700 (OMSST) Message-Id: <20030926130144.5FE4F1CD26F@rusunix.org> Date: Fri, 26 Sep 2003 20:01:44 +0700 (OMSST) From: "Evgueni V.Gavrilov" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: krion@FreeBSD.org Subject: ports/57243: build non-threaded version by default (use --without-pthreads instead of --disable-threads) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: aquatique@rusunix.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2003 13:10:21 -0000 >Number: 57243 >Category: ports >Synopsis: build non-threaded version by default (use --without-pthreads instead of --disable-threads) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Sep 26 06:10:17 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Evgueni V. Gavrilov >Release: FreeBSD 4.9-PRERELEASE i386 >Organization: rusunix.org >Environment: System: FreeBSD rusunix.org 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Thu Sep 25 17:43:26 OMSST 2003 aquatique@rusunix.org:/usr/obj/usr/src/sys/NEWMONSTER i386 >Description: build non-threaded version by default (use --without-pthreads instead of --disable-threads) >How-To-Repeat: apply following patch >Fix: diff -ruN silc-client.orig/Makefile silc-client/Makefile --- silc-client.orig/Makefile Fri Sep 26 19:56:55 2003 +++ silc-client/Makefile Fri Sep 26 19:57:21 2003 @@ -44,7 +44,7 @@ INSTALL_DIR?= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 .ifndef(WITH_PTHREADS) -CONFIGURE_ARGS+= --disable-threads +CONFIGURE_ARGS+= --without-pthreads .else CONFIGURE_ENV+= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} ${PTHREAD_LIBS}" .endif >Release-Note: >Audit-Trail: >Unformatted: