Date: Thu, 3 Oct 2002 14:11:10 -0400 (EDT) From: Alexander Kabaev <ak03@gte.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: steve@FreeBSD.org Subject: ports/43636: MWM ignores LIBDIR after upgrade to 2.2.2 + PATCH Message-ID: <200210031811.g93IBAuv057459@kanpc.gte.com>
next in thread | raw e-mail | index | archive | help
>Number: 43636 >Category: ports >Synopsis: MWM ignores LIBDIR after upgrade to 2.2.2 + PATCH >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 03 11:20:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alexander Kabaev >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD kanpc.gte.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu Oct 3 11:43:19 EDT 2002 root@kanpc.gte.com:/usr/obj/usr/src/sys/KANPC i386 >Description: mwm tries to search in /usr/lib/X11 for its system.mwmrc file. This happens because mwm Makefile fails to add correct LIBDIR value deduced by configure to compiler flags. MWM falls back to incorrect default value if LIBDIR is not defined. >How-To-Repeat: Use mwm as your window maneger and see its error output. >Fix: With this new patch in port files/ subdir mwm works as expected again. Index: files/patch-clients::mwm::Makefile.in =================================================================== RCS file: files/patch-clients::mwm::Makefile.in diff -N files/patch-clients::mwm::Makefile.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-clients::mwm::Makefile.in 3 Oct 2002 17:10:00 -0000 @@ -0,0 +1,10 @@ +--- clients/mwm/Makefile.in.orig Thu Oct 3 13:07:30 2002 ++++ clients/mwm/Makefile.in Thu Oct 3 13:07:52 2002 +@@ -104,6 +104,7 @@ + -DCDE_INSTALLATION_TOP=\"@CDE_INSTALLATION_TOP@\" \ + -DCDE_CONFIGURATION_TOP=\"@CD_CONFIGURATION_TOP@\" \ + -DBITMAPDIR=\"@INCDIR@/bitmaps\" \ ++ -DLIBDIR=\"@LIBDIR@\" \ + -I$(srcdir)/../../lib ${X_CFLAGS} + + >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210031811.g93IBAuv057459>