Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2002 17:21:52 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46465: Update port: net/pvm++
Message-ID:  <20021222172152.7892997b.tkato@prontomail.com>

next in thread | raw e-mail | index | archive | help

>Number:         46465
>Category:       ports
>Synopsis:       Update port: net/pvm++
>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:   Sun Dec 22 01:10:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.7-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- GNU_CONFIGURE -> USE_LIBTOOL

New file:
files/patch-configure

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/net/pvm++/Makefile net/pvm++/Makefile
--- /usr/ports/net/pvm++/Makefile	Mon Nov 25 22:19:31 2002
+++ net/pvm++/Makefile	Sat Dec 14 09:07:46 2002
@@ -8,6 +8,7 @@
 
 PORTNAME=	pvm++
 PORTVERSION=	0.6.0
+PORTREVISION=	1
 CATEGORIES=	net parallel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		ftp://pvm-plus-plus.sourceforge.net/pub/%SUBDIR%/ \
@@ -16,16 +17,19 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/pvm:${PORTSDIR}/net/pvm
+BUILD_DEPENDS=	${LOCALBASE}/lib/libpvm3.a:${PORTSDIR}/net/pvm
 
-GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
+USE_LIBTOOL=	yes
+CONFIGURE_ARGS=	--with-pvm-incs=${LOCALBASE}/include \
+		--with-pvm-libs=${LOCALBASE}/lib
 INSTALLS_SHLIB=	yes
 
 post-install:
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${PREFIX}/share/doc/pvm++
-	@${CP} ${WRKSRC}/doc/*.png ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/pvm++
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/*.png ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/net/pvm++/files/patch-configure net/pvm++/files/patch-configure
--- /usr/ports/net/pvm++/files/patch-configure	Thu Jan  1 09:00:00 1970
+++ net/pvm++/files/patch-configure	Sat Dec 14 09:02:30 2002
@@ -0,0 +1,10 @@
+--- configure.orig	Wed Jun 27 22:23:51 2001
++++ configure	Sat Dec 14 09:02:22 2002
+@@ -5296,6 +5296,7 @@
+ 
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+ 
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff -urN /usr/ports/net/pvm++/pkg-plist net/pvm++/pkg-plist
--- /usr/ports/net/pvm++/pkg-plist	Fri Jul  6 17:09:32 2001
+++ net/pvm++/pkg-plist	Sat Dec 14 09:00:12 2002
@@ -18,9 +18,7 @@
 include/pvm++/task.ii
 include/pvm++/taskset.hh
 include/pvm++/types.hh
-@dirrm include/pvm++
 lib/libpvm++.a
-lib/libpvm++.la
 lib/libpvm++.so
 lib/libpvm++.so.1
 share/aclocal/pvm++.m4
@@ -42,3 +40,4 @@
 %%PORTDOCS%%share/doc/pvm++/icon1.png
 %%PORTDOCS%%share/doc/pvm++/icon2.png
 %%PORTDOCS%%@dirrm share/doc/pvm++
+@dirrm include/pvm++
>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?20021222172152.7892997b.tkato>