svn commit: r437930 - head/net-mgmt/seafile-client

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 7 15:57:25 UTC 2017


Author: amdmi3
Date: Fri Apr  7 15:57:24 2017
New Revision: 437930
URL: https://svnweb.freebsd.org/changeset/ports/437930

Log:
  - Always accompany OSVERSION check with OPSYS check
  
  Approved by:	portmgr blanket

Modified:
  head/net-mgmt/seafile-client/Makefile

Modified: head/net-mgmt/seafile-client/Makefile
==============================================================================
--- head/net-mgmt/seafile-client/Makefile	Fri Apr  7 15:57:20 2017	(r437929)
+++ head/net-mgmt/seafile-client/Makefile	Fri Apr  7 15:57:24 2017	(r437930)
@@ -47,7 +47,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 post-patch:
 # Fix P_KTHREAD r295435
-.if ${OSVERSION} >= 1100097
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100097
 	${REINPLACE_CMD} 's/P_KTHREAD/P_KPROC/' ${WRKSRC}/lib/utils.c
 .endif
 


More information about the svn-ports-all mailing list