The expat-1.95.6nb1 package has libexpat.so.4.0 and expat-1.95.7 has libexpat.so.5.0. I noticed this because I had a fontconfig package built against libexpat.so.4 which installed fine on another box with expat-1.95.7 (libexpat.so.5). The fontconfig package should have required the expat as now available in pkgsrc. Please note that I have not bumped PKGREVISIONs for all the packages depending on this.
18 lines
490 B
Makefile
18 lines
490 B
Makefile
# $NetBSD: buildlink3.mk,v 1.11 2004/04/08 16:35:22 reed Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
EXPAT_BUILDLINK3_MK:= ${EXPAT_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= expat
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nexpat}
|
|
BUILDLINK_PACKAGES+= expat
|
|
|
|
.if !empty(EXPAT_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.expat+= expat>=1.95.7
|
|
BUILDLINK_PKGSRCDIR.expat?= ../../textproc/expat
|
|
.endif # EXPAT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|