pkgsrc-Changes archive

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

CVS commit: pkgsrc/regress/buildlink-libtool



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Mar 24 21:09:21 UTC 2019

Modified Files:
        pkgsrc/regress/buildlink-libtool: Makefile

Log Message:
regress/buildlink-libtool: fix failing test

The comment above that test was a copy-and-paste error. It got almost 15
years old.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/regress/buildlink-libtool/Makefile

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

Modified files:

Index: pkgsrc/regress/buildlink-libtool/Makefile
diff -u pkgsrc/regress/buildlink-libtool/Makefile:1.5 pkgsrc/regress/buildlink-libtool/Makefile:1.6
--- pkgsrc/regress/buildlink-libtool/Makefile:1.5       Sun Mar 21 16:29:43 2010
+++ pkgsrc/regress/buildlink-libtool/Makefile   Sun Mar 24 21:09:21 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2010/03/21 16:29:43 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/03/24 21:09:21 rillig Exp $
 
 DISTNAME=      regress-buildlink-libtool-0.0
 CATEGORIES=    regress
@@ -75,13 +75,13 @@ test1:
        expected="";                                                    \
        ${TEST_RESULT}
 
-# Check that the dependency_libs line of libregress2.lai is empty.
+# Check that libregress2.lai links with libregress1.lai.
 do-regress: test2
 test2:
        @cd ${WRKSRC};                                                  \
        . .libs/libregress2.lai;                                        \
        test="$$dependency_libs";                                       \
-       expected="-L${PREFIX}/lib -lregress1";                          \
+       expected="${PREFIX}/lib/libregress1.la";                        \
        ${TEST_RESULT}
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index