ln -sf bin/toast /usr/local/bin/tcat
ln -sf bin/toast /usr/local/bin/untoast
which create these incorrect links:
/usr/local/bin/tcat -> bin/toast
/usr/local/bin/untoast -> bin/toast
Replacing %F with %f in pkg-plist removes the extra bin/.
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
- Remove dead mirror, add some working mirrors
- Add 2>&1 >/dev/null || true to @unexec rm ... in pkg-plist
PR: ports/95377
Submitted by: Lars Engels <lars.engels@0x20.net>
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
Actually, this has been broken since asami's compress-all-the-manpages
commit on Nov. 18, _1996_. I'm beginning to suspect that more ports
are in like this...
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
all the COMMENTs! No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.
Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)
Phew! 238 ports modified!