From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:19:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 284BD63F; Wed, 18 Feb 2015 16:19:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F464DEE; Wed, 18 Feb 2015 16:19:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGJrDW057851; Wed, 18 Feb 2015 16:19:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGJrYI057846; Wed, 18 Feb 2015 16:19:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181619.t1IGJrYI057846@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:19:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379237 - head/science/szip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 16:19:54 -0000 Author: sunpoet Date: Wed Feb 18 16:19:52 2015 New Revision: 379237 URL: https://svnweb.freebsd.org/changeset/ports/379237 QAT: https://qat.redports.org/buildarchive/r379237/ Log: - Use LIBS - Use PLIST Added: head/science/szip/pkg-plist (contents, props changed) Modified: head/science/szip/Makefile Modified: head/science/szip/Makefile ============================================================================== --- head/science/szip/Makefile Wed Feb 18 16:19:47 2015 (r379236) +++ head/science/szip/Makefile Wed Feb 18 16:19:52 2015 (r379237) @@ -20,17 +20,10 @@ OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -LDFLAGS+= -lm +LIBS+= -lm USE_LDCONFIG= yes USES= libtool -PLIST_FILES= include/ricehdf.h \ - include/szip_adpt.h \ - include/szlib.h \ - lib/libsz.a \ - lib/libsz.so \ - lib/libsz.so.2 \ - lib/libsz.so.2.0.0 PORTDOCS= Release_notes_2_0.pdf post-install: Added: head/science/szip/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/szip/pkg-plist Wed Feb 18 16:19:52 2015 (r379237) @@ -0,0 +1,7 @@ +include/ricehdf.h +include/szip_adpt.h +include/szlib.h +lib/libsz.a +lib/libsz.so +lib/libsz.so.2 +lib/libsz.so.2.0.0