| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
18 Sep 2006 15:20:04
2.0.a3_1
|
skv  |
Add Firebird 2.0.0 (RC4) |
19 Jul 2006 15:39:53
2.0.a3_1
|
garga  |
- Use USE_LDCONFIG
- Silent portlint
- Bump PORTREVISION
PR: ports/99389
Approved by: maintainer timeout (23 days) |
04 May 2006 21:41:12
2.0.a3
|
edwin  |
Remove USE_REINPLACE from all categories starting with D |
22 Jan 2006 01:29:10
2.0.a3
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
20 Jan 2006 10:45:28
2.0.a3
|
skv  |
* take maintainership [1]
* update "pre-everything"
Approved by: maintainer (garga) [1] |
15 Nov 2005 06:52:12
2.0.a3
|
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. |
08 Nov 2005 14:33:36
2.0.a3
|
garga  |
- Add SHA256 |
27 Oct 2005 12:35:42
2.0.a3
|
garga  |
- Fix WWW lines on pkg-descr, last commit was wrong
Noted by: simon |
27 Oct 2005 12:22:08
2.0.a3
|
garga  |
- Fix WWW line |
29 Aug 2005 10:12:13
2.0.a3
|
garga  |
- Update to 2.0-alpha3 |
21 Jul 2005 17:53:45
2.0.a2
|
garga  |
Change MASTERSITE from ~renato to ~garga because I change my account
here
Approved by: flz (mentor) |
11 Jul 2005 16:47:16
2.0.a2
|
garga  |
Change MAINTAINER to my @FreeBSD.org account
Approved by: flz (mentor) |
14 May 2005 18:14:27
2.0.a2
|
novel  |
Fix pkg-message.
PR: 81032
Submitted by: Renato Botelho (maintainer) |
11 May 2005 18:21:04
2.0.a2
|
pav  |
- ${ENV} is a generic shell variable in /bin/sh and in bash,
what was intended is ${SETENV}
Approved by: maintainer
Pointy hat to: sem |
07 May 2005 21:41:51
2.0.a2
|
jylefort  |
Update to 2.0.a2
PR: ports/80658
Submitted by: maintainer |
03 May 2005 11:21:49
2.0.a1
|
novel  |
Add one more MASTER_SITE backup
PR: 80574
Submitted by: Renato Botelho (maintainer) |
01 May 2005 09:26:40
2.0.a1
|
sem  |
- Do not change PREFIX and install port in PREFIX/firebird
PR: ports/80414
Submitted by: maintainer |
26 Apr 2005 17:46:48
2.0.a1
|
sem  |
- Don't be so smart and don't change /etc/services and /etc/inetd.conf
for an user. Just explain him what to do in pkg-message. It fixes problem
with extra files and dirs.
- Remove some useless @dirrm from pkg-plist
PR: ports/80345
Submitted by: maintainer
Reported by: kris (via pointyhat) |
24 Apr 2005 04:22:22
2.0.a1
|
edwin  |
[MAINTAINER] databases/firebird-devel: Add a MASTER_SITE backup,
add $FreeBSD$ to pkg-plist
PR: ports/80295
Submitted by: Renato Botelho <freebsd@galle.com.br> |
23 Apr 2005 20:06:32
2.0.a1
|
sem  |
- Add pkg-install. It enable package build.
PR: ports/79869
Submitted by: maintainer |
11 Apr 2005 19:25:44
2.0.a1
|
thierry  |
- Update to 20050327 (2.0-alpha1);
- Take maintainership;
- Mark BROKEN on FreeBSD-4.x.
Since I'm there, use the standard build mechanism.
Note: this port is not yet packageable; the new maintainer will take
care of this problem.
PR: ports/79310
Submitted by: Renato Botelho |
12 Oct 2004 09:35:46
2.0.a0_1
|
krion  |
Drop maintainership
PR: ports/71807
Submitted by: Chris Knight <chris@e-easy.com.au> |
30 Sep 2004 05:32:00
2.0.a0_1
|
kris  |
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr |
01 Jul 2004 17:06:41
2.0.a0_1
|
ade  |
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!) |
19 Apr 2004 01:37:12
2.0.a0_1
|
ade  |
Introduce bsd.autotools.mk to the world, ripped from bsd.port.mk
This is essentially a null-commit, with the one exception that
the "patch-libtool" target is now called "patch-autotools" for
consistency with "run-autotools".
Many thanks to kris for testing on the 4-exp bento cluster
Approved by: portmgr (kris)
Verified by: bento 4-exp |
18 Mar 2004 18:01:13
2.0.a0_1
|
trevor  |
Add size data, approved by maintainers. |
14 Mar 2004 06:17:56
2.0.a0_1
|
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. |
12 Mar 2004 02:48:25
2.0.a0_1
|
ade  |
Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_<x> equivalents. In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.
First in a series of major autotools cleanups. |
04 Feb 2004 05:21:48
2.0.a0_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
04 Dec 2003 17:34:21
2.0.a0
|
netchild  |
- Update to 2.0.a0.
- Previous maintainer is now tha actual maintainer again.
- No package at the moment.
PR: 59001
Submitted by: chris@e-easy.com.au |
10 Sep 2003 09:59:39
1.0.r2
|
netchild  |
Release the port to ports@, reason: ENOTIME.
Submitted by: maintainer |
21 Aug 2003 14:21:31
1.0.r2
|
netchild  |
Update address of maintainer. |
08 Aug 2003 04:40:47
1.0.r2
|
kris  |
This port is scheduled for removal on Nov 7 2003 if it is still broken at
that time and no PRs have been submitted to fix it. If you are interested
in saving this port, please send your patches to the maintainer. If the
maintainer is unresponsive or the port has no maintainer, then please
submit them via send-pr. |
10 Jun 2003 09:59:04
1.0.r2
|
netchild  |
Mark FORBIDDEN (local buffer overflow, exploit available).
PR: 52395
Submitted by: Lars Thegler <lars@thegler.dk> |
21 Feb 2003 11:15:05
1.0.r2
|
knu  |
De-pkg-comment. |
22 Nov 2002 23:26:24
1.0.r2
|
edwin  |
Maintainer update
PR: ports/45583
Submitted by: Chris Knight <chris@aims.com.au> |
18 Nov 2002 10:54:30
1.0.r2
|
ijliao  |
fix previous patch, which patches generated file
PR: 45387
Submitted by: maintainer |
16 Nov 2002 14:04:51
1.0.r2
|
edwin  |
Maintainer update for -current building
PR: ports/45228
Submitted by: Chris Knight <chris@aims.com.au> |
04 Nov 2002 11:07:48
1.0.r2
|
edwin  |
Lots of perl in the install-scripts.
Noticed by: bento |
04 Nov 2002 01:50:32
1.0.r2
|
edwin  |
PERL -> REINPLACE
Noticed on: bento |
02 Apr 2002 16:20:45
1.0.r2
|
ijliao  |
upgrade to 1.0.r2
PR: 33924, 34812
Submitted by: maintainer |
29 Jan 2002 09:45:01 
|
knu  |
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO
macro is set to "echo" by default, but it is set to "true" if make(1) is
invoked with the -s option while ECHO_CMD is always set to the echo command.
|
17 Dec 2001 03:35:23 
|
dwcjr  |
Update repo copy to firebird-devel |