Commit graph

27 commits

Author SHA1 Message Date
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
809ad6f2f7 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
recht
d6070b61a5 Adapt to the latest python package changes: s/21pth/21/ 2005-01-27 21:15:45 +00:00
recht
367eed19fe Build Python with thread support by default and turn the existing
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2005-01-23 20:41:45 +00:00
recht
67def20bac bl3ify 2004-05-23 11:41:35 +00:00
uebayasi
f52f6c5449 "find ... -and ... -or ... "is a GNU'ism. Use -a and -o. 2004-04-23 09:13:23 +00:00
drochner
adf3b5b3b8 update to 2.6.2
(bugfix release)
2003-12-05 17:07:02 +00:00
drochner
a120523c74 add some metacharacter escapes to that 2 variables are resolved at
startscript runtime, not already at creation time.
No difference in behaviour, just looks nicer.
2003-08-11 13:15:42 +00:00
drochner
64325cd1bc install a little shell script which eases the creation of a zope
instance
in response to
PR: pkg/18191 by Kent Polk
2003-07-28 09:27:29 +00:00
drochner
1d8cbba226 Tweak an "#ifdef unix" check to get initgroups(3) support.
Fix from MLH per PR pkg/21697.
2003-07-25 13:07:08 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
8a555528c0 PKGREVISION goes after PKGNAME. 2003-05-05 19:05:05 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
drochner
a93de3c6af change the default installation method to "short path" since most
packages do it that way now
2003-04-23 16:25:16 +00:00
drochner
1eed9fdfbc allow to override the required zope version 2003-04-23 14:33:18 +00:00
drochner
e5f3d7e6cc weaken dependency so that any zope-2.* is matched 2003-04-18 10:22:13 +00:00
drochner
093fe31aaf update Zope to 2.6.1
There are lots of features added - too much to list here.
Still compatible enough to work with products and user data written for
zope-2.5, so we can stay in the zope25 directory for now.
2003-04-17 19:06:13 +00:00
grant
afdebcf9a4 make ${PAX} usage consistent:
- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup
2003-04-10 01:28:03 +00:00
drochner
8819bbf82f USE_BUILDLINK_ONLY -> USE_BUILDLINK2 2002-10-24 22:11:05 +00:00
wiz
3ea336ad9f application.buildlink.mk -> application.mk 2002-09-22 09:45:25 +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
drochner
ee6308f0bb unused 2002-09-12 11:10:23 +00:00
drochner
090db04946 rename product.buildlink.mk to product.mk since this doesn't use
"buildlink" logics
also define a default prefix - fixes PR pkg/18191
2002-09-12 11:01:37 +00:00
drochner
ac3995c2f5 common definitions for add-on products 2002-09-04 14:50:43 +00:00
drochner
79f41aa33d First cut on an actual Zope pkg, which requires a thread enabled Python,
for which we only have a pth version. Needs Testing.
Also needs some work for installation/startup scripts.
2002-08-22 16:54:48 +00:00