These libraries are required to run recent MATLAB under Linuxulator.
I haven't added pkg-plist.i386 files, as I don't have 32-bit VM by hand.
Details
Details
- Reviewers
tcberner - Group Reviewers
Contributor Reviewers (ports) - Commits
- rP484299: Add security/linux-c6-audit-libs and security/linux-c6-pam ports.
make install and ran MATLAB
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
security/linux-c6-audit-libs/Makefile | ||
---|---|---|
10 ↗ | (On Diff #49152) | Wrong place in the Makefile. See Chapter 15. Order of Variables in Port Makefiles. |
security/linux-c6-pam/Makefile | ||
10 ↗ | (On Diff #49152) | Wrong place in the Makefile. See Chapter 15. Order of Variables in Port Makefiles. |
security/linux-c6-audit-libs/Makefile | ||
---|---|---|
10 ↗ | (On Diff #49152) | I copied that from existing security/linux-c6-{gnutls,cyrus-sasl2}. Are these wrong too? |
Comment Actions
You need to hook the new ports into the build via security/Makefile
security/linux-c6-audit-libs/Makefile | ||
---|---|---|
10 ↗ | (On Diff #49152) | Yes :) |
Comment Actions
You can create the i386 plist by using poudriere :)
poudriere jail -c -j104amd32 -ai386...
===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: etc/libaudit.conf Error: Orphaned: usr/lib/libaudit.so.1 Error: Orphaned: usr/lib/libaudit.so.1.0.0 Error: Orphaned: usr/lib/libauparse.so.0 Error: Orphaned: usr/lib/libauparse.so.0.0.0 Error: Orphaned: usr/share/man/man5/libaudit.conf.5.gz
and so on...
Please add that plist too.
Comment Actions
security/linux-c6-pam/pkg-plist.amd64 | ||
---|---|---|
6 ↗ | (On Diff #49683) | ^ I personally don't like subs liek these, that are partial. But I think in that case we might let it go by. |
Comment Actions
Looks good to me, once you add the '\n' to the last lines of the pkg-descrs
security/linux-c6-pam/pkg-descr | ||
---|---|---|
7 ↗ | (On Diff #49683) | ^ add the new line chars on the last line. |