aboutsummaryrefslogtreecommitdiffstats
path: root/security/mhash
Commit message (Collapse)AuthorAgeFilesLines
* - Remove A/An in COMMENTcs2013-03-301-5/+2
| | | | - Trim Header where applicable
* - Reassign to the heapglarkin2012-02-281-1/+1
| | | | Requested by: roam (on ports-developers@)
* - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0
|
* Fix build with FreeBSD 10kwm2011-10-301-0/+1
| | | | Approved by: portmgr (miwi)
* -remove MD5ohauer2011-07-031-1/+0
|
* Avoid breakage in dependent ports (notably PHP) by simply not linkingroam2009-12-181-2/+2
| | | | | | | against the threaded C libraries. Bump PORTREVISION. Submitted by: ale
* Update to mhash-0.9.9.9.roam2009-09-1019-109/+182
| | | | Add descriptive headers to all the patches.
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+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)
* Update to mhash-0.9.9, fixing several style issues, lots of memoryroam2008-01-1617-5/+850
| | | | leaks, and two serious (even if not easily triggered) bugs.
* - Update to 0.9.7.1garga2006-09-213-16/+18
| | | | | | | | | | | - Remove uneeded perl dependency - s/INSTALLS_SHLIB/USE_LDCONFIG/ - Use PORTDOCS PR: ports/93730 (based on) Submitted by: cy Discussed with: portmgr (erwin) Approved by: maintainer timeout (over 6 months)
* Conversion to a single libtool environment.ade2006-02-231-1/+1
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* 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.
* - Update to 0.9.2pav2005-07-183-3/+23
| | | | | | PR: ports/80238 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: maintainer timeout (3 months)
* 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'.
* Update mhash to version 0.9.1, which provides three new hashes.roam2004-12-303-4/+16
| | | | | Shorten COMMENT at portlint's suggestion. Install a couple of docfiles.
* A long-overdue dequoting of COMMENT. D'oh, I thought I'd done this,roam2004-11-021-1/+1
| | | | | | like, MONTHS ago! Submitted by: Brian Poole <raj@cerias.purdue.edu>
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Update to 0.8.18.roam2003-09-012-3/+4
| | | | | PR: 56167 Submitted by: foxfair
* Update to 0.8.17.roam2003-03-053-12/+3
|
* Remove pkg-comment files in my ports.roam2003-02-202-1/+1
|
* Update to 0.8.14.roam2002-05-223-15/+12
|
* Update to 0.9.13.roam2002-02-204-2/+31
| | | | | | | | In the process, fix an autoconf-2.52 bug in using $target_alias as a program prefix even if it is exactly the same as $host_alias. Also, remove the installation of the library .la file. Based on a patch by: ijliao
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-1/+1
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* Update to 0.8.9roam2001-02-242-2/+2
|
* Update to 0.8.4.roam2000-12-162-2/+2
|
* update my email address - roam@orbitel.bg -> roam@FreeBSD.orgroam2000-11-221-1/+1
|
* Update to version 0.8.3jeh2000-11-022-4/+4
| | | | | | | New Maintainer PR: 22350 Submitted by: Peter Pentchev <roam@orbitel.bg>
* Whitespace changes and PLIST sorting.reg2000-10-011-3/+3
|
* Update to 0.8.2. Use proper pthread-linking (-pthread vs. -lc_r). Usewill2000-07-143-8/+7
| | | | | | | | | USE_LIBTOOL instead of GNU_CONFIGURE so we don't install .la file. Turn this port loose upon the world. This update is needed for aide port. PR: 19921 Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca> Approved by: nsayer
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-162-5/+1
|
* Portlint COMMENT's.knu2000-04-151-2/+1
| | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* 1. Remove RESTRICTED -- aparently hashing is exportable.nsayer2000-01-093-5/+4
| | | | | | | | | | | 2. Removed threading restriction. 3. Changed the WWW: 4. Improved the pkg/COMMENT PR: 15893 Submitted by: Cy.Schubert@uumail.gov.bc.ca
* Update to 0.6.1nsayer1999-11-292-4/+4
| | | | Submitted by: sascha@schumann.cx
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Add --disable-pthreads. Fixes apache+php3 hangnsayer1999-06-291-2/+2
| | | | suggested by: PHP-dev mailing list
* Stealing some fix-ups from ports/devel/mm:nsayer1999-06-292-3/+9
| | | | | | 1. post-install ldconfig 2. CONFIGURE_ARGS 3. PLIST ldconfigs
* Import of mhash cryptographic hashing library portnsayer1999-06-295-0/+32