What does DESTDIR mean?

I’ve made reference to DESTDIR for pkgsrc several times, with only an informal understanding of what it means.  From what I’ve learned, and what Joerg Sonnenberger’s told me, DESTDIR support means that packages can be built from pkgsrc without needing to be root.  This means local packages can be built on an ordinary user account using pkgsrc.

This also means that pkgsrc can build packages before each upgrade, and only upgrade if a binary package can be built for each item involved.  This means minimal downtime and no failures during upgrades, the biggest bugaboo for using pkgsrc that I’ve encountered.

Messylaneous for 03/24/2010

In an effort to catch up…

Easy reading for what’s broke

Every time a bulk build of pkgsrc packages is completed, a report is uploaded listing what built and what didn’t.  Since there’s so many reports from the now-automated build, I’ve sorted it by architecture and release, to make lookups faster.

This is handy if you’re looking to fix pkgsrc apps on DragonFly, and you need a target.  It’s also a good way to see if a desired module exists as a binary.

(b)make install change in pkgsrc

Joerg Sonnenberger announced new behavior in pkgsrc: Performing “bmake install” in pkgsrc with a package that supports DESTDIR will build a binary package and then install from that package.  This means a package will be successfully build before the installation process is started, and I assume is to assist further work down the road.

Details: The old behavior was to build and install directly, which “bmake stage-install” can reproduce.  DESTDIR support means that the software can be installed as non-root.

Messylaneous for 2010/02/16

It’s like someone turned on the activity faucet; there’s so much to post about lately!

  • PkgsrcCon 2010 is May 28th to 30th, in Basel.  The date’s been declared, but not much else – yet.
  • Chunks of KDE in pkgsrc are now updating to the KDE4 versions by default.  This only affects pkgsrc-current users, not pkgsrc-2009Q4.
  • An interesting story about computer manufactuing and MicroSD problems.
  • In Praise of Online Obscurity – this article makes me think of communities like DragonFly and the other BSDs.  In essence, growth causes smaller independent groups to form out of a larger membership, because a social group can only be maintained to a certain size.   Perhaps this is why FreeBSD’s evolved a core group, or other groups form, like Wikipedia ‘editors’.  (via)  I’m catering to my own interests in group dynamics here.
  • Jan Lentfer’s brought in his hostapd and wpa_supplicant work, mentioned previously.