git: 7c872487ab70 - main - sysutils/msyslog: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Mar 2024 22:42:20 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7c872487ab70c38dbcda28f560963f94d1a55afc
commit 7c872487ab70c38dbcda28f560963f94d1a55afc
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-03-13 22:19:11 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-03-13 22:41:45 +0000
sysutils/msyslog: Mark DEPRECATED
- Last upstream release was in 2003
- Upstream WWW is no longer supporting this software and have removed
the relevant pages
- One of the MASTER_SITES no longer resolves
- Set EXPIRATION_DATE 2024-04-13
- Pet portclippy
If someone needs this port feel free to undeprecate and takeover
maintainership.
---
sysutils/msyslog/Makefile | 38 +++++++++++++++++++++-----------------
1 file changed, 21 insertions(+), 17 deletions(-)
diff --git a/sysutils/msyslog/Makefile b/sysutils/msyslog/Makefile
index 797f8bc13877..7c2e29c62242 100644
--- a/sysutils/msyslog/Makefile
+++ b/sysutils/msyslog/Makefile
@@ -1,35 +1,39 @@
PORTNAME= msyslog
-PORTVERSION= 1.08g
-PORTREVISION= 3
+DISTVERSION= 1.08g
+PORTREVISION= 4
CATEGORIES= sysutils
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-1.X/${PORTVERSION} \
- http://www1.corest.com/download/msyslog/
-DISTNAME= ${PORTNAME}-v${PORTVERSION}-src
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-1.X/${DISTVERSION}
+DISTNAME= ${PORTNAME}-v${DISTVERSION}-src
MAINTAINER= bofh@FreeBSD.org
COMMENT= Flexible and easy to integrate syslog daemon
-WWW= http://oss.coresecurity.com/projects/msyslog.html
+WWW= https://sourceforge.net/projects/msyslog/
LICENSE= BSD4CLAUSE MIT
LICENSE_COMB= dual
+DEPRECATED= Unmaintained and last upstream release in 2003
+EXPIRATION_DATE=2024-04-13
+
+USES= gmake
+USE_LDCONFIG= yes
+USE_RC_SUBR= msyslogd
+
+GNU_CONFIGURE= yes
+
+PORTSCOUT= skipv:1.09a,1.09b,1.09c,1.09d
+SUB_FILES= pkg-message
+
+WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}
+
OPTIONS_DEFINE= MYSQL PGSQL EXAMPLES
OPTIONS_SUB= yes
+
MYSQL_USES= mysql
MYSQL_CONFIGURE_OFF= --without-mysql
PGSQL_USES= pgsql
PGSQL_CONFIGURE_OFF= --without-pgsql
-WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}
-
-GNU_CONFIGURE= yes
-USES= gmake
-USE_RC_SUBR= msyslogd
-SUB_FILES= pkg-message
-USE_LDCONFIG= yes
-
-PORTSCOUT= skipv:1.09a,1.09b,1.09c,1.09d
-
post-patch:
@${FIND} ${WRKSRC}/src/modules -name "*.c" | \
${XARGS} ${REINPLACE_CMD} -e "s|typedef int socklen_t;||g"
@@ -46,7 +50,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|@mandir@|${STAGEDIR}${PREFIX}/man|g' \
${WRKSRC}/src/man/GNUmakefile.in
-post-install:
+post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/src/examples/* ${STAGEDIR}${EXAMPLESDIR}