View | Details | Raw Unified | Return to bug 263391 | Differences between
and this patch

Collapse All | Expand All

(-)b/net-im/sshout/Makefile (-5 / +8 lines)
Lines 1-5 Link Here
1
PORTNAME=	sshout
1
PORTNAME=	sshout
2
DISTVERSION=	1.2.0
2
DISTVERSION=	1.2.0
3
PORTREVISION=	1
3
CATEGORIES=	net-im
4
CATEGORIES=	net-im
4
MASTER_SITES=	SF/sshout/${PORTNAME}/
5
MASTER_SITES=	SF/sshout/${PORTNAME}/
5
DISTNAME=	${PORTNAME}-${PORTVERSION}-src
6
DISTNAME=	${PORTNAME}-${PORTVERSION}-src
Lines 29-41 GROUPS= sshout Link Here
29
OPTIONS_DEFINE=		NLS IRC
30
OPTIONS_DEFINE=		NLS IRC
30
OPTIONS_DEFAULT=	NLS
31
OPTIONS_DEFAULT=	NLS
31
OPTIONS_GROUP=		SUGGESTED
32
OPTIONS_GROUP=		SUGGESTED
32
OPTIONS_GROUP_SUGGESTED=XCLIP
33
OPTIONS_GROUP_SUGGESTED=XCLIP ELINKS
33
34
34
SUGGESTED_DESC=		Suggested ports
35
SUGGESTED_DESC=		Suggested ports
36
35
XCLIP_DESC=		Add dependency to xclip(1) for CLI pasteimage support
37
XCLIP_DESC=		Add dependency to xclip(1) for CLI pasteimage support
38
XCLIP_RUN_DEPENDS=	xclip:x11/xclip
39
ELINKS_DESC=		Add dependency to elinks(1) for showing HTML messages in CLI
40
ELINKS_RUN_DEPENDS=	elinks>=0.12:www/elinks
41
36
NLS_USES=		gettext
42
NLS_USES=		gettext
37
NLS_MAKE_ENV=		NLS_LIBS="-l intl"
43
NLS_MAKE_ENV=		NLS_LIBS="-l intl"
38
NLS_MAKE_ENV_OFF=	NO_NLS=1
44
NLS_MAKE_ENV_OFF=	NO_NLS=1
45
39
IRC_DESC=		Experimental IRC over SSH frontend
46
IRC_DESC=		Experimental IRC over SSH frontend
40
IRC_CPPFLAGS=		-D ENABLE_IRC_FRONTEND=1
47
IRC_CPPFLAGS=		-D ENABLE_IRC_FRONTEND=1
41
48
Lines 43-50 OPTIONS_SUB= yes Link Here
43
50
44
.include <bsd.port.options.mk>
51
.include <bsd.port.options.mk>
45
52
46
.if ${PORT_OPTIONS:MXCLIP}
47
RUN_DEPENDS+=	${LOCALBASE}/bin/xclip:x11/xclip
48
.endif
49
50
.include <bsd.port.mk>
53
.include <bsd.port.mk>
(-)b/net-im/sshout/files/patch-Makefile (+11 lines)
Added Link Here
1
--- Makefile.orig	2020-09-01 11:34:08 UTC
2
+++ Makefile
3
@@ -4,7 +4,7 @@
4
 INSTALL ?= install
5
 MSGFMT ?= msgfmt
6
 
7
-CFLAGS += -Wall -Wno-switch -Wno-pointer-to-int-cast -O1
8
+CFLAGS += -Wall -Wno-switch -Wno-pointer-to-int-cast
9
 #LIBS += 
10
 
11
 #SOCKET_LIBS := -l socket
(-)b/net-im/sshout/pkg-message (-6 lines)
Lines 5-13 In order to start sshout service you need some more configuration: Link Here
5
5
6
If you installed SSHOUT for the first time, use sshoutcfg(8) to add users.
6
If you installed SSHOUT for the first time, use sshoutcfg(8) to add users.
7
You must have SSH server running and accepting public key authentication.
7
You must have SSH server running and accepting public key authentication.
8
9
For HTML messages be properly displayed in CLI frontend, elinks(1) version
10
0.12 or later is required; however the ports tree currently doesn't have an
11
up-to-date elinks version available. You will have to install the required
12
version manually, if such support is needed.
13
#### END
8
#### END
14
- 

Return to bug 263391