2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2011-08-12 14:53:07 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 1.17:
* Derek Lamb's patch to avoid an uninitialised variable error.
* Diab Jarius's Solaris Studio 10 patch and his gfortran patch (with mods).
Note g77 is still the default if both it and gfortran are present.
* Rob's big Win32 patch (Nov 2010 version)
* IMPORTANT. Added in simplification of GNU fortran compilers
(g77, gfortran, g95, fort77) etc. suggested by Tim Jeness. I used his code
but made a slightly different implementaion introducing a 'Generic' 'GNU'
database entry to which others point.
This also superceded some of the above patches.
Hope this works!
* Removed places where .gcclibs() is added to the link line, this appears to
no loner be necessary. Routine left in there (but orphaned) just in case.
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
2010-07-30 12:36:34 by Aleksej Saushev | Files touched by this commit (51) |
Log message:
"fortran" -> "fortran77" except where it is clear that it \
isn't F77.
"fortran" is alias of "fortran77" for now, but it will \
change later.
|
2009-12-03 14:06:56 by Aleksej Saushev | Files touched by this commit (48) |
Log message:
Follow f2c/libf2c split: bump revision of all packages
that list Fortran in used languages.
|
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|
2008-07-16 16:45:56 by Ulrich Habel | Files touched by this commit (2) | |
Log message:
updated to 1.16
ChangeLog:
* Added new config entry for Darwin/OSX (using gcc 4.0 and g77, gfortran or g95)
* Added new entry for gfortran under Linux (thanks to Thomas Erben).
* Works fine under g77 on intel Mac OS X.
|