summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2002-09-26Add BUILDLINK_CPPFLAGS.<pkg> for these packages to help packages findjlam2-2/+6
the db[23] headers.
2002-09-26Update jdbc-postgresql to 7.2.2abs2-6/+7
No changes found in CHANGELOG - just updating distfile to current postgresql package.
2002-09-26add comment that this is not included by jdbc-postgresqlabs1-2/+2
2002-09-23Support for Zoularis/Linux, cloned from the solaris supporttsarna2-2/+4
2002-09-23Unused.wiz1-36/+0
2002-09-23Unused.wiz1-34/+0
2002-09-23Convert to buildlink2.wiz1-2/+3
2002-09-23Update to 2.0.27; notable changes include:kleink3-9/+9
OpenLDAP 2.0.27 Release Build environment Fix getopt(3) detection OpenLDAP 2.0.26 Release Fixed slapd ACL buffer size bug (ITS#1963) Fixed slapd ACL filters w/substrings bug (ITS#2023, ITS#2027) Fxied slapd directory string space bug (ITS#2072) Fixed slurpd reject file handling bugs (ITS#2007, ITS#2009) Fixed back-ldbm indirect IDL bug (ITS#2039) Fixed libldap buffer size bugs (ITS#1935, ITS#1936) Fixed libldap gethostbyname mutex init bug (ITS#2019) Fixed liblutil passwd bug (ITS#2055) Fixed sasl large reads and writes (ITS#1983, also ITS#910,ITS#1861) Updated back-ldbm reindexing - slapindex rebuilds dn2id index Build environment Require version 1.5 if Cyrus SASL is present Remove tempnam checking and replacment implementation
2002-09-22Create new variables BUILDLINK_CPPFLAGS.<pkg> and BUILDLINK_LDFLAGS.<pkg>jlam1-1/+5
that hold the compiler and linker flags used to find the headers and libraries because these packages install them into non-standard places. These variables may be used in package Makefiles by doing: CPPFLAGS+= ${BUILDLINK_CPPFLAGS.<pkg>} LDFLAGS+= ${BUILDLINK_LDFLAGS.<pkg>}
2002-09-22Don't symlink certain classes of files that aren't needed by buildlink2:jlam1-2/+1
*.pc and binaries. Both these things are simply found by packages in their true installed locations.
2002-09-21Strip the ".buildlink" from the names of the python application andjlam6-12/+12
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
2002-09-21buildlink1 -> buildlink2jlam5-36/+32
2002-09-21Don't build the man3 pages, as they get installed into ${PREFIX}/man/man0jlam2-1/+16
when using perl58. XXX This is probably not the right fix. Longer term, we will want to XXX modify the ExtUtils/MakeMaker module to properly handle not wanting XXX to install man pages.
2002-09-21buildlink1 -> buildlink2jlam2-13/+18
2002-09-21buildlink1 -> buildlink2jlam1-7/+9
2002-09-20All users of unixodbc/buildlink.mk have been converted to use buildlink2.jlam1-51/+0
2002-09-20buildlink1 -> buildlink2jlam1-4/+4
2002-09-20buildlink1 -> buildlink2jlam2-24/+26
2002-09-20buildlink1 -> buildlink2jlam2-8/+8
2002-09-20buildlink1 -> buildlink2jlam1-8/+10
2002-09-20buildlink1 -> buildlink2 and move the USE_BUILDLINK2 definition to thejlam3-10/+7
common Makefile.
2002-09-20remove DEPENDS on p5-DBI, as we are using buildlink2 now.grant1-3/+1
as discussed with jlam.
2002-09-20Make these scripts more portable by taking advantage of automatic rc.dgrant2-4/+4
script handling and using @RCD_SCRIPTS_SHELL@. as discussed with jlam.
2002-09-20buildlink1 -> buildlink2.grant1-9/+8
OK'd by jlam.
2002-09-20buildlink1 -> buildlink2.jlam1-5/+15
2002-09-20Add a buildlink2.mk file for other packages to use, as p5-DBI providesjlam1-0/+20
headers needed by other packages.
2002-09-20buildlink1 -> buildlink2jlam1-3/+3
2002-09-20bump BUILDLINK_DEPENDS after adding dependancy on converters/libiconv.grant2-4/+4
as discussed with jlam.
2002-09-20- add dependancy on converters/libiconvgrant1-2/+5
- convert to buildlink2 - bump PKGREVISION as discussed with jlam.
2002-09-19Take advantage of the auto-generation and installation of rc.d scripts.jlam2-14/+2
2002-09-18When using bsd.pkg.install.mk, if a DEINSTALL or INSTALL file alreadyjlam1-3/+1
exists, then use it as the default value of DEINSTALL_EXTRA_TMPL or INSTALL_EXTRA_TMPL.
2002-09-18${PKG_PREFIX} -> ${PREFIX}, fix a typo.grant1-2/+2
2002-09-12Default to slapd=NO if it's not defined.jlam1-1/+2
2002-09-11Add buildlink2.mk.wiz1-0/+24
2002-09-11Fix MASTER_SITES.wiz1-2/+2
2002-09-11Build on Darwin:schmonz3-10/+40
* don't pass a second (and wrong) pair of -o and -u arguments to ${INSTALL} * use canonical pkgsrc config.guess and config.sub
2002-09-10Use a stricter test for a true rc.d system and default to pgsql=NO if notjlam1-2/+3
supplied in /etc/rc.conf.
2002-09-10USE_PTHREAD died a long time ago; match pthread handling from buildlink.mk.jlam1-5/+3
2002-09-05Update to 2.0.1. Lots of new entries, I guess.wiz3-17/+51
Use buildlink2.
2002-09-05unusedwiz1-39/+0
2002-09-05Complete move of package from gnome-mime-types to gnome-mime-data.wiz7-277/+2
2002-09-05Reimport from gnome-mime-types to match DISTNAME.wiz6-0/+275
2002-09-01Update to 7.2.2 for security reasons. Only a security fix since 7.2.1jonb2-5/+5
And create a way to get rid of that stupid message from audit-packages!
2002-08-31Update p5-DBIx-SearchBuilder to 0.61mjl2-5/+5
Absolutely no change log is available, unfortunately.
2002-08-30Add comment character before line continuation.wiz1-2/+2
2002-08-30Hint on what's need for SSLhubertf1-2/+3
2002-08-29Wildcard ocaml DEPENDS.wiz1-2/+2
2002-08-28buildlink1 -> buildlink2jlam1-2/+2
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam5-17/+17
have been converted to USE_BUILDLINK2.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam23-13/+226
buildlink2.mk files back into the main trunk.