Quantcast

Re: ports/169039: [bsd.port.mk] Fix sanity-config error when using WRKDIRPREFIX

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: ports/169039: [bsd.port.mk] Fix sanity-config error when using WRKDIRPREFIX

Bryan Drewery
The following reply was made to PR ports/169039; it has been noted by GNATS.

From: Bryan Drewery <[hidden email]>
To: [hidden email]
Cc: Baptiste Daroussin <[hidden email]>
Subject: Re: ports/169039: [bsd.port.mk] Fix sanity-config error when using
 WRKDIRPREFIX
Date: Wed, 13 Jun 2012 10:46:23 -0500

 This is a multi-part message in MIME format.
 --------------000308080004090702070809
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 Attached is proper patch.
 
 --------------000308080004090702070809
 Content-Type: text/plain; charset=windows-1252;
  name="patch-sanity-config.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="patch-sanity-config.txt"
 
 --- bsd.port.mk.orig 2012-06-13 10:26:44.000000000 -0500
 +++ bsd.port.mk 2012-06-13 10:37:21.000000000 -0500
 @@ -6010,7 +6010,7 @@
  [Nn]|[Nn][Oo]) \
  exit 0; \
  esac; \
 - ${MAKE} config
 + cd ${.CURDIR} && ${MAKE} config;
  .endif
  .endif # sanity-config
 
 @@ -6101,7 +6101,7 @@
  ${CAT} $${TMPOPTIONSFILE} > ${OPTIONSFILE}; \
  fi; \
  ${RM} -f $${TMPOPTIONSFILE}
 - @${MAKE} sanity-config
 + @cd ${.CURDIR} && ${MAKE} sanity-config;
  .endif
  .endif # config
 
 
 --------------000308080004090702070809--
_______________________________________________
[hidden email] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
To unsubscribe, send any mail to "[hidden email]"
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: ports/169039: [bsd.port.mk] Fix sanity-config error when using WRKDIRPREFIX

miwi
Synopsis: [bsd.port.mk] Fix sanity-config error when using WRKDIRPREFIX

Responsible-Changed-From-To: freebsd-ports-bugs->miwi
Responsible-Changed-By: miwi
Responsible-Changed-When: Thu Jun 14 07:37:26 UTC 2012
Responsible-Changed-Why:
I'll take it.

http://www.freebsd.org/cgi/query-pr.cgi?pr=169039
_______________________________________________
[hidden email] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
To unsubscribe, send any mail to "[hidden email]"
Loading...