summaryrefslogtreecommitdiff
path: root/regress/usr.bin
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2011-06-07 12:01:26 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2011-06-07 12:01:26 +0000
commitcd9a5847b7133d07a033e58dbcbdfafb434df28f (patch)
treecaddf4a9ef5bd87e3e4071635a9c025e9816edf9 /regress/usr.bin
parentf7c65c59e09684de932d415597a5333dd3ce81dc (diff)
sensible Name fields
Diffstat (limited to 'regress/usr.bin')
-rw-r--r--regress/usr.bin/pkg-config/pcdir/corrupt1.pc2
-rw-r--r--regress/usr.bin/pkg-config/pcdir/print-provides.pc2
-rw-r--r--regress/usr.bin/pkg-config/pcdir/print-req-priv.pc2
-rw-r--r--regress/usr.bin/pkg-config/pcdir/print-req-priv2.pc2
-rw-r--r--regress/usr.bin/pkg-config/pcdir/print-req.pc2
-rw-r--r--regress/usr.bin/pkg-config/pcdir/print-req2.pc2
-rw-r--r--regress/usr.bin/pkg-config/pcdir/sysroot.pc2
-rw-r--r--regress/usr.bin/pkg-config/pcdir/vers1.pc2
-rw-r--r--regress/usr.bin/pkg-config/pcdir/vers2.pc2
-rw-r--r--regress/usr.bin/pkg-config/pcdir/whitespace.pc2
10 files changed, 10 insertions, 10 deletions
diff --git a/regress/usr.bin/pkg-config/pcdir/corrupt1.pc b/regress/usr.bin/pkg-config/pcdir/corrupt1.pc
index 1896e3836f0..e26427e3ec7 100644
--- a/regress/usr.bin/pkg-config/pcdir/corrupt1.pc
+++ b/regress/usr.bin/pkg-config/pcdir/corrupt1.pc
@@ -1,4 +1,4 @@
-Name: corrupt1
+Name: Corrupt .pc test
Description: pkg-config(1) regress file
Requires:
Libs:
diff --git a/regress/usr.bin/pkg-config/pcdir/print-provides.pc b/regress/usr.bin/pkg-config/pcdir/print-provides.pc
index f707170a405..a6aec6b0ca4 100644
--- a/regress/usr.bin/pkg-config/pcdir/print-provides.pc
+++ b/regress/usr.bin/pkg-config/pcdir/print-provides.pc
@@ -1,3 +1,3 @@
-Name: print-provides
+Name: --print-provides test
Description: pkg-config(1) regress file
Version: 0.0.0
diff --git a/regress/usr.bin/pkg-config/pcdir/print-req-priv.pc b/regress/usr.bin/pkg-config/pcdir/print-req-priv.pc
index 985c6f9765f..f8a3d443d9a 100644
--- a/regress/usr.bin/pkg-config/pcdir/print-req-priv.pc
+++ b/regress/usr.bin/pkg-config/pcdir/print-req-priv.pc
@@ -1,4 +1,4 @@
-Name: print-req-priv
+Name: Requires.private test 1
Description: pkg-config(1) regress file
Version: 0.0.0
Requires.private: print-req-priv2>=0.0.1
diff --git a/regress/usr.bin/pkg-config/pcdir/print-req-priv2.pc b/regress/usr.bin/pkg-config/pcdir/print-req-priv2.pc
index f0c05c49358..fcdffafca19 100644
--- a/regress/usr.bin/pkg-config/pcdir/print-req-priv2.pc
+++ b/regress/usr.bin/pkg-config/pcdir/print-req-priv2.pc
@@ -1,4 +1,4 @@
-Name: print-req-priv2
+Name: Requires.private test 2
Description: pkg-config(1) regress file
Version: 0.0.0
Requires.private:
diff --git a/regress/usr.bin/pkg-config/pcdir/print-req.pc b/regress/usr.bin/pkg-config/pcdir/print-req.pc
index 4ff302f2016..bb148b94e2f 100644
--- a/regress/usr.bin/pkg-config/pcdir/print-req.pc
+++ b/regress/usr.bin/pkg-config/pcdir/print-req.pc
@@ -1,4 +1,4 @@
-Name: print-req
+Name: Requires test 1
Description: pkg-config(1) regress file
Version: 0.0.0
Requires: print-req2>=0.0.1
diff --git a/regress/usr.bin/pkg-config/pcdir/print-req2.pc b/regress/usr.bin/pkg-config/pcdir/print-req2.pc
index d4ae7d341ba..c7740786a15 100644
--- a/regress/usr.bin/pkg-config/pcdir/print-req2.pc
+++ b/regress/usr.bin/pkg-config/pcdir/print-req2.pc
@@ -1,4 +1,4 @@
-Name: print-req2
+Name: Requires test 2
Description: pkg-config(1) regress file
Version: 0.0.2
Requires:
diff --git a/regress/usr.bin/pkg-config/pcdir/sysroot.pc b/regress/usr.bin/pkg-config/pcdir/sysroot.pc
index c042496ebc4..f0dec5cf3c3 100644
--- a/regress/usr.bin/pkg-config/pcdir/sysroot.pc
+++ b/regress/usr.bin/pkg-config/pcdir/sysroot.pc
@@ -3,7 +3,7 @@ exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
-Name: sysroot
+Name: PKG_CONFIG_SYSROOT_DIR test
Description: pkg-config(1) regress file
Version: 0.0.0
Libs: -L${libdir} -L${libdir}/foo -lc
diff --git a/regress/usr.bin/pkg-config/pcdir/vers1.pc b/regress/usr.bin/pkg-config/pcdir/vers1.pc
index 6543396d508..a1a1f72783d 100644
--- a/regress/usr.bin/pkg-config/pcdir/vers1.pc
+++ b/regress/usr.bin/pkg-config/pcdir/vers1.pc
@@ -3,6 +3,6 @@ exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
-Name: vers1
+Name: Version test 1
Description: pkg-config(1) regress file
Version: 0.1.0
diff --git a/regress/usr.bin/pkg-config/pcdir/vers2.pc b/regress/usr.bin/pkg-config/pcdir/vers2.pc
index b54ce8d9caf..ab360fc9759 100644
--- a/regress/usr.bin/pkg-config/pcdir/vers2.pc
+++ b/regress/usr.bin/pkg-config/pcdir/vers2.pc
@@ -3,6 +3,6 @@ exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
-Name: vers2
+Name: Version test 2
Description: pkg-config(1) regress file
Version: 0.2.0
diff --git a/regress/usr.bin/pkg-config/pcdir/whitespace.pc b/regress/usr.bin/pkg-config/pcdir/whitespace.pc
index 9e79ab80bfb..88b2478aa01 100644
--- a/regress/usr.bin/pkg-config/pcdir/whitespace.pc
+++ b/regress/usr.bin/pkg-config/pcdir/whitespace.pc
@@ -3,7 +3,7 @@ exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
-Name: whitespace
+Name: Whitespace test
Description: pkg-config(1) regress file
Version: 0.0.0
Libs: -L${libdir} -L${libdir}/foo -lbaz\ quux