diff -urN /usr/ports/devel/libpthread-stubs/Makefile libpthread-stubs/Makefile --- /usr/ports/devel/libpthread-stubs/Makefile 2008-08-21 11:46:43.000000000 +0530 +++ libpthread-stubs/Makefile 2009-10-18 21:09:29.000000000 +0530 @@ -6,7 +6,7 @@ # PORTNAME= libpthread-stubs -PORTVERSION= 0.1 +PORTVERSION= 0.3 CATEGORIES= devel MASTER_SITES= http://xcb.freedesktop.org/dist/ diff -urN /usr/ports/devel/libpthread-stubs/distinfo libpthread-stubs/distinfo --- /usr/ports/devel/libpthread-stubs/distinfo 2007-01-29 14:50:36.000000000 +0530 +++ libpthread-stubs/distinfo 2009-10-18 21:09:38.000000000 +0530 @@ -1,3 +1,3 @@ -MD5 (libpthread-stubs-0.1.tar.bz2) = 774eabaf33440d534efe108ef9130a7d -SHA256 (libpthread-stubs-0.1.tar.bz2) = 004dae11e11598584939d66d26a5ab9b48d08a00ca2d00ae8d38ee3ac7a15d65 -SIZE (libpthread-stubs-0.1.tar.bz2) = 194060 +MD5 (libpthread-stubs-0.3.tar.bz2) = e8fa31b42e13f87e8f5a7a2b731db7ee +SHA256 (libpthread-stubs-0.3.tar.bz2) = 35b6d54e3cc6f3ba28061da81af64b9a92b7b757319098172488a660e3d87299 +SIZE (libpthread-stubs-0.3.tar.bz2) = 203468 diff -urN /usr/ports/devel/libpthread-stubs/files/patch-Makefile.in libpthread-stubs/files/patch-Makefile.in --- /usr/ports/devel/libpthread-stubs/files/patch-Makefile.in 2007-02-09 05:12:11.000000000 +0530 +++ libpthread-stubs/files/patch-Makefile.in 2009-10-18 21:13:00.000000000 +0530 @@ -1,6 +1,9 @@ ---- Makefile.in.orig Fri Feb 9 01:16:19 2007 -+++ Makefile.in Fri Feb 9 01:17:05 2007 -@@ -62,9 +62,9 @@ + +$FreeBSD$ + +--- Makefile.in.orig ++++ Makefile.in +@@ -75,9 +75,9 @@ LTLIBRARIES = $(lib_LTLIBRARIES) libpthread_stubs_la_LIBADD = am__libpthread_stubs_la_SOURCES_DIST = stubs.c @@ -9,21 +12,12 @@ libpthread_stubs_la_OBJECTS = $(am_libpthread_stubs_la_OBJECTS) -@BUILD_LIB_TRUE@am_libpthread_stubs_la_rpath = -rpath $(libdir) +am_libpthread_stubs_la_rpath = -rpath $(libdir) - DEFAULT_INCLUDES = -I. -I$(srcdir) -I. + DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles -@@ -102,8 +102,6 @@ - AUTOHEADER = @AUTOHEADER@ - AUTOMAKE = @AUTOMAKE@ - AWK = @AWK@ --BUILD_LIB_FALSE = @BUILD_LIB_FALSE@ --BUILD_LIB_TRUE = @BUILD_LIB_TRUE@ - CC = @CC@ - CCDEPMODE = @CCDEPMODE@ - CFLAGS = @CFLAGS@ -@@ -199,8 +197,8 @@ - target_alias = @target_alias@ - pkgconfigdir = $(libdir)/pkgconfig +@@ -221,8 +221,8 @@ + top_srcdir = @top_srcdir@ + pkgconfigdir = $(prefix)/libdata/pkgconfig pkgconfig_DATA = pthread-stubs.pc -@BUILD_LIB_TRUE@lib_LTLIBRARIES = libpthread-stubs.la -@BUILD_LIB_TRUE@libpthread_stubs_la_SOURCES = stubs.c