svn commit: r395040 - head/graphics/togl

John Marino marino at FreeBSD.org
Sat Aug 22 15:51:41 UTC 2015


Author: marino
Date: Sat Aug 22 15:51:40 2015
New Revision: 395040
URL: https://svnweb.freebsd.org/changeset/ports/395040

Log:
  graphics/togl: Alter configure to allow building on DragonFly
  
  This change to the unmaintained port has been in dports for a few months
  now, so I'm moving the fix over to ports.  While here, do some minor
  fixes to compound commands.

Modified:
  head/graphics/togl/Makefile

Modified: head/graphics/togl/Makefile
==============================================================================
--- head/graphics/togl/Makefile	Sat Aug 22 15:43:04 2015	(r395039)
+++ head/graphics/togl/Makefile	Sat Aug 22 15:51:40 2015	(r395040)
@@ -36,6 +36,8 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|wish |${WISH:T} |' ${WRKSRC}/*.tcl
+	@${REINPLACE_CMD} -e 's/FreeBSD-\*/FreeBSD-*|DragonFly-*/g' \
+		${WRKSRC}/configure
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${TOGL_INSTDIR}


More information about the svn-ports-all mailing list