Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
4ffa67f5
Verified
Commit
4ffa67f5
authored
2 years ago
by
sunpoet
Browse files
Options
Downloads
Patches
Plain Diff
sysutils/pciutils: Update to 3.8.0
Changes:
https://github.com/pciutils/pciutils/blob/master/ChangeLog
parent
b486a338
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
sysutils/pciutils/Makefile
+1
-1
1 addition, 1 deletion
sysutils/pciutils/Makefile
sysutils/pciutils/distinfo
+3
-3
3 additions, 3 deletions
sysutils/pciutils/distinfo
sysutils/pciutils/files/patch-Makefile
+32
-23
32 additions, 23 deletions
sysutils/pciutils/files/patch-Makefile
with
36 additions
and
27 deletions
sysutils/pciutils/Makefile
+
1
−
1
View file @
4ffa67f5
# Created by: Samy Al Bahra <samy@kerneled.org>
PORTNAME
=
pciutils
PORTVERSION
=
3.
7
.0
PORTVERSION
=
3.
8
.0
CATEGORIES
=
sysutils
MASTER_SITES
=
KERNEL_ORG/software/utils/pciutils
\
LOCAL/sunpoet
...
...
This diff is collapsed.
Click to expand it.
sysutils/pciutils/distinfo
+
3
−
3
View file @
4ffa67f5
TIMESTAMP = 1
590926981
SHA256 (pciutils-3.
7
.0.tar.xz) = 9
d40b97be8b6a2cdf96aead5a61881d1f7e4e0da9544a9bac4fba1ae9dcd40eb
SIZE (pciutils-3.
7
.0.tar.xz) =
371612
TIMESTAMP = 1
650970055
SHA256 (pciutils-3.
8
.0.tar.xz) = 9
1edbd0429a84705c9ad156d4ff38ccc724d41ea54c4c5b88e38e996f8a34f05
SIZE (pciutils-3.
8
.0.tar.xz) =
410144
This diff is collapsed.
Click to expand it.
sysutils/pciutils/files/patch-Makefile
+
32
−
23
View file @
4ffa67f5
--- Makefile.orig 202
0
-0
5-30 22:1
7:2
6
UTC
--- Makefile.orig 202
2
-0
4-18 16:4
7:2
8
UTC
+++ Makefile
@@ -1,8 +1,8 @@
# Makefile for The PCI Utilities
# (c) 1998--202
0
Martin Mares <mj@ucw.cz>
# (c) 1998--202
2
Martin Mares <mj@ucw.cz>
-OPT=-O2
-CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
+#
OPT=-O2
+#OPT=-O2
+CFLAGS+=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
VERSION=3.
7
.0
DATE=202
0
-0
5-31
@@ -32,1
0
+32,1
0
@@
HWDB=
VERSION=3.
8
.0
DATE=202
2
-0
4-18
@@ -32,1
1
+32,1
1
@@
HWDB=
ABI_VERSION=.3
# Installation directories
-PREFIX=/usr/local
+# PREFIX=/usr/local
+#PREFIX=/usr/local
BINDIR=$(PREFIX)/bin
SBINDIR=$(PREFIX)/sbin
SHAREDIR=$(PREFIX)/share
-IDSDIR=$(SHAREDIR)
...
...
@@ -24,41 +25,49 @@
MANDIR:=$(shell if [ -d $(PREFIX)/share/man ] ; then echo $(PREFIX)/share/man ; else echo $(PREFIX)/man ; fi)
INCDIR=$(PREFIX)/include
LIBDIR=$(PREFIX)/lib
@@ -4
5,7 +45,7
@@
PKGCFDIR=$(LIBDIR)/pkgconfig
@@ -4
6,11 +46,11
@@
PKGCFDIR=$(LIBDIR)/pkgconfig
INSTALL=install
DIRINSTALL=install -d
STRIP=-s
-ifdef CROSS_COMPILE
-CC=$(CROSS_COMPILE)gcc
+# CC=$(CROSS_COMPILE)gcc
-else
-CC=cc
-endif
+#ifdef CROSS_COMPILE
+#CC=$(CROSS_COMPILE)gcc
+#else
+#CC=cc
+#endif
AR=$(CROSS_COMPILE)ar
RANLIB=$(CROSS_COMPILE)ranlib
@@ -
59
,7 +
59
,7 @@
PCIINC_INS=lib/config.h lib/header.h lib/pci.h lib/typ
@@ -
64
,7 +
64
,7 @@
PCIINC_INS=lib/config.h lib/header.h lib/pci.h lib/typ
export
-all: lib/$(PCILIB) lspci
setpci example
lspci.8 setpci.8 pcilib.7 pci.ids.5 update-pciids update-pciids.8 $(PCI_IDS)
+all: lspci
setpci example
lspci.8 setpci.8 pcilib.7 pci.ids.5 update-pciids update-pciids.8 $(PCI_IDS)
-all: lib/$(PCILIB) lspci
$(EXEEXT) setpci$(EXEEXT) example$(EXEEXT)
lspci.8 setpci.8 pcilib.7 pci.ids.5 update-pciids update-pciids.8 $(PCI_IDS)
+all: lspci
$(EXEEXT) setpci$(EXEEXT) example$(EXEEXT)
lspci.8 setpci.8 pcilib.7 pci.ids.5 update-pciids update-pciids.8 $(PCI_IDS)
lib/$(PCILIB): $(PCIINC) force
$(MAKE) -C lib all
@@ -
69
,8 +
69
,8 @@
force:
lib/config.h lib/config.mk:
cd lib && ./configure
@@ -
80
,8 +
80
,8 @@
PCIINC+=compat/getopt.h
COMMON+=compat/getopt.o
endif
-lspci: lspci.o ls-vpd.o ls-caps.o ls-caps-vendor.o ls-ecaps.o ls-kernel.o ls-tree.o ls-map.o
common.o
lib/$(PCILIB)
-setpci: setpci.o
common.o
lib/$(PCILIB)
+lspci: lspci.o ls-vpd.o ls-caps.o ls-caps-vendor.o ls-ecaps.o ls-kernel.o ls-tree.o ls-map.o
common.o
+setpci: setpci.o
common.o
-lspci
$(EXEEXT)
: lspci.o ls-vpd.o ls-caps.o ls-caps-vendor.o ls-ecaps.o ls-kernel.o ls-tree.o ls-map.o
$(COMMON)
lib/$(PCILIB)
-setpci
$(EXEEXT)
: setpci.o
$(COMMON)
lib/$(PCILIB)
+lspci
$(EXEEXT)
: lspci.o ls-vpd.o ls-caps.o ls-caps-vendor.o ls-ecaps.o ls-kernel.o ls-tree.o ls-map.o
$(COMMON)
+setpci
$(EXEEXT)
: setpci.o
$(COMMON)
LSPCIINC=lspci.h pciutils.h $(PCIINC)
lspci.o: lspci.c $(LSPCIINC)
@@ -
92
,7 +
92
,7 @@
update-pciids: update-pciids.sh
@@ -
104
,7 +
104
,7 @@
update-pciids: update-pciids.sh
chmod +x $@
# The example of use of libpci
-example: example.o lib/$(PCILIB)
+example: example.o
-example
$(EXEEXT)
: example.o lib/$(PCILIB)
+example
$(EXEEXT)
: example.o
example.o: example.c $(PCIINC)
%: %.o
%
$(EXEEXT)
: %.o
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment