summaryrefslogtreecommitdiff
path: root/databases/db2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | - these include comms/ converters/ databases/ devel/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170639
* - Fix fetch by using MASTER_SITE_PERL_CPANMichael Johnson2006-05-241-1/+2
| | | | | | | | PR: 97854 Submitted by: Shaun Amott <shaun@inerd.com> Notes: svn path=/head/; revision=163321
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149245
* Fix typos and reword to make a little bit clearer.Mark Linimon2004-06-301-3/+3
| | | | | | | | PR: docs/68450 Submitted by: Michel Lavondes <fox at vader dot aacc dot cc dot md dot us> Notes: svn path=/head/; revision=112582
* - update MASTER_SITESKirill Ponomarev2004-05-054-563/+41
| | | | | | | | | | | | | | | | - 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
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+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
* Use -fPIC instead of -fpic to fix build on sparc64Kris Kennaway2002-12-031-0/+11
| | | | Notes: svn path=/head/; revision=71345
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | 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-083-1/+22
| | | | | | | | 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-062-1/+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
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | | | | the later case Notes: svn path=/head/; revision=50301
* 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-162-3/+2
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* Add support for building db2 shared library.Maxim Sobolev2000-06-062-5/+487
| | | | | | | | | | | | | "A somewhat cumbersome update to db to have it build a shared lib. Ports depending on it will now be able to use a simple LIB_DEPENDS instead of a semantically incorrect RUN_DEPENDS." PR: 19035 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> Notes: svn path=/head/; revision=29268
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-5/+5
| | | | Notes: svn path=/head/; revision=27418
* Fix PLIST to remove the plethora of directories created upon installation.Bill Fumerola2000-02-231-0/+83
| | | | | | | | PR: ports/16936 Submitted by: wollman Notes: svn path=/head/; revision=26212
* Upgrade to 2.7.7 / fix distfile-FennerageBill Fumerola1999-11-232-3/+3
| | | | 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-102-5/+5
| | | | | | | OK'ed by: maintainer Notes: svn path=/head/; revision=20146
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Move WWW_SITE to pkg/DESCR:WWW from MakefileMarc G. Fournier1999-04-142-3/+2
| | | | 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-292-0/+22
| | | | Notes: svn path=/head/; revision=17420
* change db-specific prefix to shorter one - db2Andrey A. Chernov1999-03-282-457/+466
| | | | | | | it also match some ports expectations Notes: svn path=/head/; revision=17419
* upgrade to 2.7.3, old distfile is not available in anycaseAndrey A. Chernov1999-03-284-75/+478
| | | | | | | 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
* Long live feminism! No manpages! Nyah-hah-hah!Tim Vanderhoek1998-08-171-31/+0
| | | | Notes: svn path=/head/; revision=12573
* Upgrade to v2.3.16James FitzGibbon1998-01-262-6/+15
| | | | | | | 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-113-10/+16
| | | | | | | Submitted by: "Josh Tiefenbach" <josh@ican.net> Notes: svn path=/head/; revision=8584
* Update to description fileJames FitzGibbon1997-10-311-3/+5
| | | | | | | Submitted by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=8428
* Upgrade to v2.3.11James FitzGibbon1997-10-034-12/+70
| | | | | | | Submitted by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=8094
* Upgrade to v2.2.6James FitzGibbon1997-09-053-5/+9
| | | | | | | Submitted by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=7783
* Fix pkg/COMMENT to not use the specific version numberJames FitzGibbon1997-07-151-1/+1
| | | | | | | Submitted by: itojun@itojun.org Notes: svn path=/head/; revision=7348