Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2019 10:32:37 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501642 - in head: emulators java lang net-mgmt sysutils textproc x11-fonts
Message-ID:  <201905141032.x4EAWbqG059277@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue May 14 10:32:37 2019
New Revision: 501642
URL: https://svnweb.freebsd.org/changeset/ports/501642

Log:
  Sort categories Makefile and hook forgotten ports to the build.
  
  Pointy hat:	bofh, glewis, gerald, swills, manu, ijiao, sunpoet, egypcio

Modified:
  head/emulators/Makefile   (contents, props changed)
  head/java/Makefile   (contents, props changed)
  head/lang/Makefile   (contents, props changed)
  head/net-mgmt/Makefile   (contents, props changed)
  head/sysutils/Makefile   (contents, props changed)
  head/textproc/Makefile   (contents, props changed)
  head/x11-fonts/Makefile   (contents, props changed)

Modified: head/emulators/Makefile
==============================================================================
--- head/emulators/Makefile	Tue May 14 10:12:11 2019	(r501641)
+++ head/emulators/Makefile	Tue May 14 10:32:37 2019	(r501642)
@@ -111,7 +111,6 @@
     SUBDIR += py-gns3-converter
     SUBDIR += py-unicorn
     SUBDIR += qemu
-    SUBDIR += qemu2
     SUBDIR += qemu-cheri
     SUBDIR += qemu-devel
     SUBDIR += qemu-powernv
@@ -119,6 +118,7 @@
     SUBDIR += qemu-sbruno
     SUBDIR += qemu-user-static
     SUBDIR += qemu-utils
+    SUBDIR += qemu2
     SUBDIR += qmc2
     SUBDIR += quasi88
     SUBDIR += riscv-fesvr

Modified: head/java/Makefile
==============================================================================
--- head/java/Makefile	Tue May 14 10:12:11 2019	(r501641)
+++ head/java/Makefile	Tue May 14 10:32:37 2019	(r501642)
@@ -7,9 +7,9 @@
     SUBDIR += avis
     SUBDIR += berkeley-db
     SUBDIR += bluej
+    SUBDIR += bootstrap-openjdk11
     SUBDIR += bootstrap-openjdk6
     SUBDIR += bootstrap-openjdk8
-    SUBDIR += bootstrap-openjdk11
     SUBDIR += bouncycastle
     SUBDIR += bouncycastle15
     SUBDIR += castor
@@ -69,11 +69,11 @@
     SUBDIR += jcommon
     SUBDIR += jd-gui
     SUBDIR += jdbcpool
-    SUBDIR += jdk8-doc
-    SUBDIR += jdk9-doc
     SUBDIR += jdk10-doc
     SUBDIR += jdk11-doc
     SUBDIR += jdk12-doc
+    SUBDIR += jdk8-doc
+    SUBDIR += jdk9-doc
     SUBDIR += jdom
     SUBDIR += jflex
     SUBDIR += jfreechart
@@ -106,14 +106,14 @@
     SUBDIR += netcomponents
     SUBDIR += netrexx
     SUBDIR += netty
+    SUBDIR += openjdk11
+    SUBDIR += openjdk12
     SUBDIR += openjdk6
     SUBDIR += openjdk6-jre
     SUBDIR += openjdk7
     SUBDIR += openjdk7-jre
     SUBDIR += openjdk8
     SUBDIR += openjdk8-jre
-    SUBDIR += openjdk11
-    SUBDIR += openjdk12
     SUBDIR += openjfx8-devel
     SUBDIR += openjfx8-scenebuilder
     SUBDIR += phpeclipse

Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile	Tue May 14 10:12:11 2019	(r501641)
+++ head/lang/Makefile	Tue May 14 10:32:37 2019	(r501642)
@@ -100,6 +100,7 @@
     SUBDIR += gawk
     SUBDIR += gcc
     SUBDIR += gcc-ecj45
+    SUBDIR += gcc10-devel
     SUBDIR += gcc48
     SUBDIR += gcc5
     SUBDIR += gcc6
@@ -109,7 +110,6 @@
     SUBDIR += gcc8
     SUBDIR += gcc8-devel
     SUBDIR += gcc9-devel
-    SUBDIR += gcc10-devel
     SUBDIR += gforth
     SUBDIR += ghc
     SUBDIR += ghc843

Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile	Tue May 14 10:12:11 2019	(r501641)
+++ head/net-mgmt/Makefile	Tue May 14 10:32:37 2019	(r501642)
@@ -203,8 +203,8 @@
     SUBDIR += nsca-ng-client
     SUBDIR += nsca27
     SUBDIR += nsca27-client
-    SUBDIR += nstat
     SUBDIR += nsd_exporter
+    SUBDIR += nstat
     SUBDIR += nstreams
     SUBDIR += nvidia_gpu_prometheus_exporter
     SUBDIR += observium

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Tue May 14 10:12:11 2019	(r501641)
+++ head/sysutils/Makefile	Tue May 14 10:32:37 2019	(r501642)
@@ -1003,6 +1003,7 @@
     SUBDIR += py-azure-cli-vm
     SUBDIR += py-bcfg2
     SUBDIR += py-bitrot
+    SUBDIR += py-borgmatic
     SUBDIR += py-cdmi
     SUBDIR += py-cpuinfo
     SUBDIR += py-croniter
@@ -1371,8 +1372,8 @@
     SUBDIR += u-boot-nanopi-a64
     SUBDIR += u-boot-nanopi-m1plus
     SUBDIR += u-boot-nanopi-neo
-    SUBDIR += u-boot-nanopi-neo2
     SUBDIR += u-boot-nanopi-neo-air
+    SUBDIR += u-boot-nanopi-neo2
     SUBDIR += u-boot-olimex-a20-som-evb
     SUBDIR += u-boot-olinuxino-lime
     SUBDIR += u-boot-olinuxino-lime2

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Tue May 14 10:12:11 2019	(r501641)
+++ head/textproc/Makefile	Tue May 14 10:32:37 2019	(r501642)
@@ -1434,8 +1434,8 @@
     SUBDIR += raptor2
     SUBDIR += rarian
     SUBDIR += rasqal
-    SUBDIR += re_graph
     SUBDIR += re-flex
+    SUBDIR += re_graph
     SUBDIR += redet
     SUBDIR += redland
     SUBDIR += redland-bindings

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Tue May 14 10:12:11 2019	(r501641)
+++ head/x11-fonts/Makefile	Tue May 14 10:32:37 2019	(r501642)
@@ -167,9 +167,9 @@
     SUBDIR += noto-sc
     SUBDIR += noto-tc
     SUBDIR += nucleus
-    SUBDIR += orbitron
     SUBDIR += ohsnap
     SUBDIR += oldschool-pc-fonts
+    SUBDIR += orbitron
     SUBDIR += oxygen-fonts
     SUBDIR += p5-Font-AFM
     SUBDIR += p5-Font-TTF



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905141032.x4EAWbqG059277>