Commit graph

5 commits

Author SHA1 Message Date
Tobias Kortkamp
c069836a06 misc/linm: Fix build with Clang 6
In file included from mlsdialog.cpp:1:
./mlsdialog.h:30:10: error: cannot initialize return object of type 'void *' with an rvalue of type 'bool'
                return false;
                       ^~~~~

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p478276_s338342/logs/errors/linm-0.8.1.1_5.log

- Fix build on 12.0 too; it fails to link and seems to want iconv
  from ports for the //TRANSLIT extension

/usr/bin/ld: error: undefined symbol: libiconv_open
>>> referenced by mlslocale.cpp
>>>               mlslocale.o:(MLSUTIL::code_convert(char const*, char const*, char const*)) in archive ../../lib/libmlscommon.a
2018-08-30 12:10:49 +00:00
Alexey Dokuchaev
2ab476a8cf - Add a patch to replace deprecated des_* methods from des_old.h, which
enables the build against LibreSSL (OpenSSL head has also removed this
  header)
- Simplify WRKSRC and move it where it normally belongs in Makefile
- Remove no longer required "/LIBS=/s|-lpthread|-pthread|" gimmick, and
  bring Makefile header under standard form
- Provide a better port description while I'm here

PR:		198984
Submitted by:	Bernard Spil
2015-04-11 14:55:33 +00:00
Martin Wilke
01efb90dab - Update to 0.8.1.1
PR:		179211
Submitted by:	Ports Fury
2013-06-09 16:50:22 +00:00
CHOI Junho
8217045be7 Update to 0.7.7.1 2006-02-16 07:57:56 +00:00
CHOI Junho
128b0a5cf6 Activate linm, mc-style terminal file manager. 2006-01-24 03:28:14 +00:00