Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jul 2006 14:03:03 -0400 (EDT)
From:      Thomas Abthorpe <thomas@goodking.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        thomas@goodking.ca
Subject:   ports/100924: [MAINTAINER] misc/sword: Unbreak on FreeBSD 4.X
Message-ID:  <200607271803.k6RI33U2078710@stjames.stthomasanglican.org>
Resent-Message-ID: <200607271810.k6RIAFqt061411@freefall.freebsd.org>

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

>Number:         100924
>Category:       ports
>Synopsis:       [MAINTAINER] misc/sword: Unbreak 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:   Thu Jul 27 18:10:14 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:
- set USE_GCC=3.2+ to unbreak on FreeBSD 4.X.

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

--- sword-1.5.8.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/sword/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	14 Jul 2006 18:19:30 -0000	1.19
+++ Makefile	27 Jul 2006 17:59:35 -0000
@@ -17,6 +17,7 @@
 
 USE_GNOME=	pkgconfig
 USE_GMAKE=	yes
+USE_GCC=	3.2+
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS+=	--without-conf
@@ -26,10 +27,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 500000
-BROKEN=		Fails to compile under FreeBSD 4.X
-.endif
-
 .if defined(WITHOUT_CURL)
 CONFIGURE_ARGS+=	--without-curl
 PLIST_SUB+=	INSTALLMGR="@comment "
--- sword-1.5.8.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?200607271803.k6RI33U2078710>