#17456 closed defect (fixed)
doxygen: reinplace didn't change anything in Makefile.doxywizard
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | cssdev |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) | |
Port: | doxygen |
Description
Using the patch from #15514 I see this with doxygen 1.5.7_2 on Mac OS X 10.4.11 Intel:
---> Fetching doxygen ---> Verifying checksum(s) for doxygen ---> Extracting doxygen Warning: reinplace s|@@PREFIX@@|/mp|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_textproc_doxygen/work/doxygen-1.5.7/addon/doxywizard/Makefile.doxywizard Warning: reinplace s|@@X11PREFIX@@|/usr/X11R6|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_textproc_doxygen/work/doxygen-1.5.7/addon/doxywizard/Makefile.doxywizard ---> Configuring doxygen ---> Building doxygen ---> Staging doxygen into destroot ---> Deactivating doxygen @1.5.7_1+docs ---> Installing doxygen @1.5.7_2+docs ---> Activating doxygen @1.5.7_2+docs ---> Cleaning doxygen
Perhaps the reinplace needs to be updated, or maybe it's not needed anymore.
Change History (6)
comment:1 Changed 16 years ago by cssdev
Status: | new → assigned |
---|
comment:2 Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Cc: | mcalhoun@… added |
---|
Cc Me!
comment:3 Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
This should be fixed in r46488.
comment:4 Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Can this ticket now be closed?
comment:5 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
There was trouble with the wizard in the past (see #14368), but that was before I made the switch to Leopard. I could remove those
reinplace
calls ... the wizard has essentially been off my radar in favor of the command line tool. Thanks for reporting ... I'll check to see.