summaryrefslogtreecommitdiff
path: root/databases/guile-pg
AgeCommit message (Collapse)AuthorFilesLines
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-3/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-08-13Set PGSQL_VERSION_REQD to 73 (for now) to fix the build.recht1-1/+3
2004-07-24Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQLrecht1-5/+3
version.
2004-05-03Convert to buildlink3.wiz1-4/+4
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Remove info files entries from PLIST files.seb1-2/+1
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-06-29Convert to USE_NEW_TEXINFO.seb5-7/+33
Fix the Info directory file entry and provide patches for both the .texi and the .info file so USE_MAKEINFO is not needed.
2003-06-05Bump revisions following the guile14's threaded fix.uebayasi1-2/+2
2003-01-07Use the right interface of Buildlinked directory.uebayasi1-2/+2
Pointed out by wiz.
2003-01-07Buildlinkify.uebayasi1-2/+4
2003-01-07Rename older (<1.6) Guile as guile14.uebayasi1-2/+2
Packages using Guile now all depend on guile14. These packages are expected to be made depend on newer Guile (1.6.x) when updated in the future.
2003-01-05Bump PKGREVISION due to increase in the major number of libpq.so betweenjlam1-3/+4
version 7.2.3 and 7.3.1 of databases/postgresql-lib.
2002-10-27Imported guile-pg:cjones7-0/+84
Guile-pg is a Guile module providing access and allowing updates to PostgreSQL databases from Guile scripts. Guile is the GNU interpreter for the Scheme language and PostgreSQL is a free relational database management system.