Created attachment 195284 [details] Update Patch Builds fine on 10.4-R and 11.2-S Changelog: https://github.com/liquibase/liquibase/blob/master/changelog.txt
hm, are you sure, your patch is ok? =======================<phase: patch >============================ ===> Patching for liquibase-3.6.2 ===> Applying FreeBSD patches for liquibase-3.6.2 1 out of 1 hunks failed--saving rejects to liquibase.rej => FreeBSD patch patch-liquibase failed to apply cleanly. *** Error code 1 Stop. make: stopped in /usr/ports/databases/liquibase http://joneumbox.org/data/11-1-i386-ports/2018-07-28_21h06m45s/logs/errors/liquibase-3.6.2.log http://joneumbox.org/data/11-1-AMD64-ports/2018-07-28_21h06m41s/logs/errors/liquibase-3.6.2.log
(In reply to Jochen Neumeister from comment #1) > hm, are you sure, your patch is ok? > > =======================<phase: patch >============================ > ===> Patching for liquibase-3.6.2 > ===> Applying FreeBSD patches for liquibase-3.6.2 > 1 out of 1 hunks failed--saving rejects to liquibase.rej > => FreeBSD patch patch-liquibase failed to apply cleanly. > *** Error code 1 > > Stop. > make: stopped in /usr/ports/databases/liquibase > > http://joneumbox.org/data/11-1-i386-ports/2018-07-28_21h06m45s/logs/errors/ > liquibase-3.6.2.log > http://joneumbox.org/data/11-1-AMD64-ports/2018-07-28_21h06m41s/logs/errors/ > liquibase-3.6.2.log Revan# patch -p0 < /home/ndowens/liquibase.diff Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: databases/liquibase/Makefile |=================================================================== |--- databases/liquibase/Makefile (revision 474855) |+++ databases/liquibase/Makefile (working copy) -------------------------- Patching file databases/liquibase/Makefile using Plan A... Hunk #1 succeeded at 2 with fuzz 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: databases/liquibase/distinfo |=================================================================== |--- databases/liquibase/distinfo (revision 474855) |+++ databases/liquibase/distinfo (working copy) -------------------------- Patching file databases/liquibase/distinfo using Plan A... Hunk #1 succeeded at 1. done Revan#
This patch doesn't work, see the poudriere logs.
Created attachment 195553 [details] Update Sorry about that, not sure what happened, but this one is working for me now
(In reply to Nathan from comment #4) this patch does't work, too. See the log: =======================<phase: patch-depends >============================ =========================================================================== =======================<phase: patch >============================ ===> Patching for liquibase-3.6.2 ===> Applying FreeBSD patches for liquibase-3.6.2 1 out of 1 hunks failed--saving rejects to liquibase.rej => FreeBSD patch patch-liquibase failed to apply cleanly. *** Error code 1 Stop. You have a problem with files/patch-liquibase I have a new patch here. Please test it :-)
Created attachment 195554 [details] patch http://joneumbox.org/build.html?mastername=104i386-ports&build=2018-07-28_21h45m08s http://joneumbox.org/build.html?mastername=104amd64-ports&build=2018-07-28_21h43m45s http://joneumbox.org/build.html?mastername=11-1-i386-ports&build=2018-07-28_21h44m12s http://joneumbox.org/build.html?mastername=11-1-AMD64-ports&build=2018-07-28_21h44m11s http://joneumbox.org/build.html?mastername=12amd64-ports&build=2018-07-28_21h44m39s http://joneumbox.org/build.html?mastername=12i386-ports&build=2018-07-28_21h44m39s
(In reply to Jochen Neumeister from comment #5) > (In reply to Nathan from comment #4) > > this patch does't work, too. > > See the log: > > =======================<phase: patch-depends >============================ > =========================================================================== > =======================<phase: patch >============================ > ===> Patching for liquibase-3.6.2 > ===> Applying FreeBSD patches for liquibase-3.6.2 > 1 out of 1 hunks failed--saving rejects to liquibase.rej > => FreeBSD patch patch-liquibase failed to apply cleanly. > *** Error code 1 > > Stop. > > > You have a problem with files/patch-liquibase > > I have a new patch here. Please test it :-) I think I figured out what was going on, svn up restores that patch and it's not needed. Though I believed I removed it before doing svn diff again
Landed. Thanks :-)
A commit references this bug: Author: joneum Date: Sat Jul 28 20:03:52 UTC 2018 New revision: 475607 URL: https://svnweb.freebsd.org/changeset/ports/475607 Log: databases/liquibase: Update to version 3.6.2 Changelog: https://github.com/liquibase/liquibase/blob/master/changelog.txt PR: 229895 Submitted by: Nathan <ndowens.fbsd@yandex.com> (maintainer) Changes: head/databases/liquibase/Makefile head/databases/liquibase/distinfo head/databases/liquibase/files/patch-liquibase