aboutsummaryrefslogtreecommitdiff
path: root/security/libmcrypt
Commit message (Collapse)AuthorAgeFilesLines
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Mark MAKE_JOBS_SAFE for SMP compilationMartin Matuska2009-03-241-0/+1
| | | | Notes: svn path=/head/; revision=230845
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-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) Notes: svn path=/head/; revision=218938
* - Update to 2.5.8Martin Wilke2007-03-273-6/+6
| | | | | | | | PR: 110819 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=188471
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | - these include security/ sysutils/ textproc/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170652
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149451
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* USE_LIBTOOL instead of local patchVolker Stolz2005-04-132-23/+1
| | | | Notes: svn path=/head/; revision=133230
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Fix plistPav Lucistnik2005-03-111-0/+1
| | | | Notes: svn path=/head/; revision=130943
* Fix pkg-descr and COMMENT.Thierry Thomas2004-06-062-2/+2
| | | | | | | | PR: ports/67633 Submitted by: Linh Pham Notes: svn path=/head/; revision=110960
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* - Update MASTER_SITES and WWW: lineKirill Ponomarev2003-10-122-3/+3
| | | | | | | | PR: 57894 Submitted by: Ports Fury Notes: svn path=/head/; revision=90921
* Bump PORTREVISION for previous commitKris Kennaway2003-07-111-0/+1
| | | | Notes: svn path=/head/; revision=84642
* update security/libmcrypt: remove unneeded USE_PERL5Daichi GOTO2003-07-091-1/+0
| | | | | | | | PR: 54162 Submitted by: Sergey Matveychuk <sem@ciam.ru> Notes: svn path=/head/; revision=84503
* Update to 2.5.7Tilman Keskinoz2003-05-012-3/+2
| | | | | | | | PR: 51673 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=79968
* add missing directory to PLISTYen-Ming Lee2003-02-222-0/+2
| | | | | | | | | | | | bump PORTREVISION Noticed by: bento PR: 48546 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=76152
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Remove RESTRICTED tag for crypto stuff.Norikatsu Shigemura2003-02-171-2/+0
| | | | | | | Pointed out by: kris Notes: svn path=/head/; revision=75713
* Update to 2.5.6Patrick Li2003-02-102-8/+3
| | | | | | | | PR: ports/48147 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=75262
* 2.5.4 isn't fetchable - update to 2.5.5.Anders Nordby2003-01-042-2/+2
| | | | Notes: svn path=/head/; revision=72535
* upgrade to 2.5.4Ying-Chieh Liao2003-01-034-88/+22
| | | | | | | | PR: 46432 Submitted by: Ports Fury Notes: svn path=/head/; revision=72446
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Fix PERL dependencies for these ports (print/cups solves print/cups-baseEdwin Groothuis2002-11-071-0/+1
| | | | | | | | | and french/cups-base) Noticed on: bento Notes: svn path=/head/; revision=69654
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* ${PERL} -> ${REINPLACE_CMD}David W. Chapman Jr.2002-09-011-2/+3
| | | | | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net Notes: svn path=/head/; revision=65426
* Update libmcrypt to 2.5.3, which has no functional changes.Trevor Johnson2002-08-312-2/+10
| | | | Notes: svn path=/head/; revision=65362
* upgrade to 2.5.2Ying-Chieh Liao2002-07-212-2/+2
| | | | Notes: svn path=/head/; revision=63303
* Update to 2.5.1Patrick Li2002-06-082-4/+9
| | | | | | | | PR: 39000 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=60844
* Update to libmcrypt 2.5.0Kris Kennaway2002-05-053-6/+8
| | | | Notes: svn path=/head/; revision=58577
* Update to 2.4.22Patrick Li2002-03-033-32/+5
| | | | | | | | PR: 35499 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=55452
* Update to version 2.4.18.Steve Price2001-12-027-356/+52
| | | | | | | | PR: 32315 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=50885
* Use CONFIGURE_TARGET so that the config script gets named correctlySteve Price2001-07-252-1/+2
| | | | | | | on both the x86 and alpha platforms. Notes: svn path=/head/; revision=45484
* add missing filesYing-Chieh Liao2001-07-061-0/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=44808
* Commit a serious hack so that this software actually works the way itSteve Price2001-06-172-0/+320
| | | | | | | | is supposed to. This fixes problems I've been seeing when trying to use this with mod_php[34]. Notes: svn path=/head/; revision=44134
* Update to version 2.4.15.Steve Price2001-06-174-17/+25
| | | | Notes: svn path=/head/; revision=44133
* Chase the distfile.Nick Sayer2001-05-161-1/+1
| | | | | | | Submitted by: marc@milestonerdl.com Notes: svn path=/head/; revision=42638
* Move distfileNick Sayer2001-03-241-1/+1
| | | | | | | Submitted by: aeverett@webinternational.net Notes: svn path=/head/; revision=40325
* Add another master site.Dirk Froemberg2001-03-231-1/+2
| | | | Notes: svn path=/head/; revision=40299
* Update to version 2.4.10James E. Housley2001-03-233-4/+3
| | | | | | | | PR: 25999 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=40236
* Install ltlibs, necessary for normal libmcrypt functionality.Peter Pentchev2001-03-142-1/+33
| | | | | | | | PR: 25333 Submitted by: Ports Fury Notes: svn path=/head/; revision=39830
* Upgrade to 2.4.9.Vanilla I. Shu2001-02-164-11/+59
| | | | | | | | PR: ports/25149 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=38412
* Upgrade to 2.2.7Kevin Lo2001-01-013-3/+6
| | | | | | | | PR: 23988 Submitted by: Joseph Scott <joseph@randomnetworks.com> Notes: svn path=/head/; revision=36570
* Put maintainership up for grabsNick Sayer2000-11-071-1/+1
| | | | Notes: svn path=/head/; revision=34874
* 1. USE_LIBTOOL instead of GNU_CONFIGURENick Sayer2000-11-072-5/+3
| | | | | | | | | 2. Fix and sort plist Submitted by: steve Notes: svn path=/head/; revision=34868
* Upgrade to 2.2.6Nick Sayer2000-09-072-2/+2
| | | | | | | Submitted by: roam@orbitel.bg Notes: svn path=/head/; revision=32402