aboutsummaryrefslogtreecommitdiff
path: root/databases/firebird-devel
Commit message (Collapse)AuthorAgeFilesLines
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-2/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* - Add SHA256Renato Botelho2005-11-081-0/+1
| | | | Notes: svn path=/head/; revision=147578
* - Fix WWW lines on pkg-descr, last commit was wrongRenato Botelho2005-10-271-8/+8
| | | | | | | Noted by: simon Notes: svn path=/head/; revision=146475
* - Fix WWW lineRenato Botelho2005-10-271-1/+1
| | | | Notes: svn path=/head/; revision=146474
* - Update to 2.0-alpha3Renato Botelho2005-08-296-80/+119
| | | | Notes: svn path=/head/; revision=141264
* Change MASTERSITE from ~renato to ~garga because I change my accountRenato Botelho2005-07-211-1/+1
| | | | | | | | | here Approved by: flz (mentor) Notes: svn path=/head/; revision=139835
* Change MAINTAINER to my @FreeBSD.org accountRenato Botelho2005-07-111-1/+1
| | | | | | | Approved by: flz (mentor) Notes: svn path=/head/; revision=138919
* Fix pkg-message.Roman Bogorodskiy2005-05-141-1/+1
| | | | | | | | PR: 81032 Submitted by: Renato Botelho (maintainer) Notes: svn path=/head/; revision=135250
* - ${ENV} is a generic shell variable in /bin/sh and in bash,Pav Lucistnik2005-05-111-2/+2
| | | | | | | | | | what was intended is ${SETENV} Approved by: maintainer Pointy hat to: sem Notes: svn path=/head/; revision=135079
* Update to 2.0.a2Jean-Yves Lefort2005-05-073-9/+13
| | | | | | | | PR: ports/80658 Submitted by: maintainer Notes: svn path=/head/; revision=134812
* Add one more MASTER_SITE backupRoman Bogorodskiy2005-05-031-1/+2
| | | | | | | | PR: 80574 Submitted by: Renato Botelho (maintainer) Notes: svn path=/head/; revision=134547
* - Do not change PREFIX and install port in PREFIX/firebirdSergey Matveychuk2005-05-013-121/+131
| | | | | | | | PR: ports/80414 Submitted by: maintainer Notes: svn path=/head/; revision=134436
* - Don't be so smart and don't change /etc/services and /etc/inetd.confSergey Matveychuk2005-04-264-54/+66
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=134212
* [MAINTAINER] databases/firebird-devel: Add a MASTER_SITE backup,Edwin Groothuis2005-04-242-1/+3
| | | | | | | | | | add $FreeBSD$ to pkg-plist PR: ports/80295 Submitted by: Renato Botelho <freebsd@galle.com.br> Notes: svn path=/head/; revision=134031
* - Add pkg-install. It enable package build.Sergey Matveychuk2005-04-232-1/+171
| | | | | | | | PR: ports/79869 Submitted by: maintainer Notes: svn path=/head/; revision=134019
* - Update to 20050327 (2.0-alpha1);Thierry Thomas2005-04-116-194/+129
| | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=133066
* Drop maintainershipKirill Ponomarev2004-10-121-1/+1
| | | | | | | | PR: ports/71807 Submitted by: Chris Knight <chris@e-easy.com.au> Notes: svn path=/head/; revision=118877
* Increase USE_GCC to 3.4 for those ports which compile with it.Kris Kennaway2004-09-301-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=118503
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andAde Lovett2004-07-012-8/+5
| | | | | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!) Notes: svn path=/head/; revision=112679
* Introduce bsd.autotools.mk to the world, ripped from bsd.port.mkAde Lovett2004-04-191-1/+1
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=107506
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withAde Lovett2004-03-121-1/+1
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=103722
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Update to 2.0.a0.Alexander Leidinger2003-12-0425-1599/+277
| | | | | | | | | | | - Previous maintainer is now tha actual maintainer again. - No package at the moment. PR: 59001 Submitted by: chris@e-easy.com.au Notes: svn path=/head/; revision=95039
* Release the port to ports@, reason: ENOTIME.Alexander Leidinger2003-09-101-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=88917
* Update address of maintainer.Alexander Leidinger2003-08-211-1/+1
| | | | Notes: svn path=/head/; revision=87449
* Mark FORBIDDEN (local buffer overflow, exploit available).Alexander Leidinger2003-06-101-0/+2
| | | | | | | | PR: 52395 Submitted by: Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=82658
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76031
* Maintainer updateEdwin Groothuis2002-11-221-4/+4
| | | | | | | | PR: ports/45583 Submitted by: Chris Knight <chris@aims.com.au> Notes: svn path=/head/; revision=70778
* fix previous patch, which patches generated fileYing-Chieh Liao2002-11-181-4/+4
| | | | | | | | PR: 45387 Submitted by: maintainer Notes: svn path=/head/; revision=70394
* Maintainer update for -current buildingEdwin Groothuis2002-11-161-0/+11
| | | | | | | | PR: ports/45228 Submitted by: Chris Knight <chris@aims.com.au> Notes: svn path=/head/; revision=70244
* Lots of perl in the install-scripts.Edwin Groothuis2002-11-041-0/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=69447
* PERL -> REINPLACEEdwin Groothuis2002-11-041-2/+3
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69421
* upgrade to 1.0.r2Ying-Chieh Liao2002-04-0211-97/+1048
| | | | | | | | PR: 33924, 34812 Submitted by: maintainer Notes: svn path=/head/; revision=57216
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | 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. Notes: svn path=/head/; revision=53949
* Update repo copy to firebird-develDavid W. Chapman Jr.2001-12-1712-47/+77
| | | | | | | | PR: 32553 Submitted by: maintainer Notes: svn path=/head/; revision=51641
* Update MASTER_SITESDavid W. Chapman Jr.2001-12-091-1/+2
| | | | | | | | PR: 32634 Submitted by: maintainer Notes: svn path=/head/; revision=51261
* Minor updates from MAINTAINER.Dmitry Sivachenko2001-12-027-15/+59
| | | | | | | | PR: 32423 Submitted by: chris@aims.com.au Notes: svn path=/head/; revision=50867
* Change MAINTAINER to chris@aims.com.au.Dmitry Sivachenko2001-11-301-1/+1
| | | | | | | | PR: 32386 Approved by: former MAINTAINER Notes: svn path=/head/; revision=50737
* Fix ownership and permissions on shlibs to make ldconfig happy.Pete Fritchman2001-11-292-0/+6
| | | | | | | | PR: 31871 Submitted by: Sergey Skvortsov <skv@protey.ru> Notes: svn path=/head/; revision=50727
* Link to correct crypt lib on -current.David W. Chapman Jr.2001-06-181-1/+8
| | | | | | | | PR: 26154 Submitted by: Scot W. Hetzel <hetzels@westbend.net> Notes: svn path=/head/; revision=44160
* Add firebird 0.9, the open-source InterBase(tm) 6.0 spin-offWill Andrews2001-03-1017-0/+693
(Classic version). PR: 24313 Submitted by: Geoffrey C. Speicher <geoff@sea-incorporated.com> Notes: svn path=/head/; revision=39463