Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102099048
D47025.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D47025.diff
View Options
diff --git a/lib/csu/Makefile.inc b/lib/csu/Makefile.inc
--- a/lib/csu/Makefile.inc
+++ b/lib/csu/Makefile.inc
@@ -1,4 +1,4 @@
-PACKAGE= clibs-dev
+PACKAGE?= clibs-dev
NO_WMISSING_VARIABLE_DECLARATIONS=
# Can't instrument these files since that breaks non-sanitized programs.
diff --git a/lib/csu/tests/Makefile b/lib/csu/tests/Makefile
--- a/lib/csu/tests/Makefile
+++ b/lib/csu/tests/Makefile
@@ -1,3 +1,5 @@
+PACKAGE= tests
+
SUBDIR= dso
TESTS_SUBDIRS= dynamic
TESTS_SUBDIRS+= dynamiclib
diff --git a/lib/libbsnmp/Makefile.inc b/lib/libbsnmp/Makefile.inc
--- a/lib/libbsnmp/Makefile.inc
+++ b/lib/libbsnmp/Makefile.inc
@@ -1,4 +1,4 @@
INCSDIR= ${INCLUDEDIR}/bsnmp
-PACKAGE= bsnmp
+PACKAGE?= bsnmp
.include "../Makefile.inc"
diff --git a/lib/libbsnmp/tests/Makefile b/lib/libbsnmp/tests/Makefile
--- a/lib/libbsnmp/tests/Makefile
+++ b/lib/libbsnmp/tests/Makefile
@@ -1,5 +1,7 @@
.include <bsd.own.mk>
+PACKAGE= tests
+
ATF_TESTS_C+= bsnmpd_test
SRCS.bsmpd_test= bsnmpd_test.c
diff --git a/secure/libexec/Makefile.inc b/secure/libexec/Makefile.inc
--- a/secure/libexec/Makefile.inc
+++ b/secure/libexec/Makefile.inc
@@ -1,4 +1,4 @@
BINDIR?= /usr/libexec
-PACKAGE= ssh
+PACKAGE?= ssh
.include "../Makefile.inc"
diff --git a/secure/libexec/tests/Makefile b/secure/libexec/tests/Makefile
--- a/secure/libexec/tests/Makefile
+++ b/secure/libexec/tests/Makefile
@@ -1,4 +1,5 @@
.PATH: ${SRCTOP}/tests
KYUAFILE= yes
+PACKAGE= tests
.include <bsd.test.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 8, 2:39 PM (14 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14536780
Default Alt Text
D47025.diff (1 KB)
Attached To
Mode
D47025: pkgbase: fix inclusion of tests in ssh, bsnmp, clibs-dev
Attached
Detach File
Event Timeline
Log In to Comment