summaryrefslogtreecommitdiffstats
path: root/security/mcrypt
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.6.6 (requires a small patch)johans2007-06-092-5/+8
| | | | - Become port maintainer
* - Update to 2.6.5miwi2007-03-272-41/+30
| | | | | PR: 110820 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Fix LIB_DEPENDSmiwi2007-02-021-1/+1
| | | | | PR: 108684 Submitted by: Martin Matuska <martin@matuska.org>
* Reset maintainership to ports@ after ~4 months without any response to anynetchild2006-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PR. Thanks for contributing. Since the acroread7 port is a somewhat important port for our users, I will hand it over to emulation@ if no _active_ *committer* takes it before the ports freeze. While I'm here: - fix a little nit in the csound port (I think the intention was to create no backup file instead of creating one with a "-e" extension) - set ARCH to i386 in the amd64 case for the acroread7 port. This is a work-around to be able to install everything when a dependency is not already installed (ARCH is read-only in sub-makes, so the dependencies can't change it). This should be removed when the dependencies are fixed or converted to use bsd.linux-rpm.mk. [1] Not objected to by: portmgr (explicit: krion; silence: rest) Maintainer timeout: ~4 months Submitted by: Sangwoo Shim <sangwoos@gmail.com> [1] PR: 87985 [1]
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Hash with SHA-256.trevor2006-01-071-0/+1
|
* Chase URLs per distfile survey.linimon2005-11-251-1/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Checking MACHINE_ARCH is deprecated.trevor2005-09-231-1/+1
|
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Correct the packing list by adding entries for locale directoriestrevor2005-03-151-3/+3
| | | | | | | (it might be better if these were created by mtree). PR: 78511 Submitted by: sem
* BROKEN: Incomplete pkg-plistkris2005-02-281-0/+2
|
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andade2004-07-011-1/+1
| | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!)
* Sync with new bsd.autotools.mkade2004-06-041-2/+2
|
* The compressed distfile is available now from Sourceforge.trevor2004-02-171-4/+3
|
* Chase a MASTER_SITE (problem found by fenner's survey).trevor2004-02-171-1/+1
|
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-3/+3
| | | | | Submitted by: trevor Tested by: bento
* Add size data.trevor2004-01-271-0/+1
|
* List home page.trevor2004-01-251-0/+2
|
* Now gettext 0.12.1 is gettext-old.trevor2004-01-231-1/+1
|
* Chase master sites and avoid use of libtool.trevor2003-09-241-6/+7
|
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-261-0/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* BROKEN: Does not configurekris2003-08-121-0/+2
|
* Back out unapproved changes, notably to the MAINTAINER line, madetrevor2003-08-101-4/+10
| | | | by Kris Kennaway. Fix white space.
* Unbreak by updating to 2.6.4 [1]. Remove previous maintainer.kris2003-08-082-16/+9
| | | | | PR: 51991 Submitted by: Ports fury [1]
* BROKEN: Does not configurekris2003-05-061-0/+2
|
* Retire comment file.trevor2003-03-012-1/+1
|
* chase mcrypt lib versionijliao2003-01-031-1/+1
|
* Chase shlib rev of devel/gettextade2002-08-011-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* This version of mcrypt requires autoconf 2.50 or newer. Accordingly,trevor2002-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.
* Remove patch to extra.c, since it has been incorporated upstream.trevor2002-05-081-11/+0
| | | | | Reported by: Mario Pranjic and Valentin Zahariev PR: 37790 and 37856
* Update to mcrypt 2.5.13kris2002-05-052-4/+3
| | | | Approved by: trevor (maintainer)
* gettext upgrade uber-patch (stage 3)ade2002-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
* Stage 1 of gettext update.ade2002-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
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-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.
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.sobomax2001-08-311-1/+0
|
* Fix auto-generated plistkris2001-07-071-1/+1
|
* Update to 2.5.6. Add a master site.trevor2001-06-012-3/+3
|
* Update libmcrypt soname in dependency.trevor2001-04-091-1/+1
|
* Fix maintainer line.trevor2001-03-241-1/+1
|
* new port of mcrypt 2.5.5, a replacement for crypt(1)trevor2001-03-235-0/+72
Obtained from: OpenBSD
OpenPOWER on IntegriCloud