Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2005 23:28:59 +0200 (CEST)
From:      Simun Mikecin <numisemis@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/87547: [maintainer-update] databases/pecl-PDO_OCI: mark broken on FreeBSD 4.x
Message-ID:  <20051016212859.F236A60323@data.home.hr>
Resent-Message-ID: <200510162130.j9GLUGmZ006812@freefall.freebsd.org>

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

>Number:         87547
>Category:       ports
>Synopsis:       [maintainer-update] databases/pecl-PDO_OCI: mark broken on FreeBSD 4.x
>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:   Sun Oct 16 21:30:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Simun Mikecin
>Release:        FreeBSD 6.0-RC1 amd64
>Organization:
>Environment:
System: FreeBSD data.home.hr 6.0-RC1 FreeBSD 6.0-RC1 #4: Sun Oct 16 16:47:10 CEST 2005 root@:/var/obj/usr/src/sys/DATA amd64


	
>Description:
As seen on http://pointyhat.freebsd.org this port does not compile on 4.x
>How-To-Repeat:
Try to compile on FreeBSD 4
>Fix:
--- Makefile.orig	Thu Oct 13 03:18:18 2005
+++ Makefile	Sun Oct 16 23:23:41 2005
@@ -32,14 +32,12 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500000
-PTHREAD_STATIC=	/usr/lib/libc_r
-.else
-PTHREAD_STATIC=	/usr/lib/libpthread
+BROKEN=		"does not compile on FreeBSD 4.x"
 .endif
 
 pre-configure:
 	@cd ${WRKSRC}; \
-	for lib in ${LOCALBASE}/oracle8-client/lib/libclntsh ${PTHREAD_STATIC}; do \
+	for lib in ${LOCALBASE}/oracle8-client/lib/libclntsh /usr/lib/libpthread; do \
 		/usr/bin/ar x $${lib}.a; \
 	done; \
 	/usr/bin/ar rcs liboci8.a *.o
>Release-Note:
>Audit-Trail:
>Unformatted:



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