diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2023-02-22 00:45:59 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2023-02-22 00:45:59 +0000 |
commit | 1e0b7c14fc2bf3b0204bb37953bf5f67b225fa9d (patch) | |
tree | c1d715a09c8c4cc53c7b625316d24caaa6abc56a | |
parent | security/boringssl: update to the recent commit (diff) |
textproc/mdocml: update to 1.14.6
Remove -fcommon workaround as it's no longer needed.
PR: 269604
Approved by: uqs (maintainer)
Sponsored by: DARPA
-rw-r--r-- | textproc/mdocml/Makefile | 4 | ||||
-rw-r--r-- | textproc/mdocml/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile index c41b0522d163..993ff291a542 100644 --- a/textproc/mdocml/Makefile +++ b/textproc/mdocml/Makefile @@ -1,5 +1,5 @@ PORTNAME= mdocml -PORTVERSION= 1.14.5 +PORTVERSION= 1.14.6 CATEGORIES= textproc MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \ LOCAL/uqs @@ -17,7 +17,7 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3 EXAMPLESDIR= ${PREFIX}/share/examples/mandoc HAS_CONFIGURE= yes -CFLAGS+= -I${LOCALBASE}/include -fcommon # clang11/gcc10 +CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-configure: diff --git a/textproc/mdocml/distinfo b/textproc/mdocml/distinfo index 2b2dab6dd0b8..661dbd113f5c 100644 --- a/textproc/mdocml/distinfo +++ b/textproc/mdocml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1568404392 -SHA256 (mandoc-1.14.5.tar.gz) = 8219b42cb56fc07b2aa660574e6211ac38eefdbf21f41b698d3348793ba5d8f7 -SIZE (mandoc-1.14.5.tar.gz) = 651846 +TIMESTAMP = 1676495195 +SHA256 (mandoc-1.14.6.tar.gz) = 8bf0d570f01e70a6e124884088870cbed7537f36328d512909eb10cd53179d9c +SIZE (mandoc-1.14.6.tar.gz) = 697150 |