update the port to the latest and greatest.
changes to Makefile, patches, and pkg-plist
Differential D11550
net/glusterfs port update to latest 3.11.1 release craig001_lerwick.hopto.org on Jul 9 2017, 8:52 PM. Authored by Tags Referenced Files
Details
update the port to the latest and greatest. changes to Makefile, patches, and pkg-plist I intend to;
then call for testing.
Diff Detail
Event TimelineComment Actions used make makepatch to correctly recreate the files/patches after first applying patch -b -p0 to a vanilla make extract. Comment Actions root@condor:/usr/ports/net/glusterfs # portlint -C Comment Actions diff's broke in stage-qa: ====> Running Q/A tests (stage-qa) Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'bin/glusterfind' Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'libexec/glusterfs/gfind_missing_files/gfid_to_path.py' Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'libexec/glusterfs/glusterfind/changelog.py' Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'libexec/glusterfs/glusterfind/nodeagent.py' Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'libexec/glusterfs/glusterfind/brickfind.py' Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'libexec/glusterfs/events/glustereventsd.py' Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'libexec/glusterfs/peer_eventsapi.py' Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'sbin/gcron.py' Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'sbin/snap_scheduler.py' Error: '/bin/bash' is an invalid shebang you need USES=shebangfix for 'share/glusterfs/scripts/post-upgrade-script-for-quota.sh' Error: '/bin/bash' is an invalid shebang you need USES=shebangfix for 'share/glusterfs/scripts/pre-upgrade-script-for-quota.sh' Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'share/glusterfs/scripts/eventsdash.py' Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'libexec/glusterfs/events/glustereventsd.py' Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'libexec/glusterfs/peer_eventsapi.py' Warning: Bad symlink '/usr/local/sbin/glustereventsd' pointing to an absolute pathname '/usr/local/libexec/glusterfs/events/glustereventsd.py' Warning: Bad symlink '/usr/local/sbin/gfind_missing_files' pointing to an absolute pathname '/usr/local/libexec/glusterfs/gfind_missing_files/gfind_missing_files.sh' Warning: Bad symlink '/usr/local/sbin/gluster-eventsapi' pointing to an absolute pathname '/usr/local/libexec/glusterfs/peer_eventsapi.py' Warning: Bad symlink '/var/db/glusterd/hooks/1/delete/post/S57glusterfind-delete-post' pointing to an absolute pathname '/usr/local/libexec/glusterfs/glusterfind/S57glusterfind-delete-post.py' *** Error code 1 Comment Actions make makepatch renamed some of the patches (underscore instead of hyphen) Comment Actions Could you upload the diff with arcanist arc diff --update D11550 ? Or at least generate a diff with full context like it does, with svn diff -x -U9999 or git diff -U9999. Comment Actions oh no... doesn't look like it's building on 11.0-RELEASE clang. maybe a conditional required ?? Comment Actions Looks ok, feel free to submit a PR to get this committed.
Comment Actions thanks Mat... new PR created; |