these are not necessary. On another architecture, it cuases a problem.
So removed these.
PR: 12339
Submitted by: maintainer (author)
(2) By (1), "ONLY_FOR_ARCHS=i386" is not necessary.
A library of routines for the conversion between 31-bit Unicode values (UCS-4)
and their 8-bit encoding (UTF-9) defined in RFC 2044. The routines can handle
input and output from/to files and memory. Useful for i18n programmers.
PR: 10919
Submitted by: G. Adam Stanislav <zen@buddhist.com>
A utility to convert text files from any operating system to Unix format,
and to convert Unix files to DOS format.
PR: 10882
Submitted by: G. Adam Stanislav <zen@buddhist.com>
despite the fact that the files from both MASTER_SITES are the same
size and when extracted a diff -urN is empty, they have different
checksum.
Noticed by: Andrew Gordon <arg@arg1.demon.co.uk>
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
Use newly introduced %%PARL_ARCH%% for dirname of architecture
dependent libraries.
(i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!)
Approved by: asami
This port requireat least s version 1.41 of the Qt library.
There will be an error reported by configure, if only an earlier
version is found, but no automatic port dependency exists (i.e.
the x11-toolkits/qt141 port has to be manually built and installed).
There may still be a problem with a missing -lXext in the kdesupport
port. This will be taken care of during the next few days, if the
problem still exists ...