Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 2015 18:07:24 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399553 - in head/audio/icecast2: . files
Message-ID:  <201510171807.t9HI7OG0028072@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct 17 18:07:24 2015
New Revision: 399553
URL: https://svnweb.freebsd.org/changeset/ports/399553

Log:
  - Add LICENSE_FILE
  - Cleanup Makefile
  - Pet portlint: fix diff header of patch files

Modified:
  head/audio/icecast2/Makefile
  head/audio/icecast2/files/patch-conf-Makefile.in

Modified: head/audio/icecast2/Makefile
==============================================================================
--- head/audio/icecast2/Makefile	Sat Oct 17 18:07:18 2015	(r399552)
+++ head/audio/icecast2/Makefile	Sat Oct 17 18:07:24 2015	(r399553)
@@ -18,6 +18,7 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Streaming mp3/ogg-vorbis audio server
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
 		libshout.so:${PORTSDIR}/audio/libshout \
@@ -28,7 +29,6 @@ LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/
 
 OPTIONS_DEFINE=	DOCS
 
-CFLAGS+=	-I${LOCALBASE}/include
 CONFIGURE_ENV=	OGG_PREFIX=${LOCALBASE}
 GNU_CONFIGURE=	yes
 USE_RC_SUBR=	${PORTNAME}

Modified: head/audio/icecast2/files/patch-conf-Makefile.in
==============================================================================
--- head/audio/icecast2/files/patch-conf-Makefile.in	Sat Oct 17 18:07:18 2015	(r399552)
+++ head/audio/icecast2/files/patch-conf-Makefile.in	Sat Oct 17 18:07:24 2015	(r399553)
@@ -1,5 +1,5 @@
---- conf/Makefile.in.orig	2008-05-30 08:58:57.000000000 +0900
-+++ conf/Makefile.in	2010-05-14 17:36:16.000000000 +0900
+--- conf/Makefile.in.orig	2008-05-29 23:58:57 UTC
++++ conf/Makefile.in
 @@ -407,8 +407,7 @@
 
  install-data-hook:



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