Skip to content

Instantly share code, notes, and snippets.

@bsiegert
Last active October 10, 2018 19:37
Show Gist options
  • Save bsiegert/0c6d6c941c4c8100973d to your computer and use it in GitHub Desktop.
Save bsiegert/0c6d6c941c4c8100973d to your computer and use it in GitHub Desktop.
  • add a target to package-install OR replace, depending on whether the package is already installed.
  • Update direnv to newest version and consider importing from wip (https://github.com/direnv/direnv/releases)
    • needs go-dotenv
  • Create a package for ast-ksh from the current git version -- completely new build system
  • gcloud-golang is now https://github.com/GoogleCloudPlatform/google-cloud-go/, import path has also changed.
    • create new packages
    • move users over
    • remove old
  • PLIST conflict between hunspell and go-tools (bin/analyze)

Go

  • maybe send an upstream CL to whitelist -funroll-loops.
  • update all the other /x/ repos.
  • The build cache lives under $HOME, so pkgsrc builds complain. Move it to a location below $WRKDIR by default.

Bugs to look at

Old Stuff

Perl 6 (in wip)

  • MoarVM: needs porting to NetBSD (wiz?)
  • rakudo: "short" and "precomp" are a problem: file names under precomp are different in every build, those under short are different on different machines.
  • p6-panda: not committed, tries to install into $PREFIX immediately, during bootstrap.pl
  • rakudo-star: should become a meta pkg, installing rakudo, p6-panda and p6-Task-Star.

NetBSD

Other stuff

  • apply patch to freetype2 for AIX (not OK during freeze, I suppose?)

net/ntp4

On Darwin:

ERROR: ************************************************************
ERROR: The following files are in /opt/pkgsrc-2016Q1/net/ntp4/work/.destdir/opt/pkg-2016Q1 but not in the PLIST:
ERROR:         /opt/pkgsrc-2016Q1/net/ntp4/work/.destdir/opt/pkg-2016Q1/man/man8/calc_tickadj.8
ERROR:         /opt/pkgsrc-2016Q1/net/ntp4/work/.destdir/opt/pkg-2016Q1/man/man8/ntpsnmpd.8
ERROR:         /opt/pkgsrc-2016Q1/net/ntp4/work/.destdir/opt/pkg-2016Q1/sbin/calc_tickadj
ERROR:         /opt/pkgsrc-2016Q1/net/ntp4/work/.destdir/opt/pkg-2016Q1/sbin/ntpsnmpd
ERROR:         /opt/pkgsrc-2016Q1/net/ntp4/work/.destdir/opt/pkg-2016Q1/sbin/tickadj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment