Bug 65549 - [MAINTAINER] net-mgmt/arpwatch-devel: use PTHREAD_* variables from bsd.port.mk
Summary: [MAINTAINER] net-mgmt/arpwatch-devel: use PTHREAD_* variables from bsd.port.mk
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Kirill Ponomarev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-14 22:10 UTC by Matthew George
Modified: 2004-04-14 22:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.39 KB, patch)
2004-04-14 22:10 UTC, Matthew George
no flags Details | Diff
file.diff (208 bytes, patch)
2004-04-14 22:10 UTC, Matthew George
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew George 2004-04-14 22:10:23 UTC
	net-mgmt/arpwatch-devel does not properly utilize the PTHREAD_*
make variables defined by Mk/bsd.port.mk.  Also included is a small change
to pkg-descr, reflecting the previous category move for arpwatch.  I don't
feel this is really worthy of a PORTREVISION bump, but wouldn't be opposed
to it either.

Fix: +MAKE_ENV=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}"
+
 post-install:
 	if [ ! -d ${PREFIX}/arpwatch ]; then				\
 		${MKDIR} ${PREFIX}/arpwatch;				\




-see net/arpwatch/pkg-descr for more information about arpwatch 2.x
+see net-mgmt/arpwatch/pkg-descr for more information about arpwatch 2.x

 Matthew George <mdg@secureworks.net>



-- 
Matthew George
SecureWorks Technical Operations--WDh9le3xjfbR25Fka0EmUJC2AAJSrrDG2UPiUGuFs93sJogQ
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile.orig	Wed Apr 14 15:13:09 2004
+++ Makefile	Wed Apr 14 15:14:14 2004
@@ -25,6 +25,8 @@
 INSTALL_TARGET=	install install-man
 MAN8=		arpwatch.8 arpsnmp.8
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-04-14 22:23:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->krion

I'll take it.
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2004-04-14 22:30:28 UTC
State Changed
From-To: open->closed

Committed, thanks!