Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jan 2002 16:00:40 -0500 (EST)
From:      Alan Eldridge <ports@geeksrus.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34235: devel/imake-4 Makefile error affecting Wraphelp.c (AARRRGGHH!)
Message-ID:  <200201242100.g0OL0ed33037@wwweasel.geeksrus.net>

next in thread | raw e-mail | index | archive | help

>Number:         34235
>Category:       ports
>Synopsis:       devel/imake-4 Makefile error affecting Wraphelp.c (AARRRGGHH!)
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 24 13:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alan Eldridge
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
Geeksrus.NET
>Environment:
System: FreeBSD wwweasel.geeksrus.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Sun Dec 2 19:14:12 EST 2001 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/WWWEASEL i386

>Description:

If USA_RESIDENT == YES, and DISTDIR is not set in env or /etc/make.conf,
then even if Wraphelp.c is manually downloaded into $DISTDIR/xc, it will
not be found or used, because DISTDIR is not set yet.

>How-To-Repeat:

>Fix:

[alane ~/FreeBSD/ports/devel/imake-4]$ cvs diff
Index: Makefile
===================================================================
RCS file: /home/alane/cvsroot/ports/devel/imake-4/Makefile,v
retrieving revision 1.16
diff -u -3 -r1.16 Makefile
--- Makefile    6 Jan 2002 20:41:44 -0000       1.16
+++ Makefile    24 Jan 2002 20:55:58 -0000
@@ -116,6 +116,8 @@
 # InstallXserverSetUID=NO : use Xwrapper.
 # End of XFree86 configrations

+.include <bsd.port.pre.mk>
+
 .if ${HasXdmAuth} == YES
 .if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
 .if !exists(${DISTDIR}/${DIST_SUBDIR}/Wraphelp.c)
@@ -136,4 +138,4 @@
 .endif # USA_RESIDENT
 .endif # HasXdmAuth

-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
[alane ~/FreeBSD/ports/devel/imake-4]$ Send-pr

>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?200201242100.g0OL0ed33037>