misc/174133: Fix openmotif_FILE line in /usr/ports/Mk/bsd.linux-apps.mk

Craig Rodrigues rodrigc at FreeBSD.org
Tue Dec 4 22:00:01 UTC 2012


>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:


More information about the freebsd-bugs mailing list