FreeBSD Bugzilla – Attachment 208933 Details for
Bug 241776
mail/akpop3d: fix unfetchable distfile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
akpop3d-0.7.7.patch
akpop3d-0.7.7.patch (text/plain), 1.31 KB, created by
takefu
on 2019-11-07 07:57:54 UTC
(
hide
)
Description:
akpop3d-0.7.7.patch
Filename:
MIME Type:
Creator:
takefu
Created:
2019-11-07 07:57:54 UTC
Size:
1.31 KB
patch
obsolete
>diff -udprN /usr/ports/mail/akpop3d/files/akpop3d.in ./files/akpop3d.in >--- /usr/ports/mail/akpop3d/files/akpop3d.in 1970-01-01 00:00:00.000000000 +0000 >+++ ./files/akpop3d.in 2019-11-07 05:34:32.904530000 +0000 >@@ -0,0 +1,20 @@ >+#!/bin/sh >+# $FreeBSD$ >+# >+# PROVIDE: akpop3d >+# REQUIRE: DAEMON >+# BEFORE: LOGIN >+# KEYWORD: shutdown >+ >+. /etc/rc.subr >+ >+name=akpop3d >+rcvar=akpop3d_enable >+ >+command="%%PREFIX%%/bin/${name}" >+command_args="-d -l0" >+ >+pidfile="/var/run/${name}.pid" >+ >+load_rc_config $name >+run_rc_command "$1" >diff -udprN /usr/ports/mail/akpop3d/Makefile ./Makefile >--- /usr/ports/mail/akpop3d/Makefile 2018-10-01 09:38:30.610784000 +0000 >+++ ./Makefile 2019-11-07 07:56:50.204941000 +0000 >@@ -4,7 +4,7 @@ > PORTNAME= akpop3d > PORTVERSION= 0.7.7 > CATEGORIES= mail >-MASTER_SITES= http://www.synflood.at/akpop3d/ >+MASTER_SITES= https://synflood.at/akpop3d/ > > MAINTAINER= ports@FreeBSD.org > COMMENT= POP3 daemon aimed to be small and secure >@@ -24,6 +24,11 @@ SSL_CONFIGURE_WITH= openssl=${OPENSSLBAS > SSL_CPPFLAGS= -I${OPENSSLBASE}/include > SSL_LDFLAGS= -L${OPENSSLBASE}/lib > >+USE_RC_SUBR= akpop3d >+ >+pre-patch: >+ @${REINPLACE_CMD} -e "s,STRLCPY_h,STRLCPY_H," ${WRKSRC}/strlcpy.h >+ > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/akpop3d ${STAGEDIR}${PREFIX}/bin > ${INSTALL_MAN} ${WRKSRC}/akpop3d.8 ${STAGEDIR}${MANPREFIX}/man/man8
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 241776
: 208933