-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove ONLY_FOR_PLATFORM. We don't deliberately break platforms just because they haven't been tested. Fix PKG_SHELL to use ${SH}, there is no guarantee that /bin/sh is the right shell on all platforms. There are some other cleanups necessary in this package (e.g. bsd.pkg.mk is included way too early), but they can wait for the 22.0.1 update.
- Loading branch information
Showing
4 changed files
with
24 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile.common,v 1.5 2021/08/11 10:24:05 kardel Exp $ | ||
# $NetBSD: Makefile.common,v 1.6 2023/01/13 11:50:37 jperkin Exp $ | ||
# used by sysutils/bareos-clientonly/Makefile | ||
|
||
GITHUB_PROJECT= bareos | ||
|
@@ -15,9 +15,6 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://www.bareos.org/ | ||
LICENSE= gnu-agpl-v3 | ||
|
||
# pkgsrc version currently only tested/configured for NetBSD build | ||
ONLY_FOR_PLATFORM= NetBSD-*-* | ||
|
||
USE_LANGUAGES+= c c++ | ||
USE_CMAKE= yes | ||
CMAKE_ARG_PATH= .. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters