Index: head/net/ladvd/Makefile =================================================================== --- head/net/ladvd/Makefile (revision 254819) +++ head/net/ladvd/Makefile (revision 254820) @@ -1,37 +1,38 @@ # New ports collection makefile for: ladvd # Date Created: 27 Jul 2008 # Whom: sten@blinkenlights.nl # # $FreeBSD$ # PORTNAME= ladvd PORTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://blinkenlights.nl/software/ladvd/ MAINTAINER= sten@blinkenlights.nl COMMENT= A minimal CDP/LLDP daemon LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-chroot-dir=/var/empty PORTDOCS= * MAN8= ladvd.8 ladvdc.8 USE_RC_SUBR+= ladvd SUB_FILES= pkg-message pkg-install post-patch: .if defined(NOPORTDOCS) @@${REINPLACE_CMD} 's|install-data-am: install-dist_docDATA|install-data-am:|' \ ${WRKSRC}/doc/Makefile.in .endif post-install: @${ECHO} "==> Creating custom user to run ladvd..." @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL @${CAT} ${PKGMESSAGE} .include Property changes on: head/net/ladvd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net/ladvd/files/patch-ifdescr-semicolon =================================================================== --- head/net/ladvd/files/patch-ifdescr-semicolon (nonexistent) +++ head/net/ladvd/files/patch-ifdescr-semicolon (revision 254820) @@ -0,0 +1,11 @@ +--- src/netif.c.orig 2010-05-21 23:59:23.000000000 +0200 ++++ src/netif.c 2010-05-21 23:59:36.000000000 +0200 +@@ -264,7 +264,7 @@ + #ifndef __FreeBSD__ + ifr.ifr_data = (caddr_t)&netif->description; + #else +- ifr.ifr_buffer.buffer = &netif->description ++ ifr.ifr_buffer.buffer = &netif->description; + ifr.ifr_buffer.length = IFDESCRSIZE; + #endif + ioctl(sockfd, SIOCGIFDESCR, &ifr); Property changes on: head/net/ladvd/files/patch-ifdescr-semicolon ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property