From owner-svn-ports-head@FreeBSD.ORG Fri Dec 7 21:03:39 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D6D5C901; Fri, 7 Dec 2012 21:03:39 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B9A288FC12; Fri, 7 Dec 2012 21:03:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB7L3ddY083204; Fri, 7 Dec 2012 21:03:39 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB7L3dXd083203; Fri, 7 Dec 2012 21:03:39 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201212072103.qB7L3dXd083203@svn.freebsd.org> From: Boris Samorodov Date: Fri, 7 Dec 2012 21:03:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308447 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2012 21:03:40 -0000 Author: bsam Date: Fri Dec 7 21:03:39 2012 New Revision: 308447 URL: http://svnweb.freebsd.org/changeset/ports/308447 Log: Fix the library version detection of linux-openmotif (Fedora Core emulation at FreeBSD-7x). Thus, I'm sure it's "feature safe". PR: ports/174133 Submitted by: rodrigc Feature safe: yes Modified: head/Mk/bsd.linux-apps.mk Modified: head/Mk/bsd.linux-apps.mk ============================================================================== --- head/Mk/bsd.linux-apps.mk Fri Dec 7 20:11:47 2012 (r308446) +++ head/Mk/bsd.linux-apps.mk Fri Dec 7 21:03:39 2012 (r308447) @@ -351,7 +351,7 @@ openldap_f10_FILE= ${LINUXBASE}/usr/lib/ openldap_DETECT= ${openldap${LINUX_DIST_SUFFIX:S/-/_/}_FILE} openldap_PORT= ${PORTSDIR}/net/linux${LINUX_DIST_SUFFIX}-openldap -openmotif_FILE= ${LINUXBASE}/usr/X11R6/lib/libXm.so.4.0.3 +openmotif_FILE= ${LINUXBASE}/usr/X11R6/lib/libXm.so.3.0.3 openmotif_f10_FILE= ${LINUXBASE}/usr/lib/libXm.so.4 openmotif_DETECT= ${openmotif${LINUX_DIST_SUFFIX:S/-/_/}_FILE} openmotif_PORT= ${PORTSDIR}/x11-toolkits/linux${LINUX_DIST_SUFFIX}-openmotif