Bug 110395

Summary: [MAINTAINER] x11-toolkits/tk85
Product: Ports & Packages Reporter: Martin Matuska <martin>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Martin Matuska 2007-03-16 15:20:04 UTC
This update adds a new way of working with threaded versions and
resolves conflicts.

Threaded libraries and shell are installed on top of the standard ones
so ports that depend on threaded and non-threaded tcl can be used 
simultaneously.

Behaiviour with non-threaded libraries does not change.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-16 15:20:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-16 20:40:11 UTC
miwi        2007-03-16 20:40:00 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/tk85    Makefile 
    x11-toolkits/tk85-thread Makefile 
  Added files:
    x11-toolkits/tk85    pkg-plist.threads 
    x11-toolkits/tk85/files pkgIndex.tcl.in 
  Removed files:
    x11-toolkits/tk85/files pkgIndex.tcl 
  Log:
  - Aadds a new way of working with threaded versions and
    resolves conflicts.
  - Bump PORTREVISION
  
  Notes:
  Threaded libraries and shell are installed on top of the standard ones
  so ports that depend on threaded and non-threaded tcl can be used
  simultaneously.
  
  Behaiviour with non-threaded libraries does not change.
  
  PR:             110395
  Submitted by:   Martin Matuska <martin@matuska.org> (maintainer)
  
  Revision  Changes    Path
  1.2       +1 -1      ports/x11-toolkits/tk85-thread/Makefile
  1.6       +49 -32    ports/x11-toolkits/tk85/Makefile
  1.2       +0 -3      ports/x11-toolkits/tk85/files/pkgIndex.tcl (dead)
  1.1       +3 -0      ports/x11-toolkits/tk85/files/pkgIndex.tcl.in (new)
  1.1       +9 -0      ports/x11-toolkits/tk85/pkg-plist.threads (new)
_______________________________________________
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 Martin Wilke freebsd_committer freebsd_triage 2007-03-16 20:40:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!