Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 May 2002 15:00:26 -0700 (PDT)
From:      Trevor Johnson <trevor@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/security/mcrypt Makefile
Message-ID:  <200205082200.g48M0Qt90609@freefall.freebsd.org>

index | next in thread | raw e-mail

trevor      2002/05/08 15:00:26 PDT

  Modified files:
    security/mcrypt      Makefile 
  Log:
  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.
  
  Revision  Changes    Path
  1.11      +31 -10    ports/security/mcrypt/Makefile

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205082200.g48M0Qt90609>