Commit graph

5 commits

Author SHA1 Message Date
Jacob Heider aea1470b5d fix(inetutils)
clang on mac complaining something awful:

```
syslogd.c:281:7: error: conflicting types for 'ttymsg'
char *ttymsg (struct iovec *, int, char *, int);
      ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/util.h:103:9: note: previous declaration is here
char   *ttymsg(struct iovec *, int, const char *, int);
```

closes #4659
2023-12-29 15:07:53 -05:00
Jacob Heider 48b12e5aa9
cleanup all empty dependencies: nodes 2023-10-01 20:41:57 -04:00
Max Howell 81e7a5e16f
pkgx 2023-10-01 14:44:42 -04:00
Jacob Heider 44dba213e5
more hardcoded versions (#1901)
* update(aspell)

* update(pango)

* update(binutils)

* update(gawk)

* 11 more
2023-05-08 11:17:44 -04:00
James Reynolds ab17c08e03
+gnu.org/inetutils (#860)
* +gnu.org/inetutils

* Removed g prefix, symlinked libexec binaries to sbin, moved libidn to a runtime dependency

* Fixed test. It has a 'missing executables:' error on my computer. Is it a bug?

* Fixed symlinks

* add ncurses (for bin/talk)

---------

Co-authored-by: James Reynolds <magnsuviri@me.com>
Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-03-31 17:02:06 -04:00