Bug 54642 - ports/net/gnu-radius cannot create ${WRKDIR}
Summary: ports/net/gnu-radius cannot create ${WRKDIR}
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-19 22:30 UTC by tjs
Modified: 2003-07-20 17:21 UTC (History)
0 users

See Also:


Attachments
file.diff (164 bytes, patch)
2003-07-19 22:30 UTC, tjs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tjs 2003-07-19 22:30:05 UTC
	ports/net/gnu-radius cannot create ${WRKDIR}

Fix: 

+/bin/mkdir -p ${WRKDIRPREFIX}${CURDIR}
 exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc

 INCLUDE_PATH=${LOCALBASE}/include/--0jr9l8rTAeQ0Vb8NIaScgaMLbpc1FiXCynrhz4gorXJJ4dIf
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -ruN gnu-radius/scripts/configure.orig gnu-radius/scripts/configure
How-To-Repeat: 	On the box, make, then you will see it.

/usr/ports/net/gnu-radius/scripts/configure: cannot create
/var/tmp/usr/ports/net/gnu-radius/Makefile.inc: No such file or directory
*** Error code 2

Stop in /usr/ports/net/gnu-radius.
Comment 1 Yen-Ming Lee freebsd_committer freebsd_triage 2003-07-20 17:21:19 UTC
State Changed
From-To: open->closed

Committed, thanks.