aboutsummaryrefslogtreecommitdiff
path: root/databases/db3/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update MASTER_SITES.Matthias Andree2010-11-121-4/+2
| | | | | | | | | Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com> PR: ports/152158 Approved by: gslin@gslin.org (for db4[5-8]) (implicit, see Makefile) Notes: svn path=/head/; revision=264442
* Switch MAINTAINER line to FreeBSD address.Matthias Andree2010-06-131-1/+1
| | | | | | | Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=256473
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Shuffle MASTER_SITES for bdb ports to share loadRong-En Fan2006-11-081-2/+2
| | | | | | | Requested by: Matthias Andree (maintainer) Notes: svn path=/head/; revision=176820
* - Remove RANDOMIZE_MASTER_SITES. This is a user set variable.Rong-En Fan2006-11-081-1/+0
| | | | | | | | Noticed by: pav Approved by: Matthias Andree (maintainer) Notes: svn path=/head/; revision=176804
* - Update MASTER_SITESRong-En Fan2006-11-081-3/+6
| | | | | | | | | | - Use RANDOMIZE_MASTER_SITES, USE_LDCONFIG PR: ports/105268 Submitted by: Matthias Andree (maintainer) Notes: svn path=/head/; revision=176786
* - unquote IGNOREIon-Mihai Tetcu2006-06-171-3/+2
| | | | | | | | | | - install .la files and bump PORTVERSION for plist change PR: ports/99020 Submitted by: maintainer Notes: svn path=/head/; revision=165638
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - chase distfiles (change MASTER_SITES)Cheng-Lung Sung2005-02-141-2/+1
| | | | | | | | PR: ports/77505 Submitted by: Matthias Andree (maintainer) Notes: svn path=/head/; revision=128800
* - Add WITH_TCL_VER knobPav Lucistnik2004-07-061-3/+23
| | | | | | | | | PR: ports/60473 Submitted by: Roberto Grassi <r.grassi@obicon.it> Approved by: maintainer Notes: svn path=/head/; revision=113012
* - Update MASTER_SITESKirill Ponomarev2004-05-041-3/+4
| | | | | | | | | | | | - Switch two ?= to = as there is no slave port, to fix portlint warnings - Add SIZE to distinfo PR: ports/66259 Submitted by: maintainer Notes: svn path=/head/; revision=108396
* - Fix configure warningKirill Ponomarev2004-04-171-2/+2
| | | | | | | | PR: 65674 65675 65676 65677 65678 65679 Submitted by: Roman Neuhauser <neuhauser at chello dot cz> Notes: svn path=/head/; revision=107370
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* - support NOPORTDOCS.Kirill Ponomarev2004-01-151-0/+9
| | | | | | | | | | | | | | - replace pkg-plist bloat by PORTDOCS=* - don't patch docdir in Makefile, pass it as make argument instead - kill empty "splash" directory at install time already - bump PORTREVISION PR: 61378 Submitted by: maintainer Notes: svn path=/head/; revision=98203
* Make some fields ?= so it can become a master-port for for exampleEdwin Groothuis2003-12-291-2/+2
| | | | | | | | | databases/db3-tcl PR: ports/60473 (related) Notes: svn path=/head/; revision=96855
* - Pass maintainership to Matthias Andree <matthias.andree@web.de>Sergei Kolobov2003-11-061-3/+3
| | | | | | | | | | | - Clarify COMMENT - Fix portlint(1) warning PR: 59002 Submitted by: Matthias Andree <matthias.andree@web.de> Notes: svn path=/head/; revision=93239
* Fix build on recent current (by -pthread option is deprecated).Norikatsu Shigemura2003-09-071-1/+1
| | | | | | | | PR: ports/56551 Submitted by: KONDOU, Kazuhiro <kazuhiro@alib.jp> Notes: svn path=/head/; revision=88687
* De-pkg-comment.Akinori MUSHA2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75951
* Our configure tupple is ${ARCH}-portbld-freebsd${OSREL}.David E. O'Brien2002-11-191-1/+1
| | | | Notes: svn path=/head/; revision=70519
* 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
* 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
* Relinquish all my ports.Ade Lovett2002-09-071-1/+1
| | | | Notes: svn path=/head/; revision=65776
* BerkeleyDB cleanup - stage 2Ade Lovett2002-08-221-2/+1
| | | | | | | | Update databases/db3 to 3.3.11, and fix the few ports that need sorting after the shlib version update, and a slight API change from 3.2.x->3.3.x Notes: svn path=/head/; revision=64836
* (1) Take over maintainership whilst unifying the Sleepycat portsAde Lovett2002-08-211-2/+2
| | | | | | | (2) Un-spam the 'Whom' line from a previous commit Notes: svn path=/head/; revision=64773
* Use USE_REINPLACE.Maxim Sobolev2002-07-181-2/+3
| | | | Notes: svn path=/head/; revision=63210
* Sadly reset maintainership to ports@FreeBSD.org. Sergey, thanks forPete Fritchman2002-05-301-2/+2
| | | | | | | | | | your hard work on these & I hope to see you contribute more. PR: 38750 Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru> (previous maintainer) Notes: svn path=/head/; revision=60331
* Update maintainer's email to match what he uses on send-pr to avoidDavid W. Chapman Jr.2002-05-231-2/+2
| | | | | | | | | confusion Submitted by: maintainer Notes: svn path=/head/; revision=59802
* follow the bouncing {MASTER,PATCH}_SITESBill Fumerola2002-05-131-2/+2
| | | | | | | | | PR: ports/37978 Submitted by: Alan Eldridge <alane@geeksrus.net> Approved by: maintainer Notes: svn path=/head/; revision=59031
* PORTEPOCH remains 1Ying-Chieh Liao2001-12-261-1/+1
| | | | | | | Submitted by: Joe Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=52185
* fix conflict db3 with other db'sYing-Chieh Liao2001-12-251-2/+2
| | | | | | | | | | | db* utils now with `db3_' prefix (like in db4 port) sort pkg-plist PR: 33165 Submitted by: maintainer Notes: svn path=/head/; revision=52156
* Location independence (by LOCALBASE) of both ltconfig and ltmain.shMario Sergio Fujikawa Ferreira2001-10-071-0/+1
| | | | | | | | | PR: 30920 Submitted by: MAINTAINER Prompted by: Mike Meyer <mwm@mired.org> Notes: svn path=/head/; revision=48528
* Bump PORTEPOCH because we have decreased PORTVERSION number.Maxim Sobolev2001-08-021-0/+1
| | | | | | | Overlooked by: knu Notes: svn path=/head/; revision=45742
* Back out the db3 update for the moment, due to the incompatibiltyAkinori MUSHA2001-08-011-4/+12
| | | | | | | problem that broke the openldap2 build. Notes: svn path=/head/; revision=45699
* Update to 3.3.11.Akinori MUSHA2001-07-251-12/+4
| | | | | | | | PR: ports/29220 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> (MAINTAINER) Notes: svn path=/head/; revision=45471
* - Set DIST_SUBDIR, because filenames like patch.3.2.9.1 are too generic.Akinori MUSHA2001-07-241-1/+2
| | | | | | | - Replace $(..) with ${..}. Notes: svn path=/head/; revision=45445
* Properly make *.so symlinks to *.so.x. (previously all that wereAkinori MUSHA2001-07-241-1/+1
| | | | | | | | | | backwards) PR: ports/27065 Submitted by: Barry Pederson <bpederson@geocities.com> Notes: svn path=/head/; revision=45443
* Remove MANUAL_PACKAGE_BUILD, the port has no problems building the package.Jimmy Olgeni2001-06-221-1/+0
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=44330
* Add two post-3.2.9 patches from Sleepycat themselves.Ade Lovett2001-05-141-0/+5
| | | | | | | | | | http://www.sleepycat.com/update/3.2.9/patch.3.2.9.html for more details. Approved by: maintainer Obtained from: Sleepycat Notes: svn path=/head/; revision=42586
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-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. Notes: svn path=/head/; revision=40539
* Update to version 3.2.9Kevin Lo2001-02-021-1/+1
| | | | | | | | PR: 24796 Submitted by: MAINTAINER Notes: svn path=/head/; revision=37907
* make ${WRKSRC}/${CONFIGURE_SCRIPT} writable befor configure to allowFUJISHIMA Satsuki2001-01-031-0/+3
| | | | | | | | | | building without root privilege. PR: 21951 Submitted by: Kawata Masahiko <m-kawata@cd.jp.nec.com> Notes: svn path=/head/; revision=36668
* Goodbye, YEAR2000. Hello, 2001.Will Andrews2001-01-011-2/+0
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=36564
* Several cleanups:Maxim Sobolev2000-09-221-3/+7
| | | | | | | | | | | | - properly install shared library (still needs more work); - use pthreads; - use libtool. PR: 21470 (partially) Submitted by: maintainer Notes: svn path=/head/; revision=33015
* Update to 3.1.17.Will Andrews2000-09-161-1/+1
| | | | | | | | PR: 21227 Submitted by: maintainer Notes: svn path=/head/; revision=32733
* Update to Berkeley DB3, after repocopy from databases/db to databases/db3.Will Andrews2000-08-261-22/+12
| | | | | | | | PR: 20763 Submitted by: Sergey A. Osokin <ozz@FreeBSD.org.ru> Notes: svn path=/head/; revision=31997
* 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