tsarna
a5e9687c08
Support for Zoularis/Linux, cloned from the solaris support
2002-09-23 17:34:38 +00:00
wiz
daa921044c
Unused.
2002-09-23 15:53:00 +00:00
wiz
3c120c367f
Unused.
2002-09-23 15:26:49 +00:00
wiz
2a022f9781
Convert to buildlink2.
2002-09-23 15:26:23 +00:00
kleink
d0c74e1a74
Update to 2.0.27; notable changes include:
...
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-23 10:06:58 +00:00
jlam
c37e7920b5
Create new variables BUILDLINK_CPPFLAGS.<pkg> and BUILDLINK_LDFLAGS.<pkg>
...
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-22 10:06:00 +00:00
jlam
e576968c0f
Don't symlink certain classes of files that aren't needed by buildlink2:
...
*.pc and binaries. Both these things are simply found by packages in their
true installed locations.
2002-09-22 09:52:33 +00:00
jlam
e44bf515dc
Strip the ".buildlink" from the names of the python application and
...
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-21 23:46:45 +00:00
jlam
2c9d572503
buildlink1 -> buildlink2
2002-09-21 07:56:28 +00:00
jlam
69869c3847
Don't build the man3 pages, as they get installed into ${PREFIX}/man/man0
...
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-21 07:43:50 +00:00
jlam
8c3c851c1e
buildlink1 -> buildlink2
2002-09-21 00:31:17 +00:00
jlam
32ad6cd96f
buildlink1 -> buildlink2
2002-09-21 00:24:03 +00:00
jlam
baa96cfa61
All users of unixodbc/buildlink.mk have been converted to use buildlink2.
2002-09-20 21:48:18 +00:00
jlam
2e5ad186d8
buildlink1 -> buildlink2
2002-09-20 21:47:22 +00:00
jlam
357966949c
buildlink1 -> buildlink2
2002-09-20 21:32:05 +00:00
jlam
594e887946
buildlink1 -> buildlink2
2002-09-20 21:24:48 +00:00
jlam
6db942d607
buildlink1 -> buildlink2
2002-09-20 11:22:06 +00:00
jlam
5fac8f7d24
buildlink1 -> buildlink2 and move the USE_BUILDLINK2 definition to the
...
common Makefile.
2002-09-20 10:39:06 +00:00
grant
56be8e4316
remove DEPENDS on p5-DBI, as we are using buildlink2 now.
...
as discussed with jlam.
2002-09-20 02:51:00 +00:00
grant
0c5bb6abcc
Make these scripts more portable by taking advantage of automatic rc.d
...
script handling and using @RCD_SCRIPTS_SHELL@.
as discussed with jlam.
2002-09-20 02:01:54 +00:00
grant
5a22b8505f
buildlink1 -> buildlink2.
...
OK'd by jlam.
2002-09-20 01:45:27 +00:00
jlam
ca517b978b
buildlink1 -> buildlink2.
2002-09-20 01:06:22 +00:00
jlam
7ba8964771
Add a buildlink2.mk file for other packages to use, as p5-DBI provides
...
headers needed by other packages.
2002-09-20 00:43:33 +00:00
jlam
d5181a8166
buildlink1 -> buildlink2
2002-09-20 00:30:22 +00:00
grant
e2c5a2e96b
bump BUILDLINK_DEPENDS after adding dependancy on converters/libiconv.
...
as discussed with jlam.
2002-09-20 00:15:56 +00:00
grant
cf45c97673
- add dependancy on converters/libiconv
...
- convert to buildlink2
- bump PKGREVISION
as discussed with jlam.
2002-09-20 00:08:34 +00:00
jlam
5c053dd06a
Take advantage of the auto-generation and installation of rc.d scripts.
2002-09-19 09:04:02 +00:00
jlam
e507190d0d
When using bsd.pkg.install.mk, if a DEINSTALL or INSTALL file already
...
exists, then use it as the default value of DEINSTALL_EXTRA_TMPL or
INSTALL_EXTRA_TMPL.
2002-09-18 21:15:07 +00:00
grant
4f6db0cabd
${PKG_PREFIX} -> ${PREFIX}, fix a typo.
2002-09-18 16:11:18 +00:00
jlam
63f3771a9c
Default to slapd=NO if it's not defined.
2002-09-12 10:19:11 +00:00
wiz
3e7767d385
Add buildlink2.mk.
2002-09-11 15:25:13 +00:00
wiz
72b16d7419
Fix MASTER_SITES.
2002-09-11 15:25:00 +00:00
schmonz
4864dbf962
Build on Darwin:
...
* 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-11 00:50:04 +00:00
jlam
fff01e21c8
Use a stricter test for a true rc.d system and default to pgsql=NO if not
...
supplied in /etc/rc.conf.
2002-09-10 23:20:04 +00:00
jlam
d74686f756
USE_PTHREAD died a long time ago; match pthread handling from buildlink.mk.
2002-09-10 19:46:30 +00:00
wiz
af5399ecd2
Update to 2.0.1. Lots of new entries, I guess.
...
Use buildlink2.
2002-09-05 16:41:18 +00:00
wiz
cb9992d481
unused
2002-09-05 16:10:58 +00:00
wiz
fa353ddc11
Complete move of package from gnome-mime-types to gnome-mime-data.
2002-09-05 16:10:16 +00:00
wiz
ebc278d2d8
Reimport from gnome-mime-types to match DISTNAME.
2002-09-05 16:05:32 +00:00
jonb
16bae308c0
Update to 7.2.2 for security reasons. Only a security fix since 7.2.1
...
And create a way to get rid of that stupid message from audit-packages!
2002-09-01 01:14:29 +00:00
mjl
3e97a53c44
Update p5-DBIx-SearchBuilder to 0.61
...
Absolutely no change log is available, unfortunately.
2002-08-31 01:19:08 +00:00
wiz
7744631da9
Add comment character before line continuation.
2002-08-30 16:58:44 +00:00
hubertf
fcc4db1c36
Hint on what's need for SSL
2002-08-30 16:41:07 +00:00
wiz
46caf38939
Wildcard ocaml DEPENDS.
2002-08-29 09:59:15 +00:00
jlam
940e98d289
buildlink1 -> buildlink2
2002-08-28 16:10:28 +00:00
jlam
1c57323789
Merge packages from the buildlink2 branch back into the main trunk that
...
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
jlam
efb93b17bd
Merge changes in packages from the buildlink2 branch that have
...
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
jlam
e2afa97f51
Merge changes in packages from the buildlink2 branch that have
...
buildlink2.mk files back into the main trunk. This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
2002-08-25 18:38:05 +00:00
jschauma
e41bbe63a1
databases/myslq-server appears to work fine on Linux as well, so add
...
Linux-*-* to the list of ONLY_FOR_PLATFORMs.
2002-08-23 03:34:41 +00:00
hubertf
e0d518ae4c
Replace all these URLs with some real information
2002-08-22 22:36:26 +00:00