Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  8 Aug 2006 09:15:18 +0800
From:      chinsan <chinsan.tw@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clsung@FreeBSD.org
Subject:   ports/101619: [MAINTAINER] mail/pecl-esmtp: tag BROKEN(does not build on 4.x)
Message-ID:  <20060808013246.6B1A92E96A@smtp2.bc.hgc.com.tw>
Resent-Message-ID: <200608080140.k781eFe2005644@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         101619
>Category:       ports
>Synopsis:       [MAINTAINER] mail/pecl-esmtp: tag BROKEN(does not build on 4.x)
>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 Aug 08 01:40:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #5: Mon Jul 17 09:30:36 CST 2006
>Description:
 - tag BROKEN(does not build on 4.x)

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- pecl-esmtp-0.3.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/pecl-esmtp/Makefile /usr/home/chinsan/project/pecl-esmtp/Makefile
--- /usr/ports/mail/pecl-esmtp/Makefile	Tue Aug  1 12:45:23 2006
+++ /usr/home/chinsan/project/pecl-esmtp/Makefile	Tue Aug  8 09:06:17 2006
@@ -25,6 +25,10 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} < 500000
+BROKEN=		does not build on FreeBSD 4.x
+.endif
+
 .if defined(WITH_RE2C)
 BUILD_DEPENDS+=	re2c:${PORTSDIR}/devel/re2c
 .endif
--- pecl-esmtp-0.3.1.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060808013246.6B1A92E96A>