Opened 11 years ago
Last modified 11 years ago
#43573 new submission
[NEW] nfex
Reported by: | jul_bsd@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | nfex |
Description
Network File EXtractor
Attachments (1)
Change History (3)
comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 11 years ago by jul_bsd@…
ok here an updated Portfile
- fix destroot cmd
- use revision r20/latest
- bugs submitted upstream here https://code.google.com/p/nfex/issues/detail?id=7
- add extra executable nfex_exe_pp but has bug too (erase input file for now... bug https://code.google.com/p/nfex/issues/detail?id=8)
- to trace bug, I tried gdb/ggdb but it's asking for *.o and it doesn't want if "file time stamp mismatch.". any standard way to include a debug variant? else need to do debug against a 'port build' temporary file.
Changed 10 years ago by jul_bsd@…
Note: See
TracTickets for help on using
tickets.
Thanks, but it looks like this is not ready to commit yet.
The notes advise of a crashing bug. Perhaps we should wait to commit until the crashing bug is fixed. Is there an upstream bug report for this? If so please let us know the URL.
Also, the port is programmed to fetch from the head of the project's repository. We don't allow that; port installations must be repeatable, so they must fetch from a specific version of the software. If upstream doesn't provide version numbers, you can invent one in the format YYYYMMDD. Fetch from a specific upstream revision using the
svn.revision
keyword.The line "
destroot.target install
" should be removed because that is the default.The line "
destroot.cmd cd src && make
" should be changed to "destroot.dir ${worksrcpath}/src
".