summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libregex
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2005-05-10 12:04:01 +0000
committertjr <tjr@FreeBSD.org>2005-05-10 12:04:01 +0000
commita093ce42b9a749642b3e05c5dcc435ce98c2111d (patch)
tree337b0fe4765263744b0084af9d881ee531d79dff /gnu/lib/libregex
parent7d03ad1458ef99a90237ab0926026b117edd0d91 (diff)
downloadFreeBSD-src-a093ce42b9a749642b3e05c5dcc435ce98c2111d.zip
FreeBSD-src-a093ce42b9a749642b3e05c5dcc435ce98c2111d.tar.gz
Update instructions to match recent import.
Diffstat (limited to 'gnu/lib/libregex')
-rw-r--r--gnu/lib/libregex/FREEBSD-upgrade20
1 files changed, 13 insertions, 7 deletions
diff --git a/gnu/lib/libregex/FREEBSD-upgrade b/gnu/lib/libregex/FREEBSD-upgrade
index 78239e3..d072aaf 100644
--- a/gnu/lib/libregex/FREEBSD-upgrade
+++ b/gnu/lib/libregex/FREEBSD-upgrade
@@ -1,12 +1,18 @@
$FreeBSD$
-GNU regex (from grep):
-
-originals can be found at:
-http://download.fedora.redhat.com/pub/fedora/linux/core/2/SRPMS/grep-2.5.1-26.src.rpm
+GNU regex (from glibc):
Imported by:
-cvs import \
- -m "Import of GNU regex from GNU grep 2.5.1 (trimmed)." \
- src/gnu/lib/libregex FSF from_grep_v2_5_1
+cvs -z 9 -d :pserver:anoncvs@sources.redhat.com:/cvs/glibc login
+# enter "anoncvs" as the password
+cvs -z 9 -d :pserver:anoncvs@sources.redhat.com:/cvs/glibc \
+ co -r fedora-glibc-2_3_4-21 libc/posix libc/include
+mkdir regex regex/posix
+cd libc/posix
+cp regcomp.c regex.c regex_internal.c regex_internal.h regexec.c $OLDPWD/regex/
+cp regex.h $OLDPWD/regex/posix/
+cd -
+cp libc/include/regex.h regex/
+cd regex
+cvs import src/gnu/lib/libregex FSF fedora-glibc-2_3_4-21
OpenPOWER on IntegriCloud