View | Details | Raw Unified | Return to bug 260596
Collapse All | Expand All

(-)b/devel/gn/Makefile (+1 lines)
Lines 3-8 Link Here
3
PORTNAME=	gn
3
PORTNAME=	gn
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	1962
5
DISTVERSION=	1962
6
PORTREVISION=	1
6
CATEGORIES=	devel
7
CATEGORIES=	devel
7
8
8
MAINTAINER=	o.hushchenkov@gmail.com
9
MAINTAINER=	o.hushchenkov@gmail.com
(-)b/devel/gn/files/patch-build_gen.py (-1 / +10 lines)
Lines 1-6 Link Here
1
- .git/ is missing in archive, so use version from environment
1
- .git/ is missing in archive, so use version from environment
2
2
3
--- build/gen.py.orig	2021-12-18 16:25:54 UTC
3
--- build/gen.py.orig	2021-12-21 20:25:21 UTC
4
+++ build/gen.py
4
+++ build/gen.py
5
@@ -213,25 +213,16 @@ def main(argv):
5
@@ -213,25 +213,16 @@ def main(argv):
6
 
6
 
Lines 30-32 Link Here
30
 
30
 
31
   # Only write/touch this file if the commit position has changed.
31
   # Only write/touch this file if the commit position has changed.
32
   old_contents = ''
32
   old_contents = ''
33
@@ -274,7 +265,7 @@ def WriteGenericNinja(path, static_libraries, executab
34
       'msys': 'build_linux.ninja.template',
35
       'darwin': 'build_mac.ninja.template',
36
       'linux': 'build_linux.ninja.template',
37
-      'freebsd': 'build_linux.ninja.template',
38
+      'freebsd': 'build_openbsd.ninja.template',
39
       'aix': 'build_aix.ninja.template',
40
       'openbsd': 'build_openbsd.ninja.template',
41
       'haiku': 'build_haiku.ninja.template',

Return to bug 260596