Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.8_1 22 Feb 2024 14:02:21 |
Muhammad Moinur Rahman (bofh) |
comms/minicom: Moved man to share/man
Approved by: portmgr (blanket) |
2.8 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
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.8 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.8 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 ) |
2.8 12 Jan 2022 18:50:22 |
Max Brazhnikov (makc) |
comms/minicom: update to 2.8
- Switch to new upstream and update to the latest version
- Assign maintainership to submitter
PR: 260967
Submitted by: Dustin Marquess |
2.7.1_2 10 Sep 2021 21:17:48 |
Bernhard Froehlich (decke) |
comms/minicom: Add CPE information
Approved by: portmgr (blanket) |
2.7.1_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.7.1_2 20 Aug 2020 09:52:54 |
eugen |
comms/minicom: fix build with -fno-common (clang 11 and gcc 10)
PORTREVISION not bumped as it fixes build for FreeBSD 13.
Reported by: pkg-fallout |
2.7.1_2 15 Apr 2020 11:37:46 |
0mp |
comms/minicom: Clean up
- Use USES=localbase instead of setting LIBS and CPPFLAGS
- Set LICENSE_FILE and do not install the license to the documentation
directory.
- Replace unnecessary "+=" used for CONFIGURE_ARGS with "=".
- Remove no-op REINPLACE_CMD.
- Use MKDIR instead of INSTALL.
- Format the makefile with portfmt. |
2.7.1_1 04 Feb 2020 11:14:13 |
dinoex |
- bump PORTREVISION for SUID bit change |
2.7.1 04 Feb 2020 11:10:20 |
dinoex |
- remove SUID bit, users must be added to group dialer
PR: 149462
- update MASTER_SITES
- make portlint happier |
2.7.1 04 Nov 2019 21:21:04 |
rene |
Returns johans's ports to the pool after safekeeping his commit bit. |
2.7.1 09 May 2017 19:16:34 |
johans |
- Update to minicom 2.7.1
- Pet portlint |
2.7_1 08 Dec 2016 19:23:25 |
tijl |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
2.7 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.7 06 Feb 2016 23:49:10 |
marino |
x11/minicom: document ncurses requirement (USES+=ncurses)
Also link to ncurses, not curses.
approved by: infrastructure blanket |
2.7 20 Oct 2014 09:31:34 |
bapt |
Cleanup plist |
2.7 28 Jul 2014 14:54:09 |
adamw |
Rename comms/ patch-xy patches to reflect the files they modify. |
2.7 22 Jun 2014 09:27:13 |
johans |
Use plist directives instead of chown to allow build as non-root
Resulting package is identical
Submitted by: Kimmo Paasiala <kpaasial@icloud.com> |
2.7 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 ) |
2.7 09 Jun 2014 11:21:53 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.
CR: D196
Approved by: portmgr (bapt) |
2.7 08 Feb 2014 21:46:47 |
johans |
Remove option description that is no longer used
Submitted by: David Magda <dmagda@ee.ryerson.ca> |
2.7 02 Jan 2014 19:32:27 |
johans |
Add patch to fix build, forgotten in previous commit
Reported by: Jan Henrik Sylvester <me@janh.de>, Eric Camachat
<eric.camachat@gmail.com>
Pointyhat to: johans |
2.7 02 Jan 2014 17:50:05 |
johans |
- Update minicom to 2.7
- Run-time dependency lrz is not optional
- Simplify options handling |
2.6.2_1 28 Dec 2013 21:03:18 |
johans |
Enable stage support |
2.6.2_1 20 Sep 2013 16:03:29 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms) |
2.6.2_1 04 Sep 2013 18:06:08 |
madpilot |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
2.6.2_1 23 Jun 2013 09:32:25 |
johans |
the only MASTER_SITE for comms/minicom is alioth.debian.org, which is currently
returning 406 Not Acceptable if your http(s) request does not include a Accept
header of the destination file type or */*. (a missing Accept line should be
intepreted as accepting all types).
* fix fetching by adding another mirror site
* change download urls to ones given on project page
* add https mirror
* change default device from cuad to cuau (cuad is 7.x and earlier)
* remove conditional for 7.x device names: 7.x is no more supported
PR: ports/179871
Submitted by: r4721@tormail.org |
2.6.2_1 27 Apr 2013 22:09:15 |
bapt |
Convert the last USE_ICONV to USES=iconv |
2.6.2_1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
2.6.2_1 16 Feb 2013 16:53:27 |
johans |
Bump PORTREVISION for the previous commit, as the installed files are changed |
2.6.2 16 Feb 2013 16:47:46 |
johans |
Correct Previous NOPORTDOCS Logic
PR: ports/176140
Submitted by: Jarrod Sayers <jarrod@downtools.com.au> |
2.6.2 06 Feb 2013 18:02:44 |
johans |
Update minicom to 2.6.2 |
2.6.1 16 Jun 2012 12:29:15 |
johans |
- Update minicom to 2.6.1 (bugfix release)
- Convert to new options framework
- Remove patch file that is no longer needed |
2.6 29 Dec 2011 08:17:09 |
johans |
- Update minicom to 2.6
- Add additional patches for Linux-specific issues |
2.5 25 Oct 2011 01:00:40 |
eadler |
- make lzr dep. optional
PR: ports/160661
Submitted by: "4720@hushmail.com" <4720@hushmail.com>
Approved by: maintainer timeout (6 weeks)
Approved by: bapt,sahil (mentors, implicit) |
2.5 17 Aug 2011 21:04:58 |
johans |
Fix minicom build for WITHOUT_NLS (force libiconv dependency and linking)
Reported by: Gordon Shumway
PR: ports/159739 |
2.5 25 Apr 2011 07:18:56 |
johans |
Update to minicom 2.5 (bugfix release) |
2.4 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
2.4 08 Jan 2011 13:40:26 |
johans |
Explicitly create configuration directory during pkg install
before trying to change ownership of this directory
PR: ports/153749
Submitted by: Jason Helfman <jhelfman@experts-exchange.com> |
2.4 02 Jul 2010 12:22:38 |
johans |
- Update to 2.4
- Grab maintainership
Feature safe: yes |
2.3_3 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.3_2 13 Apr 2010 20:02:01 |
anders |
Drop maintainership, as I do not use this port anymore. |
2.3_2 15 Jan 2010 23:09:31 |
amdmi3 |
- Use correct default serial device on 8.x
PR: 140913
Submitted by: myself
Approved by: maintainer timeout |
2.3_1 05 Jan 2009 17:27:29 |
pav |
- Remove conditional checks relevant only on FreeBSD 5.x and older |
2.3_1 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) |
2.3 30 Apr 2008 06:28:09 |
pav |
- Clean up directories on deinstall
Reported by: pointyhat |
2.3 17 Apr 2008 18:24:04 |
anders |
Update to 2.3. |
2.1 02 Jul 2007 09:34:37 |
kevlo |
Fix build with gcc4.
Approved by: anders (maintainer) |
2.1 03 May 2006 23:38:41 |
edwin |
remove USE_REINPLACE for all ports with categories starting with C |
2.1 22 Jan 2006 08:22:09 |
edwin |
SHA256ify
Approved by: krion@ |
2.1 22 Jan 2006 01:27:30 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
2.1 27 Nov 2005 15:07:30 |
anders |
Make /dev/cuad0 the default serial port in FreeBSD 6 and newer.
Drop the script to choose serial port and make the link from /dev/modem
(I assume people do not need or want it anymore), set the port directly
instead (and let people override with a make switch if they want).
Users can change the default port in the configuration anyway.
PR: ports/82241 |
2.1 25 Feb 2005 07:27:29 |
anders |
Don't remove (empty) locale directoryes, satisfy pointyhat.
PR: 77955
Submitted by: leeym |
2.1 15 Feb 2005 21:44:26 |
anders |
Fix pkg-plist according to pointyhat.
Disable home-rolled gettext.
Add WITHOUT_NLS for disabling internationalization. |
2.1 16 Dec 2004 05:49:27 |
kris |
Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created |
2.1 24 Nov 2004 21:39:01 |
kris |
Don't remove all empty locale directories, only the ones we (might have)
created. |
2.1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2.1 22 Jul 2003 22:34:12 |
anders |
Update to 2.1. |
2.00.0 08 Apr 2003 22:44:27 |
anders |
Project moved. Update WWW URL. |
2.00.0 07 Mar 2003 05:57:38 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.00.0 25 Aug 2002 11:17:26 |
anders |
Correct WWW URL. |
2.00.0 25 Jun 2002 23:53:35 |
anders |
Rejecting new distfile with the same filename due to large and messy
diff, by using alternative master sites (at least for a while).
I'm trying to make the author roll a new tarball.
PR: 38823 |
2.00.0 20 May 2002 14:33:52 |
anders |
Patch configure instead of configure.in & aclocal.m4. Drop USE_AUTOCONF,
to avoid auto* trouble people have had with this port.
Use sed instead of Perl for patching in Makefile.
Make /dev/cuaa0 default port when doing batch builds, as we have no idea
whether /dev/modem is there.
Unbreak: Bento builds should have no problems with minicom now. |
2.00.0 18 May 2002 03:34:19 |
kris |
BROKEN: configure fails |
2.00.0 10 Apr 2002 19:49:16 |
anders |
Add missing locale files/dirs to pkg-plist (blush..). |
2.00.0 10 Apr 2002 19:42:42 |
anders |
Unbreak build for users that has autoconf >= 2.52 installed.
PR: 34593 |
2.00.0 26 Mar 2002 08:13:33 |
sobomax |
Explicitly specify /var/spool/lock as a locking directory, so that configure
script will not pick up a wrong one (e.g. samba's /var/lock). |
31 Jan 2002 01:03:59 |
anders |
Update to version 2.00.0. Unforbid because known vulnerabilities have been
fixed. Take over maintainership. |
17 Apr 2001 09:07:08 |
kris |
Mark FORBIDDEN; this port allows a local exploit yielding uid uucp |
11 Mar 2001 00:39:19 |
obrien |
Deal with semi-bogus error reports from Bento. |
11 Nov 2000 22:26:30 |
obrien |
The previous commit - use the 4.4BSD spelling of TIOCMGET and TIOCMSET rather
than the obsolete TIOCMODG and TIOCMOD, was brought to you by the letters B,
D, and E. |
11 Nov 2000 22:18:37 |
obrien |
Better detecting of modem status lines. Use the 4.4BSD spelling of TIOCMGET
and TIOCMSET rather than the obsolete TIOCMODG and TIOCMOD. |
11 Oct 2000 23:58:21 |
obrien |
Fix "DISTFILES". |
08 Oct 2000 00:47:37 |
asami |
Convert category comms to new layout. |
28 Sep 2000 17:41:52 |
obrien |
Use _PATH_UUCPLOCK from path.h rather than /var/spool/uucp. |
27 Sep 2000 11:16:22 |
asami |
Oops, this WRKSRC *was* necessary. Change ${PKGNAME} to ${DISTNAME} instead
of taking it out. My apologies. |
25 Sep 2000 13:21:43 |
asami |
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined. |
13 Jul 2000 09:19:35 |
sobomax |
Update md5 checksum. Unfortunately there is no previous version on
MASTER_SITE_BACKUP, so it is impossible to check what was changed. |
09 Jun 2000 20:11:03 |
obrien |
Revert to rev 1.8 -- which breaks this port again. I don't know exactly what
changed in the distfile. To generate the new checksum I did ``make distclean
makesum''. So I don't have the old distfiles around to check. I did verify
that the new distfiles does compile and the resulting binary runs. But I
guess that is not suffient today. |
09 Jun 2000 19:25:54 |
obrien |
Distfile changed -- update checksum. |
01 Jun 2000 19:00:34 |
obrien |
Upgrade to version 1.83.1. 1.83.1 is supose to have more sane logfile control.
|