Ticket #24615 (closed submission: fixed)
archivers/pigz — New port
| Reported by: | danchr@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | Cc: | ||
| Port: | pigz |
Description
Portfile attached. I'm not terribly interested in any official maintainership, so it's marked openmaintainer.
Attachments
Change History
comment:1 Changed 3 years ago by ryandesign@…
- Status changed from new to assigned
- Owner changed from macports-tickets@… to ryandesign@…
- Port set to pigz
comment:2 Changed 3 years ago by ryandesign@…
- Status changed from assigned to closed
- Resolution set to fixed
Thanks, I committed it in r67129 with these changes:
- obfuscated your email address in the maintainers line
- replaced pig with pigz in the long description
- used consistent whitespace and indentation
- removed the mkdir in the destroot because MacPorts makes those directories for you
- replaced file copy with xinstall and file link with ln -s since that's what we customarily use
- removed the dependency on gzip; pigz uses zlib, not gzip, but since the Makefile doesn't respect LDFLAGS it uses Mac OS X's zlib, not MacPorts'; we'll have to patch the Makefile; I'll file a new ticket for this
comment:3 Changed 3 years ago by jlaurila@…
Why was this one committed instead of the almost identical one I submitted 4 months ago?
Did I make some mistake in the Portfile or in the ticket submission which then caused it to be ignored and the work duplicated?
Should I have separately asked for it to be committed instead of just filing a ticket with the Portfile? If so, where?
comment:4 Changed 3 years ago by ryandesign@…
Because I saw this ticket, because I happened to be looking at new tickets shortly after this one was filed. I usually search for duplicate tickets when I handle a ticket; I forgot to do so on this one. Sorry. If the portfile you submitted does things differently from this one, and you feel your version is better, please file a ticket with a diff of the changes you'd like made.
If you do not get a response to tickets you file, you can ask for someone to look at them by posting a message on macports-dev.


Portfile