Bug 190771 - [Maintainer] [STAGE] textproc/scim-kmfl-imengine: stagify, cleanup
Summary: [Maintainer] [STAGE] textproc/scim-kmfl-imengine: stagify, cleanup
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-08 01:45 UTC by Nikola Lečić
Modified: 2014-06-28 03:50 UTC (History)
2 users (show)

See Also:


Attachments
scim-kmfl-imengine-0.9.9_4.patch (2.44 KB, patch)
2014-06-08 01:45 UTC, Nikola Lečić
no flags Details | Diff
scim-kmfl-imengine-0.9.9_4a.patch - fixing USE_AUTOTOOLS problem (2.43 KB, patch)
2014-06-17 12:36 UTC, Nikola Lečić
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikola Lečić 2014-06-08 01:45:04 UTC
Created attachment 143508 [details]
scim-kmfl-imengine-0.9.9_4.patch

Log:
 * add stage support
 * correct use of LIB_DEPENDS, OPTIONS_DEFINE=DOCS, INSTALL_TARGET
 * corrected pkg-plist, added missing @dirrmtry; also changed because of recommended USES=libtool
NOTE:
Sorry because of 'USE_AUTOTOOLS=libtool' - the port doesn't build with just 'USES=libtool'.
Comment 1 Nikola Lečić 2014-06-17 12:36:01 UTC
Created attachment 143864 [details]
scim-kmfl-imengine-0.9.9_4a.patch - fixing USE_AUTOTOOLS problem

Sorry for my mistake that the port doesn't build without 'USE_AUTOTOOLS=libtool'. I just needed 'GNU_CONFIGURE=yes".

So either just
-USE_AUTOTOOLS=	libtool
+GNU_CONFIGURE=	yes

in the current patch, or apply the improved patch (attached).
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-06-27 14:30:23 UTC
A commit references this bug:

Author: miwi
Date: Fri Jun 27 14:29:29 UTC 2014
New revision: 359544
URL: http://svnweb.freebsd.org/changeset/ports/359544

Log:
  - Convert to autotools to uses
  - Stage support

  PR:		190771

Changes:
  head/textproc/scim-kmfl-imengine/Makefile
  head/textproc/scim-kmfl-imengine/pkg-plist
Comment 3 Nikola Lečić 2014-06-27 21:36:02 UTC
Hi Martin -- the patch that you committed differs from mine (pkg-plist is different). Is there any special reason for that? A build problem?
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2014-06-28 03:50:46 UTC
Yes, the plist failed, so i fixed that :)