Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5.1_9 25 Feb 2024 13:24:57 |
Muhammad Moinur Rahman (bofh) |
security/steghide: Moved man to share/man
Approved by: portmgr (blanket) |
0.5.1_8 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
0.5.1_8 02 Aug 2023 21:18:13 |
Muhammad Moinur Rahman (bofh) |
security/steghide: Fix build with llvm16
- Pet portclippy
Sponsored by: The FreeBSD Foundation |
0.5.1_8 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.5.1_7 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.5.1_7 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
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 ) |
0.5.1_7 21 Oct 2021 14:27:08 |
Stefan Eßer (se) |
security/steghide: Add CPE information
Approved by: portmgr (blanket) |
0.5.1_7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5.1_7 21 Sep 2019 15:04:39 |
pkubaj |
security/steghide: fix build on GCC architectures
Add -Wno-static-float-init only when clang is used. Also add USES=localbase.
Approved by: linimon (mentor)
Differential Revision: https://reviews.freebsd.org/D21407 |
0.5.1_7 29 Jun 2018 16:38:07 |
amdmi3 |
- Fix build with clang 6
- Switch to options helpers |
0.5.1_7 12 Feb 2018 22:11:18 |
arved |
Drop maintainership,
The port currently doesn't build on CURRENT and I don't have a
CURRENT box to fix it. |
0.5.1_7 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.5.1_7 28 Dec 2015 11:57:00 |
arved |
* add support for JPEG
PR: 205650
Submitted by: rene
* while here, add Option to disable NLS |
0.5.1_6 31 Jul 2015 21:20:37 |
amdmi3 |
- Drop @dirrm* from plist
Approved by: portmgr blanket |
0.5.1_6 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
0.5.1_6 02 Mar 2015 23:47:18 |
bapt |
Remove Author from pkg-descr and white space fixes |
0.5.1_6 17 Sep 2014 17:29:47 |
amdmi3 |
- Drop .la files for security/libmcrypt, no dependees require them
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
0.5.1_5 14 Sep 2014 13:59:38 |
tijl |
- Switch to USES=libtool:build
- Respect CXXFLAGS |
0.5.1_5 29 Jul 2014 14:30:10 |
adamw |
Rename security/ patches to reflect the files they modify. |
0.5.1_5 16 Jul 2014 03:18:26 |
adamw |
Add DOCS option where PORTDOCS is in plist. |
0.5.1_5 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
0.5.1_5 06 Jun 2014 09:26:10 |
amdmi3 |
- Use new LIB_DEPENDS syntax
- Switch to USES=libtool
Approved by: portmgr blanket |
0.5.1_4 26 May 2014 12:50:41 |
miwi |
- Convert gmake, bzip2 to USES
Approved by: portmgr |
0.5.1_4 02 Jan 2014 09:03:39 |
arved |
Fix installation of PORTDOCS |
0.5.1_4 30 Dec 2013 17:22:40 |
arved |
Support Stagedir |
0.5.1_4 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.5.1_4 12 Sep 2013 17:07:09 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
0.5.1_4 11 Jun 2013 08:42:15 |
arved |
Add patch to fix compilation with clang |
0.5.1_4 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.5.1_4 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.5.1_4 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.5.1_4 21 Jun 2011 13:40:48 |
arved |
Fix build with clang
Reported by: clang pointyhat run |
0.5.1_3 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.5.1_3 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.5.1_2 30 May 2010 17:39:07 |
arved |
Add LICENSE and LICENSE_FILE to my ports. |
0.5.1_2 22 Aug 2009 00:35:32 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
0.5.1_2 02 Aug 2009 19:36:34 |
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 |
0.5.1_2 21 Aug 2008 06:18:49 |
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 ) |
0.5.1_2 25 Jul 2008 14:34:52 |
pav |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
0.5.1_2 06 Jun 2008 14:01:07 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.5.1_1 07 Mar 2008 13:00:56 |
miwi |
- Remove unneeded quotes in COMMENTS
PR: 121329
Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
Approved by: portmgr (erwin via irc) |
0.5.1_1 29 May 2007 15:45:20 |
arved |
Build with system compiler on CURRENT |
0.5.1_1 14 Dec 2006 19:31:41 |
arved |
Fix build with gcc41
Reported by: pointyhat |
0.5.1_1 24 Sep 2006 16:11:02 |
arved |
Fix build with gcc 3.4.6
Reported by: pointyhat |
0.5.1_1 13 May 2006 04:15:53 |
edwin |
Remove USE_REINPLACE from all categories starting with S |
0.5.1_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.5.1_1 15 Nov 2005 06:52:12 |
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. |
0.5.1_1 08 Nov 2005 12:26:38 |
arved |
Add SHA256 checksums for my ports |
0.5.1_1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.5.1_1 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.5.1_1 30 Sep 2004 05:32:00 |
kris |
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr |
0.5.1_1 14 Aug 2004 09:28:51 |
arved |
Fix build with gcc 3.4 |
0.5.1_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.5.1_1 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
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. |
0.5.1_1 04 Feb 2004 04:36:30 |
marcus |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
0.5.1 23 Jan 2004 18:12:26 |
trevor |
Now gettext 0.12.1 is gettext-old. |
0.5.1 30 Oct 2003 19:09:39 |
arved |
Add USE_GCC=3.3. gcc 2.95 dumps core on some stable systems.
Reported by: Forrest Aldrich <forrie@forrie.com> & bento |
0.5.1 23 Oct 2003 16:47:21 |
arved |
Respect CFLAGS. |
0.5.1 23 Oct 2003 14:28:34 |
arved |
*grr* Readd accidently deleted patch.
Fix a broken URL in pkg-descr. |
0.5.1 23 Oct 2003 14:25:17 |
arved |
Update to 0.5.1 |
0.4.6.b_1 26 Aug 2003 20:25:58 |
marcus |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
0.4.6.b 25 Aug 2003 05:41:38 |
marcus |
Chase the libintl.so shared lib version. |
0.4.6.b 13 Aug 2003 09:26:50 |
arved |
Fix build with new gcc |
0.4.6.b 17 Jul 2003 21:30:08 |
arved |
Include assert.h
Reported by: bento |
0.4.6.b 22 Feb 2003 14:38:12 |
arved |
de-pkg-comment |
0.4.6.b 12 Jan 2003 17:05:03 |
arved |
Explicit link with -lmcrypt.
Noticed by: bento |
0.4.6.b 03 Jan 2003 19:24:35 |
ijliao |
chase mcrypt lib version |
0.4.6.b 22 Oct 2002 13:28:29 |
arved |
Update my Emailaddress
Approved by: kris (mentor) |
0.4.6.b 28 Sep 2002 14:06:38 |
ijliao |
fix build on -stable
PR: 43295
Submitted by: maintainer |
0.4.6.b 01 Sep 2002 17:35:49 |
dwcjr |
Make compile on -current
PR: 42011
Submitted by: maintainer |
0.4.6.b 11 Aug 2002 04:26:43 |
pat |
- Update to 0.4.6.b
- Give maintainership to submitter
PR: ports/41529
Submitted by: Tilman Linneweh <tilman@arved.de> |
0.4.4 09 Aug 2002 16:04:56 |
fenner |
Remove rasputin@submonkey.net as MAINTAINER, on his request. |
0.4.4 05 May 2002 08:13:40 |
kris |
Chase libmcrypt version number increment. |
08 Mar 2002 01:12:31 |
pat |
Update to 0.4.4 and fix email address |
28 Jan 2002 07:03:12 |
pat |
Update to 0.4.3 |
06 Dec 2001 01:12:08 |
pat |
Update to 0.4.2 |
30 Nov 2001 23:24:12 |
kris |
Docs go in ${PREFIX}/share/doc, not ${PREFIX}/doc |
30 Nov 2001 23:23:44 |
kris |
Docs go in ${PREFIX}/share/doc, not ${PREFIX}/doc |
20 Nov 2001 23:29:38 |
lioux |
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the
later case |
20 Mar 2001 01:57:20 |
will |
Add steghide 0.3.1, a steganography tool to hide data in binary files. |