non port: databases/postgresql_autodoc/Makefile |
Number of commits found: 39 |
Friday, 3 Jun 2016
|
16:44 antoine
Deprecate ports broken for more than 6 months
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Saturday, 12 Dec 2015
|
23:02 bapt
Mark as broken: does not fetch
 |
Monday, 19 Oct 2015
|
14:50 amdmi3
Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string
Approved by: portmgr (bapt)
Differential Revision: D3756
 |
Tuesday, 2 Jun 2015
|
09:05 olgeni
BUILD_DEPENDS are actually RUN_DEPENDS.
PR: 200573
Submitted by: tobias.kortkamp@gmail.com
 |
Friday, 8 May 2015
|
09:15 amdmi3
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2
 |
Monday, 25 Aug 2014
|
17:53 crees
Convert pgsql ports to use USES+=pgsql
Reviewed by: bapt
 |
Thursday, 7 Nov 2013
|
15:09 olgeni
- Switch to USES=gmake.
- Add staging support.
- Do not mute install commands.
 |
Friday, 20 Sep 2013
|
16:13 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
 |
Tuesday, 10 Sep 2013
|
14:35 az
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
 |
Saturday, 26 Jan 2013
|
14:50 olgeni
Convert Makefile headers to the new format in my ports.
 |
Saturday, 30 Jun 2012
|
12:52 olgeni
Remove SITE_PERL from *_DEPENDS.
 |
Saturday, 7 Jan 2012
|
22:06 olgeni
Upgrade to version 1.41.
 |
Wednesday, 4 Aug 2010
|
14:10 olgeni
Whitespace fix.
 |
Thursday, 17 Sep 2009
|
15:27 olgeni
Upgrade to version 1.40.
Feature safe: yes
 |
Saturday, 5 Apr 2008
|
10:09 olgeni
Upgrade to version 1.31.
 |
Wednesday, 30 May 2007
|
22:36 olgeni
Remove obsolete workaround for Perl 5.005_03.
PR: ports/113163
Submitted by: erwin
 |
Sunday, 28 Jan 2007
|
21:28 olgeni
Fix dependency on devel/p5-Term-ReadKey.
Noticed by: kris
 |
00:57 olgeni
Upgrade to version 1.30.
 |
Monday, 16 May 2005
|
18:46 olgeni
Upgrade to version 1.25.
 |
Sunday, 8 May 2005
|
07:44 nork
Chase dependency on p5-DBD-Pg.
(Use p5-DBD-Pg-13 on FreeBSD 4.x and Perl 5.00503)
 |
Saturday, 23 Oct 2004
|
13:05 olgeni
Upgrade to version 1.24.
PR: 72919
Submitted by: Rod Taylor <ports (at) rbt.ca>
 |
Friday, 4 Jun 2004
|
10:05 olgeni
Upgrade to version 1.23.
PR: 67512
Submitted by: Rod Taylor <ports(at)rbt.ca>
 |
Wednesday, 4 Feb 2004
|
05:21 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
 |
Thursday, 4 Dec 2003
|
10:33 olgeni
Upgrade to 1.21.
 |
Monday, 3 Nov 2003
|
22:23 olgeni
Upgrade to 1.20.
 |
Friday, 24 Oct 2003
|
12:05 ijliao
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
 |
Tuesday, 16 Sep 2003
|
05:43 erwin
Conditionalise dependencies on databases/p5-DBI: for perl
5.005_03 use databases/p5-DBI-137 as newer versions do not
support the old perl.
Note that for some port, I merely removed the explicit
dependency as they already have implicit dependencies
via other ports.
Approved by: portmgr (marcus)
 |
Thursday, 7 Aug 2003
|
18:56 olgeni
Upgrade to version 1.11, remove redundant DISTFILES specification.
 |
Monday, 19 May 2003
|
21:39 olgeni
Upgrade to version 1.10.
Submitted by: Rod Taylor <rbt@rbt.ca>
 |
Wednesday, 14 May 2003
|
18:32 seanc
Err... PERL_ARCH not needed when detecting HTML::Template. *blush*
 |
18:19 seanc
Update postgresql_autodoc to 1.10b2. Fixes a few configure errors[1].
Notified by: [1] Rod Taylor <rbt@rbt.ca> (module author)
 |
05:43 seanc
Whoops, remove commented out code from the previous version.
 |
Tuesday, 13 May 2003
|
21:50 seanc
Update autodoc to 1.10b1. Includes fixes for various pre-7.4 mannerisms.
Approved by: maintainer
 |
Sunday, 23 Feb 2003
|
11:07 olgeni
Suppress command echo.
 |
10:51 olgeni
De-pkg-comment my ports + some more.
 |
Sunday, 20 Oct 2002
|
08:30 olgeni
Update port to version 1.01.
 |
Friday, 6 Sep 2002
|
16:46 olgeni
Update port to version 1.00.
Submitted by: Rod Taylor <iam@rbt.ca>
 |
Friday, 23 Aug 2002
|
20:47 olgeni
Add postgresql_autodoc, an automatic documentation generator for postgresql.
Supports output in HTML, GraphViz, SGML DocBook and DIA formats.
 |
Number of commits found: 39 |