From owner-freebsd-ports Thu Apr 11 03:32:31 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA01930 for ports-outgoing; Thu, 11 Apr 1996 03:32:31 -0700 (PDT) Received: from iworks.InterWorks.org (deischen@iworks.interworks.org [128.255.18.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id DAA01925 for ; Thu, 11 Apr 1996 03:32:29 -0700 (PDT) Received: by iworks.InterWorks.org (1.37.109.8/16.2) id AA22980; Thu, 11 Apr 1996 05:31:04 -0500 Message-Id: <9604111031.AA22980@iworks.InterWorks.org> Date: Thu, 11 Apr 1996 05:31:04 -0500 From: "Daniel M. Eischen" To: asami@cs.berkeley.edu, ports@freebsd.org Subject: Re: Question about Motif Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > * So far so good. Xmcd-1.4 and 2.0 both worked fine with xmkmf and setting > * the LOCAL_LIBRARIES appropriately. > > Cool. I've committed your xmcd upgrade, please apply the patch to > bsd.port.mk and see if it works. > > Satoshi Just did and it worked great! I modified the patch file to use ${MOTIFLIB} instead of -lXm, and the port Makefile to set REQUIRES_MOTIF. No problems. I noticed the nedit patch file that was in ports-current/editors/nedit/patches/patch-aa still had a hardcoded /usr/X11R6/lib/libXm.a instead of ${MOTIFLIB}. Were you going to make the appropriate changes to nedit as well? I really like this new bsd.port.mk Motif method. Very simple and clean :-) Dan Eischen deischen@iworks.InterWorks.org