Skip to content

Commit

Permalink
sysutils/msyslog: Mark DEPRECATED
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
5u623l20 committed Mar 13, 2024
1 parent f38e42a commit 7c87248
Showing 1 changed file with 21 additions and 17 deletions.
38 changes: 21 additions & 17 deletions sysutils/msyslog/Makefile
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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}

Expand Down

0 comments on commit 7c87248

Please sign in to comment.