mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update WWW
- Add LICENSE - Add NO_ARCH
This commit is contained in:
parent
f640c2c5f3
commit
b6b0793000
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447013
2 changed files with 7 additions and 3 deletions
|
@ -4,15 +4,19 @@
|
|||
PORTNAME= gdbmods
|
||||
PORTVERSION= 20020824
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://people.freebsd.org/~gallatin/
|
||||
MASTER_SITES= https://people.freebsd.org/~gallatin/
|
||||
DISTFILES= gdbmods
|
||||
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
|
||||
EXTRACT_ONLY=
|
||||
EXTRACT_ONLY= # none
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Wrapper for gdb -k to provide kld symbol information
|
||||
|
||||
LICENSE= NONE
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= bin/gdbmods
|
||||
|
||||
do-install:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
gdbmods is a wrapper for gdb which adds symbol information from loaded modules
|
||||
in the running kernel.
|
||||
|
||||
WWW: http://people.freebsd.org/~gallatin/gdbmods
|
||||
WWW: https://people.freebsd.org/~gallatin/gdbmods
|
||||
|
|
Loading…
Add table
Reference in a new issue