Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Aug 2024 15:06:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   =?UTF-8?B?W0J1ZyAyODExMjNdIGphdmEvZWNsaXBzZTogVXBkYXRlIDQuMjQg?= =?UTF-8?B?4oaSIDQuMzI=?=
Message-ID:  <bug-281123-7788-zRaPg737bL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-281123-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-281123-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281123

--- 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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-281123-7788-zRaPg737bL>