Commit graph

12 commits

Author SHA1 Message Date
Trevor Johnson
f19ba78f25 This version of mcrypt requires autoconf 2.50 or newer. Accordingly,
use that instead of the old autoconf.  Add a pre-configure target
to run autoconf, because bsd.port.mk only supports the old autoconf.

Left to its own devices, the program now installs files with strange
names such as /usr/local/man/man1/i386-portbld-freebsd4.4-mcrypt.1
and /usr/local/bin/i386-portbld-freebsd4.4-mcrypt.  To avoid this,
the whole installation now happens in a do-install target in the
port's Makefile, which also does the former post-install tasks.

Install supplementary documentation, unless NOPORTDOCS is defined.

Use EXAMPLESDIR.

The mdecrypt utility was removed.  It has been replaced by a -d
option to mcrypt.

Drop USE_LIBTOOL and add back GNU_CONFIGURE.

PORTVERSION remains nil, since this did not build.

Add a warning about my laziness.
2002-05-08 22:00:26 +00:00
Trevor Johnson
74feaf69ed Remove patch to extra.c, since it has been incorporated upstream.
Reported by:	Mario Pranjic and Valentin Zahariev
PR:	37790 and 37856
2002-05-08 21:43:02 +00:00
Kris Kennaway
20b7b06c48 Update to mcrypt 2.5.13
Approved by:	trevor (maintainer)
2002-05-05 08:14:06 +00:00
Ade Lovett
f18cbf2fa6 gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr
2002-04-12 17:10:20 +00:00
Ade Lovett
9210b7cb07 Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr
2002-03-15 19:44:29 +00:00
Akinori MUSHA
77f6c01ede Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
2002-01-29 11:58:52 +00:00
Maxim Sobolev
810fcd34d2 USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate. 2001-08-31 14:20:29 +00:00
Kris Kennaway
b6014bd389 Fix auto-generated plist 2001-07-07 21:55:34 +00:00
Trevor Johnson
04f7f2678d Update to 2.5.6. Add a master site. 2001-06-01 15:03:42 +00:00
Trevor Johnson
e4ac6623be Update libmcrypt soname in dependency. 2001-04-09 23:43:49 +00:00
Trevor Johnson
3126eadb1c Fix maintainer line. 2001-03-24 11:29:07 +00:00
Trevor Johnson
201fdac8c9 new port of mcrypt 2.5.5, a replacement for crypt(1)
Obtained from:	OpenBSD
2001-03-23 05:16:45 +00:00