]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - gnu/lib/libregex/FREEBSD-upgrade
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / gnu / lib / libregex / FREEBSD-upgrade
1 $FreeBSD$
2
3 GNU regex (from glibc):
4
5 Imported by:
6
7 cvs -z 9 -d :pserver:anoncvs@sources.redhat.com:/cvs/glibc login
8 # enter "anoncvs" as the password
9 cvs -z 9 -d :pserver:anoncvs@sources.redhat.com:/cvs/glibc \
10         co -r fedora-glibc-2_3_4-21 libc/posix libc/include
11 mkdir regex regex/posix
12 cd libc/posix
13 cp regcomp.c regex.c regex_internal.c regex_internal.h regexec.c $OLDPWD/regex/
14 cp regex.h $OLDPWD/regex/posix/
15 cd -
16 cp libc/include/regex.h regex/
17 cd regex
18 cvs import src/gnu/lib/libregex FSF fedora-glibc-2_3_4-21