This update installs the library headers needed to compile against this library. Fix: Apply the patch attached Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->scheidell I'll take it.
State Changed From-To: open->closed Committed. Thanks!
State Changed From-To: closed->open MV's need to be changed to INSTALL_DATA
On 3/22/12 3:01 AM, Fernando Apestegu??a wrote: > On Wed, Mar 21, 2012 at 11:43 PM, <scheidell@freebsd.org> wrote: >> Synopsis: [maintainer update] graphics/opennurbs >> >> State-Changed-From-To: closed->open >> State-Changed-By: scheidell >> State-Changed-When: Wed Mar 21 22:43:46 UTC 2012 >> State-Changed-Why: >> MV's need to be changed to INSTALL_DATA > > MV's? > > Sorry but I don't know what you mean :S > The ports audit committee has requested that a change be made to the Makefile. Instread of using 'mv' (move) to move the files to the target directory, they want you to use 'INSTALL_DATA' (which by default is 'install -m 444'). Without this patch, this operation will fail: make clean install make deinstall make install (since there are no headers in the source directory anymore) Could you test this patch? and if there is some reason you require move instead of install data, please get back to me ASAP? -- Michael Scheidell, CTO SECNAP Network Security Corporation http://people.freebsd.org/~scheidell ______________________________________________________________________ This email has been scanned and certified safe by SpammerTrap(r). For Information please see http://www.spammertrap.com/ ______________________________________________________________________
On Thu, Mar 22, 2012 at 12:02 PM, Michael Scheidell <scheidell@freebsd.org> wrote: > On 3/22/12 3:01 AM, Fernando Apestegu=EDa wrote: >> On Wed, Mar 21, 2012 at 11:43 PM, =A0<scheidell@freebsd.org> wrote: >>> Synopsis: [maintainer update] graphics/opennurbs >>> >>> State-Changed-From-To: closed->open >>> State-Changed-By: scheidell >>> State-Changed-When: Wed Mar 21 22:43:46 UTC 2012 >>> State-Changed-Why: >>> MV's need to be changed to INSTALL_DATA >> >> MV's? >> >> Sorry but I don't know what you mean :S >> > > The ports audit committee has requested that a change be made to the Make= file. > Instread of using 'mv' (move) to move the files to the target directory, = they want you to use 'INSTALL_DATA' > (which by default is 'install -m 444'). > > Without this patch, this operation will fail: > make clean install > make deinstall > make install > (since there are no headers in the source directory anymore) > > Could you test this patch? and if there is some reason you require move i= nstead of install data, please get back to me ASAP? Today (or tomorrow the latest) I can test your patch and send you feedback. > > > -- > Michael Scheidell, CTO > SECNAP Network Security Corporation > http://people.freebsd.org/~scheidell > > ______________________________________________________________________ > This email has been scanned and certified safe by SpammerTrap(r). > For Information please see http://www.spammertrap.com/ > ______________________________________________________________________ >
On Thu, Mar 22, 2012 at 3:44 PM, Fernando Apestegu=EDa <fernando.apesteguia@gmail.com> wrote: > On Thu, Mar 22, 2012 at 12:02 PM, Michael Scheidell > <scheidell@freebsd.org> wrote: >> On 3/22/12 3:01 AM, Fernando Apestegu=EDa wrote: >>> On Wed, Mar 21, 2012 at 11:43 PM, =A0<scheidell@freebsd.org> wrote: >>>> Synopsis: [maintainer update] graphics/opennurbs >>>> >>>> State-Changed-From-To: closed->open >>>> State-Changed-By: scheidell >>>> State-Changed-When: Wed Mar 21 22:43:46 UTC 2012 >>>> State-Changed-Why: >>>> MV's need to be changed to INSTALL_DATA >>> >>> MV's? >>> >>> Sorry but I don't know what you mean :S >>> >> >> The ports audit committee has requested that a change be made to the Mak= efile. >> Instread of using 'mv' (move) to move the files to the target directory,= they want you to use 'INSTALL_DATA' >> (which by default is 'install -m 444'). >> >> Without this patch, this operation will fail: >> make clean install >> make deinstall >> make install >> (since there are no headers in the source directory anymore) >> >> Could you test this patch? and if there is some reason you require move = instead of install data, please get back to me ASAP? > > Today (or tomorrow the latest) I can test your patch and send you feedbac= k. I updated my ports today and applied the patch. It seems to work. All the headers seem to be properly installed under /usr/local/include/openNURBS/. The sequence: make clean install make deinstall make install doesn't fail anymore. Thanks for the heads up and sorry for the inconvenience ;) > >> >> >> -- >> Michael Scheidell, CTO >> SECNAP Network Security Corporation >> http://people.freebsd.org/~scheidell >> >> ______________________________________________________________________ >> This email has been scanned and certified safe by SpammerTrap(r). >> For Information please see http://www.spammertrap.com/ >> ______________________________________________________________________ >>
scheidell 2012-03-22 17:36:16 UTC FreeBSD ports repository Modified files: graphics/opennurbs Makefile Log: - Change install from mv to install_data - No PORTREVISION bump (only affected reinstall without clean) PR: ports/166210 Reported by: wxs@ Approved by: Fernando ApesteguÃa <fernando.apesteguia@gmail.com> (maintainer) Feature safe: yes Revision Changes Path 1.3 +2 -2 ports/graphics/opennurbs/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed.