mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
o java/eclipse-devel is IGNOREd now until 3.2+. o change MAINTAINERship to java@ on java/eclipse-devel. [1] PR: ports/84252 Submitted by: Panagiotis Astithas <past@ebs.gr> Requested by: devel/eclipse-devel's maintainer [1] Tested by: java@
12 lines
458 B
Batchfile
12 lines
458 B
Batchfile
--- build.bat.orig Mon Jun 27 21:55:26 2005
|
|
+++ build.bat Sun Jul 17 18:21:31 2005
|
|
@@ -44,6 +44,9 @@
|
|
if %os%-%ws%-%arch%==qnx-photon-x86 goto run
|
|
if %os%-%ws%-%arch%==hpux-motif-ia64_32 goto run
|
|
if %os%-%ws%-%arch%==macosx-carbon-ppc goto run
|
|
+if %os%-%ws%-%arch%==freebsd-motif-x86 goto run
|
|
+if %os%-%ws%-%arch%==freebsd-gtk-x86 goto run
|
|
+if %os%-%ws%-%arch%==freebsd-gtk-amd64 goto run
|
|
|
|
ECHO The ws os arch combination entered is not valid.
|
|
goto end
|