Bug 138896 - Update port: textproc/p5-HTML-CTPP2 to 2.5.10
Summary: Update port: textproc/p5-HTML-CTPP2 to 2.5.10
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Greg Larkin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-17 09:20 UTC by hizel
Modified: 2009-10-06 01:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1016 bytes, patch)
2009-09-17 09:20 UTC, hizel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description hizel 2009-09-17 09:20:01 UTC
textprocs/p5-HTML-CTPP2 not build on my system perl-threaded-5.8.9_3 with error
===>  Building for p5-HTML-CTPP2-2.5.9
cp lib/HTML/CTPP2.pm blib/lib/HTML/CTPP2.pm
AutoSplitting blib/lib/HTML/CTPP2.pm (blib/lib/auto/HTML/CTPP2)
/usr/local/bin/perl5.8.9 /usr/local/lib/perl5/site_perl/5.8.9/ExtUtils/xsubpp  -C++ -typemap /usr/local/lib/perl5/5.8.9/ExtUtils/typemap -typemap perlobject.map -typemap typemap  CTPP2.xs > CTPP2.xsc && mv CTPP2.xsc CTPP2.c
Please specify prototyping behavior for CTPP2.xs (see perlxs manual)
c++ -c  -I/usr/local/include/ctpp2 -I/usr/include -I/usr/local/include -I.  -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -pipe    -DVERSION=\"2.5.9\"  -DXS_VERSION=\"2.5.9\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.8.9/mach/CORE"  -fexceptions -O2 -Wno-deprecated CTPP2.c
CTPP2.c: In function 'void boot_HTML__CTPP2(PerlInterpreter*, CV*)':
CTPP2.c:2042: error: cannot convert 'char*' to 'PerlInterpreter*' for argument '1' to 'CV* Perl_newXS(PerlInterpreter*, char*, void (*)(PerlInterpreter*, CV*), char*)'
CTPP2.c:2043: error: cannot convert 'char*' to 'PerlInterpreter*' for argument '1' to 'CV* Perl_newXS(PerlInterpreter*, char*, void (*)(PerlInterpreter*, CV*), char*)'
CTPP2.c:2044: error: cannot convert 'char*' to 'PerlInterpreter*' for argument '1' to 'CV* Perl_newXS(PerlInterpreter*, char*, void (*)(PerlInterpreter*, CV*), char*)'
CTPP2.c:2045: error: cannot convert 'char*' to 'PerlInterpreter*' for argument '1' to 'CV* Perl_newXS(PerlInterpreter*, char*, void (*)(PerlInterpreter*, CV*), char*)'
CTPP2.c:2046: error: cannot convert 'char*' to 'PerlInterpreter*' for argument '1' to 'CV* Perl_newXS(PerlInterpreter*, char*, void (*)(PerlInterpreter*, CV*), char*)'
CTPP2.c:2047: error: cannot convert 'char*' to 'PerlInterpreter*' for argument '1' to 'CV* Perl_newXS(PerlInterpreter*, char*, void (*)(PerlInterpreter*, CV*), char*)'
CTPP2.c:2048: error: cannot convert 'char*' to 'PerlInterpreter*' for argument '1' to 'CV* Perl_newXS(PerlInterpreter*, char*, void (*)(PerlInterpreter*, CV*), char*)'
CTPP2.c:2049: error: cannot convert 'char*' to 'PerlInterpreter*' for argument '1' to 'CV* Perl_newXS(PerlInterpreter*, char*, void (*)(PerlInterpreter*, CV*), char*)'
CTPP2.c:2050: error: cannot convert 'char*' to 'PerlInterpreter*' for argument '1' to 'CV* Perl_newXS(PerlInterpreter*, char*, void (*)(PerlInterpreter*, CV*), char*)'
CTPP2.c:2051: error: cannot convert 'char*' to 'PerlInterpreter*' for argument '1' to 'CV* Perl_newXS(PerlInterpreter*, char*, void (*)(PerlInterpreter*, CV*), char*)'
CTPP2.c:2052: error: cannot convert 'char*' to 'PerlInterpreter*' for argument '1' to 'CV* Perl_newXS(PerlInterpreter*, char*, void (*)(PerlInterpreter*, CV*), char*)'
CTPP2.c:2053: error: cannot convert 'char*' to 'PerlInterpreter*' for argument '1' to 'CV* Perl_newXS(PerlInterpreter*, char*, void (*)(PerlInterpreter*, CV*), char*)'
CTPP2.c:2054: error: cannot convert 'char*' to 'PerlInterpreter*' for argument '1' to 'CV* Perl_newXS(PerlInterpreter*, char*, void (*)(PerlInterpreter*, CV*), char*)'
CTPP2.c:2055: error: cannot convert 'char*' to 'PerlInterpreter*' for argument '1' to 'CV* Perl_newXS(PerlInterpreter*, char*, void (*)(PerlInterpreter*, CV*), char*)'
CTPP2.c:2056: error: cannot convert 'char*' to 'PerlInterpreter*' for argument '1' to 'CV* Perl_newXS(PerlInterpreter*, char*, void (*)(PerlInterpreter*, CV*), char*)'
CTPP2.c:2057: error: cannot convert 'char*' to 'PerlInterpreter*' for argument '1' to 'CV* Perl_newXS(PerlInterpreter*, char*, void (*)(PerlInterpreter*, CV*), char*)'
*** Error code 1

Stop in /usr/ports/textproc/p5-HTML-CTPP2/work/HTML-CTPP2-2.5.9.
*** Error code 1

Stop in /usr/ports/textproc/p5-HTML-CTPP2.


and i upgrade package, works fain :-)
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-09-17 11:19:13 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

ports PR.
Comment 2 Greg Larkin freebsd_committer freebsd_triage 2009-09-17 15:10:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glarkin-ports-bugs

I'll take it.
Comment 3 Greg Larkin freebsd_committer freebsd_triage 2009-09-17 15:35:52 UTC
Responsible Changed
From-To: glarkin-ports-bugs->glarkin

Fixed Responsible:
Comment 4 hizel 2009-09-18 09:39:40 UTC
UPS, patch fix

diff -ur ctpp2.old/Makefile ctpp2/Makefile
--- ctpp2.old/Makefile  2009-09-17 12:05:53.000000000 +0400
+++ ctpp2/Makefile      2009-09-17 11:21:04.000000000 +0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      ctpp2
-PORTVERSION=   2.5.9
+PORTVERSION=   2.5.11
 CATEGORIES=    textproc devel
 MASTER_SITES=  http://ctpp.havoc.ru/download/
 
diff -ur ctpp2.old/distinfo ctpp2/distinfo
--- ctpp2.old/distinfo  2009-09-17 12:05:53.000000000 +0400
+++ ctpp2/distinfo      2009-09-17 11:21:04.000000000 +0400
@@ -1,3 +1,3 @@
-MD5 (ctpp2-2.5.9.tar.gz) = 800c23335a532124c1ca0b312e8e7daa
-SHA256 (ctpp2-2.5.9.tar.gz) = e0b9168af759807629908391da8c4ab9b1b77693284f6cb25e265e4277fcc3f9
-SIZE (ctpp2-2.5.9.tar.gz) = 172076
+MD5 (ctpp2-2.5.11.tar.gz) = 1db782f6d7f40b50a027261ccf3b9050
+SHA256 (ctpp2-2.5.11.tar.gz) = 3b92f1f22fcabe8c0266d9c335ce2386a70d60ab11cbc12d24886808c28186dd
+SIZE (ctpp2-2.5.11.tar.gz) = 173069
Comment 5 hizel 2009-09-18 11:17:11 UTC
double ups:

>diff -ur p5-HTML-CTPP2.old p5-HTML-CTPP2
diff -ur p5-HTML-CTPP2.old/Makefile p5-HTML-CTPP2/Makefile
--- p5-HTML-CTPP2.old/Makefile  2009-09-17 12:09:28.000000000 +0400
+++ p5-HTML-CTPP2/Makefile      2009-09-17 11:20:57.000000000 +0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      HTML-CTPP2
-PORTVERSION=   2.5.9
+PORTVERSION=   2.5.10
 CATEGORIES=    textproc perl5
 MASTER_SITES=  CPAN \
                http://ctpp.havoc.ru/download/
diff -ur p5-HTML-CTPP2.old/distinfo p5-HTML-CTPP2/distinfo
--- p5-HTML-CTPP2.old/distinfo  2009-09-17 12:09:28.000000000 +0400
+++ p5-HTML-CTPP2/distinfo      2009-09-17 11:20:57.000000000 +0400
@@ -1,3 +1,3 @@
-MD5 (HTML-CTPP2-2.5.9.tar.gz) = 53b0f10a60412d339407b7f6df67be00
-SHA256 (HTML-CTPP2-2.5.9.tar.gz) = 65171de7dc039cfdd270ab6c306350a3853bed34f2bbe25fc473780b7d2d03a7
-SIZE (HTML-CTPP2-2.5.9.tar.gz) = 54800
+MD5 (HTML-CTPP2-2.5.10.tar.gz) = 281afcb3e8e5842bfa25d7181d5697e2
+SHA256 (HTML-CTPP2-2.5.10.tar.gz) = 85af07f29f951975f1b63c28e1344310e95d2eaa1a752106ee582ed379e513c4
+SIZE (HTML-CTPP2-2.5.10.tar.gz) = 54798
Comment 6 Greg Larkin freebsd_committer freebsd_triage 2009-10-06 01:19:04 UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

You (reki@reki.ru) are listed as the maintainer of
textproc/p5-HTML-CTPP2 in the FreeBSD ports tree.  A problem report (PR)
has been submitted to upgrade this port to version 2.5.10.

Do you approve the patch for committing to the ports tree?

Thank you,
Greg Larkin
- --
Greg Larkin

http://www.FreeBSD.org/           - The Power To Serve
http://www.sourcehosting.net/     - Ready. Set. Code.
http://twitter.com/sourcehosting/ - Follow me, follow you
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iD8DBQFKyoz40sRouByUApARAmvdAJ0c+NnsdDJ/HUkiXJQ9o5LFK6ovcQCdE6aX
fA+3dMEiu5o30MIpw4zo1Sg=
=Stg4
-----END PGP SIGNATURE-----
Comment 7 dfilter service freebsd_committer freebsd_triage 2009-10-06 01:40:09 UTC
glarkin     2009-10-06 00:40:00 UTC

  FreeBSD ports repository

  Modified files:
    textproc/p5-HTML-CTPP2 Makefile distinfo pkg-descr 
  Log:
  - Updated to 2.5.10
  - Improved readability of pkg-descr
  
  PR:             ports/138896
  Submitted by:   "Hizbulin M. Ildar" <hizel@vyborg.ru>
  Approved by:    reki@reki.ru (maintainer, implicit - request for PR approval bounced)
  
  Revision  Changes    Path
  1.14      +1 -1      ports/textproc/p5-HTML-CTPP2/Makefile
  1.11      +3 -3      ports/textproc/p5-HTML-CTPP2/distinfo
  1.2       +7 -2      ports/textproc/p5-HTML-CTPP2/pkg-descr
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 8 Greg Larkin freebsd_committer freebsd_triage 2009-10-06 01:40:58 UTC
State Changed
From-To: open->closed

Committed with minor changes, thank you!