Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Dec 2003 02:50:28 -0800 (PST)
From:      "Yuriy N. Shkandybin" <jura@netams.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/60543: unbreak ports/net/netams and upgrade to netams-3.1.(1770)
Message-ID:  <200312261050.hBQAoS2T079046@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/60543; it has been noted by GNATS.

From: "Yuriy N. Shkandybin" <jura@netams.com>
To: <freebsd-gnats-submit@FreeBSD.org>
Cc: <krion@freebsd.org>
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
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <HTML><HEAD>
 <META http-equiv=3DContent-Type content=3D"text/html; charset=3Dkoi8-r">
 <META content=3D"MSHTML 6.00.2800.1276" name=3DGENERATOR>
 <STYLE></STYLE>
 </HEAD>
 <BODY bgColor=3D#ffffff>
 <DIV><FONT size=3D2>
 <DIV><FONT size=3D2>I've remove -pthread and likn againc =
 -lc_r</FONT></DIV>
 <DIV><FONT size=3D2>best way to do this now correct=20
 files/patch-Makefile</FONT></DIV>
 <DIV><FONT size=3D2>here patch:</FONT></DIV>
 <DIV><FONT size=3D2>---=20
 files/patch-Makefile&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 24 Dec =
 2003=20
 12:34:26 -0000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.4<BR>+++=20
 files/patch-Makefile&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 25 Dec =
 2003=20
 11:00:11 -0000<BR>@@ -7,7 +7,7 @@<BR>&nbsp;-DEFINE =3D -DFREEBSD=20
 -D_THREAD_SAFE<BR>&nbsp;-LIB =3D -pthread -lpcap =
 -lcrypt<BR>&nbsp;+DEFINE +=3D=20
 -DFREEBSD -D_THREAD_SAFE<BR>-+LIB +=3D -pthread -lpcap -lcrypt<BR>++LIB =
 +=3D -lc_r=20
 -lpcap -lcrypt<BR>&nbsp; #<BR>&nbsp; # DB1 support<BR>&nbsp; # =
 DEFINE+=3D=20
 -DUSE_HASH<BR>@@ -41,7 +41,8 @@<BR>&nbsp;@@ -77,7 +77,7 @@</FONT></DIV>
 <DIV>&nbsp;</DIV>
 <DIV><FONT size=3D2>&nbsp; CC&nbsp;&nbsp;&nbsp; =3D g++<BR>- FLAGS +=3D=20
 -pthread<BR>+-FLAGS +=3D=20
 -pthread<BR>++<BR>&nbsp;-INCLUDE=3D/usr/local/include<BR>&nbsp;+INCLUDE =
 =3D=20
 ${LOCALBASE}/include<BR>&nbsp; OBJ&nbsp;&nbsp; =3D=20
 $(SRC:.c=3D.o)<BR></FONT></DIV></FONT></DIV></BODY></HTML>
 
 ------=_NextPart_000_0877_01C3CBB6.7FBC0220--
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312261050.hBQAoS2T079046>