Bug 108975 - [FEATURE] devel/pth-hard
Summary: [FEATURE] devel/pth-hard
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: Vasil Dimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-09 13:00 UTC by Martin Matuska
Modified: 2007-02-12 16:20 UTC (History)
0 users

See Also:


Attachments
file.diff (845 bytes, patch)
2007-02-09 13:00 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-02-09 13:00:41 UTC
Add a devel/pth-hard slave port by moving the WITH_SYSCALL_HARD knob.
I am preparing jabber14-1.6.0 and it requires a hardlinked pth.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-02-09 13:12:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vd

Over to maintainer
Comment 2 Vasil Dimov freebsd_committer freebsd_triage 2007-02-12 15:01:36 UTC
Martin,

Do you think that it is reasonable for the jabber14-1.6.0 you are
preparing to check for the existence of include/pth/pthread.h?
If this file is present, then pth is compiled _without_ hard syscals and
the build process should emit error and advise to recompile devel/pth
with hard syscals in order to use jabber14-1.6.0.

-- 
Vasil Dimov
gro.DSBeerF@dv
%
It's always easier to go down hill, but the view is from the top.
Comment 3 Vasil Dimov freebsd_committer freebsd_triage 2007-02-12 15:02:06 UTC
State Changed
From-To: open->feedback

Different approach suggested to the submitter.
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-02-12 15:38:18 UTC
vd          2007-02-12 15:38:08 UTC

  FreeBSD ports repository

  Modified files:
    devel/pth            Makefile 
  Log:
  Prepare devel/pth for the slave port devel/pth-hard that will be added
  shortly.
  
  PR:             ports/108975
  Submitted by:   Martin Matuska <martin@matuska.org>
  
  Revision  Changes    Path
  1.82      +4 -2      ports/devel/pth/Makefile
_______________________________________________
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 5 dfilter service freebsd_committer freebsd_triage 2007-02-12 16:11:28 UTC
vd          2007-02-12 16:11:21 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/pth-hard       Makefile 
  Log:
  Add devel/pth-hard - a slave port of devel/pth which has hard syscalls
  turned on.
  
  PR:             ports/108975
  Submitted by:   Martin Matuska <martin@matuska.org>
  
  Revision  Changes    Path
  1.2635    +1 -0      ports/devel/Makefile
  1.1       +14 -0     ports/devel/pth-hard/Makefile (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 6 Vasil Dimov freebsd_committer freebsd_triage 2007-02-12 16:13:47 UTC
State Changed
From-To: feedback->closed

Committed, thanks!