Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2003 23:03:11 +0100
From:      Tim Bishop <tim@bishnet.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tim@bishnet.net
Subject:   ports/53385: Ignore devel/libstatgrab on 5.x for now
Message-ID:  <E19S24F-00016T-43@pendennis.ukc.ac.uk>
Resent-Message-ID: <200306162210.h5GMA9wQ070456@freefall.freebsd.org>

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

>Number:         53385
>Category:       ports
>Synopsis:       Ignore devel/libstatgrab on 5.x for now
>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:   Mon Jun 16 15:10:08 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Tim Bishop
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD pendennis.ukc.ac.uk 4.8-STABLE FreeBSD 4.8-STABLE #3: Sun Jun 15 16:13:30 BST 2003 tdb@pendennis.ukc.ac.uk:/usr/obj/usr/src/sys/PENDENNIS i386


>Description:
	libstatgrab doesn't compile on FreeBSD 5.x. This is a problem
	with the package rather than the port. The next release
	will hopefully fix this.

	Pointed out by kris.

>How-To-Repeat:
>Fix:

	Diff below sets IGNORE if on FreeBSD 5.x. Also make it i386
	only, as I suspect it's unlikely to work on other architectures
	yet.

	I'm working with the developer to enable this package to
	work on more platforms in future releases.

--- libstatgrab-0.4-ignore5x.diff begins here ---
diff -ruN libstatgrab.bak/Makefile libstatgrab/Makefile
--- libstatgrab.bak/Makefile	Tue Jun  3 06:11:10 2003
+++ libstatgrab/Makefile	Mon Jun 16 22:48:39 2003
@@ -19,4 +19,12 @@
 INSTALLS_SHLIB=	yes
 USE_LIBTOOL=	yes
 
-.include <bsd.port.mk>
+ONLY_FOR_ARCHS=	i386
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500000
+IGNORE=	"does not currently support FreeBSD 5.x"
+.endif
+
+.include <bsd.port.post.mk>
--- libstatgrab-0.4-ignore5x.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19S24F-00016T-43>