Index: head/sysutils/pmt/Makefile =================================================================== --- head/sysutils/pmt/Makefile (revision 373964) +++ head/sysutils/pmt/Makefile (revision 373965) @@ -1,26 +1,20 @@ # Created by: Greg Larkin # $FreeBSD$ PORTNAME= pmt PORTVERSION= 0.2 CATEGORIES= sysutils MASTER_SITES= http://hansmi.ch/download/pmt/ \ LOCAL/glarkin MAINTAINER= ports@FreeBSD.org COMMENT= Small collection of filters which can be added to UNIX pipes USES= gmake tar:bzip2 PLIST_FILES= bin/pmt -.include - -.if ${OSVERSION} >= 800071 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config.mak -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pmt ${STAGEDIR}${PREFIX}/bin -.include +.include Index: head/sysutils/pmt/files/extra-patch-config.mak =================================================================== --- head/sysutils/pmt/files/extra-patch-config.mak (revision 373964) +++ head/sysutils/pmt/files/extra-patch-config.mak (nonexistent) @@ -1,10 +0,0 @@ ---- ./config.mak.orig 2010-01-06 08:21:36.000000000 -0500 -+++ ./config.mak 2010-01-06 08:21:54.000000000 -0500 -@@ -1,6 +1,6 @@ - VERSION = 0.2 - MAKEFLAGS += --print-directory --PMT_CFLAGS = -std=c99 -Wall -Werror -pedantic \ -+PMT_CFLAGS = -std=c99 -Wall -Werror -pedantic -D__XSI_VISIBLE \ - -D_POSIX_SOURCE -DVERSION='$(VERSION)' \ - -I. -Ilibowfat - Property changes on: head/sysutils/pmt/files/extra-patch-config.mak ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/pmt/files/patch-config.mak =================================================================== --- head/sysutils/pmt/files/patch-config.mak (nonexistent) +++ head/sysutils/pmt/files/patch-config.mak (revision 373965) @@ -0,0 +1,10 @@ +--- ./config.mak.orig 2010-01-06 08:21:36.000000000 -0500 ++++ ./config.mak 2010-01-06 08:21:54.000000000 -0500 +@@ -1,6 +1,6 @@ + VERSION = 0.2 + MAKEFLAGS += --print-directory +-PMT_CFLAGS = -std=c99 -Wall -Werror -pedantic \ ++PMT_CFLAGS = -std=c99 -Wall -Werror -pedantic -D__XSI_VISIBLE \ + -D_POSIX_SOURCE -DVERSION='$(VERSION)' \ + -I. -Ilibowfat + Property changes on: head/sysutils/pmt/files/patch-config.mak ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property