aboutsummaryrefslogtreecommitdiff
path: root/databases/db42
Commit message (Collapse)AuthorAgeFilesLines
* - Remove manual fix for FreeBSD 10.x as the FreeBSD 10.x workaround inBeat Gaetzi2012-01-221-2/+0
| | | | | | | | | bsd.port.mk also handles configure script outside of WRKSRC. Exp-runs by: miwi Notes: svn path=/head/; revision=289626
* - Fix build on FreeBSD 10. Apply manual fix as the configure script isKoop Mast2011-10-291-0/+2
| | | | | | | | | | outside of WRKSRC and the WITH_FBSD10_FIX knob doesn't work in this case. Approved by: portmgr (miwi) Notes: svn path=/head/; revision=284663
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-2/+0
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Get Rid MD5 supportMartin Wilke2011-03-201-6/+0
| | | | Notes: svn path=/head/; revision=271346
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Update WWW: links for db* ports in pkg-descr.Matthias Andree2010-11-121-1/+1
| | | | Notes: svn path=/head/; revision=264443
* 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
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* 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
* Fix build after objformat removalKris Kennaway2007-02-071-1/+1
| | | | | | | | Submitted by: maintainer PR: 108771 Notes: svn path=/head/; revision=184464
* - Remove RANDOMIZE_MASTER_SITES. This is a user set variable.Rong-En Fan2006-11-081-2/+0
| | | | | | | | Noticed by: pav Approved by: Matthias Andree (maintainer) Notes: svn path=/head/; revision=176804
* - Update MASTER_SITESRong-En Fan2006-11-083-5/+13
| | | | | | | | | | | - Use RANDOMIZE_MASTER_SITES, USE_LDCONFIG - Add patch.4.2.52.5 from vendor PR: ports/105270 Submitted by: Matthias Andree (maintainer) Notes: svn path=/head/; revision=176787
* - Distfiles are rerolled. Removed Java rpc_server and update some copyrights ↵Marcus Alves Grando2006-04-142-4/+3
| | | | | | | | | | | | to 2006. - portlint(1) PR: 95623 Submitted by: maintainer Notes: svn path=/head/; revision=159452
* SHA256ifyEdwin Groothuis2006-01-221-0/+5
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* 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
* Add two SleepyCat patches to fix:Yen-Ming Lee2005-04-132-2/+7
| | | | | | | | | | | | | - log sequence error and missing data when transactional database is walked with a cursor after being loaded non-transactionally - memory leak when repeatedly opening/closing database environments PR: 79842 Submitted by: maintainer Notes: svn path=/head/; revision=133207
* Add an advisory variable that mark this port as not being a slave port.Mark Linimon2005-04-051-0/+2
| | | | | | | | | | | For whatever reason, the default assignments of this variable is wrong. This only affects FreshPorts and portsmon. Approved by: maintainer Notes: svn path=/head/; revision=132580
* - chase distfiles (change MASTER_SITES)Cheng-Lung Sung2005-02-151-1/+1
| | | | | | | | PR: ports/77510 Submitted by: Matthias Andree (maintainer) Notes: svn path=/head/; revision=128879
* Workaround a problem with fast-mutexes on amd64.Tilman Keskinoz2004-06-261-1/+7
| | | | | | | | Idea from: db41 port. Discovered by: upcoming ice port. Notes: svn path=/head/; revision=112313
* Fix 'make reinstall'Andrey A. Chernov2004-06-141-1/+1
| | | | | | | Submitted by: maintainer Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=111448
* - Build + install RPC serverKirill Ponomarev2004-05-273-1/+4
| | | | | | | | | PR: ports/67239 Submitted by: maintainer Requested by: brooks Notes: svn path=/head/; revision=110120
* This patch is a convenience patch to allow broken port tools to continueOliver Eikemeier2004-03-192-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to go about their rotten business. It is issued without acknowledgment of any obligation, in response to ports/64393. The patch does NOT bump PORTREVISION as the change is invisible for the port's or package's users. $FreeBSD$ is sufficient. I also refute any "bug" with respect to the the porter's handbook's pages referenced in ports/64393, my port has not written anything after bsd.port.mk and portlint has nothing to complain about (only that it can't figure "patch" is legal in a PATCHFILES variable). Informational: tools that assume .include <bsd.port.[post.]mk> was the last line in a port's makefile are broken. They should be comparing the output of realpath $(make -V MASTERDIR) against the output of realpath $(pwd) instead: -bash-2.05b$ realpath $(pwd) /usr/home/ma/db42 -bash-2.05b$ realpath $(make -V MASTERDIR) /usr/home/ma/db42 -bash-2.05b$ cd ../db42-nocrypto # switch to slave's port directory -bash-2.05b$ realpath $(make -V MASTERDIR) /usr/home/ma/db42 -bash-2.05b$ realpath $(pwd) /usr/home/ma/db42-nocrypto PR: 64479 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=104667
* Revert previous commit. Local changes here masked the fact that thisMark Linimon2004-03-031-0/+2
| | | | | | | | | | change would break the port for other users. Noticed by: Rolandas Naujikas <rolnas@takas.lt> Pointy hat to: linimon@FreeBSD.org Notes: svn path=/head/; revision=102809
* Remove redundant definition of MASTERDIR (sets MASTERDIR back toMark Linimon2004-03-031-2/+0
| | | | | | | | | default). Reviewed by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=102778
* - add USE_LIBTOOL supportClement Laforet2004-02-261-4/+5
| | | | | | | | PR: 63316 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=102152
* * Add vendor patch.4.2.52.2Oliver Eikemeier2004-02-242-2/+6
| | | | | | | | | | | * Bump portrevision. * Add SIZE to distinfo. PR: 63306 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=101975
* - Install libdb-4.2.so and libdb_cxx-4.2.so so that gcc -ldb-4.2Kirill Ponomarev2004-01-143-0/+4
| | | | | | | | | | | works. These are symlinks to libdb*-4.2.so.2 (the SONAME). - Bump PORTREVISION PR: 61283 Submitted by: maintainer Notes: svn path=/head/; revision=98172
* Add Berkeley DB 4.2.52 after repocopy from db41.Pav Lucistnik2004-01-098-1192/+109
| | | | | | | | | | | | | | | | | | | | Note to other porters who want their port to depend on this one: Use LIB_DEPENDS=db-4.2.2:${PORTSDIR}/databases/db42-nocrypto Usually, setting CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include/db42" LDFLAGS="-L${LOCALBASE}/lib/db42" LIBS="-ldb-4.2" will then work to get the right DB library. At run time, the proper library will be looked up by its SONAME, which is "libdb-4.2.so.2" and resides in /usr/local/lib. PR: ports/60943 Submitted by: Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=97758
* Fix build on recent current (by -pthread option is deprecated).Norikatsu Shigemura2003-09-081-2/+2
| | | | | | | | | PR: ports/56551 Submitted by: KONDOU, Kazuhiro <kazuhiro@alib.jp> Approved by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=88809
* update databases/db41: pkg-descr changeDaichi GOTO2003-07-091-5/+2
| | | | | | | | | PR: 53866 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Pointed out by: Chris Pepper <pepper@rockefeller.edu> Notes: svn path=/head/; revision=84511
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76031
* Remove RESTRICTED tag with cryptography relation.Norikatsu Shigemura2003-02-161-4/+0
| | | | | | | Pointed out by: kris Notes: svn path=/head/; revision=75658
* o Add "RESTRICTED" tag since db41 contains strong cryptography (Rijndael),Norikatsu Shigemura2003-02-162-4/+12
| | | | | | | | | | o Prepares for the db41-nocrypto port. PR: ports/48225 Submitted by: Matthias Andree <matthias.andree@web.de> (maintainer) Notes: svn path=/head/; revision=75636
* Add db41-4.1.25 after a repocopy from databases/db4.Pete Fritchman2003-01-077-947/+1020
| | | | | | | | PR: 46755 Submitted by: Matthias Andree <matthias.andree@web.de> Notes: svn path=/head/; revision=72657
* Backout the recent upgrade to 4.1.25 (roll back to 4.0.14). It is aPete Fritchman2003-01-054-982/+908
| | | | | | | | | | | | | | | | non-compatible upgrade, and most other ports using db4 weren't ready for it. The new 4.1.25 version will appear in a db41 port soon. Also make the dump185 utility build (fix a typo), and bump PORTEPOCH. Give maintainership to the submitter (from ports@). PR: 46755 Submitted by: Matthias Andree <matthias.andree@web.de> (new maintainer) Pointy hat to: ijliao Notes: svn path=/head/; revision=72549
* fix plist and utilize DOCSDIRYing-Chieh Liao2003-01-041-876/+952
| | | | Notes: svn path=/head/; revision=72508
* upgrade to 4.1.25Ying-Chieh Liao2003-01-033-31/+30
| | | | | | | | PR: 46588 Submitted by: Ports Fury Notes: svn path=/head/; revision=72463
* fix make package errorYing-Chieh Liao2002-11-211-1/+0
| | | | | | | Noted by: kris Notes: svn path=/head/; revision=70634
* - Do not install useless .la filesYing-Chieh Liao2002-11-204-894/+931
| | | | | | | | | | - Utilize NOPORTDOCS PR: 45446 Submitted by: Ports Fury Notes: svn path=/head/; revision=70588
* 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
* 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
* Relinquish all my ports.Ade Lovett2002-09-071-1/+1
| | | | Notes: svn path=/head/; revision=65776
* ${PERL} -> ${REINPLACE_CMD}David W. Chapman Jr.2002-09-011-2/+3
| | | | | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net Notes: svn path=/head/; revision=65426
* (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
* 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
* Download site directory structure changedPatrick Li2002-05-141-1/+1
| | | | | | | | PR: 38068 Submitted by: maintainer Notes: svn path=/head/; revision=59106
* patch for 4.0.14Ying-Chieh Liao2001-12-249-888/+1072
| | | | | | | | PR: 32533 Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru> (maintainer) Notes: svn path=/head/; revision=52089
* 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