tegge has turned in his ports commit bit, so reset maintainership.
While here, pet portlint.
This commit is contained in:
parent
c7a13d2dbf
commit
ce6abbb25a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211918
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNU}
|
|||
MASTER_SITE_SUBDIR= glibc
|
||||
DISTNAME= glibc-linuxthreads-${PORTVERSION}
|
||||
|
||||
MAINTAINER= tegge@freebsd.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= POSIX pthreads implementation using rfork to generate kernel threads
|
||||
|
||||
.if defined(LINUXTHREADS_WRAP_API)
|
||||
|
@ -198,7 +198,7 @@ post-patch:
|
|||
fi
|
||||
.endif
|
||||
.if defined(LINUXTHREADS_WRAP_API)
|
||||
perl -pi -e '$$func=$$1 if m/^extern\s+\S+\s+\*?(\S+)\s+\(/; $$alias="#ifdef COMPILING_WRAPUTHREAD\n\t__attribute__((weak, alias(\"_$$func\")))\n#endif\n"; $$wrap="#ifndef COMPILING_LINUXTHREADS\n\t__asm__(\"linuxthreads_$$func\")\n#endif\n"; $$alias="" if ( $$func =~ m/^(pthread_spin|_pthread_cleanup|pthread_rwlockattr_[gs]etkind_np|pthread_kill_other_threads_np)/ ); s=__THROW=\n$$wrap$$alias\t__THROW= unless m/^#/;' ${WRKSRC}/sysdeps/pthread/pthread.h ${WRKSRC}/sysdeps/unix/sysv/linux/bits/sigthread.h
|
||||
{PERL} -pi -e '$$func=$$1 if m/^extern\s+\S+\s+\*?(\S+)\s+\(/; $$alias="#ifdef COMPILING_WRAPUTHREAD\n\t__attribute__((weak, alias(\"_$$func\")))\n#endif\n"; $$wrap="#ifndef COMPILING_LINUXTHREADS\n\t__asm__(\"linuxthreads_$$func\")\n#endif\n"; $$alias="" if ( $$func =~ m/^(pthread_spin|_pthread_cleanup|pthread_rwlockattr_[gs]etkind_np|pthread_kill_other_threads_np)/ ); s=__THROW=\n$$wrap$$alias\t__THROW= unless m/^#/;' ${WRKSRC}/sysdeps/pthread/pthread.h ${WRKSRC}/sysdeps/unix/sysv/linux/bits/sigthread.h
|
||||
.endif
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue