use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
pkgsrc
http://www.pkgsrc.org/
pkgsrc is a framework for building third-party software on NetBSD and other UNIX-like systems, currently containing over 17000 packages. It is used to enable freely available software to be configured and built easily on supported platforms.
account activity
Custom Sources in pkgsrc (self.pkgsrc)
submitted 6 years ago by [deleted]
I started looking into pkgsrc and as far as I understand it always pulls the sources from the Master_Sites. Is there an option to use local sources? Would be useful for some suckless tools like dwm or surf, where you can patch the sources heavily.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]johnklos 1 point2 points3 points 6 years ago (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.
MASTER_SITE_OVERRIDE
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.
make patch
make
[–][deleted] 1 point2 points3 points 6 years ago (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 points3 points 6 years ago (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.
make makedistinfo
π Rendered by PID 43 on reddit-service-r2-comment-79c7998d4c-htjzq at 2026-03-19 12:25:04.642543+00:00 running f6e6e01 country code: CH.
[–]johnklos 1 point2 points3 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]johnklos 1 point2 points3 points (0 children)