summaryrefslogtreecommitdiff
path: root/pkgtools/pkgconflict
AgeCommit message (Collapse)AuthorFilesLines
2005-01-05The pgsql include files moved to LOCALBASE/include/postgresql a while ago.tv4-28/+24
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.
2004-12-30Bump version: depend on postgresql73 instead of non-existing postgresql.wiz1-4/+3
2004-07-27Catch up with changes to the pathnames of postgres packages.agc1-2/+2
2004-06-27don't pass gcc specific flags.grant1-2/+2
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-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+3
Buildlink files: RECOMMENDED version changed to current version.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2002-07-15Remove RCS Id.wiz1-2/+0
2002-04-21Fix typo in DESCR: savet -> savedzuntum1-2/+2
Noted by Dawid Szymanski <dawszy@arhea.net> in private mail
2002-04-08The location of postgres.h and utils/builtins.h has moved towennmach2-4/+4
${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
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-5/+5
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-04-10Update to version 0.3wennmach1-2/+2
2001-04-10o We use the built-in type `text' nowwennmach1-9/+28
o Do the conversion from type `text *' to `char *' correctly o Catch NULL pointers
2001-04-10Three major changes:wennmach1-34/+38
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-10tar -C does not work if the cwd is not writable (I consider this a tar bug),wennmach1-2/+2
so do it the standard way: cat ... | (cd ...; tar ...)
2001-04-03Update pkgconflict to 0.2; add pkgdbextract scriptwennmach3-5/+47
2001-04-02Initial import of pkgconflict, a script to find conflicting packageswennmach6-0/+480
in pkgsrc.