The distfile for the GNOME font sampler seems to have gotten mislaid. Found a copy via FreeBSD, and the edits below reflect that. --- Portfile.edit 2007-05-23 22:45:31.000000000 -0700 +++ Portfile 2007-05-23 22:45:24.000000000 -0700 @@ -8,7 +8,7 @@ categories x11 platforms darwin homepage http://linuxadvocate.org/projects/gfontsampler/ -master_sites ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ +master_sites ${homepage}/downloads/ checksums md5 db2dadf22192861475686030a17c300e depends_lib lib:libgnomeui-2:libgnomeui configure.args --mandir=${prefix}/share/man The port doesn't build, anyway: /usr/bin/ld: warning prebinding disabled because dependent library: / opt/local/lib/libgnomeui-2.0.dylib is not prebound /usr/bin/ld: Undefined symbols: _pango_xft_get_context collect2: ld returned 1 exit status make[2]: *** [gfontsampler] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 -- Paul Beard words: http://paulbeard.org/wordpress pictures: http://www.flickr.com/photos/pdb206/ Are you trying to win an argument or solve a problem? -- Paul Beard words: http://paulbeard.org/wordpress pictures: http://www.flickr.com/photos/pdb206/ Are you trying to win an argument or solve a problem?
On May 24, 2007, at 00:51, paul beard wrote:
The distfile for the GNOME font sampler seems to have gotten mislaid. Found a copy via FreeBSD, and the edits below reflect that.
--- Portfile.edit 2007-05-23 22:45:31.000000000 -0700 +++ Portfile 2007-05-23 22:45:24.000000000 -0700 @@ -8,7 +8,7 @@ categories x11 platforms darwin homepage http://linuxadvocate.org/projects/gfontsampler/ -master_sites ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ +master_sites ${homepage}/downloads/ checksums md5 db2dadf22192861475686030a17c300e depends_lib lib:libgnomeui-2:libgnomeui configure.args --mandir=${prefix}/share/man
The port doesn't build, anyway:
/usr/bin/ld: warning prebinding disabled because dependent library: /opt/local/lib/libgnomeui-2.0.dylib is not prebound /usr/bin/ld: Undefined symbols: _pango_xft_get_context collect2: ld returned 1 exit status make[2]: *** [gfontsampler] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
I committed this change in r25527. Thanks, Paul. Do you have pango installed? If so, perhaps gfontsampler requires an older version. gfontsampler is years old; maybe pango_xft_get_context is no longer available in current pango. If you need gfontsampler, you may want to contact the gfontsampler author, both to see about this error and to learn if there's a new homepage and official download location. According to the header of the source files, the author is ian_mcintosh (at) linuxadvocate (dot) org.
On May 23, 2007, at 11:24 PM, Ryan Schmidt wrote:
Do you have pango installed? If so, perhaps gfontsampler requires an older version. gfontsampler is years old; maybe pango_xft_get_context is no longer available in current pango
I don't know that I need it. X was griping about not having any fonts it liked, so I just installed the ones I saw listed. -- Paul Beard words: http://paulbeard.org/wordpress pictures: http://www.flickr.com/photos/pdb206/ Are you trying to win an argument or solve a problem?
participants (2)
-
paul beard
-
Ryan Schmidt