Opened 19 years ago
Closed 18 years ago
#7817 closed defect (fixed)
BUG FIX: textproc/libtranslate needs to depend on intltool
Reported by: | adamw@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.2 |
Keywords: | Cc: | markd@… | |
Port: |
Description
checking libintl.h usability... yes checking libintl.h presence... no configure: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: libintl.h: proceeding with the compiler's result checking for libintl.h... yes checking for dgettext in libc... no checking for bindtextdomain in -lintl... yes checking for dgettext in -lintl... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /opt/local/bin/msgfmt checking for dcgettext... yes checking for gmsgfmt... /opt/local/bin/msgfmt checking for xgettext... /opt/local/bin/xgettext checking for catalogs to be installed... fr checking for perl... /usr/bin/perl checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
Warning: the following items did not execute (for libtranslate): com.apple.configure Error: Status 1 encountered during processing. Time: 0:46.68s / CPU: 51.4% Exit 1 adamw@tacopants:~/darwinports/dports/textproc/libtranslate%
libtranslate needs intltool installed before it'll configure. The attached patch adds this.
Attachments (1)
Change History (2)
Changed 19 years ago by adamw@…
Attachment: | translate-intltool.patch added |
---|
comment:1 Changed 18 years ago by markd@…
Cc: | markd@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Committed, thanks!
Adds a build-time dependency on intltool