Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Mar 2016 18:47:09 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411612 - head/graphics/rigsofrods-pagedgeometry
Message-ID:  <201603211847.u2LIl961080732@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Mar 21 18:47:09 2016
New Revision: 411612
URL: https://svnweb.freebsd.org/changeset/ports/411612

Log:
  graphics/rigsofrods-pagedgeometry: drop dialog(1) workaround after r411569
  
  r411569 only helps LICENSE_COMB=single ports as dialog(1) doesn't trip
  up on CRs embedded in a text on command line as opposed in a file.

Modified:
  head/graphics/rigsofrods-pagedgeometry/Makefile   (contents, props changed)

Modified: head/graphics/rigsofrods-pagedgeometry/Makefile
==============================================================================
--- head/graphics/rigsofrods-pagedgeometry/Makefile	Mon Mar 21 18:46:32 2016	(r411611)
+++ head/graphics/rigsofrods-pagedgeometry/Makefile	Mon Mar 21 18:47:09 2016	(r411612)
@@ -23,9 +23,6 @@ DOS2UNIX_GLOB=	*.cpp *.h *.txt
 CMAKE_ARGS=	-DPAGEDGEOMETRY_BUILD_SAMPLES=FALSE
 USE_LDCONFIG=	yes
 
-# XXX dialog(1) doesn't like ^M in LICENSE_FILE
-post-extract:	dos2unix
-
 post-patch:
 	@${REINPLACE_CMD} -e '/install.*DOC_FILES/d' \
 		${WRKSRC}/CMakeLists.txt



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