From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 7 11:40:17 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 004C516A404 for ; Fri, 7 Apr 2006 11:40:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1397743D53 for ; Fri, 7 Apr 2006 11:40:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k37BeF35018877 for ; Fri, 7 Apr 2006 11:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k37BeFvA018875; Fri, 7 Apr 2006 11:40:15 GMT (envelope-from gnats) Resent-Date: Fri, 7 Apr 2006 11:40:15 GMT Resent-Message-Id: <200604071140.k37BeFvA018875@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, Alex Kozlov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2476C16A415 for ; Fri, 7 Apr 2006 11:38:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6E8343D49 for ; Fri, 7 Apr 2006 11:38:31 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k37BcTSq033773 for ; Fri, 7 Apr 2006 11:38:29 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k37BcTuK033772; Fri, 7 Apr 2006 11:38:29 GMT (envelope-from nobody) Message-Id: <200604071138.k37BcTuK033772@www.freebsd.org> Date: Fri, 7 Apr 2006 11:38:29 GMT From: Alex Kozlov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/95467: Allow use USE_LDCONFIG mechanism in RELENG_6_1 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: Fri, 07 Apr 2006 11:40:17 -0000 >Number: 95467 >Category: ports >Synopsis: Allow use USE_LDCONFIG mechanism in RELENG_6_1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 07 11:40:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alex Kozlov >Release: FreeBSD 6.1-PRERELEASE >Organization: private >Environment: FreeBSD localhost 6.1-PRERELEASE i386 >Description: Allow use USE_LDCONFIG mechanism in RELENG_6_1 >How-To-Repeat: Apply the patch. >Fix: diff -u Makefile.orig Makefile --- Makefile.orig Fri Apr 7 14:18:14 2006 +++ Makefile Fri Apr 7 14:19:15 2006 @@ -11,7 +11,7 @@ PORTNAME= compat5x PORTVERSION= 5.4.0.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=lesi/compat5x @@ -35,7 +35,8 @@ IGNORE= is for FreeBSD 6.x and newer .endif -.if ${OSVERSION} > 700011 +.if ${OSVERSION} > 700011 || \ + ( ${OSVERSION} > 600104 && ${OSVERSION} < 700000 ) USE_LDCONFIG= ${TARGET_DIR} PLIST_SUB+= USE_LDCONFIG="" .else >Release-Note: >Audit-Trail: >Unformatted: