summaryrefslogtreecommitdiff
path: root/security/mcrypt
Commit message (Collapse)AuthorAgeFilesLines
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* This version of mcrypt requires autoconf 2.50 or newer. Accordingly,Trevor Johnson2002-05-081-10/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=58757
* Remove patch to extra.c, since it has been incorporated upstream.Trevor Johnson2002-05-081-11/+0
| | | | | | | | Reported by: Mario Pranjic and Valentin Zahariev PR: 37790 and 37856 Notes: svn path=/head/; revision=58751
* Update to mcrypt 2.5.13Kris Kennaway2002-05-052-4/+3
| | | | | | | Approved by: trevor (maintainer) Notes: svn path=/head/; revision=58579
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-1/+2
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=57625
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=56168
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-5/+5
| | | | | | | | | 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. Notes: svn path=/head/; revision=53959
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.Maxim Sobolev2001-08-311-1/+0
| | | | Notes: svn path=/head/; revision=47231
* Fix auto-generated plistKris Kennaway2001-07-071-1/+1
| | | | Notes: svn path=/head/; revision=44893
* Update to 2.5.6. Add a master site.Trevor Johnson2001-06-012-3/+3
| | | | Notes: svn path=/head/; revision=43394
* Update libmcrypt soname in dependency.Trevor Johnson2001-04-091-1/+1
| | | | Notes: svn path=/head/; revision=41158
* Fix maintainer line.Trevor Johnson2001-03-241-1/+1
| | | | Notes: svn path=/head/; revision=40313
* new port of mcrypt 2.5.5, a replacement for crypt(1)Trevor Johnson2001-03-235-0/+72
Obtained from: OpenBSD Notes: svn path=/head/; revision=40246