Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump PORTEPOCH because we have decreased PORTVERSION number. | sobomax | 2001-08-02 | 1 | -0/+1 |
| | | | | Overlooked by: knu | ||||
* | Back out the db3 update for the moment, due to the incompatibilty | knu | 2001-08-01 | 5 | -526/+479 |
| | | | | problem that broke the openldap2 build. | ||||
* | Do not create ${PREFIX}/lib/libdb.so and ${PREFIX}/lib/libdb_cxx.so | knu | 2001-08-01 | 2 | -9/+9 |
| | | | | | | | links. PR: ports/29304 Submitted by: "Sergey A.Osokin" <osa@FreeBSD.org.ru> (MAINTAINER) | ||||
* | Fix missing libs in databases/db3 package-list. | tobez | 2001-07-27 | 1 | -0/+4 |
| | | | | | PR: 29230 Submitted by: maintainer | ||||
* | Update to 3.3.11. | knu | 2001-07-25 | 5 | -471/+514 |
| | | | | | PR: ports/29220 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> (MAINTAINER) | ||||
* | Update to reflect setting DIST_SUBDIR. Checksums didn't change, just | dd | 2001-07-25 | 1 | -3/+3 |
| | | | | | | | | the paths. PR: 29195, 29207 Submitted by: Steve Coltrin <spcoltri@hrothgar.omcl.org> and Edwin Groothuis <edwin@mavetju.org>, respectively | ||||
* | - Set DIST_SUBDIR, because filenames like patch.3.2.9.1 are too generic. | knu | 2001-07-24 | 1 | -1/+2 |
| | | | | - Replace $(..) with ${..}. | ||||
* | Properly make *.so symlinks to *.so.x. (previously all that were | knu | 2001-07-24 | 3 | -17/+32 |
| | | | | | | | backwards) PR: ports/27065 Submitted by: Barry Pederson <bpederson@geocities.com> | ||||
* | Remove MANUAL_PACKAGE_BUILD, the port has no problems building the package. | olgeni | 2001-06-22 | 1 | -1/+0 |
| | | | | Approved by: maintainer | ||||
* | Add two post-3.2.9 patches from Sleepycat themselves. | ade | 2001-05-14 | 2 | -0/+7 |
| | | | | | | | http://www.sleepycat.com/update/3.2.9/patch.3.2.9.html for more details. Approved by: maintainer Obtained from: Sleepycat | ||||
* | -pthread --> ${PTHREAD_LIBS} | sobomax | 2001-03-29 | 1 | -1/+1 |
| | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. | ||||
* | Make the library installation permission safe. | lioux | 2001-02-09 | 1 | -3/+19 |
| | | | | Approved by: MAINTAINER | ||||
* | Fix sominor version. | kevlo | 2001-02-08 | 2 | -4/+4 |
| | | | | | PR: 24894 Submitted by: MAINTAINER | ||||
* | Update to version 3.2.9 | kevlo | 2001-02-02 | 3 | -14/+74 |
| | | | | | PR: 24796 Submitted by: MAINTAINER | ||||
* | make ${WRKSRC}/${CONFIGURE_SCRIPT} writable befor configure to allow | sf | 2001-01-03 | 1 | -0/+3 |
| | | | | | | | building without root privilege. PR: 21951 Submitted by: Kawata Masahiko <m-kawata@cd.jp.nec.com> | ||||
* | Goodbye, YEAR2000. Hello, 2001. | will | 2001-01-01 | 1 | -2/+0 |
| | | | | Approved by: asami | ||||
* | Several cleanups: | sobomax | 2000-09-22 | 4 | -14/+31 |
| | | | | | | | | | - properly install shared library (still needs more work); - use pthreads; - use libtool. PR: 21470 (partially) Submitted by: maintainer | ||||
* | Update to 3.1.17. | will | 2000-09-16 | 3 | -3/+7 |
| | | | | | PR: 21227 Submitted by: maintainer | ||||
* | Update to Berkeley DB3, after repocopy from databases/db to databases/db3. | will | 2000-08-26 | 6 | -1084/+766 |
| | | | | | PR: 20763 Submitted by: Sergey A. Osokin <ozz@FreeBSD.org.ru> | ||||
* | Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the | asami | 2000-06-16 | 1 | -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 | ||||
* | Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with | sobomax | 2000-06-16 | 2 | -3/+2 |
| | | | | ldconfig in PLIST need personal consideration. | ||||
* | Add support for building db2 shared library. | sobomax | 2000-06-06 | 2 | -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> | ||||
* | update with the new PORTNAME/PORTVERSION variables | mharo | 2000-04-08 | 1 | -5/+5 |
| | |||||
* | Fix PLIST to remove the plethora of directories created upon installation. | billf | 2000-02-23 | 1 | -0/+83 |
| | | | | | PR: ports/16936 Submitted by: wollman | ||||
* | Upgrade to 2.7.7 / fix distfile-Fennerage | billf | 1999-11-23 | 2 | -3/+3 |
| | |||||
* | echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff | mharo | 1999-08-27 | 1 | -9/+9 |
| | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} | ||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Upgrade to latest version. | markm | 1999-07-10 | 2 | -5/+5 |
| | | | | OK'ed by: maintainer | ||||
* | As threatened, enforce the "Capital, no period" rule. Ellipses are | hoek | 1999-06-26 | 1 | -1/+1 |
| | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. | ||||
* | Move WWW_SITE to pkg/DESCR:WWW from Makefile | scrappy | 1999-04-14 | 2 | -3/+2 |
| | |||||
* | Proper URLs that reference directories end in '/' | billf | 1999-04-08 | 1 | -2/+2 |
| | |||||
* | oops, restore MANUAL_PACKAGE_BUILD | ache | 1999-03-29 | 1 | -1/+2 |
| | |||||
* | install examples too | ache | 1999-03-29 | 2 | -0/+22 |
| | |||||
* | change db-specific prefix to shorter one - db2 | ache | 1999-03-28 | 2 | -457/+466 |
| | | | | it also match some ports expectations | ||||
* | upgrade to 2.7.3, old distfile is not available in anycase | ache | 1999-03-28 | 4 | -75/+478 |
| | | | | install in the way that not interfere with libc db | ||||
* | Commit all Y2K/WWW_SITE changes to Makefiles... | scrappy | 1999-03-11 | 1 | -1/+2 |
| | |||||
* | More Y2K Statement Links... | scrappy | 1999-01-13 | 1 | -1/+3 |
| | |||||
* | Long live feminism! No manpages! Nyah-hah-hah! | hoek | 1998-08-17 | 1 | -31/+0 |
| | |||||
* | Upgrade to v2.3.16 | jfitz | 1998-01-26 | 2 | -6/+15 |
| | | | | Submitted-by: Josh Tiefenbach <josh@ican.net> | ||||
* | Oops, what was I thinking. Put MANUAL_PACKAGE_BUILD to the right place. | asami | 1997-11-22 | 1 | -3/+2 |
| | |||||
* | Define MANUAL_PACKAGE_BUILD -- it is incompatible with the one in the system. | asami | 1997-11-22 | 1 | -1/+3 |
| | |||||
* | Upgradet to v2.3.12 | jfitz | 1997-11-11 | 3 | -10/+16 |
| | | | | Submitted by: "Josh Tiefenbach" <josh@ican.net> | ||||
* | Update to description file | jfitz | 1997-10-31 | 1 | -3/+5 |
| | | | | Submitted by: Josh Tiefenbach <josh@ican.net> | ||||
* | Upgrade to v2.3.11 | jfitz | 1997-10-03 | 4 | -12/+70 |
| | | | | Submitted by: Josh Tiefenbach <josh@ican.net> | ||||
* | Upgrade to v2.2.6 | jfitz | 1997-09-05 | 3 | -5/+9 |
| | | | | Submitted by: Josh Tiefenbach <josh@ican.net> | ||||
* | Fix pkg/COMMENT to not use the specific version number | jfitz | 1997-07-15 | 1 | -1/+1 |
| | | | | Submitted by: itojun@itojun.org | ||||
* | Import of Berkely DB 2.0 | jfitz | 1997-06-13 | 5 | -0/+76 |
Submitted by: Josh Tiefenbach <josh@ican.net> |