[Midnightbsd-cvs] mports: devel/linuxthreads: clean up the URL and fix some portlint

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Oct 16 17:28:40 EDT 2008


Log Message:
-----------
clean up the URL and fix some portlint warnings

Modified Files:
--------------
    mports/devel/linuxthreads:
        Makefile (r1.2 -> r1.3)
        pkg-descr (r1.1 -> r1.2)

-------------- next part --------------
Index: pkg-descr
===================================================================
RCS file: /home/cvs/mports/devel/linuxthreads/pkg-descr,v
retrieving revision 1.1
retrieving revision 1.2
diff -L devel/linuxthreads/pkg-descr -L devel/linuxthreads/pkg-descr -u -r1.1 -r1.2
--- devel/linuxthreads/pkg-descr
+++ devel/linuxthreads/pkg-descr
@@ -1,5 +1,5 @@
 LinuxThreads is an POSIX pthreads implementation using "kernel threads".  In
-this FreeBSD port, a kernel thread is started using rfork (whereas in the
+this port, a kernel thread is started using rfork (whereas in the
 original Linux implementation a kernel thread is started using the Linux clone
 call).  This implementaion provides a so-called one-to-one mapping of threads to
 kernel schedulable entities. For more information see about the original
@@ -10,5 +10,7 @@
 Note that LinuxThreads has been integrated with the GNU C library (glibc) since
 version 2.0, so the above URL points to dated information.
 
-The complete FreeBSD source code matching the installed userland
+The complete MidnightBSD source code matching the installed userland
 must be installed in /usr/src before building linuxthreads.
+
+WWW: http://pauillac.inria.fr/~xleroy/linuxthreads/
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/linuxthreads/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L devel/linuxthreads/Makefile -L devel/linuxthreads/Makefile -u -r1.2 -r1.3
--- devel/linuxthreads/Makefile
+++ devel/linuxthreads/Makefile
@@ -219,7 +219,6 @@
 		${SETENV} ${MAKE_ENV} ${MAKE} ${FAKE_MAKEARGS} install
 .endif
 
-
 PLIST_SUB=	PROFILE:="@comment "
 
 PLIST_SUB+=	PIC:="@comment "


More information about the Midnightbsd-cvs mailing list