aboutsummaryrefslogtreecommitdiffstats
path: root/security/digest
Commit message (Collapse)AuthorAgeFilesLines
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* - Add a patch for output the correct checksum for the null string.miwi2007-05-291-0/+62
| | | | | | PR: 112553 Submitted by: Ighighi<ighighi@gmail.com> Obtained from: pkgsrc
* - Switch to the vendor's MASTER_SITESpav2006-05-272-4/+5
| | | | - Update distinfo, the content of tarball is identical (verified)
* Reset vsevolod as maintainer due to unreponsiveness. We hope to see himlinimon2006-04-151-1/+1
| | | | | | back sometime. Hat: portmgr
* Remove CONFLICTS with nss.marcus2006-02-031-1/+1
|
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Update my email address.vsevolod2005-07-221-1/+1
| | | | Approved by: perky (mentor)
* - Fix a bug in SHA256sem2005-07-212-0/+12
| | | | | | PR: ports/76289 Reported by: Kenichi Morioka <morioka@openloop.co.jp> Fixed by: Vsevolod Stakhov <vsevolod@highsecure.ru> (maintainer)
* - Update to latest NetBSD snapshotsem2005-07-1128-10882/+7
| | | | | | | | | - Use tarball instead of set of files - Pass maintainership to submitter PR: ports/83180 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> Approved by: eik MIA
* 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'.
* - Add (or fix) CONFLICTS line. The ports install bin/digest.sem2005-02-121-1/+1
| | | | Approved by: portmgr (krion)
* Adjusted makefile for rdigest slave port.eik2004-07-031-13/+13
| | | | | Forgotten by: me Noticed by: kris
* use CONFLICTS and PLIST_FILESeik2004-01-312-1/+4
|
* switch my ports to my FreeBSD addresseik2003-11-141-1/+1
| | | | Approved by: marcus (mentor)
* Remove my e-mail address from DESCR files of portstrevor2003-11-131-1/+0
| | | | I have contributed, in order to attract less spam.
* - update sources and Makefile to latest NetBSD releaseerwin2003-09-2827-311/+7785
| | | | | | | | (usage bug fixed, misc. improvements) - grab maintainership PR: 56656 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Fix installation: MANCOMPRESSED=yeslioux2002-12-271-0/+1
| | | | Prompted by: Paulo Rodrigo <rodrigo_paulo@yahoo.com.br>
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-1/+1
| | | | | | 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.
* install manpage correctly.sf2001-09-211-5/+2
|
* Fix the manpage to make previous versions of nroff(1) happy.knu2001-08-142-2/+4
| | | | Submitted by: Jason Harris <jharris@widomaker.com>
* Synchronize with NetBSD. (20010807)knu2001-08-1316-45/+1568
|
* Drop maintainership.trevor2001-08-121-1/+1
|
* new port of digest 20010302, an MD5/SHA-1/RIPEMD-160 checksummingtrevor2001-03-1016-0/+1920
utility Obtained from: NetBSD pkgsrc/pkgtools/digest