Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-26 | PKGREVISION bump after openssl-security-fix-update to 0.9.6m. | wiz | 1 | -2/+2 | |
Buildlink files: RECOMMENDED version changed to current version. | |||||
2003-09-08 | Use proper multi-line string concatenation. | kleink | 2 | -1/+67 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-05-02 | Dependency bumps, needed because of devel/pth's major bump, and related | wiz | 1 | -2/+2 | |
dependency bumps. | |||||
2003-01-05 | Bump PKGREVISION due to increase in the major number of libpq.so between | jlam | 1 | -1/+2 | |
version 7.2.3 and 7.3.1 of databases/postgresql-lib. | |||||
2002-09-21 | buildlink1 -> buildlink2 | jlam | 3 | -19/+13 | |
2002-04-05 | Make this find it's headers | hubertf | 2 | -5/+5 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-10-24 | I am a triple idiot. The only relevant variable that x11.buildlink.mk | jlam | 1 | -2/+2 | |
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files. | |||||
2001-10-23 | x11.buildlink.mk needs to be included before any buildlink.mk files that | jlam | 1 | -2/+2 | |
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work. | |||||
2001-08-29 | Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references | jlam | 1 | -1/+2 | |
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge. | |||||
2001-08-23 | Use -L${BUILDLINK_DIR}/lib instead of -L${LOCALBASE}/lib. | jlam | 2 | -4/+4 | |
2001-08-23 | Honor CFLAGS and CC settings from the environment, complete the conversion | jlam | 3 | -20/+24 | |
to use buildlink.mk files, and truly mark as USE_BUILDLINK_ONLY. | |||||
2001-08-14 | Fix for xpkgwedge, and buildlink-ify | abs | 3 | -6/+11 | |
2001-05-14 | Update postgresql dependencies to look like: | jlam | 1 | -2/+2 | |
DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib | |||||
2001-04-18 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-05-20 | Update dependency on postgresql to >=6.5.3. | jlam | 1 | -2/+2 | |
2000-04-09 | Adapt to new postgresql include/library locations. | jlam | 3 | -27/+17 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-12-02 | upgraded PostgreSQL to 6.5.3 and updated the dependent Makefiles | darcy | 1 | -2/+2 | |
1999-10-22 | Use wildcard dependence for "gtk+" package. | tron | 1 | -2/+2 | |
1999-10-07 | pull in bsd.prefs.mk for PGUSER | hubertf | 1 | -1/+2 | |
1999-09-20 | Update dependencies on postgresql. | jlam | 1 | -2/+2 | |
1999-08-28 | Update dependency on gtk+-1.2.4 | rh | 1 | -2/+2 | |
1999-08-20 | Update gtksql to version 0.3 | rh | 4 | -26/+39 | |
Notable changes are: * corrected some left-over bugs from the 1.0 -> 1.2 transition * finished list display for PostgreSQL * made it compile with Gtk+ 1.2.x | |||||
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+3 | |
1999-05-27 | Fix runtime linkage. | kleink | 1 | -2/+2 | |
1999-05-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 1 | -14/+11 | |
pattern match format. Minor pkglint along the way. | |||||
1999-02-19 | Adapt in order to work together with new gtk10 package | rh | 2 | -8/+18 | |
1999-01-30 | Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this | agc | 1 | -2/+2 | |
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package". | |||||
1999-01-17 | Adjust NOT_FOR_ARCHS to match the one in postgresql. | frueauf | 1 | -1/+4 | |
1999-01-04 | Initial import of gtksql-0.2, a query tool for PostgreSQL written with GTK. | frueauf | 6 | -0/+65 | |
Provided in pr 6691 by Rene Hexel with additional fixes by myself. |