ports/60543: unbreak ports/net/netams and upgrade to netams-3.1.(1770)

Yuriy N. Shkandybin jura at netams.com
Fri Dec 26 10:50:33 UTC 2003


The following reply was made to PR ports/60543; it has been noted by GNATS.

From: "Yuriy N. Shkandybin" <jura at netams.com>
To: <freebsd-gnats-submit at FreeBSD.org>
Cc: <krion at 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        24 Dec =
 2003=20
 12:34:26 -0000      1.4<BR>+++=20
 files/patch-Makefile        25 Dec =
 2003=20
 11:00:11 -0000<BR>@@ -7,7 +7,7 @@<BR> -DEFINE =3D -DFREEBSD=20
 -D_THREAD_SAFE<BR> -LIB =3D -pthread -lpcap =
 -lcrypt<BR> +DEFINE +=3D=20
 -DFREEBSD -D_THREAD_SAFE<BR>-+LIB +=3D -pthread -lpcap -lcrypt<BR>++LIB =
 +=3D -lc_r=20
 -lpcap -lcrypt<BR>  #<BR>  # DB1 support<BR>  # =
 DEFINE+=3D=20
 -DUSE_HASH<BR>@@ -41,7 +41,8 @@<BR> @@ -77,7 +77,7 @@</FONT></DIV>
 <DIV> </DIV>
 <DIV><FONT size=3D2>  CC    =3D g++<BR>- FLAGS +=3D=20
 -pthread<BR>+-FLAGS +=3D=20
 -pthread<BR>++<BR> -INCLUDE=3D/usr/local/include<BR> +INCLUDE =
 =3D=20
 ${LOCALBASE}/include<BR>  OBJ   =3D=20
 $(SRC:.c=3D.o)<BR></FONT></DIV></FONT></DIV></BODY></HTML>
 
 ------=_NextPart_000_0877_01C3CBB6.7FBC0220--
 



More information about the freebsd-ports-bugs mailing list