Commit graph

18 commits

Author SHA1 Message Date
Antoine Brodin
c3e6f87e35 Deprecate some ports BROKEN for more than 6 months
With hat:	portmgr
2014-07-22 17:45:13 +00:00
Adam Weinberger
44eaadcb75 Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
2014-07-15 23:11:12 +00:00
Baptiste Daroussin
3e97fc69e3 Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
2014-07-04 23:48:56 +00:00
Adam Weinberger
0cf8ed500c Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple while
we're here. Remove any other references to NOPORT*.

Approved by:	portmgr (blanket for modernization)
2014-07-04 23:46:52 +00:00
Antoine Brodin
2549c1da08 Mark broken everywhere: Does not compile
On 8 and 9:
gcc -g -O -Wall -Wmissing-prototypes -Wmissing-declarations -I/usr/local/include/postgresql/server -I/usr/local/include pg_filedump.c -c
In file included from pg_filedump.c:28:
pg_filedump.h:32:22: error: postgres.h: No such file or directory

On 10 and head:
gcc -g -O -Wall -Wmissing-prototypes -Wmissing-declarations -I/usr/local/include/postgresql/server -I/usr/local/include pg_filedump.c -c
make[1]: exec(gcc) failed (No such file or directory)
*** Error code 1

Reported by:	pkg-fallout since august 2013
With hat:	portmgr
2014-01-31 21:39:24 +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
Mark Linimon
b229f06704 Mark as broken on powerpc.
Hat:		portmgr
2012-09-08 05:57:32 +00:00
Pav Lucistnik
65f3ff003e - Attempt to fix previous commit for pointyhat 2012-06-10 10:13:33 +00:00
Martin Wilke
1385d1e286 - Switch to FETCH_DEPENDS to fix fetch during build
Reported by:	phw
2012-05-23 13:34:12 +00:00
Jun Kuriyama
81c24ded0d - Unbreak. 2012-04-21 14:04:10 +00:00
Baptiste Daroussin
ba56649f1a Mark as deprecated and set expiration to 2012-05-10 for ports that are mark as broken for more than 6 month 2012-04-09 23:51:44 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Philip M. Gollucci
116ec22ac1 - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
2010-12-29 20:04:42 +00:00
Pav Lucistnik
3ed05170c7 - Mark BROKEN: does not build
Reported by:	pointyhat
2010-10-19 21:29:57 +00:00
Jun Kuriyama
fd7a431941 - Chase upgrade of pgsql (patch update should be automated...). 2010-07-20 14:44:13 +00:00
Pav Lucistnik
4d02f6f88c - Mark BROKEN: does not build
Reported by:	pointyhat
2010-05-30 17:53:25 +00:00
Jun Kuriyama
6bb620a5ca - Fix breakage (depended on 8.3.7, should chase version number
automatically).

Reported by:	miwi
2009-12-23 14:24:10 +00:00
Jun Kuriyama
d73b950702 pg_filedump is a utility to format PostgreSQL heap, index, and control
files into a human-readable form. You can format/dump the files
several ways as well as dumping straight binary. This utility is
intended to aid in the understanding of the internal contents of a
PostgreSQL block.

WWW: http://sources.redhat.com/rhdb/utilities.html
2009-08-18 02:53:33 +00:00