pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/subversion



Module Name:    pkgsrc
Committed By:   rillig
Date:           Wed Aug 17 19:59:39 UTC 2022

Modified Files:
        pkgsrc/devel/subversion: Makefile.common

Log Message:
subversion: remove unknown configure option '--with-neon'


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/subversion/Makefile.common

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

Modified files:

Index: pkgsrc/devel/subversion/Makefile.common
diff -u pkgsrc/devel/subversion/Makefile.common:1.44 pkgsrc/devel/subversion/Makefile.common:1.45
--- pkgsrc/devel/subversion/Makefile.common:1.44        Sat Mar 14 14:13:02 2020
+++ pkgsrc/devel/subversion/Makefile.common     Wed Aug 17 19:59:39 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.44 2020/03/14 14:13:02 tnn Exp $
+# $NetBSD: Makefile.common,v 1.45 2022/08/17 19:59:39 rillig Exp $
 # used by devel/java-subversion/Makefile
 # used by devel/p5-subversion/Makefile
 # used by devel/py-subversion/Makefile
@@ -43,8 +43,6 @@ CHECK_PORTABILITY_SKIP+=      tools/dev/iz/ff
 
 .if !empty(PKG_OPTIONS:Mserf)
 CONFIGURE_ARGS+=       --with-serf=${BUILDLINK_PREFIX.serf}
-.else
-CONFIGURE_ARGS+=       --with-neon=${BUILDLINK_PREFIX.neon}
 .endif
 
 # workaround: does not install info file, but does create directory



Home | Main Index | Thread Index | Old Index