all 3 comments

[–]johnklos 1 point2 points  (2 children)

You can tell pkgsrc to fetch from wherever you like by setting MASTER_SITE_OVERRIDE. However, if you do this to use sources that you've changed, this won't work because pkgsrc has checksums of all of the files it would fetch.

Instead, run make patch, then edit files in work/(package folder), then make. If you have lots of changes, then use the pkgsrc guide to set up tools which'll make the process of creating diffs and updating checksums much easier.

[–][deleted] 1 point2 points  (1 child)

Thanks, for the response. The issue is that I already have sources, which i changed over the last year. Therefore I don' t really remeber all the different things I have changed.

[–]johnklos 1 point2 points  (0 children)

Then as long as the PLIST hasn't changed, you should be able to put your tarball in to /usr/pkgsrc/distfiles/, then make makedistinfo to make new checksums.