summaryrefslogtreecommitdiff
path: root/pkgtools/pkgconflict
AgeCommit message (Collapse)AuthorFilesLines
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.