Print this page
9083 replace regex implementation with tre

@@ -435,10 +435,11 @@
         getutx.o                \
         getvfsent.o             \
         getwd.o                 \
         getwidth.o              \
         getxby_door.o           \
+        glob.o                  \
         gtxt.o                  \
         hsearch.o               \
         iconv.o                 \
         imaxabs.o               \
         imaxdiv.o               \

@@ -512,13 +513,13 @@
         random.o                \
         rctlops.o               \
         readdir.o               \
         readdir_r.o             \
         reallocarray.o          \
-        recallocarray.o         \
         realpath.o              \
         reboot.o                \
+        recallocarray.o         \
         regexpr.o               \
         remove.o                \
         rewinddir.o             \
         rindex.o                \
         scandir.o               \

@@ -591,10 +592,11 @@
         vlfmt.o                 \
         vpfmt.o                 \
         waitpid.o               \
         walkstack.o             \
         wdata.o                 \
+        wordexp.o               \
         xgetwidth.o             \
         xpg4.o                  \
         xpg6.o
 
 PORTPRINT_W=                    \

@@ -931,18 +933,22 @@
         ustat.o                 \
         utimesys.o              \
         zone.o
 
 PORTREGEX=                      \
-        glob.o                  \
         regcmp.o                \
         regcomp.o               \
         regerror.o              \
         regex.o                 \
         regexec.o               \
-        regfree.o               \
-        wordexp.o
+        tre-ast.o               \
+        tre-compile.o           \
+        tre-match-backtrack.o   \
+        tre-match-parallel.o    \
+        tre-mem.o               \
+        tre-parse.o             \
+        tre-stack.o
 
 VALUES=                         \
         values-Xa.o
 
 MOSTOBJS=                       \