Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-03 | Sync new patches from main smlnj package; they all apply. | dholland | 12 | -6/+241 | |
2016-07-03 | Honor pkgsrc CFLAGS in all configs, not just some. | dholland | 19 | -4/+276 | |
2016-07-03 | Store brand new configs in ${FILESDIR}, not as patches. | dholland | 6 | -66/+54 | |
2016-07-03 | Remove leftover file. This is not used, which is good because it's | dholland | 1 | -15/+0 | |
also out of date. | |||||
2016-07-03 | Don't pass FILESDIR into the build; it isn't used and isn't appropriate. | dholland | 1 | -4/+1 | |
2016-07-03 | Honor the pkgsrc configure shell instead of using /bin/sh, as on some | dholland | 3 | -10/+38 | |
platforms /bin/sh gets one something uselessly broken. Also, don't set MAKE to Solaris's make on Solaris; while this might be necessary building standalone, in pkgsrc it's foolish. | |||||
2016-07-03 | Use BUILD_ENV properly. | dholland | 1 | -4/+11 | |
2016-07-03 | Use SUBST instead of manual seddery. | dholland | 1 | -22/+33 | |
2016-07-03 | Generate the base/ copy of the runtime from the src/ copy after | dholland | 1 | -8/+23 | |
patching, instead of extracting twice. | |||||
2016-07-03 | Remove duplicate patches. Patch only the src/ copy of the runtime. | dholland | 7 | -149/+1 | |
Instead of extracting the runtime twice for src/ and base/ and then haphazardly patching either or both copies, patch only one copy and create the other *after* patching. (better yet would be not to copy the thing at all, but I think there are smlnj reasons you can't do that) | |||||
2016-07-03 | Sync 32-on-64 hacks from main smlnj package. | dholland | 3 | -11/+16 | |
2016-07-03 | Add missing rcsid. | dholland | 1 | -0/+1 | |
2016-07-03 | Sync newer patches (mostly the time handling fixes) from base smlnj package. | dholland | 11 | -3/+256 | |
2016-07-03 | Rename patch-ac to match main smlnj package. | dholland | 2 | -13/+24 | |
2016-07-03 | Sync patch comments from main smlnj package. | dholland | 11 | -12/+31 | |
2016-07-03 | sync pkglint-type changes from main smlnj package | dholland | 2 | -7/+9 | |
2016-07-03 | Sync ONLY_FOR logic from base smlnj package. | dholland | 1 | -6/+20 | |
2016-07-03 | Add a copy of smlnj from before the last update (so, 110.72) because | dholland | 26 | -0/+989 | |
this version builds and runs on NetBSD/i386. (Yes, the update was years back. This is what happens with packages that don't build on amd64...) |