ports/98501: x11/ipager: IGNORE for FreeBSD-4.x

Vlad V. Teterya vlad at vlad.uz.ua
Sun Jun 4 19:10:23 UTC 2006


>Number:         98501
>Category:       ports
>Synopsis:       x11/ipager: IGNORE for FreeBSD-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:   Sun Jun 04 19:10:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Vlad V. Teterya
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
TrioSoft
>Environment:
System: FreeBSD zeon.ein.uz.ua 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 14 18:14:31 EEST 2006 root at zeon.ein.uz.ua:/usr/src/sys/i386/compile/ZEON i386

>Description:
Port x11/ipager was marked IGNORE for FreeBSD-4.x due to problems with threading support
>How-To-Repeat:
>Fix:

--- IPAGER begins here ---
diff -ruN ipager/Makefile ipager.NEW/Makefile
--- ipager/Makefile	Sun Apr 30 00:12:13 2006
+++ ipager.NEW/Makefile	Sun Jun  4 21:40:25 2006
@@ -2,7 +2,7 @@
 # Date created:				22 Mar 2006
 # Whom:					Vlad V. Teterya <vlad at vlad.uz.ua>
 #
-# $FreeBSD: ports/x11/ipager/Makefile,v 1.1 2006/04/29 21:12:13 pav Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	ipager
@@ -19,6 +19,11 @@
 
 USE_X_PREFIX=	yes
 
+.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+IGNORE=	fails to build on FreeBSD 4.x (due to problems with threading support)
+.endif
+
 PLIST_FILES=	bin/ipager \
 		%%DATADIR%%/themes/atlantis.conf \
 		%%DATADIR%%/themes/dark_red.conf \
@@ -69,4 +74,4 @@
 	@${ECHO_MSG} ""
 	@${ECHO_MSG} ""
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- IPAGER ends here ---


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



More information about the freebsd-ports-bugs mailing list