Opened 15 years ago

Closed 13 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.

http://libots.sourceforge.net/

Attachments (6)

Portfile (1019 bytes) - added by cedstrom@… 15 years ago.
patch_doc_makefile.diff (377 bytes) - added by cedstrom@… 15 years ago.
patch_libtool.diff (310 bytes) - added by cedstrom@… 15 years ago.
libots_port.tgz (1.2 KB) - added by cedstrom@… 15 years ago.
Portfile.2 (1.1 KB) - added by cedstrom@… 15 years ago.
new portfile
patch_libtool.2.diff (299 bytes) - added by cedstrom@… 15 years ago.
new libtool patch

Download all attachments as: .zip

Change History (11)

Changed 15 years ago by cedstrom@…

Attachment: Portfile added

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@…

Attached files for easy viewing as well as tarball with directory structure.

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.

Changed 15 years ago by cedstrom@…

Attachment: Portfile.2 added

new portfile

Changed 15 years ago by cedstrom@…

Attachment: patch_libtool.2.diff added

new libtool patch

comment:3 Changed 15 years ago by cedstrom@…

attached portfile.2 and patch_libtool.2 which are updated to work on multiple archs

comment:4 in reply to:  3 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 13 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed

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.
Note: See TracTickets for help on using tickets.