From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 21 02:40:20 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7174516A4CE for ; Sun, 21 Dec 2003 02:40:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC0A343D45 for ; Sun, 21 Dec 2003 02:40:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) hBLAeHFR038329 for ; Sun, 21 Dec 2003 02:40:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id hBLAeHXG038328; Sun, 21 Dec 2003 02:40:17 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 21 Dec 2003 02:40:17 -0800 (PST) Resent-Message-Id: <200312211040.hBLAeHXG038328@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, TAKEMURA Masahiro Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D870216A4CE for ; Sun, 21 Dec 2003 02:37:28 -0800 (PST) Received: from taro.msel.t.u-tokyo.ac.jp (taro.naoe.t.u-tokyo.ac.jp [133.11.64.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92B5043D53 for ; Sun, 21 Dec 2003 02:37:24 -0800 (PST) (envelope-from mastake@msel.t.u-tokyo.ac.jp) Received: from localhost (localhost [127.0.0.1]) by taro.msel.t.u-tokyo.ac.jp (Postfix) with ESMTP id A407C1B306 for ; Sun, 21 Dec 2003 19:37:21 +0900 (JST) Received: from localhost (brown.naoe.t.u-tokyo.ac.jp [133.11.64.48]) by taro.msel.t.u-tokyo.ac.jp (Postfix) with ESMTP id 02C2E1B203 for ; Sun, 21 Dec 2003 19:37:21 +0900 (JST) Message-Id: <20031221.193720.74752021.mastake@msel.t.u-tokyo.ac.jp> Date: Sun, 21 Dec 2003 19:37:20 +0900 (JST) From: TAKEMURA Masahiro To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/60454: [MAINTAINER-UPDATE] graphics/linux_mesa3: modify broken port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: TAKEMURA Masahiro List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Dec 2003 10:40:20 -0000 >Number: 60454 >Category: ports >Synopsis: [MAINTAINER-UPDATE] graphics/linux_mesa3: modify broken port >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Dec 21 02:40:17 PST 2003 >Closed-Date: >Last-Modified: >Originator: TAKEMURA Masahiro >Release: FreeBSD 5.2-BETA i386 >Organization: University of Tokyo >Environment: System: FreeBSD taro 5.2-BETA FreeBSD 5.2-BETA #0: Tue Dec 2 21:12:01 JST 2003 mastake@taro.msel.t.u-tokyo.ac.jp:/usr/obj/usr/src/sys/GENERIC i386 >Description: the port graphics/linux_mesa is marked as `BROKEN'. So I modify it to be able to make. And changing MAINTAINER as ports@freebsd.org, because I can't maintain it any more. >How-To-Repeat: the variable BROKEN is drfined. >Fix: patch is as follows -----BEGIN --- ports/graphics/linux_mesa3/Makefile.orig Mon Nov 3 12:56:36 2003 +++ ports/graphics/linux_mesa3/Makefile Sun Dec 21 11:20:45 2003 @@ -7,7 +7,7 @@ PORTNAME= mesa PORTVERSION= 3.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics linux MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.fu-berlin.de/pub/unix/X11/graphics/Mesa/ @@ -16,14 +16,9 @@ DISTFILES= MesaLib-${PORTVERSION}${EXTRACT_SUFX} \ MesaDemos-${PORTVERSION}${EXTRACT_SUFX} -MAINTAINER= mastake@msel.t.u-tokyo.ac.jp +MAINTAINER= ports@freebsd.org COMMENT= A graphics library similar to SGI's OpenGL, used from Linux programs -BROKEN= "Inconsistent dependencies (installs both linux_base-6.x and 7.x, which conflict), will be removed after Feb 2" - -BUILD_DEPENDS= ${LINUXBASE}/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base \ - ${LINUXBASE}/usr/bin/gcc:${PORTSDIR}/devel/linux_devtools-6 - USE_BZIP2= yes ONLY_FOR_ARCHS= i386 USE_LINUX_PREFIX= yes @@ -59,6 +54,19 @@ GLUT_MINOR_VER=${GLUT_MINOR_VER} \ LIBMESA_MAJOR_VER=${LIBMESA_MAJOR_VER} +.include + +.if exists(${LINUXBASE}/lib/ld-2.1.3.so) +BUILD_DEPENDS+= ${LINUXBASE}/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base-6 \ + ${LINUXBASE}/usr/bin/gcc:${PORTSDIR}/devel/linux_devtools-6 +.elifdef(WITH_LINUX6) +BUILD_DEPENDS+= ${LINUXBASE}/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base-6 \ + ${LINUXBASE}/usr/bin/gcc:${PORTSDIR}/devel/linux_devtools-6 +.else +BUILD_DEPENDS+= ${LINUXBASE}/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base \ + ${LINUXBASE}/usr/bin/gcc:${PORTSDIR}/devel/linux_devtools-7 +.endif + post-install: ${STRIP_CMD} ${PREFIX}/usr/X11R6/lib/libglut.so.${GLUT_MAJOR_VER}.${GLUT_MINOR_VER}.0 @for R in GL GLU; do \ @@ -68,4 +76,4 @@ done ${LINUXBASE}/sbin/ldconfig -.include +.include -----END >Release-Note: >Audit-Trail: >Unformatted: