Skip to content
Success

Changes

Summary

  1. Fix golang-118 missing file (commit: 7490ec2) (details)
  2. shared-macros.mk: add 5.36 to PERL_VERSIONS, start to obsolete 5.22 and 5.24 (commit: 7b3ffee) (details)
  3. library/gd2: rebuild to update perl dependency (commit: 77ebada) (details)
  4. makemaker.mk: fix META.depend.res target (commit: 612a863) (details)
  5. Set CMAKE_LIBRARY_ARCHITECTURE to amd64 by default for 64bit This prevents cmake from picking up the 32bit version when compiling for 64bit. (commit: b5e5203) (details)
  6. makemaker.mk: all modules should require runtime/perl (commit: d8670c8) (details)
  7. Add perl-integrate-module - tool for automatic integration, update, and rebuild of perl modules (commit: dc16656) (details)
  8. perl/File-Slurp: rebuild for perl 5.36 and to obsolete packages for perl 5.22 and 5.24 (commit: 72da1b3) (details)
  9. tools/perl-meta-deps: do not mangle manifest file name (commit: 2f45462) (details)
  10. mail/mutt: rebuild to update perl dependency (commit: 7924085) (details)
  11. tools/perl-meta-deps: manifest file name must be mangled otherwise 'pkgdepend resolve' fails (commit: ded056c) (details)
  12. help2man: switch to perl 5.34 (commit: 000e958) (details)
  13. perl/XML-NamespaceSupport: move from xml-namespacesupport; rebuild for perl 5.36 and to obsolete packages for perl 5.22 and 5.24 (commit: 5bd1af4) (details)
  14. perl/Digest-SHA1: rebuild for perl 5.36 and to obsolete packages for perl 5.22 and 5.24 (commit: d083f4e) (details)
  15. net-snmp: rebuild for perl 5.34 (commit: 93575e6) (details)
  16. tools/perl-integrate-module: change wording for git commit message (commit: 789ea61) (details)
Commit 7490ec23a0ef92eed2f358fe0499e42e93f1014e by noreply
Fix golang-118 missing file

(commit: 7490ec2)
The file was modifiedcomponents/developer/golang-118/Makefile (diff)
The file was modifiedcomponents/developer/golang-118/manifests/sample-manifest.p5m (diff)
The file was modifiedcomponents/developer/golang-118/golang-118.p5m (diff)
Commit 7b3ffee2887b01e746a3724f2bcaae9a8335e0ec by noreply
shared-macros.mk: add 5.36 to PERL_VERSIONS, start to obsolete 5.22 and 5.24

(commit: 7b3ffee)
The file was modifiedmake-rules/shared-macros.mk (diff)
Commit 77ebadae1cd30b06cbd03a59fda95ca9c9726e43 by noreply
library/gd2: rebuild to update perl dependency

(commit: 77ebada)
The file was modifiedcomponents/library/gd2/pkg5 (diff)
The file was modifiedcomponents/library/gd2/Makefile (diff)
The file was modifiedcomponents/library/gd2/gd2.p5m (diff)
The file was modifiedcomponents/library/gd2/manifests/sample-manifest.p5m (diff)
Commit 612a86347dd768e160acf1c1332ef6daaa3c944c by noreply
makemaker.mk: fix META.depend.res target

(commit: 612a863)
The file was modifiedmake-rules/makemaker.mk (diff)
Commit b5e5203f5ba3a1d0d6d711a93189a3c462824666 by noreply
Set CMAKE_LIBRARY_ARCHITECTURE to amd64 by default for 64bit This prevents cmake from picking up the 32bit version when compiling for 64bit.

To test make a CMakeLists.txt:

find_library(XTEST X11)
message("Found X11 at ${XTEST}")

And compile with :

cmake .
rm CMakeCache.txt
cmake -DCMAKE_LIBRARY_ARCHITECTURE=amd64 .
(commit: b5e5203)
The file was modifiedmake-rules/cmake.mk (diff)
Commit d8670c8af608b1d5f9ca9eae0efa301c7efce175 by noreply
makemaker.mk: all modules should require runtime/perl

(commit: d8670c8)
The file was modifiedmake-rules/makemaker.mk (diff)
Commit dc1665656fabf60e5ef64241ac6ceb586b0d7656 by noreply
Add perl-integrate-module - tool for automatic integration, update, and rebuild of perl modules

(commit: dc16656)
The file was addedtools/perl-license
The file was addedtools/perl-integrate-module
Commit 72da1b344f2dba151bed23b393fc533816cfdee1 by noreply
perl/File-Slurp: rebuild for perl 5.36 and to obsolete packages for perl 5.22 and 5.24

(commit: 72da1b3)
The file was removedcomponents/perl/File-Slurp/test/results-5.22-32.master
The file was modifiedcomponents/perl/File-Slurp/File-Slurp.license (diff)
The file was modifiedcomponents/perl/File-Slurp/manifests/sample-manifest.p5m (diff)
The file was modifiedcomponents/perl/File-Slurp/pkg5 (diff)
The file was removedcomponents/perl/File-Slurp/test/results-5.34-64.master
The file was modifiedcomponents/perl/File-Slurp/File-Slurp-PERLVER.p5m (diff)
The file was addedcomponents/perl/File-Slurp/history
The file was removedcomponents/perl/File-Slurp/test/results-5.24-64.master
The file was addedcomponents/perl/File-Slurp/test/results-all.master
The file was modifiedcomponents/perl/File-Slurp/Makefile (diff)
Commit 2f454621712c43823e4ac6722694e201194c9765 by noreply
tools/perl-meta-deps: do not mangle manifest file name

(commit: 2f45462)
The file was modifiedtools/perl-meta-deps (diff)
Commit 7924085fb878a42b77cf739a7dea79457d0408f2 by noreply
mail/mutt: rebuild to update perl dependency

(commit: 7924085)
The file was modifiedcomponents/mail/mutt/manifests/sample-manifest.p5m (diff)
The file was modifiedcomponents/mail/mutt/Makefile (diff)
The file was modifiedcomponents/mail/mutt/pkg5 (diff)
The file was modifiedcomponents/mail/mutt/mutt.p5m (diff)
Commit ded056c30d47116c58c7ba16ead6497c72f54162 by noreply
tools/perl-meta-deps: manifest file name must be mangled otherwise 'pkgdepend resolve' fails

(commit: ded056c)
The file was modifiedtools/perl-meta-deps (diff)
Commit 000e95837db008ee18565ff26094e6651e51e2aa by noreply
help2man: switch to perl 5.34

(commit: 000e958)
The file was modifiedcomponents/developer/help2man/pkg5 (diff)
The file was modifiedcomponents/developer/help2man/manifests/sample-manifest.p5m (diff)
The file was modifiedcomponents/developer/help2man/help2man.p5m (diff)
The file was modifiedcomponents/developer/help2man/Makefile (diff)
Commit 5bd1af4966d7ebb3861c05f6bee8fae9d4ecd0a1 by noreply
perl/XML-NamespaceSupport: move from xml-namespacesupport; rebuild for perl 5.36 and to obsolete packages for perl 5.22 and 5.24

(commit: 5bd1af4)
The file was addedcomponents/perl/XML-NamespaceSupport/Makefile
The file was addedcomponents/perl/XML-NamespaceSupport/XML-NamespaceSupport-PERLVER.p5m
The file was addedcomponents/perl/XML-NamespaceSupport/history
The file was removedcomponents/perl/xml-namespacesupport/pkg5
The file was addedcomponents/perl/XML-NamespaceSupport/manifests/sample-manifest.p5m
The file was addedcomponents/perl/XML-NamespaceSupport/test/results-all.master
The file was addedcomponents/perl/XML-NamespaceSupport/pkg5
The file was removedcomponents/perl/xml-namespacesupport/test/results-all.master
The file was removedcomponents/perl/xml-namespacesupport/manifests/sample-manifest.p5m
The file was removedcomponents/perl/xml-namespacesupport/xml-namespacesupport-PERLVER.p5m
The file was removedcomponents/perl/xml-namespacesupport/xml-namespacesupport.license
The file was removedcomponents/perl/xml-namespacesupport/Makefile
Commit d083f4e132172c6a95f425b5dea15cfae15f9bf5 by noreply
perl/Digest-SHA1: rebuild for perl 5.36 and to obsolete packages for perl 5.22 and 5.24

(commit: d083f4e)
The file was modifiedcomponents/perl/Digest-SHA1/Digest-SHA1-PERLVER.p5m (diff)
The file was modifiedcomponents/perl/Digest-SHA1/pkg5 (diff)
The file was modifiedcomponents/perl/Digest-SHA1/test/results-all.master (diff)
The file was modifiedcomponents/perl/Digest-SHA1/Makefile (diff)
The file was modifiedcomponents/perl/Digest-SHA1/manifests/sample-manifest.p5m (diff)
The file was addedcomponents/perl/Digest-SHA1/history
The file was modifiedcomponents/perl/Digest-SHA1/Digest-SHA1.license (diff)
Commit 93575e66f27dab63af27e21a48478449c9561560 by noreply
net-snmp: rebuild for perl 5.34

(commit: 93575e6)
The file was modifiedcomponents/sysutils/net-snmp/net-snmp-27.p5m (diff)
The file was modifiedcomponents/sysutils/net-snmp/net-snmp-demo.p5m (diff)
The file was modifiedcomponents/sysutils/net-snmp/pkg5 (diff)
The file was modifiedcomponents/sysutils/net-snmp/Makefile (diff)
The file was modifiedcomponents/sysutils/net-snmp/net-snmp-addons.p5m (diff)
The file was modifiedcomponents/sysutils/net-snmp/net-snmp-base.p5m (diff)
The file was modifiedcomponents/sysutils/net-snmp/manifests/sample-manifest.p5m (diff)
Commit 789ea611bb5ecfcd44c34d1f0945aea9f6a52410 by noreply
tools/perl-integrate-module: change wording for git commit message

(commit: 789ea61)
The file was modifiedtools/perl-integrate-module (diff)