From nobody@FreeBSD.org  Sat Dec 20 13:48:57 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4DEA31065674
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 20 Dec 2008 13:48:57 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 3EFE08FC17
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 20 Dec 2008 13:48:57 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mBKDmvOA041506
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 20 Dec 2008 13:48:57 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id mBKDmuk1041505;
	Sat, 20 Dec 2008 13:48:56 GMT
	(envelope-from nobody)
Message-Id: <200812201348.mBKDmuk1041505@www.freebsd.org>
Date: Sat, 20 Dec 2008 13:48:56 GMT
From: Wen Heping <wenheping@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [Maintainer Update]science/szip:fix the build error reported by pointyhat
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         129788
>Category:       ports
>Synopsis:       [Maintainer Update]science/szip:fix the build error reported by pointyhat
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 20 13:50:00 UTC 2008
>Closed-Date:    Wed Dec 24 19:49:38 UTC 2008
>Last-Modified:  Wed Dec 24 19:50:20 UTC 2008
>Originator:     Wen Heping
>Release:        FreeBSD 8.0-CURRENT
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT-200811 FreeBSD 8.0-CURRENT-200811 #0: Thu Nov  6 00:32:12 UTC 2008     root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
fix the build error reported by pointyhat
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2008-12-20 21:44:48.000000000 +0800
+++ Makefile	2008-12-20 21:32:20.000000000 +0800
@@ -7,6 +7,7 @@
 
 PORTNAME=	szip
 PORTVERSION=	2.1
+PORTREVISION=	1
 CATEGORIES=	science archivers
 MASTER_SITES=	ftp://ftp.hdfgroup.org/lib-external/szip/2.1/src/:src \
 		http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/:doc
@@ -22,6 +23,8 @@
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 DOCFILE=	Release_notes_2_0.pdf
+LDFLAGS+=	-lm
+CONFIGURE_ARGS+=	LDFLAGS="${LDFLAGS}"
 
 post-install:
 .if !defined(NOPORTDOCS)


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Dec 20 13:50:10 UTC 2008 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129788 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Dec 24 19:49:37 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129788 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/129788: commit references a PR
Date: Wed, 24 Dec 2008 19:49:38 +0000 (UTC)

 miwi        2008-12-24 19:49:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     science/szip         Makefile 
   Log:
   - Fix build
   
   PR:             129788
   Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
   Reported by:    pointyhat
   
   Revision  Changes    Path
   1.7       +3 -0      ports/science/szip/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
