Bug 118272

Summary: [patch] textproc/scim-table-imengine: SCIM moduledir correction
Product: Ports & Packages Reporter: Nikola Lečić <nikola.lecic>
Component: Individual Port(s)Assignee: David Thiel <lx>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
scim-table-imengine-0.5.7_2.patch none

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!