From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 26 02:50:33 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 4667A16A4CE for ; Fri, 26 Dec 2003 02:50:33 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1541C43D62 for ; Fri, 26 Dec 2003 02:50:30 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) hBQAoSFR079047 for ; Fri, 26 Dec 2003 02:50:28 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id hBQAoS2T079046; Fri, 26 Dec 2003 02:50:28 -0800 (PST) (envelope-from gnats) Date: Fri, 26 Dec 2003 02:50:28 -0800 (PST) Message-Id: <200312261050.hBQAoS2T079046@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Yuriy N. Shkandybin" Subject: Re: ports/60543: unbreak ports/net/netams and upgrade to netams-3.1.(1770) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Yuriy N. Shkandybin" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Dec 2003 10:50:33 -0000 The following reply was made to PR ports/60543; it has been noted by GNATS. From: "Yuriy N. Shkandybin" To: Cc: Subject: Re: ports/60543: unbreak ports/net/netams and upgrade to netams-3.1.(1770) Date: Fri, 26 Dec 2003 13:45:18 +0300 This is a multi-part message in MIME format. ------=_NextPart_000_0877_01C3CBB6.7FBC0220 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable I've remove -pthread and likn againc -lc_r best way to do this now correct files/patch-Makefile here patch: --- files/patch-Makefile 24 Dec 2003 12:34:26 -0000 1.4 +++ files/patch-Makefile 25 Dec 2003 11:00:11 -0000 @@ -7,7 +7,7 @@ -DEFINE =3D -DFREEBSD -D_THREAD_SAFE -LIB =3D -pthread -lpcap -lcrypt +DEFINE +=3D -DFREEBSD -D_THREAD_SAFE -+LIB +=3D -pthread -lpcap -lcrypt ++LIB +=3D -lc_r -lpcap -lcrypt # # DB1 support # DEFINE+=3D -DUSE_HASH @@ -41,7 +41,8 @@ @@ -77,7 +77,7 @@ CC =3D g++ - FLAGS +=3D -pthread +-FLAGS +=3D -pthread ++ -INCLUDE=3D/usr/local/include +INCLUDE =3D ${LOCALBASE}/include OBJ =3D $(SRC:.c=3D.o) ------=_NextPart_000_0877_01C3CBB6.7FBC0220 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable
I've remove -pthread and likn againc = -lc_r
best way to do this now correct=20 files/patch-Makefile
here patch:
---=20 files/patch-Makefile        24 Dec = 2003=20 12:34:26 -0000      1.4
+++=20 files/patch-Makefile        25 Dec = 2003=20 11:00:11 -0000
@@ -7,7 +7,7 @@
 -DEFINE =3D -DFREEBSD=20 -D_THREAD_SAFE
 -LIB =3D -pthread -lpcap = -lcrypt
 +DEFINE +=3D=20 -DFREEBSD -D_THREAD_SAFE
-+LIB +=3D -pthread -lpcap -lcrypt
++LIB = +=3D -lc_r=20 -lpcap -lcrypt
  #
  # DB1 support
  # = DEFINE+=3D=20 -DUSE_HASH
@@ -41,7 +41,8 @@
 @@ -77,7 +77,7 @@
 
  CC    =3D g++
- FLAGS +=3D=20 -pthread
+-FLAGS +=3D=20 -pthread
++
 -INCLUDE=3D/usr/local/include
 +INCLUDE = =3D=20 ${LOCALBASE}/include
  OBJ   =3D=20 $(SRC:.c=3D.o)
------=_NextPart_000_0877_01C3CBB6.7FBC0220--