#12454 closed defect (wontfix)
gtk2 doesn't need gzip in depends_build
Reported by: | tristan@… | Owned by: | rhwood@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | rhwood@…, nox@… | |
Port: |
Description
Not sure why gtk2 now needs gzip to build (r27705). The gtk2 Portfile has use_bzip2 set, and it builds fine on my Intel Mac without gzip.
Attachments (1)
Change History (7)
Changed 17 years ago by tristan@…
Attachment: | gtk2-nogzip.diff added |
---|
comment:1 Changed 17 years ago by rhwood@…
Resolution: | → wontfix |
---|---|
Status: | new → closed |
The gzip port was listed as an undeclared dependency during the destroot phase when I built gtk2 with trace mode on.
comment:2 Changed 17 years ago by nox@…
Milestone: | → Port Bugs |
---|---|
Version: | 1.5.0 |
Why don't you set the dependency with bin:gzip:gzip
. Works well with Apple-provided gzip, doesn't it?
comment:3 Changed 17 years ago by nox@…
Cc: | rhwood@… nox@… added |
---|
A lot of ports out there use chmod during the build stage.
Do we need to say they depends on coreutils? I don't think so.
comment:4 Changed 17 years ago by nox@…
The same thing is true with perl5.8. Why should I bother to install a new perl interpreter when it just works with the Apple one and that it must be used just for sedding something in the build process? Trace mode should be used carefully.
comment:5 Changed 17 years ago by rhwood@…
changeset:28323 removes all build dependencies except pkgconfig
My understanding was that we should be using our tool chain where/when possible.
remove gzip from depends_build - works for me