Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2004 21:32:56 +0100 (CET)
From:      Xavier Beaudouin <kiwi@oav.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63187: [MAINTAINER] lang/pike75: Fix LDFLAGS and add Mird support.
Message-ID:  <20040221203256.56A7A11AD05@yoko.home.oav.net>
Resent-Message-ID: <200402212040.i1LKe7rw057278@freefall.freebsd.org>

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

>Number:         63187
>Category:       ports
>Synopsis:       [MAINTAINER] lang/pike75: Fix LDFLAGS and add Mird support.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 21 12:40:07 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Xavier Beaudouin
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
The Caudium Group / Association Kazar
>Environment:
System: FreeBSD yoko.home.oav.net 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Sun Nov  2 14:35:22 CET
>Description:
- Added mird support
- Fixed detection of libs that was b0rken
- Fixed patch for PTHREAD_LIBS and PTHREADS_CFLAGS

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- pike75-7.5.17_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/lang/pike75.old/Makefile /usr/ports/lang/pike75/Makefile
--- /usr/ports/lang/pike75.old/Makefile	Sat Feb 21 20:44:49 2004
+++ /usr/ports/lang/pike75/Makefile	Sat Feb 21 20:49:20 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	pike75
 PORTVERSION=	7.5.17
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	ftp://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \
 		ftp://ftp.oav.net/pkg_freebsd/distfiles/ \
@@ -24,7 +25,8 @@
 		tiff.4:${PORTSDIR}/graphics/tiff \
 		gdbm.3:${PORTSDIR}/databases/gdbm \
 		fftw.2:${PORTSDIR}/math/fftw \
-		pcre.0:${PORTSDIR}/devel/pcre
+		pcre.0:${PORTSDIR}/devel/pcre \
+		mird.1:${PORTSDIR}/databases/mird
 # Nettle doesn't work ;(
 #		nettle.1:${PORTSDIR}/security/nettle \
 
@@ -40,7 +42,7 @@
 WANT_MESA=	yes
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	LDFLAGS=${PTHREAD_LIBS} CPPFLAGS+=${PTHREAD_CFLAGS}
+CONFIGURE_ENV=	LDFLAGS+=${PTHREAD_LIBS} CPPFLAGS+=${PTHREAD_CFLAGS}
 CONFIGURE_ARGS+=	--without-debug \
 		 --with-double-precision \
 		 --with-long-double-precision \
@@ -56,7 +58,7 @@
 		 --with-zlib \
 		 --with-threads \
 		 --with-readline \
-		 --with-jpeg=${PREFIX} \
+		 --with-jpeg \
 		 --with-tiff \
 		 --with-gdbm \
 		 --without-java \
diff -ruN --exclude=CVS /usr/ports/lang/pike75.old/files/patch-configure /usr/ports/lang/pike75/files/patch-configure
--- /usr/ports/lang/pike75.old/files/patch-configure	Sat Feb 21 20:44:49 2004
+++ /usr/ports/lang/pike75/files/patch-configure	Sat Feb 21 20:45:39 2004
@@ -14,7 +14,7 @@
  
      OLD_CPPFLAGS="$CPPFLAGS"
 -    CPPFLAGS="$OLD_CPPFLAGS -pthread"
-+    CPPFLAGS="$OLD_CPPFLAGS %%PTHREAD_FLAGS%%"
++    CPPFLAGS="$OLD_CPPFLAGS %%PTHREAD_CFLAGS%%"
      old_ac_link="$ac_link"
      ac_link="$old_ac_link 2>conftezt.out.2"
      if test "$cross_compiling" = yes; then
--- pike75-7.5.17_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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