aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2008-04-25 18:11:07 +0800
committerlinimon <linimon@FreeBSD.org>2008-04-25 18:11:07 +0800
commit2fe88f30b5449804f2cb775b2e7faa97e0ab82e8 (patch)
tree549d6b3143879d611a12f971af6246b1192ce3c2 /devel
parente8dd6bc9e64e4b48f163e35c1631a3e9a472fcc7 (diff)
downloadfreebsd-ports-gnome-2fe88f30b5449804f2cb775b2e7faa97e0ab82e8.tar.gz
freebsd-ports-gnome-2fe88f30b5449804f2cb775b2e7faa97e0ab82e8.tar.zst
freebsd-ports-gnome-2fe88f30b5449804f2cb775b2e7faa97e0ab82e8.zip
tegge has turned in his ports commit bit, so reset maintainership.
While here, pet portlint.
Diffstat (limited to 'devel')
-rw-r--r--devel/linuxthreads/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/linuxthreads/Makefile b/devel/linuxthreads/Makefile
index 01536d536d71..e1b7a2397996 100644
--- a/devel/linuxthreads/Makefile
+++ b/devel/linuxthreads/Makefile
@@ -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