1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

- Update to 2.80

- Update my maintainer address
- Unbreak linking on 6.4 by adding -pthread to LDFLAGS
This commit is contained in:
Ulrich Spörlein 2010-05-22 13:06:44 +00:00
parent 8a3fe1db37
commit ce272c24af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254832
2 changed files with 11 additions and 9 deletions

View File

@ -6,12 +6,11 @@
#
PORTNAME= symon
PORTVERSION= 2.79
PORTREVISION= 2
PORTVERSION= 2.80
CATEGORIES= sysutils
MASTER_SITES= http://www.xs4all.nl/~wpd/symon/philes/
MAINTAINER= uqs@spoerlein.net
MAINTAINER= uqs@FreeBSD.org
COMMENT= Performance and information monitoring tool
WRKSRC= ${WRKDIR}/${PORTNAME}
@ -53,9 +52,12 @@ SUBDIR+= client
MAKE_ARGS+= SUBDIR="${SUBDIR}" RRDDIR="${LOCALBASE}"
# Symux doesn't need additional LIBS.
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
post-patch:
@${REINPLACE_CMD} 's/^LIBS+=/LIBS=/' ${WRKSRC}/symux/Makefile
@${REINPLACE_CMD} 's/^LIBS+=/LIBS= -pthread /' ${WRKSRC}/symux/Makefile
.endif
pre-install:
@${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL
@ -63,4 +65,4 @@ pre-install:
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (symon-2.79.tar.gz) = 9ff58313c4202945ce7310e04bf3ac82
SHA256 (symon-2.79.tar.gz) = 7157b087b99a59f3aba9a02c375fb1b411dc4329463f748d2323c3cdf3d0cd83
SIZE (symon-2.79.tar.gz) = 102400
MD5 (symon-2.80.tar.gz) = fec2a47b966f837fdec00a0ec920edee
SHA256 (symon-2.80.tar.gz) = 8d0dd799ae4a623117e6c02e3c3efc278fc11d1dc5e4d5bf9545937a6f1ce38a
SIZE (symon-2.80.tar.gz) = 102400