[Bug 281123] java/eclipse: Update 4.24 → 4.32
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 281123] Upgrade of Eclipse to version 4.32"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 Aug 2024 15:06:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281123 --- Comment #8 from Vladimir Druzenko <vvd@FreeBSD.org> --- (In reply to ngrundmann from comment #7) 1. Text files add to files/ (or allowed to files/SOMESUBDIR/ if you have hundreds files). Then you can copy them in WRKSRC in pre-patch or post-patch. Also you can create patch like this: --- dir/file.name.orig 1970-01-01 00:00:00 UTC +++ dir/file.name @@ -0,0 +1,4 @@ +Test file +Test file +Test file +Test file 2. cd ${WRKSRC} && ${PATCH} < ../../files/eclipse.patches Why manually patch??? Just rename it to files/patch-eclipse and remove this line. P.S. Don't try to reinvent the wheel - all such mechanisms have long been in the ports framework. -- You are receiving this mail because: You are the assignee for the bug.