perl: update to 2.12.2
revised directory layout, external perl modules are installed again in a site_perl directory, we have /usr/lib/perl5/5.12 for core perl now and /usr/lib/perl5/site_perl/5.12 for all other modules installed via ports or cpan.
This commit is contained in:
parent
fbfb9674ed
commit
bf693a7634
@ -15,8 +15,8 @@ drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/h2xs
|
||||
-rwxr-xr-x root/root usr/bin/instmodsh
|
||||
-rwxr-xr-x root/root usr/bin/libnetcfg
|
||||
lrwxrwxrwx root/root usr/bin/perl -> perl5.12.1
|
||||
-rwxr-xr-x root/root usr/bin/perl5.12.1
|
||||
lrwxrwxrwx root/root usr/bin/perl -> perl5.12.2
|
||||
-rwxr-xr-x root/root usr/bin/perl5.12.2
|
||||
-rwxr-xr-x root/root usr/bin/perlbug
|
||||
-rwxr-xr-x root/root usr/bin/perldoc
|
||||
-rwxr-xr-x root/root usr/bin/perlivp
|
||||
@ -1270,6 +1270,7 @@ drwxr-xr-x root/root usr/lib/perl5/5.12/pod/
|
||||
-rw-r--r-- root/root usr/lib/perl5/5.12/pod/perl5115delta.pod
|
||||
-rw-r--r-- root/root usr/lib/perl5/5.12/pod/perl5120delta.pod
|
||||
-rw-r--r-- root/root usr/lib/perl5/5.12/pod/perl5121delta.pod
|
||||
-rw-r--r-- root/root usr/lib/perl5/5.12/pod/perl5122delta.pod
|
||||
-rw-r--r-- root/root usr/lib/perl5/5.12/pod/perl561delta.pod
|
||||
-rw-r--r-- root/root usr/lib/perl5/5.12/pod/perl56delta.pod
|
||||
-rw-r--r-- root/root usr/lib/perl5/5.12/pod/perl570delta.pod
|
||||
@ -2442,6 +2443,7 @@ drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/perl5115delta.1pm.gz
|
||||
-rw-r--r-- root/root usr/man/man1/perl5120delta.1pm.gz
|
||||
-rw-r--r-- root/root usr/man/man1/perl5121delta.1pm.gz
|
||||
-rw-r--r-- root/root usr/man/man1/perl5122delta.1pm.gz
|
||||
-rw-r--r-- root/root usr/man/man1/perl561delta.1pm.gz
|
||||
-rw-r--r-- root/root usr/man/man1/perl56delta.1pm.gz
|
||||
-rw-r--r-- root/root usr/man/man1/perl570delta.1pm.gz
|
||||
|
@ -1 +1 @@
|
||||
f7f2d7f5aaac15a75028381b159a560f perl-5.12.1.tar.bz2
|
||||
7b018fe9c2f434eff0c629b4c515a8fc perl-5.12.2.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: db gdbm
|
||||
|
||||
name=perl
|
||||
version=5.12.1
|
||||
version=5.12.2
|
||||
release=1
|
||||
source=(http://www.cpan.org/src/5.0/$name-$version.tar.bz2)
|
||||
|
||||
@ -13,7 +13,8 @@ build() {
|
||||
|
||||
./Configure -des \
|
||||
-Dprefix=/usr \
|
||||
-D{priv,site}lib=/usr/lib/perl5/${version%.*} \
|
||||
-Dprivlib=/usr/lib/perl5/${version%.*} \
|
||||
-Dsitelib=/usr/lib/perl5/site_perl/${version%.*} \
|
||||
-Darchname=linux \
|
||||
-Dman1ext=1pm \
|
||||
-Dman3ext=3pm \
|
||||
|
Loading…
x
Reference in New Issue
Block a user