rev 1.2 and somewhat undone by rev 1.3) on FreeBSD 4. This
results in build and installing idraw and ibuild as well. (This
fixes the bento packaging problem.)
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
inexplicably removed in rev. 1.8. This commit also restores the
usefulness of the "ldconfig -m %B" line, which was run on
${PREFIX}/interviews/man (the directory path of the previous filename)
after the removal.
Submitted by: bento
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]
I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.
Before I forget....
Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
===> Building package for iv-3.1
Creating package /usr/ports/packages/All/iv-3.1.tgz
Registering depends:.
Creating gzip'd tar ball in '/usr/ports/packages/All/iv-3.1.tgz'
tar: can't add file interviews/lib/FREEBSD/libIV.so.3 : No such file or director
y
tar: can't add file interviews/lib/FREEBSD/libUnidraw.so.3 : No such file or dir
ectory
tar: can't add file interviews/bin/FREEBSD/alert : No such file or directory
tar: can't add file interviews/bin/FREEBSD/dclock : No such file or directory
tar: can't add file interviews/bin/FREEBSD/doc : No such file or directory
tar: can't add file interviews/bin/FREEBSD/ibuild : No such file or directory
tar: can't add file interviews/bin/FREEBSD/iclass : No such file or directory
tar: can't add file interviews/bin/FREEBSD/idemo : No such file or directory
tar: can't add file interviews/bin/FREEBSD/idraw : No such file or directory
tar: can't add file interviews/bin/FREEBSD/ifc : No such file or directory
tar: can't add file interviews/bin/FREEBSD/logo : No such file or directory
tar: can't add file interviews/bin/FREEBSD/mailbox : No such file or directory
/usr/sbin/pkg_create: tar command failed with code 256
*** Error code 1
own interviews application. It's only one line long (I couldn't find
any suitable paragraph I can cut and paste from in the source tree)
but at least it is a description of the port now.
Closes PR ports/1517.
hopped ten blocks on a concrete floor, upside down, with a much
simpler "DIST_SUBDIR=iv".
While I'm here, replace the "gzip ${PREFIX}/interviews/man/mann/*.n" with
MANPREFIX and MANN definitions.
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!
post-install:
pkg_add -m ${PREFIX}/lib
to Makefiles and
@exec ldconfig -m %D
to packing lists of ports that install shared libraries.
This should get rid of a huge chunk of confusion for novice users!
All hail Paul Kranenburg! :)
undefined symbol messages, they seem to be missing the prefix "iv"
in the library (src/lib/IV/FREEBSD/libIV.a).
It probably has something to do with
#define _lib_iv(name) iv##name
in src/include/InterViews/iv.h, but I can't figure out for my life
how this entangled spaghetti of include files manage to compile
without swallowing their tails....
Submitted by: Lucas James <Lucas.James@ldjpc.apana.org.au>