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.
Responsible Changed From-To: freebsd-ports-bugs->vd Over to maintainer
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.
State Changed From-To: open->feedback Different approach suggested to the submitter.
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"
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"
State Changed From-To: feedback->closed Committed, thanks!