pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/44696: Support for diverse make-compatible MAKE_PROGRAMs [patch]



The following reply was made to PR pkg/44696; it has been noted by GNATS.

From: Aleksey Cheusov <cheusov%tut.by@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, 
pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/44696: Support for diverse make-compatible MAKE_PROGRAMs 
[patch]
Date: Tue, 08 Mar 2011 11:28:23 +0200

 >  This sounds interesting. Can you send a tested example patch for
 >  a package that currently override do-build/do-install instead to show
 >  how this would simplify things?
 
 Have a look at lang/runawk/Makefile, wip/pkg_summary-utils, wip/distbb
 or some other my packages in wip based on mk-configure. There I have
 only one line.
 
  MAKE_PROGRAM = mkcmake
 
 Replacing it with manual do-build and do-install targets is not a good
 idea because default ones are just excellent except make program.
 mkcmake is a trivial wrapper over bmake (actually bmake -m
 /path/to/includes), so it is fully compatible with default do-build and 
do-install.
 
 -- 
 Best regards, Aleksey Cheusov.
 


Home | Main Index | Thread Index | Old Index