The databases/linux-oracle-instantclient-basic does not automatically include a linux port, so it fails to build on machines that does not have a linux client. It's easily fixed by adding USE_LINUX=yes to the Makefile, patch attached. Fix: USE_LINUX=yes in makefile Patch attached inline, www.freebsd.org/send-pr.html didn't work with attachments (from this machine) and the patch is quite small. USE_ZIP= yes +USE_LINUX= yes USE_LINUX_PREFIX= yes ORACLEVERSION= 10.2.0.3--DPR8TBip1002WFNAy7QdZTmrmNHr6kuSQlio7I7UMAiRzsbk Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile.orig Wed Apr 18 13:43:10 2007 +++ Makefile Wed Apr 18 13:43:19 2007 @@ -25,6 +25,7 @@ RESTRICTED= Packaging prohibited by Oracle license How-To-Repeat: build the port on a machine that does not have linux_base libraries installed.
Responsible Changed From-To: freebsd-ports-bugs->nork Over to maintainer
nork 2007-04-18 14:25:26 UTC FreeBSD ports repository Modified files: databases/linux-oracle-instantclient-basic Makefile Log: Add missing dependency on linux base. PR: ports/111815 Submitted by: SXren Klintrup <soren <at> klintrup.dk> Revision Changes Path 1.9 +2 -1 ports/databases/linux-oracle-instantclient-basic/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!