pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/netatalk3



Module Name:    pkgsrc
Committed By:   hauke
Date:           Tue May 11 11:47:41 UTC 2021

Modified Files:
        pkgsrc/net/netatalk3: Makefile

Log Message:
Unbreak FreeBSD build - it has extended attributes, too.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/net/netatalk3/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/netatalk3/Makefile
diff -u pkgsrc/net/netatalk3/Makefile:1.38 pkgsrc/net/netatalk3/Makefile:1.39
--- pkgsrc/net/netatalk3/Makefile:1.38  Wed Apr 21 13:25:12 2021
+++ pkgsrc/net/netatalk3/Makefile       Tue May 11 11:47:40 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2021/04/21 13:25:12 adam Exp $
+# $NetBSD: Makefile,v 1.39 2021/05/11 11:47:40 hauke Exp $
 
 DISTNAME=      netatalk-3.1.12
 PKGNAME=       ${DISTNAME:C/-/3-/}
@@ -61,8 +61,9 @@ REPLACE_PYTHON+=      contrib/shell_utils/afp
 REPLACE_PYTHON+=       libevent/event_rpcgen.py
 
 PLIST_VARS+=           ea
-.if ${OPSYS} == "SunOS" || ${OPSYS} == "DragonFly" || ${OPSYS} == "Linux" || \
-       (${OPSYS} == "NetBSD" && empty(OS_VERSION:M[0-6].[0-8].*))
+.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly" \
+       || ${OPSYS} == "SunOS" || ${OPSYS} == "Linux" \
+       || (${OPSYS} == "NetBSD" && empty(OS_VERSION:M[0-6].[0-8].*))
 PLIST.ea=              yes
 .endif
 



Home | Main Index | Thread Index | Old Index