pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/zope For py-extclass, use the buildlink3.mk, not j...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/793b449bdebd
branches:  trunk
changeset: 505103:793b449bdebd
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Dec 30 13:24:34 2005 +0000

description:
For py-extclass, use the buildlink3.mk, not just a dependency.
Fixes build on DragonFly, remove PKG_FAIL_REASON.

diffstat:

 www/zope/Makefile |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r d1096d8eee0e -r 793b449bdebd www/zope/Makefile
--- a/www/zope/Makefile Fri Dec 30 13:17:51 2005 +0000
+++ b/www/zope/Makefile Fri Dec 30 13:24:34 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/12/26 23:39:35 schmonz Exp $
+# $NetBSD: Makefile,v 1.25 2005/12/30 13:24:34 joerg Exp $
 #
 
 DISTNAME=      Zope-2.2.2-src
@@ -12,10 +12,6 @@
 HOMEPAGE=      http://www.zope.org/
 COMMENT=       Zope, the Z Object Publishing Environment
 
-PKG_FAIL_REASON+=      "Broken on NetBSD/i386 3.0 in pkgsrc-2005Q4"
-PKG_FAIL_REASON+=      "Will be removed in pkgsrc-2006Q1 unless fixed"
-
-DEPENDS+=      py-extclass>=2.2.2:../../lang/py-extclass
 DEPENDS+=      py-dtml>=2.2.2:../../textproc/py-dtml
 
 DIST_SUBDIR=   python
@@ -52,5 +48,6 @@
                <${FILESDIR}/zope-shutdown.py >${PREFIX}/sbin/zope-shutdown
        ${CHMOD} 755 ${PREFIX}/sbin/zope-install ${PREFIX}/sbin/zope-shutdown
 
+.include "../../lang/py-extclass/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index