Update lang/rakudo port to Rakudo #26 "Amsterdam" Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->perl Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: perl->pgollucci I'll take it.
Responsible Changed From-To: pgollucci->skv requested by e-mail
State Changed From-To: open->closed ctually, only few lines of your PR is applied. Please be more careful in the future. 1. parrot must be in RUN_DEPENDS. It is obvious. Just see "ldd /usr/local/bin/perl6" 2. condition parrot>=${PARROT_VERSION} is essential, because we want install into the correct directory. Otherwise we need use "!=" operator to detect currently installed version of Parrot. 3. @dirrmtry is required too. Parrot and Rakudo use common directories. 4. Of course we don't want to change MAINTAINER from perl@, because "Perl6 is Perl". 5. Cleanups: - replace USE_PERL5 with USE_PERL5_BUILD - remove USE_LDCONFIG (.so used by Rakudo only internally) - CONFLICTS is useless - paths in dependencies of other ports must use LOCALBASE instead of PREFIX - it is recommended use MAN*PREFIX instead of PREFIX - "regression-test" added to test Rakudo while tinderbox builds
skv 2010-02-21 22:02:52 UTC FreeBSD ports repository Modified files: lang/rakudo Makefile distinfo Log: - Update 2010.02 [1] - Cleanups Changes: http://rakudo.org/node/64 PR: ports/144130 [1] Submitted by: Aliaksandr Zahatski <zahatski xx gmail.com> [1] Feature safe: yes Revision Changes Path 1.5 +10 -13 ports/lang/rakudo/Makefile 1.2 +3 -3 ports/lang/rakudo/distinfo _______________________________________________ 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"
Thanks for your remarks.