3bca94b9c2
PR 26837, plus some pkglinting. Also, change maintainer to tech-pkg since I haven't run sawfish in years. 0.17 ==== * Added `rep.ffi' module (Foreign Function Interface). Uses gcc's libffi. Very untested. * Partial implementation of guile's `GH' interface. * Bug fixes: - Don't hang in select for a second when starting processes via the `system' function (race condition that only seems to show up on Linux 2.6 kernels) - Miscellaneous fixes for Mac OS X. - Don't return a reversed list of items from the XML parser. (Alexander V. Nikolaev) - Fixes to string capitalization functions. (Charles Stewart)
22 lines
627 B
Makefile
22 lines
627 B
Makefile
# $NetBSD: buildlink3.mk,v 1.5 2004/09/05 16:59:28 danw Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
LIBREP_BUILDLINK3_MK:= ${LIBREP_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= librep
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibrep}
|
|
BUILDLINK_PACKAGES+= librep
|
|
|
|
.if !empty(LIBREP_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.librep+= librep>=0.17
|
|
BUILDLINK_PKGSRCDIR.librep?= ../../lang/librep
|
|
MAKE_FLAGS+= rep_LIBTOOL=${LIBTOOL}
|
|
.endif # LIBREP_BUILDLINK3_MK
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/gmp/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|