[BACK]Return to buildlink3.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / net / openslp

File: [cvs.NetBSD.org] / pkgsrc / net / openslp / buildlink3.mk (download)

Revision 1.7, Sat Nov 27 04:41:12 2004 UTC (19 years, 4 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Branch point for: pkgsrc-2005Q1
Changes since 1.6: +2 -2 lines

Update net/openslp to 1.2.0.  Changes from version 1.0.11 include:

* Support for SLP queries on multiple network interfaces
* Support for SLP query through a unicast
* DHCP code
* Added support for the net.slp.DAHeartBeat setting
* Make attribute compares case insensitive as per RFC 2608
* Added PID monitoring.  Now when the process that called SLPReg()
  (with SLP_REG_FLAG_WATCH_PID) dies the registration will automatically
  be deregistered.

patch-a[cdefg] fix compilation warnings and errors (all the world is not
Linux/i386).

# $NetBSD: buildlink3.mk,v 1.7 2004/11/27 04:41:12 jlam Exp $

BUILDLINK_DEPTH:=	${BUILDLINK_DEPTH}+
OPENSLP_BUILDLINK3_MK:=	${OPENSLP_BUILDLINK3_MK}+

.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+=	openslp
.endif

BUILDLINK_PACKAGES:=	${BUILDLINK_PACKAGES:Nopenslp}
BUILDLINK_PACKAGES+=	openslp

.if !empty(OPENSLP_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.openslp+=	openslp>=1.0.1
BUILDLINK_RECOMMENDED.openslp+=	openslp>=1.2.0
BUILDLINK_PKGSRCDIR.openslp?=	../../net/openslp
.endif	# OPENSLP_BUILDLINK3_MK

BUILDLINK_DEPTH:=	${BUILDLINK_DEPTH:S/+$//}