Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.10.1_3 27 Mar 2017 18:27:12 |
rene |
Remove expired ports:
2017-03-27 print/musixtex: Broken for more than 6 months
2017-03-27 www/wml: Broken for more than 6 months
2017-03-27 www/offline-npm: Broken for more than 6 months
2017-03-27 x11-themes/kde-icons-cezanne: Broken for more than 6 months
2017-03-27 x11-themes/kde-icons-sky: Broken for more than 6 months
2017-03-27 deskutils/gnome-shell-extension-backslide: Broken for more than 6
months
2017-03-27 devel/openvex: Broken for more than 6 months
2017-03-27 mail/mixmaster: Broken for more than 6 months
2017-03-27 net-mgmt/nat: Broken for more than 6 months
2017-03-27 net-p2p/gnunet-gtk: Depends on expiring net-p2p/gnunet
2017-03-27 net-p2p/gnunet: Broken for more than 6 months
2017-03-27 print/abc2mtex: Depends on expiring print/musixtex |
0.10.1_3 26 Feb 2017 13:58:50 |
antoine |
Deprecate ports broken for more than 6 months |
0.10.1_3 23 Jan 2017 18:52:57 |
sunpoet |
Update to 0.9.52
- While I'm here:
- Remove USE_OPENSSL: it is not required after libmicrospdy removal
- Bump PORTREVISION for dependent ports
Changes: https://gnunet.org/git/libmicrohttpd.git/tree/ChangeLog
PR: 216382
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) |
0.10.1_2 09 Sep 2016 19:42:46 |
amdmi3 |
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true) (Only the first 15 lines of the commit message are shown above ) |
0.10.1_2 19 Aug 2016 02:29:47 |
marino |
net-p2p/gnunet: Mark broken due to runtime malfunction
gnunet needs gnunet-daemon-hostlist to allow the connection to other
nodes on the network, but it's not built because it apparently requires
libgnurl for that.
PR: 205042 |
0.10.1_2 25 Apr 2016 16:13:39 |
mat |
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951 |
0.10.1_2 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.10.1_2 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) |
0.10.1_1 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 ) |
0.10.1 22 Nov 2014 20:40:09 |
crees |
Finally retire USE_PGSQL |
0.10.1 12 Nov 2014 21:31:28 |
antoine |
Cleanup plist |
0.10.1 17 Sep 2014 07:38:16 |
tijl |
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt) |
0.10.1 03 Sep 2014 14:16:23 |
vanilla |
Update to version 0.10.1.
PR: ports/193162
Submitted by: Ports Fury. |
0.9.3_11 01 Sep 2014 10:25:48 |
tijl |
www/libmicrohttpd:
- Update to version 0.9.37
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use option helpers
- Fix package listing when recent OpenSSL is available
Approved by: portmgr (implicit, bump unstaged port) |
0.9.3_10 29 Aug 2014 08:24:20 |
tijl |
devel/libunistring:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstaged port) |
0.9.3_9 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) |
0.9.3_8 29 Jul 2014 20:55:28 |
adamw |
Repair instances, almost all courtesy of bf ;-), of spaces
and/or tabs before the =. This made doing regular expressions
on the ports tree really difficult.
Approved by: portmgr (not really, but touches unstaged ports) |
0.9.3_8 24 Jul 2014 15:57:24 |
bapt |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
0.9.3_8 16 Jul 2014 08:26:26 |
bapt |
Fix some non default LIB_DEPENDS
With hat: portmgr |
0.9.3_8 14 Jul 2014 18:42:04 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
0.9.3_8 10 Jul 2014 12:13:12 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt) |
0.9.3_8 04 Jul 2014 09:41:00 |
tijl |
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit) |
0.9.3_7 15 Mar 2014 16:39:46 |
miwi |
- Convert USE_GMAKE/BZIP2 to USES |
0.9.3_7 20 Sep 2013 22:28:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p) |
0.9.3_7 06 Aug 2013 19:08:58 |
bf |
Update math/glpk to 4.52.1 and adjust dependent ports |
0.9.3_6 11 Jul 2013 16:26:27 |
sunpoet |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
0.9.3_5 29 May 2013 23:43:55 |
bf |
Update math/glpk to 4.50 and adjust dependent ports |
0.9.3_4 10 May 2013 19:39:58 |
bf |
update math/glpk to 4.49, and adjust dependent ports
Approved by: maho |
0.9.3_3 03 May 2013 16:36:41 |
ehaupt |
Chase security/libgcrypt update |
0.9.3_2 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
0.9.3_2 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.9.3_2 31 Jan 2013 13:03:32 |
bf |
update glpk to 4.48 and adjust dependent ports |
0.9.3_1 08 Aug 2012 15:05:36 |
bdrewery |
- Chase www/libmicrohttpd shlib version bump
- Add UPDATING entry
Approved by: eadler (mentor) |
0.9.3 08 Jun 2012 06:50:40 |
bf |
update to 0.9.3 and convert options to new style |
0.9.2_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.9.2_1 31 May 2012 13:27:41 |
bf |
add to the minimal default configuration file and pkg-message;
fix the unexec directive in the packing list [1]
Reported by: pav [1] |
0.9.2 28 May 2012 16:35:10 |
bf |
add the missing pkg-message |
0.9.2 28 May 2012 16:28:47 |
bf |
preliminary version of update to 0.9.x; GUI, rc-scripts, tests,
and refinements to default configuration to follow |
0.8.1b_13 23 May 2012 01:47:57 |
miwi |
- Chase libesmtp shlib bump |
0.8.1b_12 21 May 2012 05:25:17 |
bf |
defer expiration pending updates |
0.8.1b_12 10 May 2012 15:40:22 |
bf |
defer expiration pending updates |
0.8.1b_12 09 Apr 2012 23:51:44 |
bapt |
Mark as deprecated and set expiration to 2012-05-10 for ports that are mark as
broken for more than 6 month |
0.8.1b_12 16 Feb 2012 15:57:34 |
ashish |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
0.8.1b_11 12 Oct 2011 21:15:57 |
pawel |
Chase www/libmicrohttpd shlib bump |
0.8.1b_10 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.8.1b_10 31 Jul 2011 15:07:08 |
jlaffaye |
- Chase guile shared lib bump
- Add an entry to UPDATING |
0.8.1b_9 24 Jul 2011 03:05:21 |
bf |
take in some orphans |
0.8.1b_9 10 Jul 2011 16:31:20 |
jlaffaye |
Chase libmicrohttpd shared lib bump
Approved by: bapt (mentor) |
0.8.1b_9 03 Jul 2011 11:40:49 |
swills |
- Chase the libgcrypt shared lib version |
0.8.1b_8 02 Jul 2011 18:06:14 |
miwi |
- Kick MD5 Support |
0.8.1b_8 19 Mar 2011 13:15:34 |
ale |
Bump PORTREVISION for ports linking to default libmysqlclient. |
0.8.1b_7 09 Mar 2011 00:19:31 |
pav |
- Mark BROKEN: does not configure
Reported by: pointyhat |
0.8.1b_7 06 Mar 2011 23:19:02 |
pav |
- Chase libextractor shlib raise
Reported by: pointyhat
Pointy hat to: vd |
0.8.1b_6 12 Jan 2011 00:55:00 |
ohauer |
- correct libmicrohttpd version
- bump PORTREVISION
correction after PR ports/153530
Feature safe: yes |
0.8.1b_5 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.8.1b_5 27 Jul 2010 01:25:20 |
wxs |
Chase security/libgcrypt shlib bump.
PR: ports/148755
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> |
0.8.1b_4 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.8.1b_3 19 Apr 2010 10:43:43 |
ale |
Switch to use newer GMP version.
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin) |
0.8.1b_2 03 Apr 2010 10:44:36 |
roam |
Chase the ftp/curl shlib version bump. |
0.8.1b_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.8.1b 08 Mar 2010 23:05:14 |
miwi |
- Update to 0.8.1b
PR: 144427
Submitted by: Ports Fury |
0.8.1_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.8.1 04 Jan 2010 23:14:16 |
miwi |
- Update to 0.8.1
PR: 142315
Submitted by: Ports Fury |
0.8.0c 22 Dec 2009 11:25:47 |
miwi |
- Update to 0.8.0c
PR: 141818
Submitted by: Ports Fury |
0.6.6b_9 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.6.6b_8 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.6.6b_7 13 May 2009 09:46:02 |
ale |
Chase libgmp and bump PORTREVISION. |
0.6.6b_6 22 Jan 2009 16:04:11 |
miwi |
- Chase lang/guile shlib bump |
0.6.6b_5 21 Jul 2008 04:49:09 |
rafan |
- Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION
PR: ports/125435 |
0.6.6b_5 06 Jun 2008 13:53:49 |
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.6.6b_4 20 Mar 2008 09:56:52 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
0.6.6b_4 01 Mar 2008 06:22:42 |
marcus |
Chase libguile shared lib version. |
0.6.6b_4 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.6.6b_3 10 Feb 2007 06:05:06 |
kris |
Use libtool15 port instead of included version to avoid objformat a.out botch |
0.6.6b_3 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
0.6.6b_3 20 Dec 2006 12:27:58 |
gabor |
- Add ipv6 to CATEGORIES
PR: ports/106888
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Approved by: erwin (mentor) |
0.6.6b_3 15 Aug 2006 00:56:24 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
0.6.6b_3 11 May 2006 22:49:56 |
edwin |
Remove USE_REINPLACE from all categories starting with N |
0.6.6b_3 10 May 2006 14:46:48 |
ale |
Chase gmp library and bump PORTREVISION. |
0.6.6b_2 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.6.6b_1 30 Jan 2006 21:36:28 |
pav |
Populate newly create net-p2p category with these ports:
ftp/jigdo
net/amule1
net/amule2
net/apollon
net/azureus
net/bnbt
net/btpeer
net/btqueue
net/cdonkey
net/ctorrent
net/dcd
net/dclib
net/dctc (Only the first 15 lines of the commit message are shown above ) |