comms/conserver-com: Update to 8.2.4 as suggested by emaste@. Update
to use USES=autoreconf. Changes since 8.2.2: - Correct man page typo (Ed Maste <emaste@freebsd.org>) - Remove autotools generated files from repo and create with release - Better integration of Cirrus CI - FreeBSD, Linux, and MacOS - Moving README to markdown - Fix #12 - Remote infomation flags (i.e. "-x") cannot be filtered by console - Fix #8 - defaultaccess appears broken - Rename configure.in and use autoreconf - Better use of version.h and letting configure build things with versions - Correct 'impi' typo (Ed Maste <emaste@freebsd.org>) - Correct argument type passed to time() (Ed Maste <emaste@freebsd.org>) - Fix compilation without deprecated OpenSSL APIs (Rosen Penev <rosenp@gmail.com>) - Fix compilation without deprecated OpenSSL 1.1 APIs (Rosen Penev <rosenp@gmail.com>) - Fix #6 - clang "-Wstring-plus-int" warning (Bryan Stansell <bryan@conserver.com>) - configure.in: Add test for closefrom (Ed Maste <emaste@freebsd.org>) - regenerate autoconf files (Ed Maste <emaste@freebsd.org>) - Use closefrom if available (Ed Maste <emaste@freebsd.org>) - Correct typo (Ed Maste <emaste@freebsd.org>) - Add Cirrus-CI FreeBSD CI build config (Ed Maste <emaste@freebsd.org>) - off by one found by Ed Maste (Bryan Stansell <bryan@conserver.com>) PR: 242412 Approved by: kuriyama (maintainer timeout, 2 weeks), ler (mentor, implicit)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= conserver
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 8.2.2
|
||||
DISTVERSION= 8.2.4
|
||||
CATEGORIES= comms
|
||||
PKGNAMESUFFIX= -com
|
||||
|
||||
@@ -12,7 +12,7 @@ COMMENT= Application that allows multiple users to watch serial consoles
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= ssl
|
||||
USES= autoreconf ssl
|
||||
USE_GITHUB= yes
|
||||
USE_RC_SUBR= conserver
|
||||
|
||||
@@ -37,13 +37,15 @@ GSSAPIONLY_EXTRA_PATCHES= ${FILESDIR}/extra-patch-conserver__master.c
|
||||
STRIPREALM_CONFIGURE_WITH= striprealm
|
||||
UDS_CONFIGURE_WITH= uds
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,impi,ipmi,' ${WRKSRC}/conserver.cf/conserver.cf.man
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/conserver-convert
|
||||
|
||||
DEFAULTPORT?= 782
|
||||
DEFAULTHOST?= localhost
|
||||
|
||||
post-extract:
|
||||
.for file in config.guess config.sub
|
||||
${CP} -f ${TEMPLATES}/${file} ${WRKSRC}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1573332648
|
||||
SHA256 (conserver-conserver-v8.2.2_GH0.tar.gz) = ff869fc64afe15a81998a1e5c49734225ad54ecda214583b00e7f4c9f4bbb326
|
||||
SIZE (conserver-conserver-v8.2.2_GH0.tar.gz) = 328831
|
||||
TIMESTAMP = 1575403382
|
||||
SHA256 (conserver-conserver-v8.2.4_GH0.tar.gz) = 8d8b263d9531ebb827257bd67baf9200cac4fb7ffbe033122686e39ca42cddd6
|
||||
SIZE (conserver-conserver-v8.2.4_GH0.tar.gz) = 261682
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
--- configure.orig 2014-04-17 21:55:40.000000000 -0700
|
||||
+++ configure 2015-08-12 13:31:26.015249000 -0700
|
||||
@@ -5307,6 +5307,7 @@
|
||||
$as_echo_n "checking for gssapi library -lgssapi... " >&6; }
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
+#include <stdio.h>
|
||||
#include <gssapi/gssapi.h>
|
||||
|
||||
int
|
||||
@@ -5332,6 +5333,7 @@
|
||||
$as_echo_n "checking for gssapi library -lgssglue... " >&6; }
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
+#include <stdio.h>
|
||||
#include <gssapi/gssapi.h>
|
||||
|
||||
int
|
||||
@@ -5357,6 +5359,7 @@
|
||||
$as_echo_n "checking for gssapi library -lgss... " >&6; }
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
+#include <stdio.h>
|
||||
#include <gssapi/gssapi.h>
|
||||
|
||||
int
|
||||
Reference in New Issue
Block a user