Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2002 18:35:14 +0800
From:      Ying-Chieh Liao <ijliao@FreeBSD.org>
To:        Larry Rosenman <ler@lerctr.org>
Cc:        freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/42840: lang/php4 and www/mod_php4 need a newer ming library
Message-ID:  <20020920103514.GA85158@terry.dragon2.net>
In-Reply-To: <1032508364.376.13.camel@lerlaptop.lerctr.org>
References:  <200209161540.g8GFe4lQ060486@freefall.freebsd.org> <20020920074537.GA81452@terry.dragon2.net> <1032508364.376.13.camel@lerlaptop.lerctr.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--IrhDeMKUP4DT/M7F
Content-Type: multipart/mixed; boundary="SLDf9lqlvOQaIe6s"
Content-Disposition: inline


--SLDf9lqlvOQaIe6s
Content-Type: text/plain; charset=big5
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, Sep 20, 2002 at 02:52:44 -0500, Larry Rosenman wrote:
> Where? My environment? The Port? Where?  (I'm confused...)

try this patch (I havent test it ...)
--=20
self-producing in perl :
$_=3Dq(print"\$_=3Dq($_);eval;");eval;
					-- V Vinay

--SLDf9lqlvOQaIe6s
Content-Type: text/plain; charset=big5
Content-Disposition: attachment; filename=ggyy
Content-Transfer-Encoding: quoted-printable

Index: Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /home/ncvs/ports/www/mod_php4/Makefile,v
retrieving revision 1.178
diff -u -r1.178 Makefile
--- Makefile	10 Sep 2002 11:26:49 -0000	1.178
+++ Makefile	20 Sep 2002 10:32:53 -0000
@@ -81,7 +81,9 @@
 		MKDIR=3D"${MKDIR}" \
 		CAT=3D"${CAT}" \
 		PHP4_OPTIONS=3D"${PHP4_OPTIONS}" \
-		REALCURDIR=3D"${.CURDIR}"
+		REALCURDIR=3D"${.CURDIR}" \
+		PTHREAD_CFLAGS=3D"${PTHREAD_CFLAGS}" \
+		PTHREAD_LIBS=3D"${PTHREAD_LIBS}"
=20
 pre-fetch:
 	@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.php
Index: scripts/configure.php
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /home/ncvs/ports/www/mod_php4/scripts/configure.php,v
retrieving revision 1.175
diff -u -r1.175 configure.php
--- scripts/configure.php	17 Sep 2002 21:02:30 -0000	1.175
+++ scripts/configure.php	20 Sep 2002 10:32:53 -0000
@@ -328,6 +328,8 @@
  			;;
 		\"ming\")
 			echo "LIB_DEPENDS+=3D	ming.3:\${PORTSDIR}/graphics/ming"
+			echo "CFLAGS+=3D		${PTHREAD_CFLAGS}"
+			echo "CONFIGURE_ENV+=3D	LDFLAGS=3D"${PTHREAD_LIBS}"
 			echo "CONFIGURE_ARGS+=3D--with-ming=3D\${LOCALBASE}"
 			;;
 		\"MCAL\")

--SLDf9lqlvOQaIe6s--

--IrhDeMKUP4DT/M7F
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)

iD8DBQE9ivnirMYBZRHAI4IRAp0OAKC1RqLmfRZwylr2dt+9p1geWUqZnACfY8PU
eiSBbTis8dy4Kkz48CaXW3w=
=cXb2
-----END PGP SIGNATURE-----

--IrhDeMKUP4DT/M7F--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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