diff options
author | wjv <wjv@FreeBSD.org> | 2001-07-03 21:23:30 +0800 |
---|---|---|
committer | wjv <wjv@FreeBSD.org> | 2001-07-03 21:23:30 +0800 |
commit | 75134d9c53d6d06d3d003cbe06c3c3de5cc45df1 (patch) | |
tree | 61056ed453e5b16317fd7896d9b3812a63779363 /devel | |
parent | bb3f91396bacba7cb404fca11187b4e14091ce7e (diff) | |
download | freebsd-ports-gnome-75134d9c53d6d06d3d003cbe06c3c3de5cc45df1.tar.gz freebsd-ports-gnome-75134d9c53d6d06d3d003cbe06c3c3de5cc45df1.tar.zst freebsd-ports-gnome-75134d9c53d6d06d3d003cbe06c3c3de5cc45df1.zip |
Update to version 1.4.3
PR: 28633
Submitted by: Peter van Heusden <pvh@egenetics.com> (MAINTAINER)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/zthread/Makefile | 3 | ||||
-rw-r--r-- | devel/zthread/distinfo | 2 | ||||
-rw-r--r-- | devel/zthread/files/patch-aa | 19 | ||||
-rw-r--r-- | devel/zthread/pkg-plist | 98 |
4 files changed, 71 insertions, 51 deletions
diff --git a/devel/zthread/Makefile b/devel/zthread/Makefile index 45a593a041f3..246bdc9ec209 100644 --- a/devel/zthread/Makefile +++ b/devel/zthread/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zthread -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.3 CATEGORIES= devel MASTER_SITES= http://www.cs.buffalo.edu/%7Ecrahen/projects/zthread/ \ ${MASTER_SITE_SOURCEFORGE} @@ -19,5 +19,6 @@ HAS_CONFIGURE= yes USE_GMAKE= yes USE_LIBTOOL= yes +INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/devel/zthread/distinfo b/devel/zthread/distinfo index 0698094ee99b..777a5f5d8ba0 100644 --- a/devel/zthread/distinfo +++ b/devel/zthread/distinfo @@ -1 +1 @@ -MD5 (ZThread-1.4.1.tar.gz) = ae97b996dd5df64391b6fcc2ebef1f14 +MD5 (ZThread-1.4.3.tar.gz) = ec91d808b16bf591c365466b65c2717b diff --git a/devel/zthread/files/patch-aa b/devel/zthread/files/patch-aa new file mode 100644 index 000000000000..8e1f3eacfa8f --- /dev/null +++ b/devel/zthread/files/patch-aa @@ -0,0 +1,19 @@ +*** Makefile.in.old Mon Jul 2 16:27:25 2001 +--- Makefile.in Mon Jul 2 16:27:58 2001 +*************** +*** 378,384 **** + + install-exec-hook: + $(mkinstalldirs) $(bindir) +! $(INSTALL_PROGRAM) share/zthread-config $(bindir) + + install-data-hook: + $(mkinstalldirs) $(datadir)/aclocal +--- 378,384 ---- + + install-exec-hook: + $(mkinstalldirs) $(bindir) +! $(INSTALL_SCRIPT) share/zthread-config $(bindir) + + install-data-hook: + $(mkinstalldirs) $(datadir)/aclocal diff --git a/devel/zthread/pkg-plist b/devel/zthread/pkg-plist index 76388f59f189..16aa3c21e629 100644 --- a/devel/zthread/pkg-plist +++ b/devel/zthread/pkg-plist @@ -1,54 +1,54 @@ -lib/libZThread-1.4.so.1 +lib/libZThread-1.4.so.3 lib/libZThread.so lib/libZThread.a -include/AbstractExecutor.h -include/Worker.h -include/AsyncExecutor.h -include/FastMutex.h -include/RWLock.h -include/AutoPtr.h -include/FastRecursiveMutex.h -include/RecursiveMutex.h -include/Barrier.h -include/Guard.h -include/Semaphore.h -include/BiasedRWLock.h -include/Latch.h -include/SharedInstance.h -include/BlockingQueue.h -include/Lockable.h -include/Singleton.h -include/BufferedQueue.h -include/LockedQueue.h -include/SynchronizationExceptions.h -include/Cancelable.h -include/Makefile.am -include/SyncExecutor.h -include/CheckedMutex.h -include/MonitoredQueue.h -include/Thread.h -include/Condition.h -include/Mutex.h -include/ThreadLocal.h -include/AbstractThreadLocal.h -include/InheritableThreadLocal.h -include/FastThreadLocal.h -include/CountingSemaphore.h -include/POSIX_FastMutex.h -include/WIN32_FastMutex.h -include/POSIX_FastRecursiveMutex.h -include/WIN32_FastRecursiveMutex.h -include/Executor.h -include/PoolExecutor.h -include/ZThread.h -include/Queue.h -include/FairRWLock.h -include/Timer.h -include/SimpleQueue.h -include/NullMutex.h -include/Observable.h -include/Factory.h -include/TimerThread.h +include/zthread/AbstractExecutor.h +include/zthread/Worker.h +include/zthread/AsyncExecutor.h +include/zthread/FastMutex.h +include/zthread/RWLock.h +include/zthread/AutoPtr.h +include/zthread/FastRecursiveMutex.h +include/zthread/RecursiveMutex.h +include/zthread/Barrier.h +include/zthread/Guard.h +include/zthread/Semaphore.h +include/zthread/BiasedRWLock.h +include/zthread/Latch.h +include/zthread/SharedInstance.h +include/zthread/BlockingQueue.h +include/zthread/Lockable.h +include/zthread/Singleton.h +include/zthread/BufferedQueue.h +include/zthread/LockedQueue.h +include/zthread/SynchronizationExceptions.h +include/zthread/Cancelable.h +include/zthread/SyncExecutor.h +include/zthread/CheckedMutex.h +include/zthread/MonitoredQueue.h +include/zthread/Thread.h +include/zthread/Condition.h +include/zthread/Mutex.h +include/zthread/ThreadLocal.h +include/zthread/AbstractThreadLocal.h +include/zthread/InheritableThreadLocal.h +include/zthread/FastThreadLocal.h +include/zthread/CountingSemaphore.h +include/zthread/POSIX_FastMutex.h +include/zthread/WIN32_FastMutex.h +include/zthread/POSIX_FastRecursiveMutex.h +include/zthread/WIN32_FastRecursiveMutex.h +include/zthread/Executor.h +include/zthread/PoolExecutor.h +include/zthread/ZThread.h +include/zthread/FairRWLock.h +include/zthread/Queue.h +include/zthread/Timer.h +include/zthread/SimpleQueue.h +include/zthread/NullMutex.h +include/zthread/Observable.h +include/zthread/Factory.h +include/zthread/TimerThread.h bin/zthread-config share/aclocal/zthread.m4 share/aclocal/pthread.m4 +@dirrm include/zthread |