Bug 110402 - [MAINTAINER] x11-toolkits/tk84
Summary: [MAINTAINER] x11-toolkits/tk84
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-16 16:50 UTC by Martin Matuska
Modified: 2007-03-20 11:00 UTC (History)
0 users

See Also:


Attachments
file.diff (6.01 KB, patch)
2007-03-16 16:50 UTC, Martin Matuska
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Matuska 2007-03-16 16:50:06 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 16:50:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-20 10:53:08 UTC
miwi        2007-03-20 10:53:02 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/tk84    Makefile 
    x11-toolkits/tk84/files pkgIndex.tcl 
    x11-toolkits/tk84-thread Makefile 
  Log:
  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.
  
  Bump PORTREVISION
  
  PR:             110402
  Submitted by:   Martin Matuska <martin@matuska.org> (naintainer)
  
  Revision  Changes    Path
  1.2       +1 -1      ports/x11-toolkits/tk84-thread/Makefile
  1.96      +48 -28    ports/x11-toolkits/tk84/Makefile
  1.2       +0 -3      ports/x11-toolkits/tk84/files/pkgIndex.tcl
_______________________________________________
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-20 10:53:13 UTC
State Changed
From-To: open->closed

Committed. Thanks!