ports/52911: [MAINTAINER] mail/qmail-autoresponder: chase ports/52908

Sergei Kolobov sergei at kolobov.com
Tue Jun 3 16:50:11 UTC 2003


>Number:         52911
>Category:       ports
>Synopsis:       [MAINTAINER] mail/qmail-autoresponder: chase ports/52908
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 03 09:50:10 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Kolobov
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD outpost.globcon.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Thu Jan  2 03:13:48 MSK
>Description:
- Update to reflect recent change in location of header files installed
  by devel/bglibs port (see ports/52908)
- Bump PORTREVISION
>How-To-Repeat:
>Fix:

--- qmail-autoresponder-0.96.1_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/qmail-autoresponder/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	2003/05/10 12:24:57	1.1
+++ Makefile	2003/06/03 16:43:24
@@ -10,16 +10,15 @@
 
 PORTNAME=	qmail-autoresponder
 PORTVERSION=	0.96.1
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://untroubled.org/qmail-autoresponder/
 
 MAINTAINER=	sergei at kolobov.com
 COMMENT=	Rate-limited autoresponder for qmail
 
-BUILD_DEPENDS=	${BGLIBS_ROOT}/include/iobuf/iobuf.h:${PORTSDIR}/devel/bglibs
+BUILD_DEPENDS=	${LOCALBASE}/lib/libbg-iobuf.a:${PORTSDIR}/devel/bglibs
 
-BGLIBS_ROOT?=	${LOCALBASE}
-
 PROGS=		qmail-autoresponder
 MAN1=		qmail-autoresponder.1
 DOCS=		NEWS README TODO procedure.txt
@@ -35,8 +34,8 @@
 ALL_TARGET=	${PROGS}
 
 pre-build:
-	${ECHO_CMD} "${BGLIBS_ROOT}/include"	> ${WRKSRC}/conf-bgincs
-	${ECHO_CMD} "${BGLIBS_ROOT}/lib"	> ${WRKSRC}/conf-bglibs
+	${ECHO_CMD} "${LOCALBASE}/include/bglibs" > ${WRKSRC}/conf-bgincs
+	${ECHO_CMD} "${LOCALBASE}/lib"		> ${WRKSRC}/conf-bglibs
 	${ECHO_CMD} "${PREFIX}/bin"		> ${WRKSRC}/conf-bin
 	${ECHO_CMD} "${MANPREFIX}/man"		> ${WRKSRC}/conf-man
 	${ECHO_CMD} "${CC} ${CFLAGS}"		> ${WRKSRC}/conf-cc
--- qmail-autoresponder-0.96.1_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list