Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jan 2004 23:45:43 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/60936: Update port: net/vomit to 0.2c
Message-ID:  <20040105234543.491e5af3.tkato@prontomail.com>
Resent-Message-ID: <200401051450.i05EoI2A089370@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         60936
>Category:       ports
>Synopsis:       Update port: net/vomit to 0.2c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 05 06:50:18 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
>Environment:
>Description:
- Update to version 0.2c

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/net/vomit/Makefile net/vomit/Makefile
--- /usr/ports/net/vomit/Makefile	Sat Apr 12 23:13:00 2003
+++ net/vomit/Makefile	Sun Jan  4 13:08:29 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	vomit
-PORTVERSION=	0.2
+PORTVERSION=	0.2c
 CATEGORIES=	net security
 MASTER_SITES=	http://vomit.xtdnet.nl/
 
@@ -14,12 +14,17 @@
 COMMENT=	Voice over misconfigured internet telephones
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent \
-		${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
+		${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet
 
+USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
-
-WRKSRC=		${WRKDIR}/vomit-lite
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib"
 
 MAN1=		vomit.1
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|-O2 -Wall -g|@CFLAGS@|g' ${WRKSRC}/Makefile.in
 
 .include <bsd.port.mk>
diff -urN /usr/ports/net/vomit/distinfo net/vomit/distinfo
--- /usr/ports/net/vomit/distinfo	Sun Dec 23 19:22:50 2001
+++ net/vomit/distinfo	Sun Jan  4 13:04:04 2004
@@ -1 +1 @@
-MD5 (vomit-0.2.tar.gz) = c81cd977ade651d9050f98326879dea0
+MD5 (vomit-0.2c.tar.gz) = c36f9da7a72aa84712f2d17b8021da2e
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040105234543.491e5af3.tkato>