non port: security/libmcrypt/Makefile |
SVNWeb
|
Number of commits found: 59 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 857c05f (Only the first 10 of 840 ports in this commit are shown above. )
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 8 Feb 2019
|
[ 18:19 kai ]
security/libmcrypt: Pass maintainership to submitter
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
|
Sun, 2 Aug 2015
|
[ 15:03 tijl ] (Only the first 10 of 234 ports in this commit are shown above. )
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<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 (Only the first 15 lines of the commit message are shown above )
|
Wed, 17 Sep 2014
|
[ 17:29 amdmi3 ] (Only the first 10 of 11 ports in this commit are shown above. )
- Drop .la files for security/libmcrypt, no dependees require them
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
|
Sat, 2 Aug 2014
|
[ 14:12 sunpoet ]
- Add LICENSE
- Cosmetic change
|
Wed, 11 Jun 2014
|
[ 09:46 amdmi3 ]
- Switch to USES=libtool
- Strip libraries
|
Fri, 31 Jan 2014
|
[ 15:24 miwi ]
- Stage support
|
Fri, 20 Sep 2013
|
[ 22:55 bapt ] (Only the first 10 of 1016 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sat, 22 Aug 2009
|
[ 00:35 amdmi3 ] (Only the first 10 of 349 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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
|
Tue, 24 Mar 2009
|
[ 12:04 mm ]
- Mark MAKE_JOBS_SAFE for SMP compilation
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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 (Only the first 15 lines of the commit message are shown above )
|
Tue, 27 Mar 2007
|
[ 08:01 miwi ]
- Update to 2.5.8
PR: 110819
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Thu, 1 Feb 2007
|
[ 02:42 kris ] (Only the first 10 of 348 ports in this commit are shown above. )
Use libtool port instead of included version to avoid objformat a.out botch
|
Tue, 15 Aug 2006
|
[ 01:04 clsung ] (Only the first 10 of 49 ports in this commit are shown above. )
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
|
Wed, 13 Apr 2005
|
[ 11:51 vs ]
USE_LIBTOOL instead of local patch
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Sun, 6 Jun 2004
|
[ 19:48 thierry ]
Fix pkg-descr and COMMENT.
PR: ports/67633
Submitted by: Linh Pham
|
Sun, 12 Oct 2003
|
[ 13:10 krion ]
- Update MASTER_SITES and WWW: line
PR: 57894
Submitted by: Ports Fury
|
Fri, 11 Jul 2003
|
[ 05:20 kris ]
Bump PORTREVISION for previous commit
|
Wed, 9 Jul 2003
|
[ 05:37 daichi ]
update security/libmcrypt: remove unneeded USE_PERL5
PR: 54162
Submitted by: Sergey Matveychuk <sem@ciam.ru>
|
Thu, 1 May 2003
|
[ 22:18 arved ]
Update to 2.5.7
PR: 51673
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
Sat, 22 Feb 2003
|
[ 15:05 leeym ]
add missing directory to PLIST
bump PORTREVISION
Noticed by: bento
PR: 48546
Submitted by: Erwin Lansing <erwin@lansing.dk>
|
Thu, 20 Feb 2003
|
[ 18:59 knu ] (Only the first 10 of 146 ports in this commit are shown above. )
De-pkg-comment.
|
Mon, 17 Feb 2003
|
[ 16:20 nork ]
Remove RESTRICTED tag for crypto stuff.
Pointed out by: kris
|
Mon, 10 Feb 2003
|
[ 21:26 pat ]
Update to 2.5.6
PR: ports/48147
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
Sat, 4 Jan 2003
|
[ 21:15 anders ]
2.5.4 isn't fetchable - update to 2.5.5.
|
Fri, 3 Jan 2003
|
[ 19:15 ijliao ]
upgrade to 2.5.4
PR: 46432
Submitted by: Ports Fury
|
Thu, 7 Nov 2002
|
[ 11:54 edwin ]
Fix PERL dependencies for these ports (print/cups solves print/cups-base
and french/cups-base)
Noticed on: bento
|
Sun, 1 Sep 2002
|
[ 16:07 dwcjr ] (Only the first 10 of 76 ports in this commit are shown above. )
${PERL} -> ${REINPLACE_CMD}
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net
|
Sat, 31 Aug 2002
|
[ 11:23 trevor ]
Update libmcrypt to 2.5.3, which has no functional changes.
|
Sun, 21 Jul 2002
|
[ 04:30 ijliao ]
upgrade to 2.5.2
|
Sat, 8 Jun 2002
|
[ 06:08 pat ]
Update to 2.5.1
PR: 39000
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
Sun, 5 May 2002
|
[ 08:11 kris ]
Update to libmcrypt 2.5.0
|
Sun, 3 Mar 2002
|
[ 06:51 pat ]
Update to 2.4.22
|
Sun, 2 Dec 2001
|
[ 18:38 steve ]
Update to version 2.4.18.
|
Wed, 25 Jul 2001
|
[ 18:56 steve ]
Use CONFIGURE_TARGET so that the config script gets named correctly on both
the x86 and alpha platforms.
|
Sun, 17 Jun 2001
|
[ 19:40 steve ]
Commit a serious hack so that this software actually works the way it is
supposed to. This fixes problems I've been seeing when trying to use this
with mod_php[34].
|
[ 19:38 steve ]
Update to version 2.4.15.
|
Wed, 16 May 2001
|
[ 19:10 nsayer ]
Forced commit. I apparently should have included this:
|
[ 15:08 nsayer ]
Chase the distfile.
|
Sat, 24 Mar 2001
|
[ 22:38 nsayer ]
Move distfile
|
Fri, 23 Mar 2001
|
[ 23:12 dirk ]
Add another master site.
|
[ 01:55 jeh ]
Update to version 2.4.10
|
Wed, 14 Mar 2001
|
[ 14:18 roam ]
Install ltlibs, necessary for normal libmcrypt functionality.
|
Fri, 16 Feb 2001
|
[ 22:24 vanilla ]
Upgrade to 2.4.9.
|
Mon, 1 Jan 2001
|
[ 12:26 kevlo ]
Upgrade to 2.2.7
|
Tue, 7 Nov 2000
|
[ 14:17 nsayer ]
Put maintainership up for grabs
|
[ 04:55 nsayer ]
1. USE_LIBTOOL instead of GNU_CONFIGURE
|
Thu, 7 Sep 2000
|
[ 18:19 nsayer ]
Upgrade to 2.2.6
|
Fri, 16 Jun 2000
|
[ 22:52 asami ] (Only the first 10 of 264 ports in this commit are shown above. )
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
|
[ 09:48 sobomax ] (Only the first 10 of 181 ports in this commit are shown above. )
Fourth round of INSTALLS_SHLIBS conversion.
|
Number of commits found: 59 |