1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Correct CFLAGS in Makefile

- Bump PORTREVISION
- Reformat maintainers address, while I am here

Submitted by:	skreuzer via irc
This commit is contained in:
Thomas Abthorpe 2008-10-28 20:32:00 +00:00
parent 13319657ee
commit 43bbd4d5db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222176
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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