From de150c48d49b24fbe63227150ad6aae18fa353b5 Mon Sep 17 00:00:00 2001 From: drochner Date: Wed, 25 Apr 2012 15:55:42 +0000 Subject: update to 3.2.9 from the announcement: There have been 212 changes since previous release which is almost the Same as previous THREE stable releases combined. The changes consist of the usual amount of bugfixes, however also a substantial amount of new features have been added. pkgsrc note: This removes the dependencies on fixed (old) versions of tre and c-ares. --- chat/unrealircd/Makefile | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) (limited to 'chat/unrealircd/Makefile') diff --git a/chat/unrealircd/Makefile b/chat/unrealircd/Makefile index 8fe2a6dd140..3edbf21866a 100644 --- a/chat/unrealircd/Makefile +++ b/chat/unrealircd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2012/02/16 16:08:15 hans Exp $ +# $NetBSD: Makefile,v 1.33 2012/04/25 15:55:42 drochner Exp $ -DISTNAME= Unreal3.2.8.1 -PKGNAME= unrealircd-3.2.8.1 -PKGREVISION= 1 +DISTNAME= Unreal3.2.9 +PKGNAME= unrealircd-3.2.9 CATEGORIES= chat MASTER_SITES= http://unrealircd.com/downloads/ @@ -16,23 +15,15 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES USE_TOOLS+= pkg-config gmake -TRE_NEEDED= 0.7.5 -CARES_NEEDED= 1.6.0 CHECK_PORTABILITY_SKIP= update WRKSRC= ${WRKDIR}/Unreal3.2 -BUILDLINK_API_DEPENDS.tre+= tre>=${TRE_NEEDED} -BUILDLINK_API_DEPENDS.libcares+= libcares-${CARES_NEEDED} - .include "../../mk/bsd.prefs.mk" -CONFIGURE_ENV+= tre_version=${TRE_NEEDED:Q} -CONFIGURE_ENV+= TREINCDIR=-I${BUILDLINK_PREFIX.tre}/include -CONFIGURE_ENV+= cares_version=${CARES_NEEDED:Q} -CONFIGURE_ENV+= CARESINCDIR='${BUILDLINK_PREFIX.libcares}/include' -CONFIGURE_ENV+= CARESLIBDIR='-L${BUILDLINK_PREFIX.libcares}/lib' +CONFIGURE_ARGS+= --with-system-cares +CONFIGURE_ARGS+= --with-system-tre CONFIGURE_ARGS+= --with-dpath=${UIRCD_HOME:Q} CONFIGURE_ARGS+= --with-spath=${PREFIX:Q}/sbin/ircd -- cgit v1.2.3