svn commit: r373965 - in head/sysutils/pmt: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 4 16:04:01 UTC 2014


Author: amdmi3
Date: Thu Dec  4 16:04:00 2014
New Revision: 373965
URL: https://svnweb.freebsd.org/changeset/ports/373965
QAT: https://qat.redports.org/buildarchive/r373965/

Log:
  - Fix always true condition

Added:
  head/sysutils/pmt/files/patch-config.mak
     - copied unchanged from r373878, head/sysutils/pmt/files/extra-patch-config.mak
Deleted:
  head/sysutils/pmt/files/extra-patch-config.mak
Modified:
  head/sysutils/pmt/Makefile

Modified: head/sysutils/pmt/Makefile
==============================================================================
--- head/sysutils/pmt/Makefile	Thu Dec  4 16:02:56 2014	(r373964)
+++ head/sysutils/pmt/Makefile	Thu Dec  4 16:04:00 2014	(r373965)
@@ -14,13 +14,7 @@ USES=		gmake tar:bzip2
 
 PLIST_FILES=	bin/pmt
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 800071
-EXTRA_PATCHES+=	${FILESDIR}/extra-patch-config.mak
-.endif
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/pmt ${STAGEDIR}${PREFIX}/bin
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Copied: head/sysutils/pmt/files/patch-config.mak (from r373878, head/sysutils/pmt/files/extra-patch-config.mak)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/pmt/files/patch-config.mak	Thu Dec  4 16:04:00 2014	(r373965, copy of r373878, head/sysutils/pmt/files/extra-patch-config.mak)
@@ -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
+ 


More information about the svn-ports-head mailing list