Bug 111815 - databases/linux-oracle-instantclient-basic does not include linux-compat package/port by default.
Summary: databases/linux-oracle-instantclient-basic does not include linux-compat pack...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Norikatsu Shigemura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-18 13:10 UTC by Søren Klintrup
Modified: 2007-04-18 15:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Søren Klintrup 2007-04-18 13:10:02 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-18 13:10:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nork

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-18 15:25:32 UTC
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"
Comment 3 Norikatsu Shigemura freebsd_committer freebsd_triage 2007-04-18 15:25:43 UTC
State Changed
From-To: open->closed

Committed, thanks!