Bug 118272 - [patch] textproc/scim-table-imengine: SCIM moduledir correction
Summary: [patch] textproc/scim-table-imengine: SCIM moduledir correction
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: David Thiel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-26 22:50 UTC by Nikola Lečić
Modified: 2007-12-12 19:00 UTC (History)
0 users

See Also:


Attachments
scim-table-imengine-0.5.7_2.patch (2.45 KB, patch)
2007-11-26 22:50 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ć 2007-11-26 22:50:01 UTC
	

textproc/scim-table-imengine duplicates SCIM moduledir subdirectories
(IMEnging and SetupUI) and installs there table.so etc. SCIM's pkgconfig
path(s) are used instead (as in other imengine ports):

# pkg-config --variable=moduledir scim
/usr/local/lib/scim-1.0/1.4.0

Note: the patch leaves files/patch-configure empty.

Resume of changes (if needed):

* we delete files/patch-configure since these pkg-config commands return
  correct paths
* we subsequently don't need SCIM_* dirs in Makefile's CONFIGURE_ENV
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-11-26 22:50:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lx

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-12-12 18:53:49 UTC
lx          2007-12-12 18:53:45 UTC

  FreeBSD ports repository

  Modified files:
    textproc/scim-table-imengine Makefile pkg-plist 
  Removed files:
    textproc/scim-table-imengine/files patch-configure 
  Log:
  Fix moduledir and simplify things a bit.
  
  PR:             ports/118272
  Submitted by:   Nikola Lecic
  
  Revision  Changes    Path
  1.24      +2 -4      ports/textproc/scim-table-imengine/Makefile
  1.2       +0 -13     ports/textproc/scim-table-imengine/files/patch-configure (dead)
  1.15      +8 -8      ports/textproc/scim-table-imengine/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 David Thiel freebsd_committer freebsd_triage 2007-12-12 18:54:08 UTC
State Changed
From-To: open->closed

Committed, thanks!