Tijl Coosemans
a19b165d3b
Fix double occurences of USES=
2014-03-14 20:59:20 +00:00
Jimmy Olgeni
f117aa1a4b
Fix databases/slony1 to compile on FreeBSD 10.
...
PR: ports/186048
Submitted by: maintainer
2014-01-24 13:54:14 +00:00
Baptiste Daroussin
36117d7097
Add NO_STAGE all over the place in preparation for the staging support (cat: databases)
2013-09-20 16:13:47 +00:00
Baptiste Daroussin
7fb9058d37
Convert to new perl framework
2013-09-17 09:00:42 +00:00
John Marino
70d772231a
databases/slony1: Limit to pgsql version 9.1 and below
...
Slony1 will not build on PostgreSQL 9.2, so indicate this in the makefile.
Users should migrate to version 2 (databases/slonyIv2) as version 1.2
is no longer maintained.
PR: ports/179958
Submitted by: marino
Approved by: bapt (mentor), maintainer
2013-07-21 12:57:10 +00:00
Baptiste Daroussin
14bc5a6c11
Convert to new options framework left unconverted ports in databases category
2013-03-21 17:43:46 +00:00
Baptiste Daroussin
9250d94365
Convert USE_BISON to USES= bison
...
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Doug Barton
9aac569eaa
Move the rc.d scripts of the form *.sh.in to *.in
...
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Andrej Zverev
3982ced0ba
- Remove SITE_PERL from *_DEPENDS
...
Approved by: portmgr@ (bapt@)
2012-06-30 05:52:54 +00:00
Jimmy Olgeni
0e2c6df530
Upgrade to version 1.2.23.
...
PR: ports/165134
Submitted by: olgeni
Approved by: maintainer
2012-02-14 15:27:57 +00:00
Doug Barton
83eb2c3700
In the rc.d scripts, change assignments to rcvar to use the
...
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Jimmy Olgeni
508bab481b
Fix a typo.
2011-09-09 12:11:49 +00:00
Doug Barton
29813d5397
Remove painful examples of foo="", with particular prejudice against
...
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps
2011-05-15 02:49:17 +00:00
Tilman Keskinoz
ce787b89c2
Update to 1.2.22
...
PR: 153708
Submitted by: Vivek Khera
Feature safe: yes
2011-01-11 13:38:36 +00:00
Rene Ladan
41517d273e
Update to 1.2.21
...
PR: ports/151429
Submitted by: maintainer
2010-11-03 16:05:54 +00:00
Pav Lucistnik
ad47657b79
- Update to 1.2.20
...
PR: ports/141579
Submitted by: Andrei Lavreniyuk <andy.lavr@reactor-xg.kiev.ua>
Approved by: Vick Khera <vivek@khera.org> (maintainer)
2009-12-18 15:44:31 +00:00
Pav Lucistnik
be40e0d80d
- Update to 1.2.18
...
PR: ports/141114
Submitted by: Vick Khera <vivek@khera.org> (maintainer)
2009-12-14 20:44:35 +00:00
Jimmy Olgeni
49d6c1e892
USE_BISON (build) and pet portlint about CONFLICTS (a version number
...
is required).
2009-08-11 13:32:57 +00:00
Jimmy Olgeni
e39f04804e
Cleanup after importing databases/slony1v2:
...
* Reduce diff with databases/slony1v2 (use DISTNAME).
* Document conflict with slony1v2.
* Remove unused code in post-install target.
2009-08-09 20:38:22 +00:00
Jimmy Olgeni
4e3ba2bc31
Reduce diff with ports/135096: USE_PGSQL and set IGNORE_WITH_PGSQL
...
to 84 (will be supported by slony1 1.2.17).
PR: ports/135096 (partial)
Approved by: maintainer
2009-08-04 12:28:36 +00:00
Martin Wilke
f4808430d1
- Update to 1.2.26
...
PR: 134765
Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
2009-05-23 14:24:02 +00:00
Jimmy Olgeni
f0644eba90
Run slon with daemon(8) to properly detach from the console.
...
Set default log levels to 0.
Remove debug code from startup script.
PR: ports/132849
Approved by: maintainer
2009-03-22 13:28:24 +00:00
Martin Wilke
36503ce74f
- Update to 1.2.15
...
PR: 128571
Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
2008-11-08 20:11:27 +00:00
Edwin Groothuis
090059a210
Bump portrevision due to upgrade of devel/gettext.
...
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
2008-06-06 14:17:21 +00:00
Martin Wilke
e5d9c0dbc1
- Update to 1.2.14
...
PR: 124067
Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
2008-05-30 15:37:39 +00:00
Martin Wilke
090ab20f7f
- Update to 1.2.13
...
PR: 121365
Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
2008-03-07 19:37:28 +00:00
Martin Wilke
856b6e9e78
- Update to 1.2.12
...
PR: 118072
Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
2007-12-12 15:45:02 +00:00
Edwin Groothuis
871cceef27
upgrade databases/slony1 to latest
...
upgrade databases/slony1 to latest released version.
PR: ports/115925
Submitted by: Vivek Khera <vivek@khera.org>
2007-09-08 12:22:49 +00:00
Martin Wilke
afa5b49fd0
- Update to 1.2.10
...
PR: 114142
Submitted by: Andrew Hammond <andrew.george.hammond@gmail.com>
Approved by: maintainer
2007-07-06 20:21:45 +00:00
Li-Wen Hsu
ea78ada32c
- Update to 1.2.9
...
PR: 111514
Submitted by: Vivek Khera <vivek AT khera.org> (maintainer)
Approved by: clsung (mentor)
2007-04-14 08:12:04 +00:00
Ion-Mihai Tetcu
10db0e9a3b
update to 1.2.6
...
PR: ports/107800
Submitted by: Vivek Khera (maintainer)
2007-01-10 20:43:51 +00:00
Ion-Mihai Tetcu
b66a3280ca
Uupdate databases/slony1 to 1.2.5 release
...
PR: 107681
Submitted by: Vivek Khera (maintainer)
2007-01-08 17:29:02 +00:00
Erwin Lansing
599a1b5a3f
Update to 1.2.2
...
PR: 107532
Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
2007-01-04 21:09:00 +00:00
Martin Wilke
b0811e0a9f
- Fix pkg-plist
...
PR: ports/106512
Submitted by: Robert Gogolok<gogo@cs.uni-sb.de>
Approved by: Vivek Khera <vivek@khera.org> (maintainer)
2006-12-13 07:37:49 +00:00
Martin Wilke
e58f7ee5f6
- Update to 1.2.1
...
Submitted by: Oleg Gawriloff <barzog@telecom.by> (via privat mail)
2006-12-08 23:25:50 +00:00
Palle Girgensohn
924cdc8b1f
More rubust regex to determine which version of postgresql that is
...
already installed.
Reported by: Kostik Belousov
2006-12-08 10:59:53 +00:00
Martin Wilke
2214c63581
- Update to 4.2.2
...
PR: ports/105882
Submitted by: David Thiel <lx@redundancy.redundancy.org> (Maintainer)
2006-11-27 13:15:46 +00:00
Martin Wilke
cfcf27d0df
- update to 1.2.0
...
PR: ports/105575
Submitted by: Oleg Gawriloff <barzog@telecom.by> (maintainer)
2006-11-23 12:12:53 +00:00
Erwin Lansing
eb2ac88bce
Change non-existent USE_PERL to a working USE_PERL5
...
Approved by: maintainer timeout
2006-06-26 10:27:59 +00:00
Edwin Groothuis
5c1963b34f
Add SHA256 checksums
2006-06-07 13:46:48 +00:00
Thierry Thomas
6d91f4e2df
Register missing dependency on p5-DBD-Pg when WITH_PERLTOOLS is defined.
...
PR: ports/96721
Submitted by: Vivek Khera <vivek (at) khera.org>
2006-05-04 09:02:30 +00:00
Doug Barton
c49d1a3273
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
...
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Pav Lucistnik
21c0047acd
- Fix plist
...
PR: ports/92922
Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
2006-02-07 21:36:50 +00:00
Simon Barner
4afab5b180
- Update to 1.1.5
...
- Install documentation
Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
PR: ports/92682
2006-02-02 10:33:11 +00:00
Edwin Groothuis
acd87b4ad8
SHA256ify
...
Approved by: krion@
2006-01-22 08:34:46 +00:00
Marcus Alves Grando
5be87c44e8
Update to 1.1.2
...
PR: 87942
Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
2005-10-24 19:47:25 +00:00
Volker Stolz
f73660194e
Make $LOCALBASE-aware
...
PR: ports/87624
Submitted by: maintainer
2005-10-19 15:47:50 +00:00
Marcus Alves Grando
4b019a45d2
Update to 1.1.1
...
PR: 87003
Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
2005-10-06 20:21:08 +00:00
Pav Lucistnik
91422c989b
- Install howtos
...
PR: ports/83681
Submitted by: Radim Kolar <hsn@netmag.cz>
Approved by: Vivek Khera <vivek@khera.org> (maintainer)
2005-07-31 08:25:44 +00:00
Pav Lucistnik
d565f90a4b
- Fix build on systems without Perl
...
- Fix rc script, it failed to background the daemon process
PR: ports/83067
Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
2005-07-08 15:16:53 +00:00