non port: comms/minicom/Makefile |
SVNWeb
|
Number of commits found: 58 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] 258a9884 (Only the first 10 of 126 ports in this commit are shown above. )
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 )
|
Wed, 12 Jan 2022
|
[ 18:50 Max Brazhnikov (makc) ] 72811e6
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
|
Fri, 10 Sep 2021
|
[ 21:17 Bernhard Froehlich (decke) ] 4a459fa
comms/minicom: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 15 Apr 2020
|
[ 11:37 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.
|
Tue, 4 Feb 2020
|
[ 11:14 dinoex ]
- bump PORTREVISION for SUID bit change
|
[ 11:10 dinoex ]
- remove SUID bit, users must be added to group dialer
PR: 149462
- update MASTER_SITES
- make portlint happier
|
Mon, 4 Nov 2019
|
[ 21:21 rene ] (Only the first 10 of 99 ports in this commit are shown above. )
Returns johans's ports to the pool after safekeeping his commit bit.
|
Tue, 9 May 2017
|
[ 19:16 johans ]
- Update to minicom 2.7.1
- Pet portlint
|
Thu, 8 Dec 2016
|
[ 19:23 tijl ] (Only the first 10 of 122 ports in this commit are shown above. )
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.
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 6 Feb 2016
|
[ 23:49 marino ]
x11/minicom: document ncurses requirement (USES+=ncurses)
Also link to ncurses, not curses.
approved by: infrastructure blanket
|
Sun, 22 Jun 2014
|
[ 09:27 johans ]
Use plist directives instead of chown to allow build as non-root
Resulting package is identical
Submitted by: Kimmo Paasiala <kpaasial@icloud.com>
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
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 )
|
Mon, 9 Jun 2014
|
[ 11:21 olgeni ] (Only the first 10 of 120 ports in this commit are shown above. )
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)
|
Sat, 8 Feb 2014
|
[ 21:46 johans ]
Remove option description that is no longer used
Submitted by: David Magda <dmagda@ee.ryerson.ca>
|
Thu, 2 Jan 2014
|
[ 17:50 johans ]
- Update minicom to 2.7
- Run-time dependency lrz is not optional
- Simplify options handling
|
Sat, 28 Dec 2013
|
[ 21:03 johans ]
Enable stage support
|
Fri, 20 Sep 2013
|
[ 16:03 bapt ] (Only the first 10 of 172 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms)
|
Wed, 4 Sep 2013
|
[ 18:06 madpilot ] (Only the first 10 of 129 ports in this commit are shown above. )
- 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)
|
Sun, 23 Jun 2013
|
[ 09:32 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
|
Sat, 27 Apr 2013
|
[ 22:09 bapt ] (Only the first 10 of 25 ports in this commit are shown above. )
Convert the last USE_ICONV to USES=iconv
|
Wed, 24 Apr 2013
|
[ 18:10 ak ] (Only the first 10 of 1028 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Sat, 16 Feb 2013
|
[ 16:53 johans ]
Bump PORTREVISION for the previous commit, as the installed files are changed
|
[ 16:47 johans ]
Correct Previous NOPORTDOCS Logic
PR: ports/176140
Submitted by: Jarrod Sayers <jarrod@downtools.com.au>
|
Wed, 6 Feb 2013
|
[ 18:02 johans ]
Update minicom to 2.6.2
|
Sat, 16 Jun 2012
|
[ 12:29 johans ]
- Update minicom to 2.6.1 (bugfix release)
- Convert to new options framework
- Remove patch file that is no longer needed
|
Thu, 29 Dec 2011
|
[ 08:17 johans ]
- Update minicom to 2.6
- Add additional patches for Linux-specific issues
|
Tue, 25 Oct 2011
|
[ 01:00 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)
|
Wed, 17 Aug 2011
|
[ 21:04 johans ]
Fix minicom build for WITHOUT_NLS (force libiconv dependency and linking)
Reported by: Gordon Shumway
PR: ports/159739
|
Mon, 25 Apr 2011
|
[ 07:18 johans ]
Update to minicom 2.5 (bugfix release)
|
Fri, 2 Jul 2010
|
[ 12:22 johans ]
- Update to 2.4
- Grab maintainership
Feature safe: yes
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Tue, 13 Apr 2010
|
[ 20:02 anders ]
Drop maintainership, as I do not use this port anymore.
|
Fri, 15 Jan 2010
|
[ 23:09 amdmi3 ]
- Use correct default serial device on 8.x
PR: 140913
Submitted by: myself
Approved by: maintainer timeout
|
Mon, 5 Jan 2009
|
[ 17:27 pav ] (Only the first 10 of 56 ports in this commit are shown above. )
- Remove conditional checks relevant only on FreeBSD 5.x and older
|
Fri, 6 Jun 2008
|
[ 13:15 edwin ] (Only the first 10 of 42 ports in this commit are shown above. )
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)
|
Thu, 17 Apr 2008
|
[ 18:24 anders ] (Only the first 10 of 12 ports in this commit are shown above. )
Update to 2.3.
|
Wed, 3 May 2006
|
[ 23:38 edwin ] (Only the first 10 of 88 ports in this commit are shown above. )
remove USE_REINPLACE for all ports with categories starting with C
|
Sun, 27 Nov 2005
|
[ 15:07 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
|
Tue, 15 Feb 2005
|
[ 21:44 anders ]
Fix pkg-plist according to pointyhat.
Disable home-rolled gettext.
Add WITHOUT_NLS for disabling internationalization.
|
Tue, 22 Jul 2003
|
[ 22:34 anders ]
Update to 2.1.
|
Fri, 7 Mar 2003
|
[ 05:57 ade ] (Only the first 10 of 44 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Tue, 25 Jun 2002
|
[ 23:53 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
|
Mon, 20 May 2002
|
[ 14:33 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.
|
Sat, 18 May 2002
|
[ 03:34 kris ]
BROKEN: configure fails
|
Wed, 10 Apr 2002
|
[ 19:42 anders ]
Unbreak build for users that has autoconf >= 2.52 installed.
PR: 34593
|
Tue, 26 Mar 2002
|
[ 08:13 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).
|
Thu, 31 Jan 2002
|
[ 01:03 anders ] (Only the first 10 of 16 ports in this commit are shown above. )
Update to version 2.00.0. Unforbid because known vulnerabilities have been
fixed. Take over maintainership.
|
Tue, 17 Apr 2001
|
[ 09:07 kris ]
Mark FORBIDDEN; this port allows a local exploit yielding uid uucp
|
Sat, 11 Nov 2000
|
[ 22:26 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.
|
[ 22:18 obrien ]
Better detecting of modem status lines. Use the 4.4BSD spelling of TIOCMGET
and TIOCMSET rather than the obsolete TIOCMODG and TIOCMOD.
|
Wed, 11 Oct 2000
|
[ 23:58 obrien ]
Fix "DISTFILES".
|
Thu, 28 Sep 2000
|
[ 17:41 obrien ]
Use _PATH_UUCPLOCK from path.h rather than /var/spool/uucp.
|
Wed, 27 Sep 2000
|
[ 11:16 asami ]
Oops, this WRKSRC *was* necessary. Change ${PKGNAME} to ${DISTNAME} instead
of taking it out. My apologies.
|
Mon, 25 Sep 2000
|
[ 13:21 asami ] (Only the first 10 of 51 ports in this commit are shown above. )
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.
|
Thu, 1 Jun 2000
|
[ 19:00 obrien ]
Upgrade to version 1.83.1. 1.83.1 is supose to have more sane logfile control.
|
Number of commits found: 58 |