ports/101208: [MAINTAINER] misc/bibletime: Mark as broken on FreeBSD 4.X

Thomas Abthorpe thomas at goodking.ca
Tue Aug 1 18:41:24 UTC 2006


>Number:         101208
>Category:       ports
>Synopsis:       [MAINTAINER] misc/bibletime: Mark as broken on 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:   Tue Aug 01 18:40:22 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Abthorpe
>Release:        FreeBSD 6.1-RELEASE-p2 i386
>Organization:
GoodKing.Ca
>Environment:
System: FreeBSD stjames.stthomasanglican.org 6.1-RELEASE-p2 FreeBSD 6.1-RELEASE-p2 #27: Sat Jun 24 23:38:22 EDT 2006
>Description:
- Fails to compile under FreeBSD 4.X

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

--- bibletime-1.5.3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/bibletime/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile	15 Jul 2006 00:10:53 -0000	1.16
+++ Makefile	1 Aug 2006 18:32:09 -0000
@@ -23,8 +23,14 @@
 USE_BZIP2=	yes
 INSTALLS_ICONS=	yes
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN=		Fails to compile under FreeBSD 4.X
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/bibletime/Makefile.in
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- bibletime-1.5.3.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list