Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 2.5.8_3
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
08 Feb 2019 18:19:10
2.5.8_3
|
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 |
02 Aug 2015 15:03:20
2.5.8_3
|
tijl  |
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 ) |
31 Oct 2014 15:56:28
2.5.8_2
|
bapt  |
Simplify plist |
17 Sep 2014 17:29:47
2.5.8_2
|
amdmi3  |
- Drop .la files for security/libmcrypt, no dependees require them
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
02 Aug 2014 14:12:21
2.5.8_1
|
sunpoet  |
- Add LICENSE
- Cosmetic change |
11 Jun 2014 09:46:29
2.5.8_1
|
amdmi3  |
- Switch to USES=libtool
- Strip libraries |
31 Jan 2014 15:24:46
2.5.8
|
miwi  |
- Stage support |
20 Sep 2013 22:55:26
2.5.8
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
14 Aug 2013 22:35:54
2.5.8 
|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
03 Jul 2011 14:03:52
2.5.8
|
ohauer  |
-remove MD5 |
04 Dec 2010 07:34:27
2.5.8
|
ade  |
Sync to new bsd.autotools.mk |
22 Aug 2009 00:35:32
2.5.8 
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
02 Aug 2009 19:36:34
2.5.8
|
mezz  |
-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 |
24 Mar 2009 12:04:36
2.5.8
|
mm  |
- Mark MAKE_JOBS_SAFE for SMP compilation |
21 Aug 2008 06:18:49
2.5.8
|
rafan  |
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 ) |
27 Mar 2007 08:01:56
2.5.8
|
miwi  |
- Update to 2.5.8
PR: 110819
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
01 Feb 2007 02:42:06
2.5.7_2
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
15 Aug 2006 01:04:55
2.5.7_2
|
clsung  |
- 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> |
23 Feb 2006 10:40:45
2.5.7_2
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
25 Nov 2005 18:01:16
2.5.7_1
|
pav  |
- Add SHA256 |
15 Nov 2005 06:52:12
2.5.7_1
|
ade  |
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. |
13 Apr 2005 11:51:34
2.5.7_1
|
vs  |
USE_LIBTOOL instead of local patch |
12 Apr 2005 03:26:57
2.5.7_1
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
2.5.7_1
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
11 Mar 2005 21:27:41
2.5.7_1
|
pav  |
- Fix plist |
06 Jun 2004 19:48:59
2.5.7_1
|
thierry  |
Fix pkg-descr and COMMENT.
PR: ports/67633
Submitted by: Linh Pham |
29 Jan 2004 16:13:06
2.5.7_1
|
trevor  |
SIZEify. |
12 Oct 2003 13:10:39
2.5.7_1
|
krion  |
- Update MASTER_SITES and WWW: line
PR: 57894
Submitted by: Ports Fury |
11 Jul 2003 05:20:05
2.5.7_1
|
kris  |
Bump PORTREVISION for previous commit |
09 Jul 2003 05:37:17
2.5.7
|
daichi  |
update security/libmcrypt: remove unneeded USE_PERL5
PR: 54162
Submitted by: Sergey Matveychuk <sem@ciam.ru> |
01 May 2003 22:18:15
2.5.7
|
arved  |
Update to 2.5.7
PR: 51673
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
22 Feb 2003 15:05:33
2.5.6_1
|
leeym  |
add missing directory to PLIST
bump PORTREVISION
Noticed by: bento
PR: 48546
Submitted by: Erwin Lansing <erwin@lansing.dk> |
20 Feb 2003 18:59:13
2.5.6
|
knu  |
De-pkg-comment. |
17 Feb 2003 16:20:34
2.5.6
|
nork  |
Remove RESTRICTED tag for crypto stuff.
Pointed out by: kris |
10 Feb 2003 21:26:35
2.5.6
|
pat  |
Update to 2.5.6
PR: ports/48147
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
04 Jan 2003 21:15:07
2.5.5 
|
anders  |
2.5.4 isn't fetchable - update to 2.5.5. |
03 Jan 2003 19:15:09
2.5.4 
|
ijliao  |
upgrade to 2.5.4
PR: 46432
Submitted by: Ports Fury |
07 Nov 2002 11:54:23
2.5.3 
|
edwin  |
Fix PERL dependencies for these ports (print/cups solves print/cups-base
and french/cups-base)
Noticed on: bento |
01 Sep 2002 16:07:59
2.5.3 
|
dwcjr  |
${PERL} -> ${REINPLACE_CMD}
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net |
31 Aug 2002 11:23:00
2.5.3 
|
trevor  |
Update libmcrypt to 2.5.3, which has no functional changes. |
21 Jul 2002 04:30:28
2.5.2 
|
ijliao  |
upgrade to 2.5.2 |
08 Jun 2002 06:08:40
2.5.1 
|
pat  |
Update to 2.5.1
PR: 39000
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
05 May 2002 08:11:48
2.5.0 
|
kris  |
Update to libmcrypt 2.5.0 |
03 Mar 2002 06:51:45 
|
pat  |
Update to 2.4.22 |
02 Dec 2001 18:38:27 
|
steve  |
Update to version 2.4.18. |
25 Jul 2001 18:56:25 
|
steve  |
Use CONFIGURE_TARGET so that the config script gets named correctly on both
the x86 and alpha platforms. |
06 Jul 2001 08:25:50 
|
ijliao  |
add missing files |
17 Jun 2001 19:40:11 
|
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]. |
17 Jun 2001 19:38:10 
|
steve  |
Update to version 2.4.15. |
16 May 2001 19:10:24 
|
nsayer  |
Forced commit. I apparently should have included this: |
16 May 2001 15:08:56 
|
nsayer  |
Chase the distfile. |
24 Mar 2001 22:38:38 
|
nsayer  |
Move distfile |
23 Mar 2001 23:12:33 
|
dirk  |
Add another master site. |
23 Mar 2001 01:55:21 
|
jeh  |
Update to version 2.4.10 |
14 Mar 2001 14:18:38 
|
roam  |
Install ltlibs, necessary for normal libmcrypt functionality. |
16 Feb 2001 22:24:54 
|
vanilla  |
Upgrade to 2.4.9. |
01 Jan 2001 12:26:48 
|
kevlo  |
Upgrade to 2.2.7 |
07 Nov 2000 14:17:47 
|
nsayer  |
Put maintainership up for grabs |
07 Nov 2000 04:55:01 
|
nsayer  |
1. USE_LIBTOOL instead of GNU_CONFIGURE |
08 Oct 2000 07:30:58 
|
asami  |
Convert category security to new layout. |
07 Sep 2000 18:19:27 
|
nsayer  |
Upgrade to 2.2.6 |
16 Jun 2000 22:52:41 
|
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:48:25 
|
sobomax  |
Fourth round of INSTALLS_SHLIBS conversion. |