Opened 20 years ago
Closed 20 years ago
#2005 closed defect (fixed)
tiff build problem
Reported by: | mjs@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
Two tiff Makefiles:
- dports/graphics/tiff/work/tiff-v3.6.1/man/apps/Makefile
- dports/graphics/tiff/work/tiff-v3.6.1/man/lib/Makefile
have a spurious line added at the start that makes them syntactically incorrect; the build process fails.
The line appears to be the directory name; on mine the apps/Makefile starts with:
/Users/mjs/local-darwin/darwinports/dports/graphics/tiff/work/tiff-v3.6.1/man/apps install:
cd ..; /bin/sh /Users/mjs/local-darwin/darwinports/dports/graphics/tiff/work/tiff-v3.6.1/port/
install.sh -m 444 -F ${DESTDIR}/P
...
The first line needs to be removed. (lib/Makefile has the same problem.)
(This happens on a completely clean install. The only difference from a regular install that I can think of is that I install darwinports into /Ports, not /opt/local.)
Change History (4)
comment:1 Changed 20 years ago by toby@…
comment:2 Changed 20 years ago by blb@…
The tiff port was updated to 3.7.0, does it still happen there? And if so, see Toby's questions.
I can't reproduce this.... those Makefiles are produced during the build process, and I have no issues. What OS version, etc?