Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jul 2002 11:43:50 +0200 (CEST)
From:      "Michael L.Hostbaek" <mich@freebsdcluster.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40591: Update port: [Maintainer update]: net/cdpr
Message-ID:  <20020715094350.963E2AC703@freebsdcluster.org>

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

>Number:         40591
>Category:       ports
>Synopsis:       Update port: [Maintainer update]: net/cdpr
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 15 02:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Michael L. Hostbaek
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
FreeBSDCluster.org
>Environment:
System: FreeBSD freebsdcluster.dk 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Jul 6 13:54:50 CEST 2002 root@freebsdcluster.dk:/space1/usr-linked/obj/space1/usr-linked/src/sys/COP_KERNEL_1 i386

>Description:
	Update port to 1.0.5 and changes to Makefile as port did not respect CFLAGS.
>How-To-Repeat:
	
>Fix:

	
diff -u -ruN cdpr.bak/Makefile cdpr/Makefile
--- cdpr.bak/Makefile	Mon Jul 15 11:15:24 2002
+++ cdpr/Makefile	Mon Jul 15 11:35:44 2002
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	cdpr
-PORTVERSION=	1.0.4
+PORTVERSION=	1.0.5
 CATEGORIES=	net
 MASTER_SITES=	http://www.monkeymental.com/mmfiles/ \
 		${MASTER_SITE_LOCAL}
@@ -16,10 +16,13 @@
 
 MAINTAINER=	mich@freebsdcluster.org
 
-USE_GCC=	yes
-ALL_TARGET=	cdpr
+CFLAGS+=	-ggdb
+LDFLAGS+=	-L${LOCALBASE}/lib -lpcap
 
 DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
+
+do-build:
+	(cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -o ${PORTNAME} ${PORTNAME}.c)
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
diff -u -ruN cdpr.bak/distinfo cdpr/distinfo
--- cdpr.bak/distinfo	Mon Jul 15 11:15:24 2002
+++ cdpr/distinfo	Mon Jul 15 11:15:48 2002
@@ -1 +1 @@
-MD5 (cdpr-1.0.4.tgz) = 040e0bc584ac3e003ba559e6c3711baf
+MD5 (cdpr-1.0.5.tgz) = 828094f5e305b0dd5897284d73375bf6

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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