pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/devel



Never mind, libpthread-stubs is a different library, and as of 0.4 it
actually does nothing other than tell you "yep, needs pthreads" if you
don't have a set of stubs.


On Sat, Sep 08, 2018 at 08:04:22PM +0000, maya%netbsd.org@localhost wrote:
> This was a mistake. I think FreeBSD/DragonflyBSD might still need it.
> https://github.com/freebsd/freebsd-ports/tree/master/devel/libpthread-stubs
> 
> On Sat, Sep 01, 2018 at 08:58:11PM +0000, Benny Siegert wrote:
> > Module Name:        pkgsrc
> > Committed By:       bsiegert
> > Date:               Sat Sep  1 20:58:11 UTC 2018
> > 
> > Modified Files:
> >     pkgsrc/devel: Makefile
> > Removed Files:
> >     pkgsrc/devel/pthread-stublib: DESCR Makefile PLIST buildlink3.mk
> >     pkgsrc/devel/pthread-stublib/files: Makefile pthread-stubs.c
> > 
> > Log Message:
> > Remove pthread-stublib.
> > 
> > "Provide dummy implementations of pthread functions like mutex operations
> > to enable libraries to be used in both thread-aware and non-threaded
> > programs.
> > This is for NetBSD<=2; newer operating systems don't need it."
> > 
> > Announced on tech-pkg on 2018-03-25.
> > 
> > 
> > To generate a diff of this commit:
> > cvs rdiff -u -r1.2723 -r1.2724 pkgsrc/devel/Makefile
> > cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/devel/pthread-stublib/DESCR \
> >     pkgsrc/devel/pthread-stublib/PLIST
> > cvs rdiff -u -r1.5 -r0 pkgsrc/devel/pthread-stublib/Makefile
> > cvs rdiff -u -r1.8 -r0 pkgsrc/devel/pthread-stublib/buildlink3.mk
> > cvs rdiff -u -r1.2 -r0 pkgsrc/devel/pthread-stublib/files/Makefile
> > cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/devel/pthread-stublib/files/pthread-stubs.c
> > 
> > Please note that diffs are not public domain; they are subject to the
> > copyright notices on the relevant files.
> > 
> 
> > Modified files:
> > 
> > Index: pkgsrc/devel/Makefile
> > diff -u pkgsrc/devel/Makefile:1.2723 pkgsrc/devel/Makefile:1.2724
> > --- pkgsrc/devel/Makefile:1.2723    Wed Aug 29 06:16:40 2018
> > +++ pkgsrc/devel/Makefile   Sat Sep  1 20:58:11 2018
> > @@ -1,4 +1,4 @@
> > -# $NetBSD: Makefile,v 1.2723 2018/08/29 06:16:40 wiz Exp $
> > +# $NetBSD: Makefile,v 1.2724 2018/09/01 20:58:11 bsiegert Exp $
> >  #
> >  
> >  COMMENT=   Development utilities
> > @@ -1872,7 +1872,6 @@ SUBDIR+=      pstreams
> >  SUBDIR+=   psvn
> >  SUBDIR+=   pth
> >  SUBDIR+=   pthread-sem
> > -SUBDIR+=   pthread-stublib
> >  SUBDIR+=   ptlib
> >  SUBDIR+=   pvs
> >  SUBDIR+=   pwlib
> > 
> 



Home | Main Index | Thread Index | Old Index