Date: Fri, 3 Aug 2001 14:03:06 +0200 (SAST) From: Peter van Heusden <pvh@egenetics.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/29412: Update port: devel/zthread update to v. 1.4.4 (second try) Message-ID: <200108031203.f73C36m19359@industrial.egenetics.com>
next in thread | raw e-mail | index | archive | help
>Number: 29412 >Category: ports >Synopsis: Update port: devel/zthread update to v. 1.4.4 (second try) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 03 05:10:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Peter van Heusden <pvh@egenetics.com> >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: Electric Genetics >Environment: System: FreeBSD industrial.egenetics.com 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #1: Fri Aug 3 15:22:48 SAST 2001 root@:/usr/src/sys/compile/MINIMAL i386 >Description: Update port to compile latest version (1.4.4) - this is the second PR for this - ignore the first. diff -ruN attached. >How-To-Repeat: N/A >Fix: diff -ruN zthread.old/Makefile zthread/Makefile --- zthread.old/Makefile Tue Jul 3 15:23:29 2001 +++ zthread/Makefile Fri Aug 3 13:41:06 2001 @@ -6,7 +6,7 @@ # PORTNAME= zthread -PORTVERSION= 1.4.3 +PORTVERSION= 1.4.4 CATEGORIES= devel MASTER_SITES= http://www.cs.buffalo.edu/%7Ecrahen/projects/zthread/ \ ${MASTER_SITE_SOURCEFORGE} @@ -14,6 +14,8 @@ DISTNAME= ZThread-${PORTVERSION} MAINTAINER= pvh@egenetics.com + +BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen HAS_CONFIGURE= yes diff -ruN zthread.old/distinfo zthread/distinfo --- zthread.old/distinfo Tue Jul 3 15:23:29 2001 +++ zthread/distinfo Fri Aug 3 12:29:49 2001 @@ -1 +1 @@ -MD5 (ZThread-1.4.3.tar.gz) = ec91d808b16bf591c365466b65c2717b +MD5 (ZThread-1.4.4.tar.gz) = 7825990b1d7e00e1bf286287c2b76be9 diff -ruN zthread.old/files/patch-aa zthread/files/patch-aa --- zthread.old/files/patch-aa Tue Jul 3 15:23:30 2001 +++ zthread/files/patch-aa Fri Aug 3 12:53:05 2001 @@ -1,19 +1,30 @@ -*** 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 +--- Makefile.in.orig Thu Jul 12 23:46:03 2001 ++++ Makefile.in Fri Aug 3 12:52:00 2001 +@@ -146,6 +146,9 @@ + cd $(top_srcdir) && $(AUTOHEADER) + @echo timestamp > $(srcdir)/src/stamp-h.in 2> /dev/null + ++$(srcdir)/libtool: ltconfig ++ $(srcdir)/ltconfig $(srcdir)/ltmain.sh ++ + mostlyclean-hdr: + + clean-hdr: +@@ -327,7 +330,7 @@ + uninstall-am: uninstall-local + uninstall: uninstall-recursive + all-am: Makefile +-all-redirect: all-recursive ++all-redirect: $(srcdir)/libtool all-recursive + install-strip: + $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install + installdirs: installdirs-recursive +@@ -382,7 +385,7 @@ + + install-exec-hook: + $(mkinstalldirs) $(bindir) +- $(INSTALL_PROGRAM) $(top_srcdir)/share/zthread-config $(bindir) ++ $(INSTALL_SCRIPT) $(top_srcdir)/share/zthread-config $(bindir) + + install-data-hook: + $(mkinstalldirs) $(datadir)/aclocal diff -ruN zthread.old/pkg-plist zthread/pkg-plist --- zthread.old/pkg-plist Tue Jul 3 15:23:29 2001 +++ zthread/pkg-plist Fri Aug 3 14:00:34 2001 @@ -1,6 +1,8 @@ -lib/libZThread-1.4.so.3 +lib/libZThread-1.4.so.4 +lib/libZThread-1.4.so lib/libZThread.so lib/libZThread.a +lib/libZThread.la include/zthread/AbstractExecutor.h include/zthread/Worker.h include/zthread/AsyncExecutor.h >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108031203.f73C36m19359>