Index: head/comms/conserver-com/Makefile =================================================================== --- head/comms/conserver-com/Makefile (revision 520403) +++ head/comms/conserver-com/Makefile (revision 520404) @@ -1,49 +1,51 @@ # $FreeBSD$ PORTNAME= conserver DISTVERSIONPREFIX= v -DISTVERSION= 8.2.2 +DISTVERSION= 8.2.4 CATEGORIES= comms PKGNAMESUFFIX= -com MAINTAINER= kuriyama@FreeBSD.org 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 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-master=${DEFAULTHOST} --with-port=${DEFAULTPORT} \ --with-pam --with-libwrap --with-openssl CONFLICTS_INSTALL= conserver-[0-9]* OPTIONS_DEFINE= FREEIPMI GSSAPI GSSAPIONLY STRIPREALM UDS FREEIPMI_DESC= Compile in FreeIPMI support GSSAPIONLY_DESC=Never prompt for a password when using GSSAPI GSSAPIONLY_IMPLIES= GSSAPI STRIPREALM_DESC=Strip @REALM when using GSSAPI STRIPREALM_IMPLIES= GSSAPI UDS_DESC= Use Unix domain sockets for client/server FREEIPMI_CONFIGURE_ON= --with-freeipmi=${LOCALBASE} FREEIPMI_LIB_DEPENDS= libfreeipmi.so:sysutils/freeipmi GSSAPI_CONFIGURE_WITH= gssapi 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 Index: head/comms/conserver-com/distinfo =================================================================== --- head/comms/conserver-com/distinfo (revision 520403) +++ head/comms/conserver-com/distinfo (revision 520404) @@ -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 Index: head/comms/conserver-com/files/patch-configure =================================================================== --- head/comms/conserver-com/files/patch-configure (revision 520403) +++ head/comms/conserver-com/files/patch-configure (nonexistent) @@ -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 - #include - - 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 - #include - - 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 - #include - - int Property changes on: head/comms/conserver-com/files/patch-configure ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property