aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authordb <db@FreeBSD.org>2009-08-26 03:02:44 +0800
committerdb <db@FreeBSD.org>2009-08-26 03:02:44 +0800
commit7f676a0b618b76b2c2423f169ac9fb44e2681ad5 (patch)
tree76d81b9a039fac865a08751dc85d85410ebdd6dc /comms
parente55154f8c1c70852bb21fcce51ebd464d47cd253 (diff)
downloadfreebsd-ports-graphics-7f676a0b618b76b2c2423f169ac9fb44e2681ad5.tar.gz
freebsd-ports-graphics-7f676a0b618b76b2c2423f169ac9fb44e2681ad5.tar.zst
freebsd-ports-graphics-7f676a0b618b76b2c2423f169ac9fb44e2681ad5.zip
- Fix build on -6
Notified by: erwin (via pointyhat)
Diffstat (limited to 'comms')
-rw-r--r--comms/fldigi/Makefile2
-rw-r--r--comms/fldigi/files/patch-src_dialogs_fl_digi.cxx19
2 files changed, 20 insertions, 1 deletions
diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile
index d20156bb702..4bb70c02eaf 100644
--- a/comms/fldigi/Makefile
+++ b/comms/fldigi/Makefile
@@ -7,7 +7,7 @@
PORTNAME= fldigi
PORTVERSION= 3.11
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= comms hamradio
MASTER_SITES= http://www.w1hkj.com/fldigi-distro/ \
${MASTER_SITE_LOCAL}
diff --git a/comms/fldigi/files/patch-src_dialogs_fl_digi.cxx b/comms/fldigi/files/patch-src_dialogs_fl_digi.cxx
new file mode 100644
index 00000000000..0c0540bb5ab
--- /dev/null
+++ b/comms/fldigi/files/patch-src_dialogs_fl_digi.cxx
@@ -0,0 +1,19 @@
+--- src/dialogs/fl_digi.cxx.orig 2009-08-24 13:16:59.000000000 -0400
++++ src/dialogs/fl_digi.cxx 2009-08-24 13:17:51.000000000 -0400
+@@ -25,6 +25,7 @@
+ #include <config.h>
+
+ #include <sys/types.h>
++#include <time.h>
+
+ #ifdef __CYGWIN__
+ # include <w32api/windows.h>
+@@ -1310,7 +1311,7 @@
+ Fl::repeat_timeout(st, ztimer);
+
+ struct tm tm;
+- gmtime_r(&tv.tv_sec, &tm);
++ gmtime_r((const time_t *)&tv.tv_sec, &tm);
+ if (!strftime(ztbuf, sizeof(ztbuf), "%Y%m%d %H%M", &tm))
+ memset(ztbuf, 0, sizeof(ztbuf));
+ else
treamer0.10-removal&id=0bc813f9e0e123b35a60ff0b4bf0c643a0f1d7fa'>- Pass maintainership to office@FreeBSD.orgsunpoet2011-11-291-1/+1 | | | | | Discussed with: bapt Feature safe: yes * The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.rakuco2011-11-141-2/+2 | | | | | | | | | | | This is an incremental update and should be much easier to handle than the transition from 4.6.5 to 4.7.2 in the ports tree. The official release notes can be found at http://www.kde.org/announcements/announce-4.7.3.php. Approved by: avilla (mentor), makc (mentor), portmgr (miwi) Feature safe: yes * The KDE/FreeBSD team is pleased to announce KDE Software Compilationavilla2011-10-172-8/+27 | | | | | | | | | | | | | | | | | | 4.7.2. The official release notes can be found at: http://kde.org/announcements/announce-4.7.2.php This release ships with many improvements. Read more about them here: http://FreeBSD.kde.org/news.php#itemKDESC472availableinports We'd like to say thanks to all testers and contributors, especially to lwhsu@ for his effort on hosting our test packages. PR: 156293 [1] 159219 [2] 160164 [3] Submitted by: Oleg Sidorkin <osidorkin@gmail.com> [1] Alvaro Castillo <gobledb@gmail.com> [2] dkeav04@gmail.com [3] Tested by: exp-run via pav * - Set DIST_SUBDIR: move dist files to DISTDIR/mythessunpoet2011-08-182-2/+3 | * - Set DIST_SUBDIR: move dist files to DISTDIR/hyphensunpoet2011-08-182-2/+3 | * - Change MASTER_SITES to my LOCAL to avoid implicit change of non-versionedsunpoet2011-08-184-8/+8 | | | | dist files * - Set WRKSRCsunpoet2011-08-131-1/+2 | * - Fix MASTER_SITESsunpoet2011-08-083-49/+11 | | | | | | | | | | | | - Fix PLIST: remove out-dated pkg-plist - Use DATADIR - Use dirrmtry on DATADIR - Add LICENSE - Fix typo PR: ports/159224 Submitted by: sunpoet (myself) Approved by: pav, maintainer (timeout) * - Move language prefix to PKGNAMEPREFIXsunpoet2011-07-292-9/+12 | | | | | | | | | - Use DATADIR - Use PLIST_DIRSTRY for DATADIR - Explicitly list installing filenames - Bump PORTREVISION for PORTNAME and PLIST change - Sort PLIST - Cosmetic change * Pass matainership to the new office teambapt2011-07-222-2/+2 | * Add some locales thesaurusbapt2011-07-214-0/+34 | * Add Hungarian hyphenation rulesbapt2011-07-214-0/+33 | * - now only provides the hungarian dictionnariesbapt2011-07-206-148/+17 | | | | | | - install them in the share/hunspell directory - gives maintainership back to the previous maintainer - reconnect * - Connect textproc/hunspell to the buildjlaffaye2011-07-191-1/+0 | | | | | | | | - Unconnect hungarian/hunspell - Chase hunspell move - Add an entry to MOVED and UPDATING Approved by: bapt (mentor) * take maintainership, no reply from previous maintainerbapt2011-07-111-1/+1 | * Reset maintainership de jure. In fact KDE 3 has not been maintained by our teammakc2011-07-082-2/+2 | | | | | | for a long time, not to mention upstream. Discussed a while ago among the KDE/FreeBSD team. * Update KDE Software Compilation ports to 4.6.5makc2011-07-082-2/+35 | | | | | Official announcement: http://www.kde.org/announcements/announce-4.6.5.php Changelog: http://www.kde.org/announcements/changelogs/changelog4_6_4to4_6_5.php * The FreeBSD KDE Team is pleased to announce KDE SC 4.6.4. Read fullavilla2011-06-142-2/+3 | | | | announcement here: http://kde.org/announcements/announce-4.6.4.php * Update KDE Software Compilation ports to 4.6.3makc2011-05-172-2/+19 | | | | Special thanks to Raphael Kubo da Costa for his work on this update. * Fix PKGORIGINmakc2011-04-192-2/+2 | | | | Reported by: erwin * - Update KOffice to 2.3.3.avilla2011-04-132-4/+4 | * The FreeBSD KDE Team is pleased to announce April updates for KDEavilla2011-04-071-2/+2 | | | | | | | Software Compilation: 4.6.2, codename "Congrats". Read the full announcement here: http://kde.org/announcements/announce-4.6.2.php. Special thanks to Raphael Kubo da Costa who ported the release. * - Connect hungarian/koffice-kde4-l10n to the build, and, mostavilla2011-03-251-0/+1 | | | | | | | | importantly, fix the INDEX. So this makes me a real committer? Reported by: Portsnap buildbox via cperciva * - Update KOffice to 2.3.1.avilla2011-03-258-0/+146 | | | | - Force dependency on new libwpg. * The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIMavilla2011-03-252-13/+53 | | | | | | | | | 4.4.10. The official 4.6.1 release notes can be found at: http://www.kde.org/announcements/announce-4.6.1.php We'd like to say thanks to all helpers and submitters. Tested by: exp-run via miwi * - Get Rid MD5 supportmiwi2011-03-209-10/+0 | * - The KDE FreeBSD team is proud to announce the release of KDE 4.5.5fluffy2011-01-081-2/+2 | | | | | | for FreeBSD. It's a bugfix-only release, January 2011 set. * KDE FreeBSD team presents KDE SC 4.5.4.makc2010-12-031-2/+2 | * KDE FreeBSD team presents KDE SC 4.5.3.makc2010-11-042-3/+5 | * KDE FreeBSD team presents KDE SC 4.5.2.makc2010-10-062-3/+45 | | | | | | | | kdebase4-workspace is now shipped with FreeBSD-branded wallpapers [1] (set by default for new accounts). Thanks to Ivan Cukic from KDE for making the wallpapers! [1] http://ivan.fomentgroup.org/blog/2010/09/05/stripes-kde-be-free-freebsd/ * Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-162-4/+2 | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs * KDE FreeBSD team presents KDE SC 4.5.1.makc2010-09-032-376/+11 | | | | | New ports added: misc/kde4-l10n-ia - Interlingua localization for KDE * Present KDE SC 4.4.5 for FreeBSD.makc2010-06-301-3/+3 | | | | Feature safe: yes * - Update to 1.2.11gabor2010-06-039-71/+57 | | | | | | | - Disable broken NLS PR: ports/147214 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) * Present KDE SC 4.4.4 for FreeBSD.makc2010-06-021-3/+3 | * - Update to 1.6.1gabor2010-06-013-5/+7 | | | | | | | - Fixing install error in porttool environment PR: ports/147215 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-313-2/+3 | * - The FreeBSD KDE team is pleased to announce KDE SC 4.4.3 for FreeBSDfluffy2010-05-113-33/+83 | | | | With hat on: kde@ * - update to 1.4.1dinoex2010-03-283-2/+3 | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi * Presenting KDE 4.3.5 for FreeBSD. The official release notes for thismiwi2010-02-073-4/+4 | | | | | | | release can be found at http://kde.org/announcements/announce-4.3.5.php. KDE 4.3.5, the last bugfix release in 4.3.x series. We'd like to say thanks to all helpers and submitters. * - update to jpeg-8dinoex2010-02-053-2/+3 | * The FreeBSD KDE is please to announce the release of KDE 4.3.4,miwi2009-12-022-3/+6 | | | | | | | a bugfix, translation and maintenance update. Release note can be found at http://kde.org/announcements/announce-4.3.4.php We'd like to say thanks to all helpers and submitters. * The KDE FreeBSD team is proud to announce the release of KDE 4.3.3miwi2009-11-272-5/+34 | | | | | | | | | | | | | for FreeBSD. For lists of bugfixes and improvements please see: http://www.kde.org/announcements/changelogs/changelog4_3_1to4_3_2.php http://www.kde.org/announcements/changelogs/changelog4_3_2to4_3_3.php The KDE FreeBSD team would like to say thanks to all the helpers and submitters. Tested by: pointyhat-exp-run (myself) * The FreeBSD KDE is please to announce the release of KDE 4.3.1,tabthorpe2009-09-022-5/+25 | | | | | | | | a bugfix, translation and maintenance update. Release note can be found at http://kde.org/announcements/announce-4.3.1.php We would like to thank all our contributors and testers. My personal thanks to miwi and makc for coaching me through my first KDE commit. * - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-224-4/+5 | | | | starting with H,I,J,K,L * clean upmakc2009-08-081-3/+0 | * The KDE FreeBSD team is proud to announce the release of KDE 4.3.0miwi2009-08-053-17/+41 | | | | | | | | | | for FreeBSD. The official KDE 4.3.0 (Codename: "Caizen") release notes can be found at: http://kde.org/announcements/4.3/index.php. We'd like to say thanks to all helpers and submitters. Tested by: pointyhat-exp-run (pav/miwi) * - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-313-0/+3 | | | | | | bumped or updated Requested by: edwin * The KDE FreeBSD team is pleased to announce KDE 4.2.4, the last bugfixmiwi2009-06-031-3/+3 | | | | | | release in 4.2.x series. The official KDE 4.2.4 release changelog can be found at: http://www.kde.org/announcements/changelogs/changelog4_2_3to4_2_4.php. * Update KDE ports to 4.2.3makc2009-05-102-3/+70 | | | | | | | | | | | | | | | | | | | | | | | | See original release announcement for details: http://kde.org/announcements/announce-4.2.3.php New ports: devel/kdebindings4: Meta port of KDE bindings for C#, Java, PHP, Python and Ruby. Currently only Python bindings are supported. devel/kdebindings4-python, devel/kdebindings4-python-krosspython, devel/kdebindings4-python-pykde4: Python bindings for KDE. print/kdeutils4-printer-applet: printer-applet is a system tray utility. It shows current print jobs, shows printer warnings and errors and shows when printers that have been plugged in for the first time are being auto-configured by hal-cups-utils. It replaces kjobviewer in KDE 3. print/system-config-printer-kde A port of Gnome system-config-printer to KDE. * The KDE FreeBSD team is proud to announce the release of KDE 4.2.2miwi2009-04-022-6/+28 | | | | | | | | | | for FreeBSD. The official KDE 4.2.2 release changelog can be found at: http://www.kde.org/announcements/changelogs/changelog4_2_1to4_2_2.php. Also mark some ports MAKE_JOBS_SAFE. New Ports: misc/kde4-l10n-sk - Slovak * Update KDE to 4.2.1.makc2009-03-092-3/+6 | | | | | | | multimedia/phonon port has been split into phonon itself, phonon-xine and phono-gstreamer backends. After updating phonon port you have to install at least one backend. phonon-xine backend is recommended for KDE. * The KDE FreeBSD team is proud to announce the release of KDE 4.2.0miwi2009-02-092-24/+11 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release notes can be found at: http://kde.org/announcements/4.2/index.php. New supported languages include Arabic, Icelandic, Basque, Hebrew, Romanian, Tajik and several Indian languages (Bengali India, Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in this part of Asia. New ports for KDE 4.2.0: arabic/kde4-l10n Arabic hebrew/kde4-l10n Hebrew misc/kde4-l10n-bn_IN Bengali (India) misc/kde4-l10n-eu Basque misc/kde4-l10n-gu Gujarati misc/kde4-l10n-is Icelandic misc/kde4-l10n-kn Kannada misc/kde4-l10n-mai Maithili misc/kde4-l10n-mr Marathi misc/kde4-l10n-ro Romanian misc/kde4-l10n-tg Tajik math/eigen2 Lightweight library for vector and matrix math graphics/kipi-plugins-kde4 KDE4 kipi graphics plugins sysutils/policykit-kde PolicyKit manager for KDE Unfortunately FreeBSD 6.4 support is dropped. We'd like to say thanks for feedback and help to: Matt Tosto, Kris Moore, stickibit, David Johnson, Markus Brueffer, David Naylor, Thomas Schlesinger, Warren Liddell, Thomas Abthorpe, Diego Depaoli, Mats Andreassen, portmgr for exp-run and repocopies. * - Update to 1.2.8gabor2009-02-086-16/+58 | | | | | | | - Fix installed Hungarian dictionary locating error PR: ports/131366 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) * - Update to 1.4gabor2009-02-082-4/+4 | | | | | PR: ports/131363 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) * kde@freebsd team is pleased to announce KDE 4.1.4, the last bugfix release ↵makc2009-01-14