aboutsummaryrefslogtreecommitdiff
path: root/security/libmcrypt
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* security/libmcrypt: Pass maintainership to submitterKai Knoblich2019-02-081-4/+6
| | | | | | | | | | | | | | | | While I'm here: * Fix the license and add the path to that license * Sort variables a bit according to the PHB and to pet portlint PR: 235433 Submitted by: John von Essen <john@essenz.com> Reviewed by: tcberner (mentor) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D19102 Notes: svn path=/head/; revision=492442
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* Simplify plistBaptiste Daroussin2014-10-311-3/+1
| | | | Notes: svn path=/head/; revision=371868
* - Drop .la files for security/libmcrypt, no dependees require themDmitry Marakasov2014-09-172-4/+4
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=368406
* - Add LICENSESunpoet Po-Chuan Hsieh2014-08-021-2/+4
| | | | | | | - Cosmetic change Notes: svn path=/head/; revision=363816
* - Switch to USES=libtoolDmitry Marakasov2014-06-111-1/+4
| | | | | | | - Strip libraries Notes: svn path=/head/; revision=357448
* - Stage supportMartin Wilke2014-01-312-3/+1
| | | | Notes: svn path=/head/; revision=342006
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - 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