| Summary: | Build options in /www/links/Makefile.local are ignored | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Petr Rehor <rx> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Sivachenko <demon> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Petr Rehor
2003-04-07 15:50:15 UTC
Lately Petr Rehor told: > >Description: > To specify local build options, I use Makefile.local instead of > command line. In many other ports this way is effective but it's > ignored in www/links port. > >How-To-Repeat: > reho@noc.decros.cz:/usr/ports/www/links# cat Makefile.local > WITHOUT_X11=true > reho@noc.decros.cz:/usr/ports/www/links# make > >Fix: > Use <bsd.port.(pre|post).mk> instead of <bsd.port.mk> how about putting this into /etc/make.conf something like: .if ${.CURDIR} == /usr/ports/www/links WITHOUT_X11?= yo .endif cheers simon -- /"\ http://corecode.ath.cx/#donate \ / \ ASCII Ribbon Campaign / \ Against HTML Mail and News Responsible Changed From-To: freebsd-ports-bugs->demon over to maintainer State Changed From-To: open->closed Patch committed, thank you very much! Adding to audit trail, from misfiled PR 51499. Message-Id: <DDAF169EF755BB46B62D2BD2FCEA8A840DF009@dcb01.decros.cz> Date: Mon, 28 Apr 2003 16:15:32 +0200 From: <Petr.Rehor@i.cz> To: <FreeBSD-gnats-submit@FreeBSD.org> > > Use <bsd.port.(pre|post).mk> instead of <bsd.port.mk> > > how about putting this into /etc/make.conf > > something like: > .if ${.CURDIR} == /usr/ports/www/links > WITHOUT_X11?= yo > .endif Yes, that is a possible solution, but I think that Makefile.local is the best idea. Cheers Petr Rehor ICZ a.s. Pobocka Ceske Budejovice J. S. Baara 40, 370 01 Ceske Budejovice, CZ Tel: +420 387 312 808 Fax: +420 387 311 480 mailto:petr.rehor@i.cz http://www.i.cz |