Check NOPROFILE to see if profiled libraries are desired. Reduce build time & disk usage. Fix: Patch approved by maintainer: How-To-Repeat: n/a
Your patch is not sufficient, since with NOPROFILE all profile .hi and .a files will not be installed. Find attached a patch and a pkg-message file. * respect NOPROFILE in make process and in pkg-plist * include all changes I have already submitted in PR ports/41051, so Committer, please close PR ports/41051 after committing this one. * add pkg-message which was already part of PR ports/41051 Simon, can you take a look at this and approve it? Regards, Olli -- IST & IIS _ INF _ UniBwM _____ http://ist.unibw-muenchen.de/People/obraun/ Tele-Consulting GmbH _________ http://www.tele-consulting.com/ ___ obraun@ FreeBSD: The Power To Serve __ http://www.freebsd.org/ ___________________
* Simon Marlow <simonmar@microsoft.com> [2002-08-02 10:52]: > Approved. Should there be a note somewhere about the NOPROFILE option? > Where is the usual place to put such things? Something like: pre-everything:: .if !defined(NOPROFILE) @${ECHO_CMD} "GHC .... with profile....." @${ECHO_CMD} "Define NOPROFILE to ...." .else @${ECHO_CMD} "GHC .... without profile....." .endif in the Makefile. Regards, Olli, leaving for a vacation trip -- IST & IIS _ INF _ UniBwM _____ http://ist.unibw-muenchen.de/People/obraun/ Tele-Consulting GmbH _________ http://www.tele-consulting.com/ ___ obraun@ FreeBSD: The Power To Serve __ http://www.freebsd.org/ ___________________
Responsible Changed From-To: freebsd-ports->obraun I'll handle this, since parts are submitted by me.
State Changed From-To: open->closed Committed, thanks!