mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Add FreeBSD case.
This commit is contained in:
parent
04c2078afa
commit
c1d6783019
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68500
@ -0,0 +1,11 @@
|
||||
--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
|
||||
+++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
|
||||
@@ -124,6 +124,8 @@
|
||||
static char const s_platform_path [] = "/macosx_powerpc.plt";
|
||||
#elif defined (NETBSD) && defined (SPARC)
|
||||
static char const s_platform_path [] = "/netbsd_sparc.plt";
|
||||
+#elif defined (FREEBSD) && defined (INTEL)
|
||||
+static char const s_platform_path [] = "/freebsd_x86.plt";
|
||||
#else
|
||||
#error "unkonwn platform"
|
||||
insert your platform identifier above; inserted for the case the preprocessor ignores error
|
@ -0,0 +1,11 @@
|
||||
--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
|
||||
+++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
|
||||
@@ -124,6 +124,8 @@
|
||||
static char const s_platform_path [] = "/macosx_powerpc.plt";
|
||||
#elif defined (NETBSD) && defined (SPARC)
|
||||
static char const s_platform_path [] = "/netbsd_sparc.plt";
|
||||
+#elif defined (FREEBSD) && defined (INTEL)
|
||||
+static char const s_platform_path [] = "/freebsd_x86.plt";
|
||||
#else
|
||||
#error "unkonwn platform"
|
||||
insert your platform identifier above; inserted for the case the preprocessor ignores error
|
@ -0,0 +1,11 @@
|
||||
--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
|
||||
+++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
|
||||
@@ -124,6 +124,8 @@
|
||||
static char const s_platform_path [] = "/macosx_powerpc.plt";
|
||||
#elif defined (NETBSD) && defined (SPARC)
|
||||
static char const s_platform_path [] = "/netbsd_sparc.plt";
|
||||
+#elif defined (FREEBSD) && defined (INTEL)
|
||||
+static char const s_platform_path [] = "/freebsd_x86.plt";
|
||||
#else
|
||||
#error "unkonwn platform"
|
||||
insert your platform identifier above; inserted for the case the preprocessor ignores error
|
@ -0,0 +1,11 @@
|
||||
--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
|
||||
+++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
|
||||
@@ -124,6 +124,8 @@
|
||||
static char const s_platform_path [] = "/macosx_powerpc.plt";
|
||||
#elif defined (NETBSD) && defined (SPARC)
|
||||
static char const s_platform_path [] = "/netbsd_sparc.plt";
|
||||
+#elif defined (FREEBSD) && defined (INTEL)
|
||||
+static char const s_platform_path [] = "/freebsd_x86.plt";
|
||||
#else
|
||||
#error "unkonwn platform"
|
||||
insert your platform identifier above; inserted for the case the preprocessor ignores error
|
@ -0,0 +1,11 @@
|
||||
--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
|
||||
+++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
|
||||
@@ -124,6 +124,8 @@
|
||||
static char const s_platform_path [] = "/macosx_powerpc.plt";
|
||||
#elif defined (NETBSD) && defined (SPARC)
|
||||
static char const s_platform_path [] = "/netbsd_sparc.plt";
|
||||
+#elif defined (FREEBSD) && defined (INTEL)
|
||||
+static char const s_platform_path [] = "/freebsd_x86.plt";
|
||||
#else
|
||||
#error "unkonwn platform"
|
||||
insert your platform identifier above; inserted for the case the preprocessor ignores error
|
@ -0,0 +1,11 @@
|
||||
--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
|
||||
+++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
|
||||
@@ -124,6 +124,8 @@
|
||||
static char const s_platform_path [] = "/macosx_powerpc.plt";
|
||||
#elif defined (NETBSD) && defined (SPARC)
|
||||
static char const s_platform_path [] = "/netbsd_sparc.plt";
|
||||
+#elif defined (FREEBSD) && defined (INTEL)
|
||||
+static char const s_platform_path [] = "/freebsd_x86.plt";
|
||||
#else
|
||||
#error "unkonwn platform"
|
||||
insert your platform identifier above; inserted for the case the preprocessor ignores error
|
@ -0,0 +1,11 @@
|
||||
--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
|
||||
+++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
|
||||
@@ -124,6 +124,8 @@
|
||||
static char const s_platform_path [] = "/macosx_powerpc.plt";
|
||||
#elif defined (NETBSD) && defined (SPARC)
|
||||
static char const s_platform_path [] = "/netbsd_sparc.plt";
|
||||
+#elif defined (FREEBSD) && defined (INTEL)
|
||||
+static char const s_platform_path [] = "/freebsd_x86.plt";
|
||||
#else
|
||||
#error "unkonwn platform"
|
||||
insert your platform identifier above; inserted for the case the preprocessor ignores error
|
@ -0,0 +1,11 @@
|
||||
--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
|
||||
+++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
|
||||
@@ -124,6 +124,8 @@
|
||||
static char const s_platform_path [] = "/macosx_powerpc.plt";
|
||||
#elif defined (NETBSD) && defined (SPARC)
|
||||
static char const s_platform_path [] = "/netbsd_sparc.plt";
|
||||
+#elif defined (FREEBSD) && defined (INTEL)
|
||||
+static char const s_platform_path [] = "/freebsd_x86.plt";
|
||||
#else
|
||||
#error "unkonwn platform"
|
||||
insert your platform identifier above; inserted for the case the preprocessor ignores error
|
@ -0,0 +1,11 @@
|
||||
--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
|
||||
+++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
|
||||
@@ -124,6 +124,8 @@
|
||||
static char const s_platform_path [] = "/macosx_powerpc.plt";
|
||||
#elif defined (NETBSD) && defined (SPARC)
|
||||
static char const s_platform_path [] = "/netbsd_sparc.plt";
|
||||
+#elif defined (FREEBSD) && defined (INTEL)
|
||||
+static char const s_platform_path [] = "/freebsd_x86.plt";
|
||||
#else
|
||||
#error "unkonwn platform"
|
||||
insert your platform identifier above; inserted for the case the preprocessor ignores error
|
@ -0,0 +1,11 @@
|
||||
--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
|
||||
+++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
|
||||
@@ -124,6 +124,8 @@
|
||||
static char const s_platform_path [] = "/macosx_powerpc.plt";
|
||||
#elif defined (NETBSD) && defined (SPARC)
|
||||
static char const s_platform_path [] = "/netbsd_sparc.plt";
|
||||
+#elif defined (FREEBSD) && defined (INTEL)
|
||||
+static char const s_platform_path [] = "/freebsd_x86.plt";
|
||||
#else
|
||||
#error "unkonwn platform"
|
||||
insert your platform identifier above; inserted for the case the preprocessor ignores error
|
@ -0,0 +1,11 @@
|
||||
--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
|
||||
+++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
|
||||
@@ -124,6 +124,8 @@
|
||||
static char const s_platform_path [] = "/macosx_powerpc.plt";
|
||||
#elif defined (NETBSD) && defined (SPARC)
|
||||
static char const s_platform_path [] = "/netbsd_sparc.plt";
|
||||
+#elif defined (FREEBSD) && defined (INTEL)
|
||||
+static char const s_platform_path [] = "/freebsd_x86.plt";
|
||||
#else
|
||||
#error "unkonwn platform"
|
||||
insert your platform identifier above; inserted for the case the preprocessor ignores error
|
@ -0,0 +1,11 @@
|
||||
--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
|
||||
+++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
|
||||
@@ -124,6 +124,8 @@
|
||||
static char const s_platform_path [] = "/macosx_powerpc.plt";
|
||||
#elif defined (NETBSD) && defined (SPARC)
|
||||
static char const s_platform_path [] = "/netbsd_sparc.plt";
|
||||
+#elif defined (FREEBSD) && defined (INTEL)
|
||||
+static char const s_platform_path [] = "/freebsd_x86.plt";
|
||||
#else
|
||||
#error "unkonwn platform"
|
||||
insert your platform identifier above; inserted for the case the preprocessor ignores error
|
@ -0,0 +1,11 @@
|
||||
--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
|
||||
+++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
|
||||
@@ -124,6 +124,8 @@
|
||||
static char const s_platform_path [] = "/macosx_powerpc.plt";
|
||||
#elif defined (NETBSD) && defined (SPARC)
|
||||
static char const s_platform_path [] = "/netbsd_sparc.plt";
|
||||
+#elif defined (FREEBSD) && defined (INTEL)
|
||||
+static char const s_platform_path [] = "/freebsd_x86.plt";
|
||||
#else
|
||||
#error "unkonwn platform"
|
||||
insert your platform identifier above; inserted for the case the preprocessor ignores error
|
@ -0,0 +1,11 @@
|
||||
--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
|
||||
+++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
|
||||
@@ -124,6 +124,8 @@
|
||||
static char const s_platform_path [] = "/macosx_powerpc.plt";
|
||||
#elif defined (NETBSD) && defined (SPARC)
|
||||
static char const s_platform_path [] = "/netbsd_sparc.plt";
|
||||
+#elif defined (FREEBSD) && defined (INTEL)
|
||||
+static char const s_platform_path [] = "/freebsd_x86.plt";
|
||||
#else
|
||||
#error "unkonwn platform"
|
||||
insert your platform identifier above; inserted for the case the preprocessor ignores error
|
@ -0,0 +1,11 @@
|
||||
--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
|
||||
+++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
|
||||
@@ -124,6 +124,8 @@
|
||||
static char const s_platform_path [] = "/macosx_powerpc.plt";
|
||||
#elif defined (NETBSD) && defined (SPARC)
|
||||
static char const s_platform_path [] = "/netbsd_sparc.plt";
|
||||
+#elif defined (FREEBSD) && defined (INTEL)
|
||||
+static char const s_platform_path [] = "/freebsd_x86.plt";
|
||||
#else
|
||||
#error "unkonwn platform"
|
||||
insert your platform identifier above; inserted for the case the preprocessor ignores error
|
@ -0,0 +1,11 @@
|
||||
--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
|
||||
+++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
|
||||
@@ -124,6 +124,8 @@
|
||||
static char const s_platform_path [] = "/macosx_powerpc.plt";
|
||||
#elif defined (NETBSD) && defined (SPARC)
|
||||
static char const s_platform_path [] = "/netbsd_sparc.plt";
|
||||
+#elif defined (FREEBSD) && defined (INTEL)
|
||||
+static char const s_platform_path [] = "/freebsd_x86.plt";
|
||||
#else
|
||||
#error "unkonwn platform"
|
||||
insert your platform identifier above; inserted for the case the preprocessor ignores error
|
@ -0,0 +1,11 @@
|
||||
--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002
|
||||
+++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002
|
||||
@@ -124,6 +124,8 @@
|
||||
static char const s_platform_path [] = "/macosx_powerpc.plt";
|
||||
#elif defined (NETBSD) && defined (SPARC)
|
||||
static char const s_platform_path [] = "/netbsd_sparc.plt";
|
||||
+#elif defined (FREEBSD) && defined (INTEL)
|
||||
+static char const s_platform_path [] = "/freebsd_x86.plt";
|
||||
#else
|
||||
#error "unkonwn platform"
|
||||
insert your platform identifier above; inserted for the case the preprocessor ignores error
|
Loading…
Reference in New Issue
Block a user