Date: Fri, 29 Jul 2005 02:50:28 GMT From: Michael Johnson <ahze@ahze.net> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/84263: add 'test' target if it's a perl module Message-ID: <200507290250.j6T2oSSA010810@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/84263; it has been noted by GNATS. From: Michael Johnson <ahze@ahze.net> To: Yen-Ming Lee <leeym@utopia.leeym.com> Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/84263: add 'test' target if it's a perl module Date: Thu, 28 Jul 2005 22:46:55 -0400 > --- bsd.port.mk.diff begins here --- > Index: bsd.port.mk > =================================================================== > RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v > retrieving revision 1.515 > diff -u -r1.515 bsd.port.mk > --- bsd.port.mk 24 Jun 2005 09:18:54 -0000 1.515 > +++ bsd.port.mk 29 Jul 2005 02:21:41 -0000 > @@ -2158,6 +2158,10 @@ > ALL_TARGET?= all > INSTALL_TARGET?= install > > +.if defined(PERL_CONFIGURE) > +ALL_TARGET+= test > +.endif > + I maybe wrong but at a quick glance at this it looks like "test" will always be done if PERL_CONFIGURE is defined. This isn't always good, especially for things like x11-toolkits/py- tkinter which require X11 to be running to do most tests and it'll throw up all kinds of random boxes and other crap during the test. Michael
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507290250.j6T2oSSA010810>