Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.8.9_1 08 Oct 2017 17:11:42 |
pi |
japanese/jd: remove port on request of maintainer
- port is marked BROKEN since april or so
- port is a browser for 2ch.net
- 2ch.net changed their API, so even if fixed, it would no longer work
PR: 218650
Submitted by: townwear@gmail.com (maintainer) |
2.8.9_1 11 May 2017 19:27:42 |
antoine |
Mark BROKEN: fails to build
In file included from interface.cpp:7:
...
/usr/local/include/glibmm-2.4/glibmm/ustring.h:256:13: error: expected ';' at
end of declaration list
Reported by: pkg-fallout |
2.8.9_1 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
2.8.9_1 27 Mar 2016 14:58:00 |
tijl |
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine) |
2.8.9 19 Feb 2016 16:30:23 |
rakuco |
Update to 2.8.9.
PR: 207322
Submitted by: townwear@gmail.com (maintainer) |
2.8.8_5 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 |
2.8.8_5 15 Apr 2015 08:20:28 |
tijl |
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above ) |
2.8.8_4 02 Jan 2015 18:46:34 |
pi |
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in (Only the first 15 lines of the commit message are shown above ) |
2.8.8_3 19 Sep 2014 08:07:11 |
tijl |
Convert to USES=autoreconf |
2.8.8_3 01 Sep 2014 19:34:02 |
tijl |
Add USES=libtool to accessibility/atkmm and bump dependent ports |
2.8.8_2 30 Jul 2014 03:57:24 |
pi |
security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
security/shishi with PR 192164 is already committed
[1] devel/ccrtp
[2] editors/abiword
[3] security/p5-Crypt-GCrypt
PR: 191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) |
2.8.8_1 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
2.8.8_1 23 Jul 2014 09:54:02 |
tijl |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine) |
2.8.8 07 Jun 2014 18:30:51 |
danilo |
- Update from 2.8.7 to 2.8.8 [1]
- Add libtool to USES
- Add libtoolize to USE_AUTOTOOLS
PR: ports/190750
Submitted by: townwear@gmail.com (maintainer) [1] |
2.8.7 17 Jan 2014 17:27:17 |
danilo |
- Update from 2.8.6 to 2.8.7
while here
- Remove extra tabs
- Use PLIST_FILES instead of pkg-plist
PR: ports/185570
Submitted by: Takashi Kato <townwear@gmail.com> |
2.8.6 01 Dec 2013 07:15:49 |
antoine |
- Update to 2.8.6
- gmake not needed
- Stage support
- use OPTIONS helpers
PR: ports/184350
Submitted by: Takashi Kato (maintainer) |
2.8.5_2 22 Oct 2013 13:58:56 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [fgijk])
Approved by: portmgr (bdrewery) |
2.8.5_2 20 Sep 2013 18:47:56 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese) |
2.8.5_2 13 Sep 2013 17:14:53 |
madpilot |
- Fix build after iconv change [1]
- Fix build with clang/libc++ ([2] for graphics/ipe)
While here for databases/spatialite:
- Trim Makefile headers
- Remove check for unsupported FreeBSD versions
Submitted by: marino [1]
Reported by: swills, antoine [1]
Submitted by: bsam [2]
Approved by: portmgr (bapt, implicit) |
2.8.5_2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.8.5_2 26 May 2013 00:33:54 |
jgh |
- adoption of optionsNG framework
- trim COMMENTS and historical headers
Approved by: portmgr (bapt) |
2.8.5_2 03 May 2013 16:36:41 |
ehaupt |
Chase security/libgcrypt update |
2.8.5_1 05 Feb 2013 16:17:07 |
novel |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
2.8.5 28 Aug 2012 11:54:03 |
scheidell |
- Update to 2.8.5
PR: ports/171100
Submitted by: Takashi Kato <townwear@gmail.com> (maintainer) |
2.8.2_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.8.2 27 Aug 2011 20:25:47 |
tota |
- Update to 2.8.2 [1]
- Move LICENSE section earlier to make portlint happy
PR: ports/160028 [1]
Submitted by: Takashi Kato <townwear_AT_gmail_DOT_com> (maintainer) [1] |
2.8.1_1 26 Jul 2011 20:36:28 |
pav |
- Mark BROKEN: does not link (gcrypt/gnutls)
Reported by: pointyhat |
2.8.1_1 05 Jun 2011 18:43:16 |
novel |
Chase security/gnutls update and add an UPDATING entry. |
2.8.1 09 Apr 2011 13:30:14 |
arved |
Update to 2.8.1
PR: 156250
Submitted by: maintainer |
2.8.0 05 Feb 2011 10:56:23 |
miwi |
- Update to 2.8.0
PR: 154490
Submitted by: Takashi Kato <townwear@gmail.com> (maintainer)
Feature safe: yes |
2.7.5 06 Jan 2011 14:12:11 |
tota |
- Update to 2.7.5 [1]
- Use MASTER_SITES_ABBREVS in MASTER_SITES
- Add LICENSE
- Add OPTIONS
- Drop MD5 checksum from distinfo
- Make portlint happy
PR: ports/153512 [1]
Submitted by: Takashi Kato <townwear_AT_gmail_DOT_com> (maintainer) [1] |
2.7.0_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
2.7.0_1 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
2.7.0_1 05 Oct 2010 19:57:56 |
ade |
Round one migration of ports from automake{19,110} to automake111 |
2.7.0_1 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
2.7.0 24 Aug 2010 17:11:28 |
lwhsu |
- Update to 2.7.0
PR: ports/149939
Submitted by: Takashi Kato <townwear AT gmail.com> (maintainer) |
2.6.5 09 May 2010 11:21:47 |
miwi |
- Update to 2.6.5
PR: 146090
Submitted by: Takashi Kato <townwear@gmail.com> (maintainer) |
2.6.0_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.6.0 10 Feb 2010 14:38:15 |
miwi |
- Update to 2.6.0
PR: 143702
Submitted by: Takashi Kato <townwear@gmail.com> (maintainer) |
2.5.5_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.5.5 31 Dec 2009 03:01:49 |
wen |
- Update to 2.5.5
PR: ports/142164
Submitted by: Takashi Kato <townwear@gmail.com> (maintainer) |
2.5.0 13 Dec 2009 00:21:17 |
miwi |
- Update to 2.5.0
PR: 141222
Submitted by: Takashi Kato <townwear@gmail.com> (maintainer) |
2.4.2 30 Sep 2009 07:38:45 |
amdmi3 |
- Update to 2.4.2
PR: 139215
Submitted by: Takashi Kato <townwear@gmail.com> (maintainer)
Feature safe: yes |
2.4.1_1 16 Aug 2009 18:04:40 |
novel |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. |
2.4.1 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 |
2.4.1 15 Jul 2009 19:30:25 |
amdmi3 |
- Update to 2.4.1
PR: 136773
Submitted by: Takashi Kato <townwear@gmail.com> (maintainer) |
2.4.0 24 May 2009 19:25:00 |
dhn |
- Update to 2.4.0
PR: ports/134908
Submitted by: Takashi Kato <townwear@gmail.com> (maintainer) |
2.4.0 24 May 2009 19:23:26 |
dhn |
- Update to 2.4.0
Submitted by: Takashi Kato <townwear@gmail.com> (maintainer) |
2.3.0 23 May 2009 06:41:11 |
beat |
jd - a 2ch browser
WWW: http://jd4linux.sourceforge.jp/
PR: ports/134419
Submitted by: Takashi Kato <townwear AT gmail.com>
Approved by: miwi (mentor) |