aboutsummaryrefslogtreecommitdiff
path: root/databases/db2/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - update MASTER_SITESKirill Ponomarev2004-05-051-1/+7
| | | | | | | | | | | | | | | | - add support for NOPORTDOCS flag, splitting the package's install: target into install and install_docs (files/patch-aa) - files/patch-aa now contains files/patch-ad change, -ad addressed the same file - files/patch-ad is removed - replace pkg-plist documentation by PORTDOCS= * in Makefile - replace explicit examples path by %%EXAMPLESDIR%% PR: ports/66260 Submitted by: maintainer Notes: svn path=/head/; revision=108478
* - tar -> ${TAR} (since we have now a bsdtar ;)Clement Laforet2004-04-071-2/+2
| | | | Notes: svn path=/head/; revision=106396
* Correct DISTNAMEKris Kennaway2004-01-311-0/+1
| | | | | | | Pointy hat to: kris Notes: svn path=/head/; revision=99566
* Rename db to db2 for consistencyKris Kennaway2004-01-291-1/+1
| | | | Notes: svn path=/head/; revision=99392
* De-pkg-comment.Akinori MUSHA2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75951
* Remove broken Y2K link.Tilman Keskinoz2003-01-241-2/+0
| | | | | | | | PR: 47427 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=73958
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-101-2/+0
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Remove -fnopermissveTilman Keskinoz2002-11-081-1/+0
| | | | | | | | PR: Craig Rodrigues <rodrigc@attbi.com> Submitted by: 42785 Notes: svn path=/head/; revision=69745
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-061-0/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Unbreak on current. This should unlock another 6 packages that depend on db2.Maxim Sobolev2002-10-211-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=68498
* Relinquish all my ports.Ade Lovett2002-09-071-1/+1
| | | | Notes: svn path=/head/; revision=65776
* Take over maintainership of this one, too. Previous maintainer bounces.Ade Lovett2002-08-221-1/+1
| | | | | | | | | josh@ican.net SMTP error from remote mailer after RCPT TO:<josh@ican.net>: host smtp.primus.ca [216.254.136.21]: 550 Unknown local part josh in <josh@ican.net> Notes: svn path=/head/; revision=64791
* Bumped portrevision for previous commit (sorry, it's late, I forgot), sinceAlan Eldridge2002-08-141-0/+1
| | | | | | | it affects what is installed, although the pkg-plist doesn't change. Notes: svn path=/head/; revision=64492
* Fix failure to build package due to apparent source tarball change. No ideaAlan Eldridge2002-08-141-2/+3
| | | | | | | | | | how long it's been broken. Maintainer email address bounces. Committing w/o timeout because of package failure and upcoming 4.7 release. PR: 41656 Notes: svn path=/head/; revision=64491
* Download site directory structure changedPatrick Li2002-05-141-1/+1
| | | | | | | | | PR: 37979 Submitted by: Alan Eldridge <ports@geeksrus.net> Approved by: maintainer mail bounce Notes: svn path=/head/; revision=59050
* Remove MANUAL_PACKAGE_BUILD, the port packages just fine.Jimmy Olgeni2001-06-221-1/+0
| | | | Notes: svn path=/head/; revision=44331
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-161-1/+2
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-5/+5
| | | | Notes: svn path=/head/; revision=27418
* Upgrade to 2.7.7 / fix distfile-FennerageBill Fumerola1999-11-231-2/+2
| | | | Notes: svn path=/head/; revision=23271
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-9/+9
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21032
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* Upgrade to latest version.Mark Murray1999-07-101-4/+4
| | | | | | | OK'ed by: maintainer Notes: svn path=/head/; revision=20146
* Move WWW_SITE to pkg/DESCR:WWW from MakefileMarc G. Fournier1999-04-141-2/+1
| | | | Notes: svn path=/head/; revision=17863
* Proper URLs that reference directories end in '/'Bill Fumerola1999-04-081-2/+2
| | | | Notes: svn path=/head/; revision=17742
* oops, restore MANUAL_PACKAGE_BUILDAndrey A. Chernov1999-03-291-1/+2
| | | | Notes: svn path=/head/; revision=17425
* install examples tooAndrey A. Chernov1999-03-291-0/+4
| | | | Notes: svn path=/head/; revision=17420
* upgrade to 2.7.3, old distfile is not available in anycaseAndrey A. Chernov1999-03-281-25/+5
| | | | | | | install in the way that not interfere with libc db Notes: svn path=/head/; revision=17416
* Commit all Y2K/WWW_SITE changes to Makefiles...Marc G. Fournier1999-03-111-1/+2
| | | | Notes: svn path=/head/; revision=17141
* More Y2K Statement Links...Marc G. Fournier1999-01-131-1/+3
| | | | Notes: svn path=/head/; revision=16024
* Upgrade to v2.3.16James FitzGibbon1998-01-261-5/+14
| | | | | | | Submitted-by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=9470
* Oops, what was I thinking. Put MANUAL_PACKAGE_BUILD to the right place.Satoshi Asami1997-11-221-3/+2
| | | | Notes: svn path=/head/; revision=8742
* Define MANUAL_PACKAGE_BUILD -- it is incompatible with the one in the system.Satoshi Asami1997-11-221-1/+3
| | | | Notes: svn path=/head/; revision=8740
* Upgradet to v2.3.12James FitzGibbon1997-11-111-4/+4
| | | | | | | Submitted by: "Josh Tiefenbach" <josh@ican.net> Notes: svn path=/head/; revision=8584
* Upgrade to v2.3.11James FitzGibbon1997-10-031-6/+22
| | | | | | | Submitted by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=8094
* Upgrade to v2.2.6James FitzGibbon1997-09-051-4/+4
| | | | | | | Submitted by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=7783
* Import of Berkely DB 2.0James FitzGibbon1997-06-131-0/+27
Submitted by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=6913