pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
broken npth-1.5 and gpme-1.10.0
$ npth-config -version
/usr/pkg/bin/npth-config: 92: Syntax error: ";;" unexpected (expecting ")")
$ gpgme-config -version
/usr/pkg/bin/gpgme-config: 123: Syntax error: ";;" unexpected (expecting ")")
I see blank lines just above ';;' lines. Corresponding lines
in *.in files in $WRKSRC directories have these cases:
-I/usr/include|-I/include)
This is on recent HEAD. I'm unable to build gnupg2 and mutt/neomutt because
of these problems.
Alex
/home/alnsn/pkgsrc/WRKOBJDIR/head/gcc-NetBSD/security/gpgme/work/gpgme-1.10.0/src/gpgme-config
/gpgme/work/gpgme-1.10.0/src/gpgme-config /usr/pkg/bin/gpgme-config <
--- /home/alnsn/pkgsrc/WRKOBJDIR/head/gcc-NetBSD/security/gpgme/work/gpgme-1.10.0/src/gpgme-config 2018-01-15 22:15:51.574708009 +0000
+++ /usr/pkg/bin/gpgme-config 2018-01-15 20:29:54.000000000 +0000
@@ -121 +121 @@
- -I/usr/include|-I/include)
+
@@ -157 +157 @@
- -L/usr/lib|-L/lib)
+
--- /home/alnsn/pkgsrc/WRKOBJDIR/head/gcc-NetBSD/devel/npth/work/npth-1.5/npth-config.in 2013-03-15 19:25:51.000000000 +0000
+++ /usr/pkg/bin/npth-config 2018-01-15 22:05:47.000000000 +0000
@@ -12,2 +12,2 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
+prefix=/usr/pkg
+exec_prefix=${prefix}
@@ -21,2 +21,2 @@
-cflags="-I@includedir@ @NPTH_CONFIG_CFLAGS@"
-libs="-L@libdir@ @NPTH_CONFIG_LIBS@"
+cflags="-I${prefix}/include "
+libs="-L${exec_prefix}/lib -lnpth -lpthread "
@@ -74 +74 @@
- echo "@VERSION@"
+ echo "1.5"
@@ -78 +78 @@
- echo "@NPTH_CONFIG_API_VERSION@"
+ echo "1"
@@ -82 +82 @@
- echo "@NPTH_CONFIG_HOST@"
+ echo "x86_64--netbsd"
@@ -90 +90 @@
- -I/usr/include|-I/include)
+
@@ -113 +113 @@
- -L/usr/lib|-L/lib)
+
Home |
Main Index |
Thread Index |
Old Index