diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-10-29 04:32:00 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-10-29 04:32:00 +0800 |
commit | 32457f00a03a3d3e73c2351ab62df0fb04beaebd (patch) | |
tree | 47f830ed81c09b67dd22b1acbf15da7b16dfb519 /net/ptpd | |
parent | d679ef2299748b71c6bb51cb75449760c8c20110 (diff) | |
download | freebsd-ports-gnome-32457f00a03a3d3e73c2351ab62df0fb04beaebd.tar.gz freebsd-ports-gnome-32457f00a03a3d3e73c2351ab62df0fb04beaebd.tar.zst freebsd-ports-gnome-32457f00a03a3d3e73c2351ab62df0fb04beaebd.zip |
- Correct CFLAGS in Makefile
- Bump PORTREVISION
- Reformat maintainers address, while I am here
Submitted by: skreuzer via irc
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 |