pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/pciutils Fix linker flag. Step 1 of getting s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85218080b6b0
branches:  trunk
changeset: 635589:85218080b6b0
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Mon Jun 09 03:36:57 2014 +0000

description:
Fix linker flag. Step 1 of getting shared library support to work.

diffstat:

 sysutils/pciutils/distinfo         |  4 ++--
 sysutils/pciutils/patches/patch-aa |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 8cf4c19e5370 -r 85218080b6b0 sysutils/pciutils/distinfo
--- a/sysutils/pciutils/distinfo        Mon Jun 09 01:12:30 2014 +0000
+++ b/sysutils/pciutils/distinfo        Mon Jun 09 03:36:57 2014 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.11 2014/05/25 16:49:18 msaitoh Exp $
+$NetBSD: distinfo,v 1.12 2014/06/09 03:36:57 rodent Exp $
 
 SHA1 (pciutils-3.2.1.tar.gz) = 06a92123907d717efb703c3e90a0c46e1d0beef4
 RMD160 (pciutils-3.2.1.tar.gz) = d7e6a710e78d2acad54832bcedb3acf50e4902fb
 Size (pciutils-3.2.1.tar.gz) = 367046 bytes
-SHA1 (patch-aa) = 4508c3bd3b7739af355ff1870b2acb94db7b5468
+SHA1 (patch-aa) = d5a40f0f49f508cba122185a376115a206631efd
 SHA1 (patch-ab) = 1448bb418cdc908eb6652cc98994d23d0d78cea0
 SHA1 (patch-ac) = 4b90e99c051391b9cd3a6c1f5781f41b4a855c29
 SHA1 (patch-ad) = bfe9069e96fd46798afec73c93ad71db3a0e0e37
diff -r 8cf4c19e5370 -r 85218080b6b0 sysutils/pciutils/patches/patch-aa
--- a/sysutils/pciutils/patches/patch-aa        Mon Jun 09 01:12:30 2014 +0000
+++ b/sysutils/pciutils/patches/patch-aa        Mon Jun 09 03:36:57 2014 +0000
@@ -1,4 +1,4 @@
-$Id: patch-aa,v 1.8 2014/05/25 07:15:40 msaitoh Exp $
+$Id: patch-aa,v 1.9 2014/06/09 03:36:57 rodent Exp $
 
 --- Makefile.orig      2013-11-10 21:22:09.000000000 +0900
 +++ Makefile   2014-05-22 18:50:07.000000000 +0900
@@ -26,7 +26,7 @@
  # ABI version suffix in the name of the shared library
  # (as we use proper symbol versioning, this seldom needs changing)
 -ABI_VERSION=.3
-+ABI_VERSION=-version-info 3:0
++ABI_VERSION=,-version-info=3:0
  
  # Installation directories
 -PREFIX=/usr/local



Home | Main Index | Thread Index | Old Index