aboutsummaryrefslogtreecommitdiff
path: root/databases/linux-oracle-instantclient-basic
Commit message (Collapse)AuthorAgeFilesLines
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withTijl Coosemans2016-09-051-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=421387
* databases/linux-oracle-instantclient-*: fix download link, take maintainerKurt Jaeger2014-11-232-6/+15
| | | | | | | | | - The download link given in the IGNORE message was out-dated. - ldconfig was not invoked so the shared libraries were not found - taking maintainer Notes: svn path=/head/; revision=373168
* Cleanup plistBaptiste Daroussin2014-10-201-4/+0
| | | | Notes: svn path=/head/; revision=371255
* Do not leak STAGEDIR into USE_LDCONFIG, bump PORTREVISIONRene Ladan2014-07-221-2/+2
| | | | | | | Noticed by: antoine Notes: svn path=/head/; revision=362584
* - Stage supportRene Ladan2014-07-222-44/+23
| | | | | | | | | | | - Enable usage on amd64 - Clean up Makefile (especially the IGNORE message) PR: 191993 Submitted by: papowell@astart.com Notes: svn path=/head/; revision=362578
* Convert d* to USES=zipBaptiste Daroussin2014-03-071-1/+1
| | | | Notes: svn path=/head/; revision=347405
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Remove needless quoting of BROKEN/IGNOREBryan Drewery2013-03-161-6/+2
| | | | | | | | | | - Trim headers PR: ports/168908 With hat: portmgr Notes: svn path=/head/; revision=314333
* - Reassign nork@ ports to the heapThomas Abthorpe2012-08-151-1/+1
| | | | | | | | | - Thank you for your years of service, we hope to see you back Approved by: portmgr Notes: svn path=/head/; revision=302594
* - Get Rid MD5 supportMartin Wilke2011-03-202-2/+0
| | | | Notes: svn path=/head/; revision=271346
* Deprecate md5 in favour of sha256 checksums. md5 checksums will no longerErwin Lansing2010-10-281-1/+1
| | | | | | | | | | | | | be generated or checked, and will be silently ignored for now. Also, generalize the MD5_FILE macro to DISTINFO_FILO. PR: 149657 Submitted by: rene Approved by: portmgr Tested on: pointyhat i386 7-exp Notes: svn path=/head/; revision=263705
* Add missing dependency on linux base.Norikatsu Shigemura2007-04-181-1/+2
| | | | | | | | PR: ports/111815 Submitted by: SXren Klintrup <soren <at> klintrup.dk> Notes: svn path=/head/; revision=190290
* o Fix install-dir typos.Norikatsu Shigemura2007-02-112-18/+21
| | | | | | | | | o Bump PORTREVISION, accordingly. Pointy hat to: myself Notes: svn path=/head/; revision=184887
* Cosmetic Change.Norikatsu Shigemura2007-02-111-5/+6
| | | | Notes: svn path=/head/; revision=184885
* Update to 10.2.0.3.Norikatsu Shigemura2007-02-114-9/+17
| | | | | | | Requested by: many people Notes: svn path=/head/; revision=184881
* Retire NO_FILTER_SHLIBS now that it no longer serves a purposeKris Kennaway2007-01-301-1/+0
| | | | Notes: svn path=/head/; revision=183680
* Update to 10.2.0.2.Norikatsu Shigemura2006-06-123-9/+9
| | | | | | | Requested by: many people Notes: svn path=/head/; revision=165235
* Remove whitespace from line endings in pkg-plist files.Vasil Dimov2006-05-121-1/+1
| | | | | | | | | | | | | Those spaces used to hinder searching for the corresponding files with portsearch -f '/FILENAME$' for obvious reasons. Although currently portsearch removes those spaces itself remove them anyway. Inspired by: ports/94078 Approved by: portmgr (during freeze: krion, then kris advised to wait; at present: erwin) Notes: svn path=/head/; revision=162181
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109
* o Remove ia64 support and Suspend amd64 support. [1]Norikatsu Shigemura2006-01-212-8/+2
| | | | | | | | | | o Fix WRKSRC. [2] Pointed out by: netchild and kris [1] Submitted by: John Prather <john.c.prather@gmail.com> [2] Notes: svn path=/head/; revision=154061
* Update to 10.2.0.1.Norikatsu Shigemura2006-01-186-16/+33
| | | | | | | | | | | Add support amd64 and ia64, but I don't test on them. Change MAINTAINERship to me. [1] Some Cosmetic Change. Requested by: alecn2002 <alecn2002@yandex.ru> (maintainer) [1] Notes: svn path=/head/; revision=153821
* Add linux-oracle-instantclient-basic 10.1.0.3, oracle 10Norikatsu Shigemura2005-05-064-0/+98
InstantClient basics. Works with Oracle RDBMS 8.1.2+. PR: ports/76166 Submitted by: Alexander Novitsky <alecn2002@yandex.ru> Oked by: thierry:-) Notes: svn path=/head/; revision=134700