Commit graph

21 commits

Author SHA1 Message Date
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tv
852c60fe0a The pgsql include files moved to LOCALBASE/include/postgresql a while ago.
Convert to using pgsql.buildlink3.mk so that it works with both 7.3 and 7.4
(and pkgviews too), and simplify build process a little.
2005-01-05 21:15:15 +00:00
wiz
8d737d86ee Bump version: depend on postgresql73 instead of non-existing postgresql. 2004-12-30 13:23:15 +00:00
agc
7aa093c24e Catch up with changes to the pathnames of postgres packages. 2004-07-27 17:59:58 +00:00
grant
c0f5eb9d9a don't pass gcc specific flags.
XXX this is still bogus because it passes -fpic to generate pic code
to build a shared obbject which is not always desired (eg. Interix).
2004-06-27 13:40:20 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
wiz
28a4483bc7 NO_PATCH is deprecated, says pkglint. Remove it. 2003-03-28 21:14:10 +00:00
wiz
742e6ac805 Remove RCS Id. 2002-07-15 08:10:39 +00:00
zuntum
7709f3f57e Fix typo in DESCR: savet -> saved
Noted by Dawid Szymanski <dawszy@arhea.net> in private mail
2002-04-21 08:06:13 +00:00
wennmach
5118c6270a The location of postgres.h and utils/builtins.h has moved to
${PREFIX}/include/pgsql/server. Therefore:

o Change files/Makefile so that the include files are searched in both
  possible locations

o Bump pkgconflict's revision to 0.3nb1
2002-04-08 16:26:15 +00:00
zuntum
273821c4d3 Move pkg/ files into package's toplevel directory 2001-10-31 20:59:00 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
wennmach
a0f2e918ed Update to version 0.3 2001-04-10 14:21:56 +00:00
wennmach
ea572ca6b5 o We use the built-in type `text' now
o Do the conversion from type `text *' to `char *' correctly

o Catch NULL pointers
2001-04-10 14:20:16 +00:00
wennmach
e18a350e7f Three major changes:
o Implement a +COMMENT file parser as a kind of state machine with `awk'.

o Use recommended built-in type `text' instead of `varchar' in PostgreSQL.

o Redo SQL queries to take registered conflicts into account.
2001-04-10 14:16:08 +00:00
wennmach
806e44527a tar -C does not work if the cwd is not writable (I consider this a tar bug),
so do it the standard way: cat ... | (cd ...; tar ...)
2001-04-10 14:09:20 +00:00
wennmach
cde384dd38 Update pkgconflict to 0.2; add pkgdbextract script 2001-04-03 18:03:03 +00:00
wennmach
9b1b05a739 Initial import of pkgconflict, a script to find conflicting packages
in pkgsrc.
2001-04-02 18:04:03 +00:00