aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-06-16 22:25:08 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-06-16 22:25:08 +0000
commit3248e7a67390eb154d49ea053a2c88ae19c43f38 (patch)
treee7b15740a364590da0f108d1955c069796399ee8
parentbc75683de2e3d33e2e1d2494725d2dbc5892cefe (diff)
Notes
-rw-r--r--gnu/usr.bin/gdb/Makefile.inc2
-rw-r--r--release/packages/gdb.ucl13
2 files changed, 15 insertions, 0 deletions
diff --git a/gnu/usr.bin/gdb/Makefile.inc b/gnu/usr.bin/gdb/Makefile.inc
index 40ea69b99efd4..a27051c3ca266 100644
--- a/gnu/usr.bin/gdb/Makefile.inc
+++ b/gnu/usr.bin/gdb/Makefile.inc
@@ -3,6 +3,8 @@
VERSION= "6.1.1 [FreeBSD]"
VENDOR= marcel
+PACKAGE= gdb
+
BMAKE_GDB= ${.CURDIR}/..
BMAKE_ROOT= ${BMAKE_GDB}/..
BMAKE_BU= ${BMAKE_ROOT}/binutils
diff --git a/release/packages/gdb.ucl b/release/packages/gdb.ucl
new file mode 100644
index 0000000000000..65a7e9e48f76e
--- /dev/null
+++ b/release/packages/gdb.ucl
@@ -0,0 +1,13 @@
+name = "FreeBSD-gdb"
+origin = "base"
+version = "%VERSION%"
+comment = "GNU gdb"
+categories = [ base ]
+maintainer = "re@FreeBSD.org"
+www = "http://www.FreeBSD.org"
+prefix = "/"
+licenselogic = "single"
+licenses = [ GPLv2 ]
+desc = <<EOD
+TODO
+EOD