Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Nov 2021 18:15:07 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b7d268f8215b - main - lang/ponyc: unbreak clang 13 build, release maintainership
Message-ID:  <202111231815.1ANIF7nC035260@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b7d268f8215b1714a22f35eb3059085ee6af41b2

commit b7d268f8215b1714a22f35eb3059085ee6af41b2
Author:     Greg V <greg@unrelenting.technology>
AuthorDate: 2021-11-23 17:33:47 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-11-23 18:14:45 +0000

    lang/ponyc: unbreak clang 13 build, release maintainership
    
    PR:     259998
---
 lang/ponyc/Makefile                   |  2 +-
 lang/ponyc/files/patch-Makefile-ponyc | 11 +++++++++--
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/lang/ponyc/Makefile b/lang/ponyc/Makefile
index af9ac8aaa734..20f5c068d2f2 100644
--- a/lang/ponyc/Makefile
+++ b/lang/ponyc/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	ponyc
 DISTVERSION=	0.33.2
 CATEGORIES=	lang
 
-MAINTAINER=	greg@unrelenting.technology
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Pony language compiler
 
 LICENSE=	BSD2CLAUSE
diff --git a/lang/ponyc/files/patch-Makefile-ponyc b/lang/ponyc/files/patch-Makefile-ponyc
index 2ce6a0c0e73c..e5485dae6654 100644
--- a/lang/ponyc/files/patch-Makefile-ponyc
+++ b/lang/ponyc/files/patch-Makefile-ponyc
@@ -1,8 +1,15 @@
 Avoid hardcoding /usr/local/bin/clang70 as fallback linker
 
---- Makefile-ponyc.orig	2019-11-02 05:19:12 UTC
+--- Makefile-ponyc.orig	2020-02-03 03:34:35 UTC
 +++ Makefile-ponyc
-@@ -130,7 +130,7 @@ LINKER_FLAGS = -march=$(arch) -mtune=$(tune) $(LDFLAGS
+@@ -146,13 +146,13 @@ else
+ endif
+ 
+ LIB_EXT ?= a
+-BUILD_FLAGS = -march=$(arch) -mtune=$(tune) -Werror -Wconversion \
++BUILD_FLAGS = -march=$(arch) -mtune=$(tune) -Wconversion \
+   -Wno-sign-conversion -Wextra -Wall
+ LINKER_FLAGS = -march=$(arch) -mtune=$(tune) $(LDFLAGS)
  AR_FLAGS ?= rcs
  ALL_CFLAGS = -std=gnu11 -fexceptions \
    -DPONY_VERSION=\"$(tag)\" -DLLVM_VERSION=\"$(llvm_version)\" \



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