non port: databases/db3/Makefile |
SVNWeb
|
Number of commits found: 49 |
Mon, 23 May 2011
|
[ 12:09 mandree ] (Only the first 10 of 14 ports in this commit are shown above. )
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+.
|
Mon, 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
|
Fri, 12 Nov 2010
|
[ 09:03 mandree ] (Only the first 10 of 12 ports in this commit are shown above. )
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)
|
Sun, 13 Jun 2010
|
[ 11:57 mandree ] (Only the first 10 of 19 ports in this commit are shown above. )
Switch MAINTAINER line to FreeBSD address.
Approved by: garga (mentor, implicit)
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Wed, 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)
|
Sat, 17 Jun 2006
|
[ 11:15 itetcu ]
- unquote IGNORE
- install .la files and bump PORTVERSION for plist change
PR: ports/99020
Submitted by: maintainer
|
Thu, 4 May 2006
|
[ 21:41 edwin ] (Only the first 10 of 364 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with D
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
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.
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Mon, 14 Feb 2005
|
[ 16:19 clsung ]
- chase distfiles (change MASTER_SITES)
PR: ports/77505
Submitted by: Matthias Andree (maintainer)
|
Tue, 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
|
Tue, 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
|
Sat, 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>
|
Sun, 14 Mar 2004
|
[ 06:17 ade ] (Only the first 10 of 945 ports in this commit are shown above. )
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.
|
Thu, 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
|
Mon, 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)
|
Thu, 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>
|
Sun, 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>
|
Thu, 20 Feb 2003
|
[ 17:00 knu ] (Only the first 10 of 74 ports in this commit are shown above. )
De-pkg-comment.
|
Tue, 19 Nov 2002
|
[ 21:06 obrien ]
Our configure tupple is ${ARCH}-portbld-freebsd${OSREL}.
|
Sat, 7 Sep 2002
|
[ 08:44 ade ] (Only the first 10 of 13 ports in this commit are shown above. )
Relinquish all my ports.
|
Thu, 22 Aug 2002
|
[ 19:13 ade ] (Only the first 10 of 34 ports in this commit are shown above. )
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
|
Wed, 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
|
Thu, 18 Jul 2002
|
[ 17:58 sobomax ]
Use USE_REINPLACE.
|
Thu, 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)
|
Thu, 23 May 2002
|
[ 15:11 dwcjr ]
Update maintainer's email to match what he uses on send-pr to avoid
confusion
Submitted by: maintainer
|
Mon, 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
|
Wed, 26 Dec 2001
|
[ 02:04 ijliao ]
PORTEPOCH remains 1
|
Tue, 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
|
Sun, 7 Oct 2001
|
[ 18:04 lioux ]
Location independence (by LOCALBASE) of both ltconfig and ltmain.sh
|
Thu, 2 Aug 2001
|
[ 18:00 sobomax ]
Bump PORTEPOCH because we have decreased PORTVERSION number.
|
Wed, 1 Aug 2001
|
[ 12:51 knu ]
Back out the db3 update for the moment, due to the incompatibilty problem that
broke the openldap2 build.
|
Wed, 25 Jul 2001
|
[ 16:03 knu ]
Update to 3.3.11.
|
Tue, 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)
|
Fri, 22 Jun 2001
|
[ 21:03 olgeni ]
Remove MANUAL_PACKAGE_BUILD, the port has no problems building the package.
|
Mon, 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.
|
Thu, 29 Mar 2001
|
[ 16:35 sobomax ] (Only the first 10 of 166 ports in this commit are shown above. )
-pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
|
Fri, 2 Feb 2001
|
[ 12:37 kevlo ]
Update to version 3.2.9
|
Wed, 3 Jan 2001
|
[ 19:55 sf ]
make ${WRKSRC}/${CONFIGURE_SCRIPT} writable befor configure to allow building
without root privilege.
|
Mon, 1 Jan 2001
|
[ 10:15 will ] (Only the first 10 of 51 ports in this commit are shown above. )
Goodbye, YEAR2000. Hello, 2001.
|
Fri, 22 Sep 2000
|
[ 17:48 sobomax ]
Several cleanups: - properly install shared library (still needs more work);
- use pthreads; - use libtool.
|
Sat, 16 Sep 2000
|
[ 23:57 will ]
Update to 3.1.17.
|
Sat, 26 Aug 2000
|
[ 13:43 will ]
Update to Berkeley DB3, after repocopy from databases/db to databases/db3.
|
Number of commits found: 49 |