From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 6 10:00:23 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A75E4106567A for ; Sun, 6 Nov 2011 10:00:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 58F608FC14 for ; Sun, 6 Nov 2011 10:00:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id pA6A0NZS038056 for ; Sun, 6 Nov 2011 10:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id pA6A0NUx038045; Sun, 6 Nov 2011 10:00:23 GMT (envelope-from gnats) Resent-Date: Sun, 6 Nov 2011 10:00:23 GMT Resent-Message-Id: <201111061000.pA6A0NUx038045@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rene Ladan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7758A106564A for ; Sun, 6 Nov 2011 09:55:02 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 61AE18FC0A for ; Sun, 6 Nov 2011 09:55:02 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id pA69t28a036900 for ; Sun, 6 Nov 2011 09:55:02 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id pA69t25P036899; Sun, 6 Nov 2011 09:55:02 GMT (envelope-from nobody) Message-Id: <201111060955.pA69t25P036899@red.freebsd.org> Date: Sun, 6 Nov 2011 09:55:02 GMT From: Rene Ladan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/162325: emulators/libspectrum: fix build on FreeBSD 10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2011 10:00:23 -0000 >Number: 162325 >Category: ports >Synopsis: emulators/libspectrum: fix build on FreeBSD 10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 06 10:00:22 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 10 tinderbox >Organization: >Environment: UNAME_v=FreeBSD 10.0-CURRENT #0: Sun Nov 6 08:08:09 CET 2011 root@tinderbox.host:/usr/src/sys/magic/kernel/path OSVERSION=1000000 >Description: Currently emulators/libspectrum does not build shared libraries (*.so) on FreeBSD 10 and above because the check in the configure script to detect FreeBSD 1.x (which had no support for shared libraries) is incorrectly implemented as '1*' instead of '1\.*'. The patch adds a fix for this check to the port Makefile so that shared libraries of this port are also built and installed on FreeBSD 10 and above. See Mk/bsd.port.mk for details. >How-To-Repeat: Build emulators/libspectrum on a 10.0-CURRENT machine/tinderbox. >Fix: Patch attached with submission follows: diff -ruN libspectrum.orig/Makefile libspectrum/Makefile --- libspectrum.orig/Makefile 2011-07-03 13:40:43.000000000 +0200 +++ libspectrum/Makefile 2011-11-06 01:11:03.000000000 +0100 @@ -23,6 +23,7 @@ USE_GMAKE= yes USE_GNOME= glib20 USE_LDCONFIG= yes +WITH_FBSD10_FIX= yes MAN3= libspectrum.3 >Release-Note: >Audit-Trail: >Unformatted: