Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.5.5_1 28 Jan 2024 22:14:25 |
Muhammad Moinur Rahman (bofh) |
comms/hamlib: Moved man to share/man
Approved by: portmgr (blanket) |
4.5.5 18 Apr 2023 13:53:29 |
Diane Bruce (db) |
comms/hamlib: Update to 4.5.5
Version 4.5.5
* rig_get_conf deprecated and replaced by rig_get_conf2
* 2023-04-05
* rot_get_conf deprecated and replaced by rot_get_conf2
* Add park to rotorez.c
* Change FT1000MP Mark V model names to align with FT1000MP
* Fix rig power on/off from rigctl cmd line and rigctld
* Enable async mode by default to prevent WSJT-X crash on IC9700 with
PR: ports/267682
Reported by: takefu@airport.fm |
4.5.3_1 16 Feb 2023 18:24:11 |
Diane Bruce (db) |
comms/hamlib: Newest c compiler in 14 is pickier
Code was trying to use a function as an integer (localtime) |
4.5.3 24 Jan 2023 18:24:51 |
Diane Bruce (db) |
comms/hamlib: Update to 4.5.3
Fairly lengthy changes we were quite out of date...
I did do a quick API check.
Version 4.5.3
* 2022-12-31
* Fix serial.c for hardware flow control on Linux and MacOSy
* Add QRPLabs QCX/QDX rig -- not quite a TS480
* Fix QRP QRDX firmware bugs in IF message so PTT works now
* FTDX5000 will now remember startup front/read settings and restore it
* Fix FTDX5000 write_delay with microham
* Fix grep error on MingW build
Version 4.5.2 (Only the first 15 lines of the commit message are shown above ) |
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) |
4.4_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 ) |
4.4_3 07 Sep 2022 10:26:41 |
Tobias C. Berner (tcberner) |
cleanup: remove trailing whitepaces |
4.4_3 20 Jul 2022 14:21:01 |
Tobias C. Berner (tcberner) |
comms: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 'Big Bad Bob' Frazier <bobf@mrp3.com>
* <mr@freebsd.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Dolgov <fox@furry.spb.ru>
* Andrey Lykhin <lan31@inbox.ru>
* Anton Voronin <anton@urc.ac.ru>
* Brandon S. Allbery KF8NH <allbery@ece.cmu.edu> (Only the first 15 lines of the commit message are shown above ) |
4.4_3 08 Jun 2022 13:02:45 |
Diane Bruce (db) |
comms/hamlib: Fixed incorrect strip of Hamlib.so
Fixed a bug that was hidden during the migration to staging.
STRIP(1) in the PERL library.
PR: ports/264533
Reported by: takefu@airport.fm |
4.4_2 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
4.4_1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
4.4 12 Jan 2022 01:29:47 |
Diane Bruce (db) |
comms/hamlib: Update to 4.4
- Some patches not needed now due to adrian@ patches sent upstream.
- Additional changes by @takefu
The distribution tarball uses patch applied to the following master branch
because the build is broken.
https://github.com/Hamlib/Hamlib/commit/baea7e8c9a30ddf051cd04deec1b715856e4ed83#diff-9df9e2c313e694cf242534e90c1187fe119fac8de7c304ae438de0736209953b.patch
The error message in build is as follows.
hamlibpy_wrap.c:48824:80: error: use of undeclared identifier
'RIG_FUNCTION_SEND_VOICE_MEM'; did you mean 'RIG_FUNCTION_SEND_MORSE'?
SWIG_Python_SetConstant(d,
"RIG_FUNCTION_SEND_VOICE_MEM",SWIG_From_int((int)(RIG_FUNCTION_SEND_VOICE_MEM)));
For a complete log of changes to Hamlib, please visit: (Only the first 15 lines of the commit message are shown above ) |
4.4 12 Jan 2022 01:06:38 |
Diane Bruce (db) |
comms/hamlib: Update to 4.4
- Some patches not needed now due to adrian@ patches sent upstream.
- Additional changes by @takefu added RIG_FUNC_SEND_VOICE_MEM from git
For a complete log of changes to Hamlib, please visit:
http://sourceforge.net/p/hamlib/code/commit_browser
Major changes in 4.0 affecting usage
Most rig model numbers have changed
RIG_LEVEL_VOX has been deprecated and replaced by RIG_LEVEL_VOXDELAY
rigctl 'f' command now returns VFO argument too
rigctl 'y' and 'Y' command now take/show antenna argument and option.
range_list items are undergoing changes towards a different model TBD
RTS/DTR PTT sharing is off by default now -- use serial_share=1 option to
enable
PR: ports/261105
Reported by: takefu@airport.gm |
4.3.1_1 03 Dec 2021 01:41:22 |
Diane Bruce (db) |
comms/hamlib: Bad pkg-plist
Missed some old pkg-plist items that I did not see reported
somehow during poudriere runs.
Mea culpa but fixed now. |
4.3.1 03 Dec 2021 00:53:00 |
Diane Bruce (db) |
comms/hamlib: Major updates needed for other programs
"it is necessary to update
https://github.com/Hamlib/Hamlib/releases/tag/4.3.1
for the functioning of new programs like wsjtz / wsjtx / cqrlog / fldigi
tks lu9dce"
From Hamlib NEWS
Hamlib -- History of visible changes.
Copyright (C) 2000-2003 Frank Singleton
Copyright (C) 2000-2021 Stephane Fillod, and others (Only the first 15 lines of the commit message are shown above ) |
3.3_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.3_2 17 Jun 2020 18:17:45 |
sunpoet |
Move devel/swig30 to devel/swig and update to 4.0.1
- Do not silence installation message
- Update dependent ports:
- Fix build with swig 4.0.1
- Update *_DEPENDS
- Remove BINARY_ALIAS
Changes: http://www.swig.org/news.php
PR: 246613
Exp-run by: antoine |
3.3_2 08 Nov 2019 09:31:14 |
tobik |
c*: Add missing USES={gnome,php,sdl,xorg} |
3.3_2 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
3.3_1 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
3.3 06 Mar 2019 06:55:59 |
antoine |
Fix packaging with DEFAULT_VERSIONS=python=3.x
PR: 234633 |
3.3 27 Feb 2019 03:13:28 |
db |
Update to hamlib 3.3
* New models, R&S xk2100, TRXMAnager, Meade LX200
* HTML manual is now generated at 'make dist' so users don't
need GNU Info tools installed. TNX Greg, N1DAM for the suggestion. |
3.1_2 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
3.1_1 19 Dec 2017 15:35:41 |
bapt |
Switch to swig 3.0 |
3.1_1 16 Apr 2017 03:12:08 |
shurd |
Small fixes for rig type 2
1) Disable Nagle on the socket since all queries are sent as a single
string
2) Stop using sizeof("\n") to get the length of the string "\n"
These need to be submitted upstream as well. |
3.1 25 Mar 2017 13:21:49 |
db |
As stated by Kyle Evans <bsdports@kyle-evans.net>
"As in PR 196937, comms/hamlib fails to detect C++ compiler under emulation.
A patch for this was introduced in r377901 and then removed in r398432,
but I suspect it was still needed. I think the proper solution is to
re-introduce the patch that was removed, but I can't properly test it
myself because I'm failing to rebuild my arm.armv6 poudriere jail."
re-introduce missing diff
portlint again
redo checksum
PR: ports/217972
Reported by: Kyle Evans <bsdports@kyle-evans.net>
Reviewed by: mikael.urankar@gmail.com |
3.1 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
3.1 01 Jan 2017 03:27:32 |
db |
Version 3.1
2016-12-31
* Fix kenwood_set_mode for ts590s and mode CW, RTTY or AM.
Tks Tom, DL1JBE
* Proper IPV6 and dual stack networking. Bill, G4WJS
* Add a new command line option '--no-restore-ai' ('-n') to rigctl.
Bill, G4WJS
* Fix missing PKTUSB mode setting code for FT-817 & FT-897. Bill, G4WJS
* New Prosistel rotor backend from IZ7CRX
* Install daemon man files to man1. Nate, N0NB
* Migrate from libusb-0.1 to libusb-1.0. Stephane, F8CFE
* Added support for Icom IC-2730. robinolejnik
* Added support for the Icom IC-7300. Mike, W9MDB
* Add send_morse to icom rigs. Mike, W9MDB
* added instructions how to compile on OSX. DH1TW
* New Perseus model. Stephane, F8CFE
* Added Lua binding and demo script. Ervin, HA2OS
* Added test to support Flex 6300. Bill, KB4AAA
* Many bug fixes and feature enhancements to the code base. See the
Git commit log for complete details. |
3.0.1 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
3.0.1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
3.0.1 08 Apr 2016 07:15:48 |
shurd |
Fix plist when Python 3 is the default
USE_PYTHON= py3kplist
fixes the issue with files going into __pycache__ on 3.x but not on 2.x |
3.0.1 08 Apr 2016 00:00:17 |
shurd |
Update to latest release |
3.0_1 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
3.0_1 03 Oct 2015 16:30:20 |
db |
Fix goof with missed plist entries
Strip libraries
Move hamlib.info from plist into Makefile using INFO |
3.0 02 Oct 2015 13:39:20 |
db |
The Hamlib Group is pleased to announce the release of Hamlib 3.0.
This release of Hamlib introduces a change to the version scheme.
Essentially, the leading '1.' characters have been dropped so '3.0' is a
direct follow on from the '1.2.' releases and has been configured to be
ABI compatible with the '1.2.' releases.
Bug fixes to this release will start with '3.0.1' through '3.0.n'.
The next releases will be '3.1' through '3.n' until the next major
release.
Files are hosted at the Hamlib prjoect page at SourceForge.net:
https://sourceforge.net/projects/hamlib/files/hamlib/3.0/
(Only the first 15 lines of the commit message are shown above ) |
1.2.15.3_4 18 Sep 2015 15:09:18 |
amdmi3 |
- Fix shebangs
- Unsilence install commands
Approved by: portmgr blanket |
1.2.15.3_3 25 Jan 2015 20:03:33 |
shurd |
Add patch to allow building with an external toolchain.
PR: 196937
Submitted by: mikael.urankar@gmail.com |
1.2.15.3_3 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
1.2.15.3_2 20 Oct 2014 09:31:34 |
bapt |
Cleanup plist |
1.2.15.3_2 19 Oct 2014 07:50:54 |
mva |
- Convert ports from cad/, chinese/, comms/ and converters/ to new
USES=python
Approved by: portmgr (implicit) |
1.2.15.3_2 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) |
1.2.15.3_2 06 Aug 2014 15:37:14 |
amdmi3 |
- Switch to USES=libtool
Approved by: portmgr blanket |
1.2.15.3_1 15 Jul 2014 23:11:13 |
adamw |
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example. |
1.2.15.3_1 02 Jul 2014 11:39:44 |
db |
- hamlib should have been hamradio |
1.2.15.3_1 27 Jun 2014 19:51:32 |
shurd |
Fix perl module .packlist and remove perllocal.pod
Change maintainer to hamradio@ (per db@)
Reviewed by: skreuzer
Approved by: db, skreuzer (mentors) |
1.2.15.3_1 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 ) |
1.2.15.3_1 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
1.2.15.3_1 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
1.2.15.3 29 Jan 2014 13:32:25 |
gahr |
- Convert to USES=tcl |
1.2.15.3 30 Dec 2013 21:51:43 |
db |
- Enable staging |
1.2.15.3 20 Sep 2013 16:03:29 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms) |
1.2.15.3 02 Sep 2013 09:03:41 |
bapt |
Eliminate USE_GNOME=pkgconfig from comms |
1.2.15.3 03 Nov 2012 14:36:21 |
db |
- Convert header into new form
- Move LICENSE line to make portlint happy
- No code changes
Feature safe: yes |
1.2.15.3 03 Nov 2012 01:03:59 |
db |
Changes in this release from 1.2.15.2 are:
Version 1.2.15.3 2012-11-01
* Fix configure.ac so that rigctld/rotcld work on Win32 platform
* Add NSIS script to build executable installer on Win32 platform
* Remove unsupported commands on IC-756 (non-Pro model) from AK6I
* Fix set_split in netrigctl.c to properly accept the split value.
TNX, N2ADR.
* IC-R8500: Add RIG_LEVEL_AF to has_set_level. TNX John, EI7IG
* ADAT updates from Frank, DG1SBG, needed for stable operation.
This is likely the last planned release of the Hamlib 1.2 series.
Development will now focus on the Hamlib 3 series which is now
configured to be ABI compatible with the 1.2 series.
Feature safe: yes |
1.2.15.2 02 Oct 2012 16:40:41 |
az |
- Fix typos (LICENSE is correct form inside bsd.licenses.mk).
- Removed LICENSE_FILE where is no need in this.
Spotted by: zont@
Approved by: portmgr (bapt@) |
1.2.15.2 09 Aug 2012 00:03:19 |
db |
- Update to Version 1.2.15.2
2012-08-05
* Read eeprom value for digital mode from FT-857
* Clean up TS-950 series commands and read mode using IF command
* Fix GS-232A/B rotor command terminations
* Fix warnings and other issues found by mingw-w64
* Allow seamless access to ports higher than COM9 on Windows
* Fix ineffective packed attribute on WinRadio
* Correct low signal strength S-meter error on AR7030+
* Updates to HiQSDR by Jim, N2ADR |
1.2.15 04 Feb 2012 01:03:18 |
db |
- Update to 1.2.15
From change log:
* New models: TT-599 Eagle, IC-RX7, IC-1275, HiQSDR,
ADAT ADT-200A, DttSP UDP, TM-D710
* New rotator backends:
* Celestron (telescope mount)
* Fixes and features: K3, various other rigs
* Update LGPL/GPL header boilerplate
* Quell various compiler errors
* Add CM108 PTT capability |
1.2.14 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.2.14 04 Aug 2011 00:36:24 |
db |
- Update to hamlib 1.2.14
From release e-mail:
The Hamlib team announces the release of Hamlib 1.2.14, the first since
adopting a timed release schedule of 1 Feb and 1 Aug each year. Changes
since 1.2.13 include:
* New models: SigFox Transfox, TH-D72A, IC-7410, IC-9100, IC-R9500,
KX3, V4L2 API support (untested),
* New rotator backends: IF-100, TS-7400
* Fixes and features: K3/KX3, Build Win32 from script,
rigctld/rotctld ported to Mingw32, Win32 build fixes, remove (Only the first 15 lines of the commit message are shown above ) |
1.2.13.1 29 May 2011 22:38:42 |
db |
From releaae e-mail:
This release is a bug fix release and includes no new features or
backends:
Version 1.2.13.1
* 2011-05-29
* Conversion to Git SCM and updated README documentation for Git SCM
* Mingw32 build fixes
* FUNcube dongle USB fixes for Win32
* Added kit/README.funcubedongle
* Bug fix--K3 antenna selection function
Users of the FUN Cube dongle on Win32 and K3 users on all platforms are
urged to upgrade to Hamlib 1.2.13.1.
73, de Nate >> |
1.2.13 14 Mar 2011 02:30:17 |
db |
Update to
Version 1.2.13
2011-03-12
* New models: VX-1700, FUNcube, FiFi-SDR, KTH-SDR Si570, FT-5000,
TS-590S
* Rotor fixes and features: SPID
* New Rotor backend: F1TE Tracker
* Fixes and features: TS-440S, K2, K3, SR-2200, THF6A, THF7E, NewCAT
rigs serial port defaults, TM-D700,
* Removed libtool tree from source tree
* Removed old DocBook files
* Allow USB device's VID/PID/Vendor/Product to be explicitly specified
* Doxygen documentation updates and new style sheet |
1.2.11_1 29 Dec 2010 20:04:42 |
pgollucci |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav) |
1.2.11_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.2.11_1 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
1.2.11_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 |
1.2.11 10 Jun 2010 14:01:04 |
db |
- Update to 1.2.11
- Adds a few more radios |
1.2.10 25 Nov 2009 17:30:42 |
db |
- Update to 1.2.10
- Add port docs |
1.2.9 22 Aug 2009 00:15:15 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with B,C |
1.2.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 |
1.2.9 30 Jul 2009 23:04:49 |
pgollucci |
Utilize %%SITE_PERL%% and %%PERL_ARCH%% in pkg-plists
PR: ports/136771
Exp Run by: pav
Approved by: portmgr (pav) |
1.2.9 28 Feb 2009 02:20:21 |
db |
- Update to latest vendor version of hamlib.
- patch for rig.h now in vendor version. |
1.2.8_1 23 Feb 2009 14:46:38 |
mm |
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav) |
1.2.8_1 30 Nov 2008 03:08:37 |
db |
- remove a bogus , from rig.h |
1.2.8 12 Nov 2008 16:29:14 |
db |
- Update to 1.2.8
- Clean up port. |
1.2.7 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
1.2.7 20 Mar 2008 09:23:28 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
1.2.7 19 Feb 2008 01:24:35 |
db |
- Update to 1.2.7 |
1.2.6.1_1 30 Sep 2007 04:47:37 |
linimon |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
1.2.6.1 08 Sep 2007 00:53:15 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
1.2.6.1 25 Feb 2007 02:39:38 |
db |
- update to 1.2.6.1
- make objformat obsolete
- configure.ac patch no longer needed as I fixed it upstream
Pointy hat to: kris
Approved by: ehaupt (mentor) |
1.2.6 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.2.6 26 Dec 2006 20:38:39 |
itetcu |
Update to 1.2.6
PR: 107212
Submitted by: Diane Bruce (maintainer) |
1.2.5 01 May 2006 03:31:18 |
mnag |
- Update to 1.2.5
- Take MAINTAINER
- Use OPTIONS
PR: 96025
Submitted by: Diane Bruce <db___db.net> |
1.2.2 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.2.2 22 Jan 2006 08:22:09 |
edwin |
SHA256ify
Approved by: krion@ |
1.2.2 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.2.2 27 Nov 2005 04:17:17 |
linimon |
With portmgr hat on, reset inactive maintainer. There have been several
maintainer-timeouts. |
1.2.2 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. |
1.2.2 05 Nov 2004 18:51:23 |
pav |
- Update to 1.2.2
PR: ports/72982
Submitted by: Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer) |
1.2.0 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
1.2.0 20 Apr 2004 12:31:51 |
pav |
- Update to 1.2.0
PR: ports/63013, ports/65758
Submitted by: Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer)
Carl Makin <carl@stagecraft.cx> |
1.1.4_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.1.4_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. |
1.1.4_1 18 Aug 2003 16:15:11 |
nork |
o Main modification
graphics/gd(based on 1.8.4) -> graphics/gd1
graphics/gd2(based on 2.0.15) -> graphics/gd
graphics/p5-GD(based on 1.41) -> graphics/p5-GD1
graphics/p5-GD2(based on 2.07) -> graphics/p5-GD
japanese/gd -> japanese/gd1
japanese/gd2 -> japanese/gd
o Include some feature
WITH_XPM(w/, w/o WITHOUT_X11)
o Chase this modification
o Fix build error [1]
PR: ports/54540
Submitted by: Ports Fury
Approved by: maintainer (blanket)
Reported by: bento via kris [1] |
1.1.4 11 Jul 2003 18:16:14 |
nork |
o Change library name from libgd to libgd1.
o Do not install everything except headers and libraries
(to avoid conflicting with graphics/gd2)
o Fix dependency on new libgd1(for many ports).
PR: ports/54100
Submitted by: Ports Fury |
1.1.4 16 May 2003 12:19:28 |
patrick |
Add hamlib 1.1.4,
shared libraries for Amateur Radio Equipment
Control Applications.
PR: 51638
Submitted by: Sebastian Yepes <esn@x123.info> |