Annotation of wikisrc/pkgsrc/macosx_tiger_powerpc.mdwn, revision 1.4
1.1 schmonz 1: [[!meta title="pkgsrc on Mac OS X 10.4 (Tiger) powerpc"]]
2:
1.2 wiki 3: [Sevan Janiyan](https://www.twitter.com/sevanjaniyan) and others are finding and fixing pkgsrc problems on
1.1 schmonz 4: Darwin/powerpc 8.11 (Mac OS X 10.4, a.k.a. "Tiger"), then [building
5: binary packages](https://www.geeklan.co.uk/?p=1579).
6:
7: ## Interesting problems
8:
1.4 ! schmonz 9: Bored? Choose one of these problems we need solved. Annoyed? Write
! 10: down the problem here.
1.1 schmonz 11:
12: ### lang/perl5
13:
14: Some apparently incorrect default `MACOSX_DEPLOYMENT_TARGET` breaks
15: the build.
16:
17: ### misc/tmux
18: [[!template id=filecontent name="misc/tmux" text="""
19: osdep-darwin.c:22:21: error: libproc.h: No such file or directory
20: osdep-darwin.c: In function 'osdep_get_name':
21: osdep-darwin.c:36: error: storage size of 'bsdinfo' isn't known
22: osdep-darwin.c:43: warning: implicit declaration of function 'proc_pidinfo'
23: osdep-darwin.c:43: error: 'PROC_PIDTBSDINFO' undeclared (first use in this function)
24: osdep-darwin.c:43: error: (Each undeclared identifier is reported only once
25: osdep-darwin.c:43: error: for each function it appears in.)
26: osdep-darwin.c: In function 'osdep_get_cwd':
27: osdep-darwin.c:53: error: 'PATH_MAX' undeclared (first use in this function)
28: osdep-darwin.c:54: error: storage size of 'pathinfo' isn't known
29: osdep-darwin.c:61: error: 'PROC_PIDVNODEPATHINFO' undeclared (first use in this function)
30: *** Error code 1
31: """]]
1.3 wiki 32: Macports deals with this issue by [switching osdep-darwin.c out for a previous version](https://svn.macports.org/repository/macports/trunk/dports/sysutils/tmux/files/osdep-darwin.8.c) which compiles under Darwin 8
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb