From owner-freebsd-ports Sun Oct 8 14:48:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sharmas.dhs.org (c62443-a.frmt1.sfba.home.com [24.0.69.165]) by hub.freebsd.org (Postfix) with ESMTP id 654FB37B502 for ; Sun, 8 Oct 2000 14:48:10 -0700 (PDT) Received: (from adsharma@localhost) by sharmas.dhs.org (8.9.3/8.9.3) id OAA15760; Sun, 8 Oct 2000 14:46:04 -0700 Date: Sun, 8 Oct 2000 14:46:04 -0700 From: Arun Sharma To: ports@freebsd.org Message-Id: Posted-To: muc.lists.freebsd.ports,mpc.lists.freebsd.ports Subject: Re: ports/21838: Updated port devel/sip References: <200010081940.MAA67144@freefall.freebsd.org> Reply-To: adsharma@sharmas.dhs.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [This message has also been posted.] On 8 Oct 2000 21:40:13 +0200, Will Andrews wrote: > > Needs moc2 to be symbolically linked to moc. I couldn't find a way > > of overriding $MOC. > > > > lrwxr-xr-x 1 root wheel 19 Sep 26 09:09 /usr/X11R6/bin/moc -> /usr/X11R6/bin/moc2 > > -r-xr-xr-x 1 root wheel 289724 Sep 22 12:47 /usr/X11R6/bin/moc2 > > Umm.. no. :-) > > Set this in your Makefile: > > MOC?= ${X11BASE}/bin/moc2 > CONFIGURE_ENV= ... MOC="${MOC}" > > See also KDE2 ports. This doesn't work for sip and py-qt ports because they don't honor $MOC. I'll have to hack configure.in to make it work. If this is an acceptable solution, I'll cook up a new patch. -Arun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message