diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-10-28 20:32:00 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-10-28 20:32:00 +0000 |
commit | 43bbd4d5db739a44389a901cd7091580229c37be (patch) | |
tree | adeab2971c77dc2f0c7ffbcc37867e949a9db344 /net/ptpd | |
parent | 13319657eeed3ba7701c6a82387ea568b369f2de (diff) | |
download | ports-43bbd4d5db739a44389a901cd7091580229c37be.tar.gz ports-43bbd4d5db739a44389a901cd7091580229c37be.zip |
Notes
Diffstat (limited to 'net/ptpd')
-rw-r--r-- | net/ptpd/Makefile | 3 | ||||
-rw-r--r-- | net/ptpd/files/patch-src-Makefile | 2 |
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 |