Roman Bogorodskiy
944e3496e3
Add one more MASTER_SITE backup
...
PR: 80574
Submitted by: Renato Botelho (maintainer)
2005-05-03 11:21:49 +00:00
Sergey Matveychuk
0ce92d8b40
- Do not change PREFIX and install port in PREFIX/firebird
...
PR: ports/80414
Submitted by: maintainer
2005-05-01 09:26:40 +00:00
Sergey Matveychuk
20d5b03667
- 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)
2005-04-26 17:46:48 +00:00
Edwin Groothuis
7fdae3bf90
[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>
2005-04-24 04:22:22 +00:00
Sergey Matveychuk
12aad6f2be
- Add pkg-install. It enable package build.
...
PR: ports/79869
Submitted by: maintainer
2005-04-23 20:06:32 +00:00
Thierry Thomas
494ceff970
- 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
2005-04-11 19:25:44 +00:00
Kirill Ponomarev
4880bb78f0
Drop maintainership
...
PR: ports/71807
Submitted by: Chris Knight <chris@e-easy.com.au>
2004-10-12 09:35:46 +00:00
Kris Kennaway
84e8d56ed5
Increase USE_GCC to 3.4 for those ports which compile with it.
...
Approved by: portmgr
2004-09-30 05:32:00 +00:00
Ade Lovett
328b757bf2
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
...
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
2004-07-01 17:06:41 +00:00
Ade Lovett
08b6cdcb5e
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
2004-04-19 01:37:12 +00:00
Trevor Johnson
3bca696b10
Add size data, approved by maintainers.
2004-03-18 18:01:13 +00:00
Ade Lovett
3f651573ad
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.
2004-03-14 06:17:56 +00:00
Ade Lovett
91e0c8f1a7
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.
2004-03-12 02:48:25 +00:00
Joe Marcus Clarke
053fdb6a6b
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
...
(Part 2)
2004-02-04 05:21:48 +00:00
Alexander Leidinger
ea7d06de91
- 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
2003-12-04 17:34:21 +00:00
Alexander Leidinger
ffbe8eee6f
Release the port to ports@, reason: ENOTIME.
...
Submitted by: maintainer
2003-09-10 09:59:39 +00:00
Alexander Leidinger
ebc85e8bb4
Update address of maintainer.
2003-08-21 14:21:31 +00:00
Alexander Leidinger
41e52169a5
Mark FORBIDDEN (local buffer overflow, exploit available).
...
PR: 52395
Submitted by: Lars Thegler <lars@thegler.dk>
2003-06-10 09:59:45 +00:00
Akinori MUSHA
2e4c764a61
De-pkg-comment.
2003-02-21 11:15:57 +00:00
Edwin Groothuis
e60fc71117
Maintainer update
...
PR: ports/45583
Submitted by: Chris Knight <chris@aims.com.au>
2002-11-22 23:26:24 +00:00
Ying-Chieh Liao
1a0b435e07
fix previous patch, which patches generated file
...
PR: 45387
Submitted by: maintainer
2002-11-18 10:54:30 +00:00
Edwin Groothuis
519513e88a
Maintainer update for -current building
...
PR: ports/45228
Submitted by: Chris Knight <chris@aims.com.au>
2002-11-16 14:04:51 +00:00
Edwin Groothuis
b338e25fe5
Lots of perl in the install-scripts.
...
Noticed by: bento
2002-11-04 11:07:48 +00:00
Edwin Groothuis
558f2d386c
PERL -> REINPLACE
...
Noticed on: bento
2002-11-04 01:56:21 +00:00
Ying-Chieh Liao
ab28d810cf
upgrade to 1.0.r2
...
PR: 33924, 34812
Submitted by: maintainer
2002-04-02 16:20:44 +00:00
Akinori MUSHA
c8eb0d4878
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.
2002-01-29 09:45:01 +00:00
David W. Chapman Jr.
43f3f425f7
Update repo copy to firebird-devel
...
PR: 32553
Submitted by: maintainer
2001-12-17 03:35:22 +00:00
David W. Chapman Jr.
7be362e25e
Update MASTER_SITES
...
PR: 32634
Submitted by: maintainer
2001-12-09 01:00:48 +00:00
Dmitry Sivachenko
4195dfbcec
Minor updates from MAINTAINER.
...
PR: 32423
Submitted by: chris@aims.com.au
2001-12-02 17:53:14 +00:00
Dmitry Sivachenko
ad1717ca05
Change MAINTAINER to chris@aims.com.au.
...
PR: 32386
Approved by: former MAINTAINER
2001-11-30 01:04:14 +00:00
Pete Fritchman
67e40562d5
Fix ownership and permissions on shlibs to make ldconfig happy.
...
PR: 31871
Submitted by: Sergey Skvortsov <skv@protey.ru>
2001-11-29 18:00:12 +00:00
David W. Chapman Jr.
fb633e3126
Link to correct crypt lib on -current.
...
PR: 26154
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
2001-06-18 08:14:16 +00:00
Will Andrews
cca71f50d2
Add firebird 0.9, the open-source InterBase(tm) 6.0 spin-off
...
(Classic version).
PR: 24313
Submitted by: Geoffrey C. Speicher <geoff@sea-incorporated.com>
2001-03-10 20:32:33 +00:00