Date: Tue, 4 Dec 2012 21:56:24 GMT From: Craig Rodrigues <rodrigc@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/174133: Fix openmotif_FILE line in /usr/ports/Mk/bsd.linux-apps.mk Message-ID: <201212042156.qB4LuOWg087116@red.freebsd.org> Resent-Message-ID: <201212042200.qB4M01PD074388@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 174133 >Category: misc >Synopsis: Fix openmotif_FILE line in /usr/ports/Mk/bsd.linux-apps.mk >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Dec 04 22:00:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Craig Rodrigues >Release: 9.1 >Organization: >Environment: >Description: /usr/ports/x11-toolkits/linux-openmotif provides libXm.so.3.0.3, not libXm.so.4.0.3. /usr/ports/x11-toolkits/linux-f10-openmotif provides libXm.so.4, so ports which need a newer Openmotif library should use that port. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Mk/bsd.linux-apps.mk =================================================================== --- Mk/bsd.linux-apps.mk (revision 308276) +++ Mk/bsd.linux-apps.mk (working copy) @@ -351,7 +351,7 @@ 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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212042156.qB4LuOWg087116>