non port: databases/db3/Makefile |
Number of commits found: 49 |
Monday, 23 May 2011
|
12:09 mandree
Remove databases/db3. All users were using db3+
and have in fact been using 4.0+ since 2011-04-12 (Mk/bsd.database.mk r1.57).
Chase upgrade in dependent ports and change USE_BDB to 40+.
 |
Monday, 21 Mar 2011
|
17:39 mandree
Port cleanup:
- minor whitespace cleanups
- stop abusing PATCH_DIST_STRIP, use PATCH_WRKSRC instead
- mark MAKE_JOBS_SAFE
- clean up Tcl handling - note that WITH_TCL_VER now expects the version
without a dot
- supports Tcl 8.5
- use TCL_LIBDIR and TCL_INCLUDEDIR and USE_TCL rather than guesswork
- combine, refresh, and rename patches
 |
Friday, 12 Nov 2010
|
09:03 mandree
Update MASTER_SITES.
Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com>
PR: ports/152158
Approved by: gslin@gslin.org (for db4[5-8]) (implicit, see Makefile)
 |
Sunday, 13 Jun 2010
|
11:57 mandree
Switch MAINTAINER line to FreeBSD address.
Approved by: garga (mentor, implicit)
 |
Thursday, 21 Aug 2008
|
06:18 rafan
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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)
 |
Wednesday, 8 Nov 2006
|
15:43 rafan
- Shuffle MASTER_SITES for bdb ports to share load
Requested by: Matthias Andree (maintainer)
 |
10:15 rafan
- Remove RANDOMIZE_MASTER_SITES. This is a user set variable.
Noticed by: pav
Approved by: Matthias Andree (maintainer)
 |
05:19 rafan
- Update MASTER_SITES
- Use RANDOMIZE_MASTER_SITES, USE_LDCONFIG
PR: ports/105268
Submitted by: Matthias Andree (maintainer)
 |
Saturday, 17 Jun 2006
|
11:15 itetcu
- unquote IGNORE
- install .la files and bump PORTVERSION for plist change
PR: ports/99020
Submitted by: maintainer
 |
Thursday, 4 May 2006
|
21:41 edwin
Remove USE_REINPLACE from all categories starting with D
 |
Thursday, 23 Feb 2006
|
10:40 ade
Conversion to a single libtool environment.
Approved by: portmgr (kris)
 |
Tuesday, 15 Nov 2005
|
06:52 ade
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
 |
Tuesday, 12 Apr 2005
|
03:26 obrien
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
 |
Monday, 11 Apr 2005
|
08:04 obrien
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
 |
Monday, 14 Feb 2005
|
16:19 clsung
- chase distfiles (change MASTER_SITES)
PR: ports/77505
Submitted by: Matthias Andree (maintainer)
 |
Tuesday, 6 Jul 2004
|
00:12 pav
- Add WITH_TCL_VER knob
PR: ports/60473
Submitted by: Roberto Grassi <r.grassi@obicon.it>
Approved by: maintainer
 |
Tuesday, 4 May 2004
|
19:50 krion
- Update MASTER_SITES
- Switch two ?= to = as there is no slave port, to fix portlint
warnings
- Add SIZE to distinfo
PR: ports/66259
Submitted by: maintainer
 |
Saturday, 17 Apr 2004
|
19:20 krion
- Fix configure warning
PR: 65674 65675 65676 65677 65678 65679
Submitted by: Roman Neuhauser <neuhauser at chello dot cz>
 |
Sunday, 14 Mar 2004
|
06:17 ade
Whoa there, boy, that's a mighty big commit y'all have there...
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.
 |
Thursday, 15 Jan 2004
|
13:25 krion
- support NOPORTDOCS.
- 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
 |
Monday, 29 Dec 2003
|
06:44 edwin
Make some fields ?= so it can become a master-port for for example
databases/db3-tcl
PR: ports/60473 (related)
 |
Thursday, 6 Nov 2003
|
13:45 sergei
- Pass maintainership to Matthias Andree <matthias.andree@web.de>
- Clarify COMMENT
- Fix portlint(1) warning
PR: 59002
Submitted by: Matthias Andree <matthias.andree@web.de>
 |
Sunday, 7 Sep 2003
|
14:03 nork
Fix build on recent current (by -pthread option is deprecated).
PR: ports/56551
Submitted by: KONDOU, Kazuhiro <kazuhiro@alib.jp>
 |
Thursday, 20 Feb 2003
|
17:00 knu
De-pkg-comment.
 |
Tuesday, 19 Nov 2002
|
21:06 obrien
Our configure tupple is ${ARCH}-portbld-freebsd${OSREL}.
 |
Saturday, 7 Sep 2002
|
08:44 ade
Relinquish all my ports.
 |
Thursday, 22 Aug 2002
|
19:13 ade
BerkeleyDB cleanup - stage 2
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
 |
Wednesday, 21 Aug 2002
|
21:04 ade
(1) Take over maintainership whilst unifying the Sleepycat ports
(2) Un-spam the 'Whom' line from a previous commit
 |
Thursday, 18 Jul 2002
|
17:58 sobomax
Use USE_REINPLACE.
 |
Thursday, 30 May 2002
|
23:02 petef
Sadly reset maintainership to ports@FreeBSD.org. Sergey, thanks for
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)
 |
Thursday, 23 May 2002
|
15:11 dwcjr
Update maintainer's email to match what he uses on send-pr to avoid
confusion
Submitted by: maintainer
 |
Monday, 13 May 2002
|
22:48 billf
follow the bouncing {MASTER,PATCH}_SITES
PR: ports/37978
Submitted by: Alan Eldridge <alane@geeksrus.net>
Approved by: maintainer
 |
Wednesday, 26 Dec 2001
|
02:04 ijliao
PORTEPOCH remains 1
 |
Tuesday, 25 Dec 2001
|
12:41 ijliao
fix conflict db3 with other db's db* utils now with `db3_' prefix (like in db4
port) sort pkg-plist
 |
Sunday, 7 Oct 2001
|
18:04 lioux
Location independence (by LOCALBASE) of both ltconfig and ltmain.sh
 |
Thursday, 2 Aug 2001
|
18:00 sobomax
Bump PORTEPOCH because we have decreased PORTVERSION number.
 |
Wednesday, 1 Aug 2001
|
12:51 knu
Back out the db3 update for the moment, due to the incompatibilty problem that
broke the openldap2 build.
 |
Wednesday, 25 Jul 2001
|
16:03 knu
Update to 3.3.11.
 |
Tuesday, 24 Jul 2001
|
17:19 knu
- Set DIST_SUBDIR, because filenames like patch.3.2.9.1 are too generic.
 |
17:13 knu
Properly make *.so symlinks to *.so.x. (previously all that were backwards)
 |
Friday, 22 Jun 2001
|
21:03 olgeni
Remove MANUAL_PACKAGE_BUILD, the port has no problems building the package.
 |
Monday, 14 May 2001
|
15:49 ade
Add two post-3.2.9 patches from Sleepycat themselves.
http://www.sleepycat.com/update/3.2.9/patch.3.2.9.html for more details.
 |
Thursday, 29 Mar 2001
|
16:35 sobomax
-pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
 |
Friday, 2 Feb 2001
|
12:37 kevlo
Update to version 3.2.9
 |
Wednesday, 3 Jan 2001
|
19:55 sf
make ${WRKSRC}/${CONFIGURE_SCRIPT} writable befor configure to allow building
without root privilege.
 |
Monday, 1 Jan 2001
|
10:15 will
Goodbye, YEAR2000. Hello, 2001.
 |
Friday, 22 Sep 2000
|
17:48 sobomax
Several cleanups: - properly install shared library (still needs more work);
- use pthreads; - use libtool.
 |
Saturday, 16 Sep 2000
|
23:57 will
Update to 3.1.17.
 |
Saturday, 26 Aug 2000
|
13:43 will
Update to Berkeley DB3, after repocopy from databases/db to databases/db3.
 |
Number of commits found: 49 |