[Midnightbsd-cvs] mports [15992] U trunk/devel/libpthread-stubs/files/patch-stubs.c: fixup depends
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Mar 1 16:21:54 EST 2014
Revision: 15992
http://svnweb.midnightbsd.org/mports/?rev=15992
Author: laffer1
Date: 2014-03-01 16:21:51 -0500 (Sat, 01 Mar 2014)
Log Message:
-----------
fixup depends
Modified Paths:
--------------
trunk/devel/libpthread-stubs/Makefile
trunk/devel/libpthread-stubs/distinfo
trunk/devel/libpthread-stubs/files/patch-Makefile.in
trunk/devel/libpthread-stubs/files/patch-configure-objformat
Removed Paths:
-------------
trunk/devel/libpthread-stubs/files/patch-configure-libs
Property Changed:
----------------
trunk/devel/libpthread-stubs/files/patch-Makefile.in
trunk/devel/libpthread-stubs/files/patch-configure-objformat
trunk/devel/libpthread-stubs/files/patch-stubs.c
Modified: trunk/devel/libpthread-stubs/Makefile
===================================================================
--- trunk/devel/libpthread-stubs/Makefile 2014-03-01 17:11:31 UTC (rev 15991)
+++ trunk/devel/libpthread-stubs/Makefile 2014-03-01 21:21:51 UTC (rev 15992)
@@ -7,11 +7,11 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= This library provides weak aliases for pthread functions
-LICENSE= x11
-USE_GMAKE= yes
+LICENSE= mit
+
+USES= pathfix
USE_BZIP2= yes
-USE_GNOME= gnomehack pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
Modified: trunk/devel/libpthread-stubs/distinfo
===================================================================
--- trunk/devel/libpthread-stubs/distinfo 2014-03-01 17:11:31 UTC (rev 15991)
+++ trunk/devel/libpthread-stubs/distinfo 2014-03-01 21:21:51 UTC (rev 15992)
@@ -1,3 +1,2 @@
SHA256 (libpthread-stubs-0.3.tar.bz2) = 35b6d54e3cc6f3ba28061da81af64b9a92b7b757319098172488a660e3d87299
-RMD160 (libpthread-stubs-0.3.tar.bz2) = a3a5f76e103c645749d7b8a8fc00ad472e59987b
SIZE (libpthread-stubs-0.3.tar.bz2) = 203468
Modified: trunk/devel/libpthread-stubs/files/patch-Makefile.in
===================================================================
--- trunk/devel/libpthread-stubs/files/patch-Makefile.in 2014-03-01 17:11:31 UTC (rev 15991)
+++ trunk/devel/libpthread-stubs/files/patch-Makefile.in 2014-03-01 21:21:51 UTC (rev 15992)
@@ -1,5 +1,5 @@
-$FreeBSD: ports/devel/libpthread-stubs/files/patch-Makefile.in,v 1.3 2009/11/28 20:05:37 marcus Exp $
+$FreeBSD: head/devel/libpthread-stubs/files/patch-Makefile.in 340725 2014-01-22 17:40:44Z mat $
--- Makefile.in.orig
+++ Makefile.in
Property changes on: trunk/devel/libpthread-stubs/files/patch-Makefile.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: trunk/devel/libpthread-stubs/files/patch-configure-libs
===================================================================
--- trunk/devel/libpthread-stubs/files/patch-configure-libs 2014-03-01 17:11:31 UTC (rev 15991)
+++ trunk/devel/libpthread-stubs/files/patch-configure-libs 2014-03-01 21:21:51 UTC (rev 15992)
@@ -1,11 +0,0 @@
---- configure.orig Wed Jan 24 17:10:44 2007
-+++ configure Wed Jan 24 17:11:08 2007
-@@ -20705,7 +20705,7 @@
- _ACEOF
-
- else
-- PKG_CONFIG_LIBS='-L${libdir} -pthread-stubs'
-+ PKG_CONFIG_LIBS='-L${libdir} -lpthread-stubs'
- fi
- done
-
Modified: trunk/devel/libpthread-stubs/files/patch-configure-objformat
===================================================================
--- trunk/devel/libpthread-stubs/files/patch-configure-objformat 2014-03-01 17:11:31 UTC (rev 15991)
+++ trunk/devel/libpthread-stubs/files/patch-configure-objformat 2014-03-01 21:21:51 UTC (rev 15992)
@@ -13,7 +13,7 @@
- esac
- fi
+ case $host_os in
-+ freebsd[123]*) objformat=aout ;;
++ freebsd[123].*) objformat=aout ;;
+ *) objformat=elf ;;
+ esac
version_type=freebsd-$objformat
Property changes on: trunk/devel/libpthread-stubs/files/patch-configure-objformat
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/devel/libpthread-stubs/files/patch-stubs.c
===================================================================
--- trunk/devel/libpthread-stubs/files/patch-stubs.c 2014-03-01 17:11:31 UTC (rev 15991)
+++ trunk/devel/libpthread-stubs/files/patch-stubs.c 2014-03-01 21:21:51 UTC (rev 15992)
Property changes on: trunk/devel/libpthread-stubs/files/patch-stubs.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list