svn commit: r472034 - head/devel/containers/files

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Sat Jun 9 02:17:37 UTC 2018


Author: acm
Date: Sat Jun  9 02:17:36 2018
New Revision: 472034
URL: https://svnweb.freebsd.org/changeset/ports/472034

Log:
  - Fix build
  
  Reported by:	pkg-fallout

Added:
  head/devel/containers/files/
  head/devel/containers/files/patch-dub.json   (contents, props changed)

Added: head/devel/containers/files/patch-dub.json
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/containers/files/patch-dub.json	Sat Jun  9 02:17:36 2018	(r472034)
@@ -0,0 +1,12 @@
+--- dub.json.orig	2018-05-10 00:37:22.200051000 -0500
++++ dub.json	2018-05-10 00:38:16.894998000 -0500
+@@ -7,7 +7,6 @@
+         "EMSI",
+         "DLang Community"
+     ],
+-    "dependencies": {
+-        "stdx-allocator": "~>2.77.0"
+-    }
++    "libs": ["stdx-allocator"],
++    "lflags": ["-L%%LOCALBASE%%/lib/d"],
+ }


More information about the svn-ports-all mailing list