Opened 15 years ago
Closed 14 years ago
#21460 closed submission (fixed)
[NEW] libots: Open Text Summarizer
Reported by: | cedstrom@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.0 |
Keywords: | Cc: | ||
Port: | libots |
Description
This is a new portfile and patches for libots, an open source text summarizer.
Attachments (6)
Change History (11)
Changed 15 years ago by cedstrom@…
Changed 15 years ago by cedstrom@…
Attachment: | patch_doc_makefile.diff added |
---|
Changed 15 years ago by cedstrom@…
Attachment: | patch_libtool.diff added |
---|
Changed 15 years ago by cedstrom@…
Attachment: | libots_port.tgz added |
---|
comment:1 Changed 15 years ago by cedstrom@…
comment:2 Changed 15 years ago by blb@…
Your patch_libtool.diff appears to be making assumptions, as it looks like it's going to always build i386 and x86_64. That shouldn't happen unless +universal variant is selected and universal_archs is set to those two. If someone tries i386 and ppc, then confusing things will happen.
comment:3 follow-up: 4 Changed 15 years ago by cedstrom@…
attached portfile.2 and patch_libtool.2 which are updated to work on multiple archs
comment:4 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Replying to cedstrom@…:
attached portfile.2 and patch_libtool.2 which are updated to work on multiple archs
It may work correctly now for a single build_arch, but you've set universal_variant no, thus disabling any attempt to build for multiple architectures.
comment:5 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed in r74196 with the following fixes:
- Declared dependencies (needs pkgconfig, glib2, libxml2, and popt).
- Used autoreconf to get a libtool that respects -arch flags.
- Created a blank gtk-doc.make to avoid the need for patching.
Attached files for easy viewing as well as tarball with directory structure.