Date: Sun, 4 Feb 2007 01:36:52 +0800 (CST) From: chinsan <chinsan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: jbq@caraldi.com Subject: ports/108724: [PATCH] net/opal: update to 2.2.4 Message-ID: <20070203173652.E4C1E1146A@chinsan.twbbs.org> Resent-Message-ID: <200702031740.l13HeFw4040274@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 108724 >Category: ports >Synopsis: [PATCH] net/opal: update to 2.2.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Feb 03 17:40:15 GMT 2007 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.2-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD chinsan.twbbs.org 6.2-STABLE FreeBSD 6.2-STABLE #5: Wed Jan 24 00:36:42 CST 2007 >Description: - Update to 2.2.4 - this PR depends on ports/108722 (http://www.freebsd.org/cgi/query-pr.cgi?pr=108722) Port maintainer (jbq@caraldi.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- opal-2.2.4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/opal/Makefile /usr/home/chinsan/project/opal/Makefile --- /usr/ports/net/opal/Makefile Tue Jan 30 21:26:35 2007 +++ /usr/home/chinsan/project/opal/Makefile Sun Feb 4 01:06:49 2007 @@ -6,7 +6,7 @@ # PORTNAME= opal -PORTVERSION= 2.2.3 +PORTVERSION= 2.2.4 CATEGORIES= net MASTER_SITES= http://www.voxgratia.org/releases/ DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g}-src- @@ -25,7 +25,7 @@ USE_AUTOTOOLS= autoconf:259 USE_GNOME= gnometarget GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${WRKSRC}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" diff -ruN --exclude=CVS /usr/ports/net/opal/distinfo /usr/home/chinsan/project/opal/distinfo --- /usr/ports/net/opal/distinfo Fri Dec 15 16:53:23 2006 +++ /usr/home/chinsan/project/opal/distinfo Sun Feb 4 01:06:15 2007 @@ -1,3 +1,3 @@ -MD5 (opal-v2_2_3-src-tar.gz) = 8f9b20587e027be2b13f0b8cd6cea9fc -SHA256 (opal-v2_2_3-src-tar.gz) = 0fbd983ba30cbae2a8871ff098a85a01d83126248321dbeed9d5e6be4445cf34 -SIZE (opal-v2_2_3-src-tar.gz) = 4109120 +MD5 (opal-v2_2_4-src-tar.gz) = 5f204f240bb9f2ba8cff73c9ede90d8e +SHA256 (opal-v2_2_4-src-tar.gz) = eb2519d32f717bb33b11d78b9019f5c45a3b0ef527138efe83dfdf51a329d494 +SIZE (opal-v2_2_4-src-tar.gz) = 4107375 diff -ruN --exclude=CVS /usr/ports/net/opal/pkg-plist /usr/home/chinsan/project/opal/pkg-plist --- /usr/ports/net/opal/pkg-plist Wed Jul 5 10:44:55 2006 +++ /usr/home/chinsan/project/opal/pkg-plist Sun Feb 4 01:07:34 2007 @@ -112,8 +112,8 @@ lib/libopal_r.so.2 lib/libopal_r.so.2.2 lib/libopal_r.so.%%PORTVERSION%% -share/opal/opal_inc.mak -@dirrm share/opal +%%DATADIR%%/opal_inc.mak +@dirrm %%DATADIR%% @dirrm include/opal/t38 @dirrm include/opal/t120 @dirrm include/opal/sip --- opal-2.2.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070203173652.E4C1E1146A>