Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.7.2_2 25 Nov 2024 12:07:22 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/wxgtk32
New version of wxgtk32 in tree |
2.7.2_1 17 Mar 2024 21:19:04 |
Daniel Engberg (diizzy) |
comms/trustedqsl: Fix plist and port
* Remove obsolete dependencies (BDB 5 and (lib)lmdb)
* Add USES= sqlite
* Fix plist
While at it, make some minor changes to Makefile
Approved by: portmgr (blanket, build fix) |
2.7.2 04 Mar 2024 13:39:40 |
Michael Reifenberger (mr) |
comms/trustedqsl: Update to 2.7.2 |
2.6.5 04 Mar 2024 11:27:00 |
Michael Reifenberger (mr) |
comms/trustedqsl: Update to 2.6.5 |
2.6.3_1 23 Nov 2023 11:20:28 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/wxgtk32
New version of wxWidgets in tree |
2.6.3 22 Dec 2022 12:00:50 |
Loïc Bartoletti (lbartoletti) |
comms/trustedqsl: use wx 3.2 |
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) |
2.6.3 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 ) |
2.6.3 29 May 2022 16:17:07 |
Michael Reifenberger (mr) |
comms/trustedqsl: Update to 2.6.3
Try to unbreak the build and update to 2.6.3 |
2.5.9 26 May 2022 19:56:21 |
Michael Reifenberger (mr) |
comms/trustedqsl: Update to 2.5.9
Update to the latest version 2.5.9 |
2.4_5 16 Apr 2021 07:52:45 |
Yuri Victorovich (yuri) |
x11-toolkits/wxgtk31: Update 3.1.4 -> 3.1.5
Bump 43 ports that either depend on wxgtk31 or potentially depend on it.
Reported by: portscout |
2.4_4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.4_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.4_4 17 May 2020 05:55:12 |
lbartoletti |
x11-toolkits/wxgtk30: Update to 3.0.5.1
Changelog:
-
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt
PR: 246218
Approved by: tcberner (mentor)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D24808 |
2.4_3 13 Aug 2019 16:00:39 |
mat |
Convert to UCL & cleanup pkg-message (categories a-c) |
2.4_3 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.4_2 12 Dec 2018 19:45:20 |
tobik |
comms/trustedqsl builds fine with OpenSSL 1.1.1
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p485718_s340864/logs/trustedqsl-2.4_1.log |
2.4_2 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
2.4_1 10 Nov 2018 10:09:49 |
mat |
security/openssl-devel was removed, but there is a security/openssl111 now. |
2.4_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
2.4 15 Jul 2018 02:36:36 |
yuri |
comms/trustedqsl: Update 2.2.1 -> 2.4; Unbreak with wxWidgets-3.1
2.2.1 was breaking with wxWidgets-3.1
PR: 229781
Approved by: portmgr (unbreak) |
2.2.1_2 16 Feb 2018 17:52:50 |
brnrd |
BROKEN_SSL: Add REASON for breakage
Reported by: matwq |
2.2.1_2 16 Feb 2018 13:44:47 |
brnrd |
security/openssl-devel: Mark broken cat c* |
2.2.1_2 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
2.2.1_1 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
2.2.1 02 Dec 2016 11:58:22 |
mat |
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
2.2.1 08 Aug 2016 13:46:50 |
mat |
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight |
2.2.1 10 Apr 2016 22:33:00 |
shurd |
Update to latest release |
2.2 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
2.2 03 Jan 2016 23:53:38 |
shurd |
Update to latest resease.
Patches have been pushed upstream (Yay!) so this should be a lot easier
going forward.
Thanks to Rick Murphy (K1MU) for helping upstream these bits. |
2.1.3 22 Dec 2015 08:29:03 |
shurd |
Update WWW address. |
2.1.3 06 Dec 2015 11:14:46 |
shurd |
Simply remove test per upstream suggestion.
This allows builds against wxWidgets 3.0+ to succeed. |
2.1.3 30 Nov 2015 04:55:14 |
shurd |
Fix build for 9.x |
2.1.3 29 Nov 2015 00:21:37 |
shurd |
Update to 2.1.3
Pull from arrl.org instead of sourceforge, since that seems to be the
"official" distribution location. Cleaned up patches and sent them upstream |
2.0.3_3 16 Sep 2015 19:51:28 |
bapt |
Remove ansi version fo wxGTK 2.8 and only keep the unicode version
All applications in the ports tree works correctly with unicode version of wxGTK
Newer version of wxGTK are unicode only (3.0+)
Note that now WX_UNICODE macro is noop |
2.0.3_2 19 Aug 2015 13:30:00 |
mat |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
2.0.3_2 07 Apr 2015 17:53:36 |
db |
Unbreak
upstream distfile had been re-rolled causing fetch failuresd |
2.0.3_2 05 Apr 2015 18:12:56 |
bapt |
Mark as broken unfetchable ports |
2.0.3_2 20 Oct 2014 09:31:34 |
bapt |
Cleanup plist |
2.0.3_2 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
2.0.3_1 22 Aug 2014 06:56:48 |
mandree |
Fix up missed or botched PORTREVISION bumps from r365599.
Apparently Tools/scripts/bump-revision.sh isn't too robust...
PR: 192690 |
2.0.3 21 Aug 2014 22:50:30 |
mandree |
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) |
2.0.3 18 Jul 2014 21:42:32 |
shurd |
Fix TQSL issues when build with Clang (previous patches were not enough)
Update to 2.0.3
Add options for the extra (deprecated) command-line utilities
From ChangeLog.txt:
- Fix defect that doesn't allow adding station locations if only a single
callsign certificate is installed.
Thanks Kenji!
PR: ports/191871 |
2.0.2 16 Jul 2014 21:07:19 |
shurd |
Copy the version matching the port to my public_distfiles
and set MASTER_SITES to local for now. Will fix this soon.
PR: ports/191871 |
2.0.2 22 Jun 2014 03:43:20 |
shurd |
Upstream modified the source archive with new features... from the ChangeLog:
When run in command line "-n" mode (display new program and/or configuration
files), TQSL could exit before the hheck was completed. Change the behavior
so the program waits for the check to complete.
Signing a log with a location that points to an incomplete certificate
request would cause an "Invalid argument" error rather than the expected
error message notify the user that they have no valid callsign certificates
for that callsign. TQSL now properly displays the error.
Don't display the main TQSL window when requesting the user enter
the password for their callsign certificate when in batch mode.
Add timestamps to diagnostic log entries.
PR: 191233
Submitted by: shurd
Reviewed by: skreuzer
Approved by: db, skreuzer (mentors) |
2.0.2 18 Jun 2014 01:01:31 |
db |
- update to latest
- the ARRL licence is a 6 part BSD
PR: ports/190172
Submitted by: shurd |
2.0_2 09 May 2014 21:13:10 |
amdmi3 |
- Don't remove mtree directories
Approved by: portmgr |
2.0_2 14 Mar 2014 20:59:20 |
tijl |
Fix double occurences of USES= |
2.0_2 02 Feb 2014 02:16:37 |
db |
- Fix runtime core
- Fix minor nit in tqsl.cpp with use of WxString
Reported by: Thomas Laus <lausts@acm.org> |
2.0_1 25 Jan 2014 22:30:09 |
antoine |
Finish stage support |
2.0 13 Dec 2013 04:11:11 |
db |
- Update to latest version [1]
- Fix build on 10.0
- Convert to stagedir
PR: ports/184554 [1]
Submitted by: shurd@sasktel.net |
1.14.2 11 Dec 2013 15:10:44 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in comms |
1.14.2 20 Sep 2013 16:03:29 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms) |
1.14.2 27 Jul 2013 22:50:01 |
db |
- Update post-install message to move /usr/local/share/tqsl
to /usr/local/share/TrustedQSL
- no binary change
Submitted by: Thomas Laus KH6ILT <lausts@acm.org>
Obtained from: private email |
1.14.2 03 Jul 2013 17:45:02 |
db |
Updated trustedqsl and removed tqsllib port which is no longer needed
Some cleanups and fixes needed.
Original comment from shurd@sasktel.net
I noticed that the new version allows uploading directly from the tqsl
app, so I've updated the port. The tqsllib is no longer a separate
package from upstream, so I added the CONFLICTS_INSTALL for it. A note
will be needed in ports/UPDATING regarding this.
Submitted by: Stephen Hurd <shurd@sasktel.net> |
1.13 14 Aug 2012 23:30:32 |
db |
- Carve tqsllib out into its own port, updating to it to V2.2 in the process
- Fix build problem associated with tqsllib
- Update trustedqsl itself from 1.11 to 1.13
- Respect OPENSSL build variables
PR: ports/169720
Submitted by: paul@dokas.name |
1.11_9 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.11_8 18 Mar 2012 20:11:43 |
pav |
- Mark BROKEN on FreeBSD 7: does not compile
openssl_cert.cpp:1296:2: error: #error "Unexpected OpenSSL version; check
X509_ATTRIBUTE struct compatibility"
openssl_cert.cpp: In function 'int tqsl_getCertificatePrivateKeyType(void*)':
openssl_cert.cpp:1053: warning: deprecated conversion from string constant to
'char*'
openssl_cert.cpp: In function 'int tqsl_add_bag_attribute(PKCS12_SAFEBAG*,
const char*, const std::string&)':
openssl_cert.cpp:1271: error: 'asc2uni' was not declared in this scope
openssl_cert.cpp: In function 'int tqsl_exportPKCS12File(void*, const char*,
const char*)':
openssl_cert.cpp:1484: error: conditional expression between distinct pointer
types 'int (*)()' and 'int (*)(PKCS7*, unsigned char**)' lacks a cast
openssl_cert.cpp:1484: error: invalid conversion from 'int (*)()' to 'void*'
openssl_cert.cpp:1484: error: invalid conversion from 'int (*)(PKCS7*,
unsigned char**)' to 'void*'
openssl_cert.cpp:1484: error: invalid conversion from 'void*' to
'stack_st_OPENSSL_BLOCK*'
openssl_cert.cpp:1484: error: initializing argument 1 of 'unsigned char*
ASN1_seq_pack(stack_st_OPENSSL_BLOCK*, int (*)(void*, unsigned char**), unsigned
char**, int*)'
openssl_cert.cpp: In function 'int tqsl_get_bag_attribute(PKCS12_SAFEBAG*,
const char*, std::string&)':
openssl_cert.cpp:1549: error: 'uni2asc' was not declared in this scope
openssl_cert.cpp: At global scope:
openssl_cert.cpp:2407: warning: 'int tqsl_cert_get_subject_name_count(X509*)'
defined but not used
openssl_cert.cpp:2416: warning: 'int tqsl_cert_get_subject_name_index(X509*,
int, TQSL_X509_NAME_ITEM*)' defined but not used
openssl_cert.cpp:2442: warning: 'int tqsl_cert_get_subject_date(X509*, const
char*, tQSL_Date*)' defined but not used
*** Error code 1
Reported by: pointyhat
Feature safe: yes |
1.11_8 08 Feb 2012 14:01:32 |
eadler |
Remove whitespace after b.p.m to help reduce false postives when searching for
other junk after b.p.m
Trivial non-functional change so maintainer not contacted
Submitted by: Alex Kozlov |
1.11_8 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 |
1.11_8 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.11_8 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.11_7 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.11_6 22 Nov 2009 19:49:43 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
1.11_6 22 Aug 2009 00:15:15 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with B,C |
1.11_6 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 |
1.11_5 17 Jun 2009 12:19:35 |
db |
- Fix LOCALBASE [1]
- Fix dead link in pkg-descr
Reported by: itetcu [1] |
1.11_5 06 Jun 2008 13:15: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) |
1.11_4 20 Mar 2008 09:23:28 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
1.11_4 18 Dec 2007 19:07:41 |
db |
- When reading an ADIF log, in which the frequency is given (instead of
the band), the conversion of this frequency to a band fails in some
cases, when the locale settings define anything different than a '.'
as decimal separator (e.g. LANG=de_DE, where it is ',').
further description at: http://people.freebsd.org/~db/tqsllib_bug.txt
Submitted by: Fabian Kurz <mail@fkurz.net> |
1.11_3 22 Jun 2007 20:52:16 |
db |
- Correct problem under gcc 4.1 and amd64 [1]
- Remove support for FreeBSD 4.x
Notified by: kris (via pointyhat) [1]
Approved by: ehaupt (mentor) |
1.11_3 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}. |
1.11_2 05 Mar 2007 14:11:39 |
db |
- make objformat obsolete
- use USE_LDCONFIG instead of INSTALLS_SHLIB
Notified by: kris (via pointyhat)
Approved by: ehaupt (mentor) |
1.11_2 19 Jan 2007 18:14:20 |
db |
Change my MAINTAINER: line in Makfile to db@FreeBSD.org
fix simple typo in xwota Makefile while at it.
Approved by: ehaupt (mentor) |
1.11_2 01 Dec 2006 07:39:02 |
pav |
- Use features of bsd.wx.mk, especially USE_WX
PR: ports/101613
Submitted by: alepulver |
1.11_2 09 May 2006 21:16:57 |
az |
- Update forgotten patches, since without them no build success no bump
portrevsion
Pointed by: Diane Bruce (maintainer)
Pointy hat: az |
1.11_2 09 May 2006 05:51:15 |
az |
- summarize changes
- bump portrevision
PR: ports/96020
Submitted by: Diane Bruce <db@db.net> (maintainer) |
1.11_1 03 May 2006 23:38:41 |
edwin |
remove USE_REINPLACE for all ports with categories starting with C |
1.11_1 30 Jan 2006 23:20:05 |
kuriyama |
Chase shlib bump of libexpat. |
1.11 21 Jan 2006 17:37:14 |
krion |
- Fix 'all-depends-list' target in cases if dependencies list is
very long and if some dependencies can't be added into the list.
[1]
- Fix FAM support. Make gamin the default FAM system. [2]
- Introduce new 'quicksearch' target to show only port, path and
info section of the matching ports. [3]
- Introduce new category - rubygems. [4]
- Fix stale dependencies while installing qmail slaveport and
another port that depends on qmail. [5]
- Add commentary for describes target in bsd.port.mk. [6] (Only the first 15 lines of the commit message are shown above ) |
1.11 22 Nov 2005 21:40:50 |
pav |
- Update to 1.11
PR: ports/89430
Submitted by: Diane Bruce <db@db.net> (maintainer) |
1.10_4 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
1.10_3 22 May 2005 14:51:24 |
fjoe |
- Fix the build (wxgtk24 port no longer installs wx-config).
- Bump PORTREVISION. |
1.10_2 12 May 2005 16:39:59 |
fjoe |
Finish repo copy of wxgtk 2.4.2 ports to wxgtk24* |
1.10_2 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
1.10_1 07 Nov 2004 22:37:47 |
marcus |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
1.10 21 Aug 2004 22:07:26 |
pav |
Add TrustedQSL, an Amateur Radio Station electronic trusted logbook
The mission of the Trusted QSL Group is to keep eQSL an open and free
activity for amateur radio operators by promoting the
Digital Signature Standard (DSS).
PR: ports/70643
Submitted by: Diane Bruce <db@db.net> |