summaryrefslogtreecommitdiff
path: root/net/ptpd
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2008-10-28 20:32:00 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2008-10-28 20:32:00 +0000
commit43bbd4d5db739a44389a901cd7091580229c37be (patch)
treeadeab2971c77dc2f0c7ffbcc37867e949a9db344 /net/ptpd
parent- Update to 9.61 (diff)
- Correct CFLAGS in Makefile
- Bump PORTREVISION - Reformat maintainers address, while I am here Submitted by: skreuzer via irc
Notes
Notes: svn path=/head/; revision=222176
Diffstat (limited to 'net/ptpd')
-rw-r--r--net/ptpd/Makefile3
-rw-r--r--net/ptpd/files/patch-src-Makefile2
2 files changed, 3 insertions, 2 deletions
diff --git a/net/ptpd/Makefile b/net/ptpd/Makefile
index 9c1a1cc82249..0e8f44b5e701 100644
--- a/net/ptpd/Makefile
+++ b/net/ptpd/Makefile
@@ -7,11 +7,12 @@
PORTNAME= ptpd
DISTVERSION= 1.0.0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= gnn@freebsd.org
+MAINTAINER= gnn@FreeBSD.org
COMMENT= An implementation of the precision time protocol IEEE 1588
WRKSRC= ${WRKDIR}/ptpd-${DISTVERSION}/src
diff --git a/net/ptpd/files/patch-src-Makefile b/net/ptpd/files/patch-src-Makefile
index c8a29a5c891a..acc32d3beca2 100644
--- a/net/ptpd/files/patch-src-Makefile
+++ b/net/ptpd/files/patch-src-Makefile
@@ -7,7 +7,7 @@ Index: Makefile
RM = rm -f
-CFLAGS = -Wall
-+CFLAGS = -Wall -BSD_INTERFACE_FUNCTIONS
++CFLAGS = -Wall -DBSD_INTERFACE_FUNCTIONS
#CPPFLAGS = -DPTPD_DBG -DPTPD_NO_DAEMON
PROG = ptpd