FreeBSD Bugzilla – Attachment 18243 Details for
Bug 32871
Update port: p5-XML-Parser-encodings-1.02
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.17 KB, created by
skv
on 2001-12-15 14:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
skv
Created:
2001-12-15 14:20:01 UTC
Size:
1.17 KB
patch
obsolete
>diff -ur p5-XML-Parser-encodings-1.01/Makefile p5-XML-Parser-encodings/Makefile >--- p5-XML-Parser-encodings-1.01/Makefile Sat Dec 15 17:07:08 2001 >+++ p5-XML-Parser-encodings/Makefile Sat Dec 15 17:11:52 2001 >@@ -6,7 +6,7 @@ > # > > PORTNAME= XML-Parser-encodings >-PORTVERSION= 1.01 >+PORTVERSION= 1.02 > CATEGORIES= russian textproc perl5 > PKGNAMEPREFIX= p5- > DISTFILES= >@@ -20,13 +20,13 @@ > ${NONEXISTENT}:${PORTSDIR}/converters/iconv-extra:extract > > NO_WRKSUBDIR= YES >- > RUSSIANENC= windows-1251 koi8-r cp1251 cp866 mac-cyrillic > > post-extract: > .for ICONVPORT in iconv iconv-extra >- ${LN} -sfh `find ${PORTSDIR}/converters/${ICONVPORT} -type d \ >- -name "ccs"` ${WRKSRC}/${ICONVPORT} >+ @${LN} -s \ >+ `cd ${PORTSDIR}/converters/${ICONVPORT} && ${MAKE} -V WRKSRC`/ccs \ >+ ${WRKSRC}/${ICONVPORT} > .endfor > > do-configure: >@@ -42,7 +42,7 @@ > do-build: > .for ENC in ${RUSSIANENC} > @${PREFIX}/bin/make_encmap ${ENC} ${WRKDIR}/${ENC}.txt | \ >- ${PERL} -pi -e "s/(?<=^<encmap name='${ENC}')()(?=>)/ expat='yes'/;" \ >+ @${PERL} -pi -e "s/(?<=^<encmap name='${ENC}')()(?=>)/ expat='yes'/;" \ > >${WRKDIR}/${ENC}.xml > @${PREFIX}/bin/compile_encoding \ > -o ${WRKDIR}/${ENC}.enc ${WRKDIR}/${ENC}.xml
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 32871
: 18243