Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jun 2012 22:10:03 GMT
From:      Benjamin Lutz <mail@maxlor.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/169078: Fix for ports-mgmt/psearch to compile with lang/gcc46
Message-ID:  <201206142210.q5EMA3u8067472@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/169078; it has been noted by GNATS.

From: Benjamin Lutz <mail@maxlor.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169078: Fix for ports-mgmt/psearch to compile with lang/gcc46
Date: Thu, 14 Jun 2012 23:33:01 +0200

 I've rolled the patch into the distfile. Please apply the diff below to 
 update the port. A commit message containing something like
 "Update to make gcc 4.6 compatible, thanks to Kimmo Paasiala" would be 
 nice. Thanks!
 
 Cheers,
 Benjamin
 
 ===== START OF DIFF =====
 diff -ruN psearch.old/Makefile psearch/Makefile
 --- psearch.old/Makefile	2008-06-04 05:25:35.000000000 +0200
 +++ psearch/Makefile	2012-06-14 23:25:04.751696140 +0200
 @@ -6,7 +6,7 @@
   #
 
   PORTNAME=	psearch
 -PORTVERSION=	2.0.1
 +PORTVERSION=	2.0.2
   CATEGORIES=	ports-mgmt
   MASTER_SITES=	http://www.maxlor.com/files/
 
 diff -ruN psearch.old/distinfo psearch/distinfo
 --- psearch.old/distinfo	2011-03-18 18:58:51.000000000 +0100
 +++ psearch/distinfo	2012-06-14 23:27:43.220690707 +0200
 @@ -1,2 +1,2 @@
 -SHA256 (psearch-2.0.1.tar.gz) = 
 a18a45733c85f164d1a9687d02d23e84d36e291dacb3338e99b6956a960e94d7
 -SIZE (psearch-2.0.1.tar.gz) = 6563
 +SHA256 (psearch-2.0.2.tar.gz) = 
 6d2177a83197e3823f1b777acb03a2bceba74100eccce540a1b8dc0ebadee231
 +SIZE (psearch-2.0.2.tar.gz) = 6549
 ===== END OF DIFF =====



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206142210.q5EMA3u8067472>