From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 26 01:10:30 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B86716A412 for ; Tue, 26 Sep 2006 01:10:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFCD843D64 for ; Tue, 26 Sep 2006 01:10:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8Q1ATWh076961 for ; Tue, 26 Sep 2006 01:10:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8Q1ATBP076960; Tue, 26 Sep 2006 01:10:29 GMT (envelope-from gnats) Date: Tue, 26 Sep 2006 01:10:29 GMT Message-Id: <200609260110.k8Q1ATBP076960@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Serge Gagnon Cc: Subject: Re: ports/103654: [New Port] net/webcit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Serge Gagnon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Sep 2006 01:10:30 -0000 The following reply was made to PR ports/103654; it has been noted by GNATS. From: Serge Gagnon To: bug-followup@freebsd.org, serge.gagnon@b2b2c.ca Cc: Subject: Re: ports/103654: [New Port] net/webcit Date: Mon, 25 Sep 2006 21:03:37 -0400 --Boundary_(ID_qIRfUIwuygT3NmF8vUP+uA) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline Made another mistake with Makefile. here's the good one. -- GAGNON Serge PGP KEY-ID: 0xBBC1478F PGP Fingerprint: B48B 4633 28F5 28F6 7A62 5650 69C8 E293 BBC1 478F PPG Key: http://quenix2.dyndns.org:7777 | telnet quenix2.dyndns.org 7777 --Boundary_(ID_qIRfUIwuygT3NmF8vUP+uA) Content-type: text/x-makefile; charset=iso-8859-1; name=Makefile Content-transfer-encoding: 7BIT Content-disposition: attachment; filename=Makefile # New ports collection makefile for: webcit # Date created: 21 mai 2006 10:58:57 EDT # Whom: Serge Gagnon serge.gagnon@b2b2c.ca # # $FreeBSD$ # PORTNAME= webcit PORTVERSION= 6.81 CATEGORIES= net MASTER_SITES= http://easyinstall.citadel.org/ MAINTAINER= serge.gagnon@b2b2c.ca COMMENT= Web-based frontend to the Citadel groupware system LIB_DEPENDS= ical:${PORTSDIR}/devel/libical RUN_DEPENDS= citserver:${PORTSDIR}/net/citadel WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" CONFIGURE_ARGS= --prefix=${PREFIX} \ --includedir=${PREFIX}/include/ \ --bindir=${PREFIX}/bin \ --sbindir=${PREFIX}/sbin \ --datadir=${DATADIR} \ --sysconfdir=${PREFIX}/etc \ --libdir=${PREFIX}/lib \ --with-libical=yes \ --with-iconv=yes \ --disable-nls post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ -e 's|-pthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|g' \ ${WRKSRC}/Makefile.in RCSCRIPT= ${PREFIX}/etc/rc.d/webcit USE_RC_SUBR= yes post-install: # Prepare startup script, logs, home path @echo "rcscript ${FILESDIR}/webcit.sh.tmpl -> ${RCSCRIPT}" ${SED} -e "s|%%PREFIX%%|${PREFIX}|g; s|%%RC_SUBR%%|${RC_SUBR}|g" "${FILESDIR}/webcit.sh.tmpl" > "${RCSCRIPT}" .include --Boundary_(ID_qIRfUIwuygT3NmF8vUP+uA)--