From owner-svn-ports-all@FreeBSD.ORG Fri Sep 13 01:42:14 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 54503597; Fri, 13 Sep 2013 01:42:14 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 43B9E2CF1; Fri, 13 Sep 2013 01:42:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8D1gEso079932; Fri, 13 Sep 2013 01:42:14 GMT (envelope-from kevlo@svn.freebsd.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8D1gE14079931; Fri, 13 Sep 2013 01:42:14 GMT (envelope-from kevlo@svn.freebsd.org) Message-Id: <201309130142.r8D1gE14079931@svn.freebsd.org> From: Kevin Lo Date: Fri, 13 Sep 2013 01:42:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327126 - head/devel/libdisorder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 01:42:14 -0000 Author: kevlo Date: Fri Sep 13 01:42:13 2013 New Revision: 327126 URL: http://svnweb.freebsd.org/changeset/ports/327126 Log: - Honor CC - Trim Makefile header - Add LICENSE Modified: head/devel/libdisorder/Makefile Modified: head/devel/libdisorder/Makefile ============================================================================== --- head/devel/libdisorder/Makefile Fri Sep 13 01:32:38 2013 (r327125) +++ head/devel/libdisorder/Makefile Fri Sep 13 01:42:13 2013 (r327126) @@ -1,9 +1,4 @@ -# New ports collection makefile for: libdisorder -# Date created: 17 August 2010 -# Whom: kevlo -# # $FreeBSD$ -# PORTNAME= libdisorder PORTVERSION= 0.0.2 @@ -12,7 +7,9 @@ CATEGORIES= devel MASTER_SITES= http://libdisorder.freshdefense.net/releases/ MAINTAINER= kevlo@FreeBSD.org -COMMENT= A simple C library for entropy measurement +COMMENT= Simple C library for entropy measurement + +LICENSE= GPLv2 USE_LDCONFIG= yes @@ -22,6 +19,9 @@ USE_LDCONFIG= yes EXTRA_PATCHES= ${FILESDIR}/extra-patch-disorder.c .endif +post-patch: + @${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/src/Makefile + do-build: cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${MAKE}