Opened 12 years ago
Closed 7 years ago
#38982 closed submission (fixed)
New port: gptfdisk
Reported by: | jds6p6h02@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | cooljeanius (Eric Gallager), nano103, rockettj@…, neverpanic (Clemens Lang) | |
Port: | gptfdisk |
Description
Hi all, i have create a new port for gptfdisk.
Regards,
JrCs
Attachments (1)
Change History (8)
comment:1 follow-up: 2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 12 years ago by jds6p6h02@…
Replying to ryandesign@…:
Thanks. Some observations:
- The first revision of any given version of a port should be 0, not 1. You can just remove the
revision 1
line to accomplish this.- There should be at least two checksum types for each distfile. We prefer rmd160 and sha256 checksum types.
- Since you are using
use_configure no
, you must manually take care of UsingTheRightCompiler and-arch
flags and if possible adding a universal variant.- You can simplify the destroot by
xinstall
ing all the binaries to ${destroot}${prefix}/sbin in a single invocation, using the-W
flag, just like you're already doing to install the documentation and manpages. You don't need to specify mode 755; that's the default.
Here you find the new Portfile.
No need to take care of UsingTheRightCompiler and -arch
flags currently (i have look of other ports that have use_configure no
).
Regards,
JrCs
Changed 12 years ago by jds6p6h02@…
comment:5 Changed 11 years ago by larryv (Lawrence Velázquez)
Cc: | nano103@… added |
---|
comment:7 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | neverpanic added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
A port for gptfdisk was added in [f7ddc788191508e90091b8130155476741940c66/macports-ports].
Note: See
TracTickets for help on using
tickets.
Thanks. Some observations:
revision 1
line to accomplish this.use_configure no
, you must manually take care of UsingTheRightCompiler and-arch
flags and if possible adding a universal variant.xinstall
ing all the binaries to ${destroot}${prefix}/sbin in a single invocation, using the-W
flag, just like you're already doing to install the documentation and manpages. You don't need to specify mode 755; that's the default.