notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/firebird-devel/Makefile
SVNWeb

Number of commits found: 33

Mon, 18 Sep 2006
[ 15:20 skv search for other commits by this committer ] Original commit  (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
Add Firebird 2.0.0 (RC4)
Wed, 19 Jul 2006
[ 15:39 garga search for other commits by this committer ] Original commit 
- Use USE_LDCONFIG
- Silent portlint
- Bump PORTREVISION

PR:             ports/99389
Approved by:    maintainer timeout (23 days)
Thu, 4 May 2006
[ 21:41 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from all categories starting with D
Fri, 20 Jan 2006
[ 10:45 skv search for other commits by this committer ] Original commit 
* take maintainership [1]
* update "pre-everything"

Approved by:    maintainer (garga) [1]
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
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.
Mon, 29 Aug 2005
[ 10:12 garga search for other commits by this committer ] Original commit 
- Update to 2.0-alpha3
Thu, 21 Jul 2005
[ 17:53 garga search for other commits by this committer ] Original commit 
Change MASTERSITE from ~renato to ~garga because I change my account
here

Approved by:    flz (mentor)
Mon, 11 Jul 2005
[ 16:47 garga search for other commits by this committer ] Original commit  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Change MAINTAINER to my @FreeBSD.org account

Approved by:    flz (mentor)
Wed, 11 May 2005
[ 18:21 pav search for other commits by this committer ] Original commit 
- ${ENV} is a generic shell variable in /bin/sh and in bash,
  what was intended is ${SETENV}

Approved by:    maintainer
Pointy hat to:  sem
Sat, 7 May 2005
[ 21:41 jylefort search for other commits by this committer ] Original commit 
Update to 2.0.a2

PR:             ports/80658
Submitted by:   maintainer
Tue, 3 May 2005
[ 11:21 novel search for other commits by this committer ] Original commit 
Add one more MASTER_SITE backup

PR:             80574
Submitted by:   Renato Botelho (maintainer)
Sun, 1 May 2005
[ 09:26 sem search for other commits by this committer ] Original commit 
- Do not change PREFIX and install port in PREFIX/firebird

PR:             ports/80414
Submitted by:   maintainer
Sun, 24 Apr 2005
[ 04:22 edwin search for other commits by this committer ] Original commit 
[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>
Sat, 23 Apr 2005
[ 20:06 sem search for other commits by this committer ] Original commit 
- Add pkg-install. It enable package build.

PR:             ports/79869
Submitted by:   maintainer
Mon, 11 Apr 2005
[ 19:25 thierry search for other commits by this committer ] Original commit 
- 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
Tue, 12 Oct 2004
[ 09:35 krion search for other commits by this committer ] Original commit 
Drop maintainership

PR:             ports/71807
Submitted by:   Chris Knight <chris@e-easy.com.au>
Thu, 30 Sep 2004
[ 05:32 kris search for other commits by this committer ] Original commit  (Only the first 10 of 71 ports in this commit are shown above. View all ports for this commit)
Increase USE_GCC to 3.4 for those ports which compile with it.

Approved by:    portmgr
Thu, 1 Jul 2004
[ 17:06 ade search for other commits by this committer ] Original commit  (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
Autotools cleanup.  Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:             67768
Submitted by:   ade
Approved by:    4-exp bento runs (thanks, kris!)
Mon, 19 Apr 2004
[ 01:37 ade search for other commits by this committer ] Original commit 
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
Sun, 14 Mar 2004
[ 06:17 ade search for other commits by this committer ] Original commit  (Only the first 10 of 945 ports in this commit are shown above. View all ports for this commit)
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.
Fri, 12 Mar 2004
[ 02:48 ade search for other commits by this committer ] Original commit  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
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.
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Thu, 4 Dec 2003
[ 17:34 netchild search for other commits by this committer ] Original commit  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
- 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
Wed, 10 Sep 2003
[ 09:59 netchild search for other commits by this committer ] Original commit 
Release the port to ports@, reason: ENOTIME.

Submitted by:   maintainer
Thu, 21 Aug 2003
[ 14:21 netchild search for other commits by this committer ] Original commit 
Update address of maintainer.
Fri, 8 Aug 2003
[ 04:40 kris search for other commits by this committer ] Original commit  (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
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.
Tue, 10 Jun 2003
[ 09:59 netchild search for other commits by this committer ] Original commit 
Mark FORBIDDEN (local buffer overflow, exploit available).

PR:             52395
Submitted by:   Lars Thegler <lars@thegler.dk>
Fri, 21 Feb 2003
[ 11:15 knu search for other commits by this committer ] Original commit  (Only the first 10 of 104 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Mon, 4 Nov 2002
[ 11:07 edwin search for other commits by this committer ] Original commit 
Lots of perl in the install-scripts.
Noticed by: bento
[ 01:50 edwin search for other commits by this committer ] Original commit 
PERL -> REINPLACE
Noticed on: bento
Tue, 2 Apr 2002
[ 16:20 ijliao search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
upgrade to 1.0.r2

PR:             33924, 34812
Submitted by:   maintainer
Tue, 29 Jan 2002
[ 09:45 knu search for other commits by this committer ] Original commit 
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.  
 
Mon, 17 Dec 2001
[ 03:35 dwcjr search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Update repo copy to firebird-devel    

Number of commits found: 33