non port: comms/minicom/Makefile |
Number of commits found: 59 |
Wednesday, 12 Jul 2023
|
18:56 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
7d1faa7 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:21 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>
* Brian Dean <bsd@FreeBSD.org>
* Bruce Cran <bruce@cran.org.uk>
* Carl Makin <carl@stagecraft.cx>
* Darren <igla@batterybackups.net>
* David
* David O'Brien <obrien@cs.ucdavis.edu>
* David Thiel <lx@redundancy.redundancy.org>
* Denis Shaposhnikov <dsh@vlink.ru>
* Devon H. O'Dell <devon.odell@coyotepoint.com>
* Diane Bruce <db@db.net>
* Douglas K. Rand <rand@meridian-enviro.com>
* Edward Tomasz Napierala <trasz@FreeBSD.org>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Felix Palmen <felix@palmen-it.de>
* Frank Steinborn <steinex@nognu.de>
* Ganael Laplanche <ganael.laplanche@martymac.org>
* George Reid <greid@ukug.uk.freebsd.org>
* Hye-Shik Chang <perky@fallin.lv>
* Janos.Mohacsi@bsd.hu
* Jean-Baptiste Quenot <jb.quenot@caraldi.com>
* Jeffrey Baitis <jeff@baitis.net>
* Johan Strom <johan@stromnet.se>
* Johan Strom <johna@stromnet.se>
* Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
* Julian Stacey <jhs@FreeBSD.org>
* Kirill Bezzubets <kirill@solaris.ru>
* MITA Yoshio <mita@FreeBSD.org>
* Markus Brueffer <markus@FreeBSD.org>
* Martin Matuska <mm@FreeBSD.org>
* Martin Wilke <miwi@FreeBSD.org>
* Masafumi NAKANE <max@FreeBSD.org>
* Matt Dawson <matt@mattsnetwork.co.uk>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Michael Reifenberger (mike@Reifenberger.com)
* Mike Heffner <mikeh@FreeBSD.org>
* Nick Sayer <nsayer@FreeBSD.org>
* Nicole Reid <root@cooltrainer.org>
* Olivier Cochard-Labbe <olivier@FreeBSD.org>
* Patrick Gardella <patrick@FreeBSD.org>
* Paul Traina <pst@FreeBSD.org>
* Pav Lucistnik <pav@FreeBSD.org>
* Rick Elrod <codeblock@eighthbit.net>
* Rodrigo Osorio <rodrigo@FreeBSD.org>
* Sebastian Yepes <esn@x123.info>
* Staffan Ulfberg <staffanu@multivac.fatburen.org>
* Stephen Hurd <shurd@FreeBSD.org>
* Steve Woodford <scw@netbsd.hut.fi>
* Steven Kreuzer <skreuzer@FreeBSD.org>
* Sunry Chen <sunrychen@gmail.com>
* Søren Straarup <xride@x12.dk>
* Tony Shadwick <tshadwick@oss-solutions.com>
* Tsung-Han Yeh <snowfly@yuntech.edu.tw>
* Vladimir Grebenschikov
* Vladimir Kondratyev <wulf@FreeBSD.org>
* db
* dirkx@webweaving.org
* dom@happygiraffe.net
* elbarto@ArcadeBSD.org
* hm
* jmz
* joes@seaport.net
* lambert@lambertfam.org
* nox@FreeBSD.org
* obrien@cs.ucdavis.edu
* rkw
* shurd
* shurd@FreeBSD.org
* wlloyd@slap.net
* //www.tomek.cedro.info)
With hat: portmgr
258a9884 |
Wednesday, 12 Jan 2022
|
18:50 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
72811e6 |
Friday, 10 Sep 2021
|
21:17 Bernhard Froehlich (decke)
comms/minicom: Add CPE information
Approved by: portmgr (blanket)
4a459fa |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 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.
 |
Tuesday, 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
 |
Monday, 4 Nov 2019
|
21:21 rene
Returns johans's ports to the pool after safekeeping his commit bit.
 |
Tuesday, 9 May 2017
|
19:16 johans
- Update to minicom 2.7.1
- Pet portlint
 |
Thursday, 8 Dec 2016
|
19:23 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.
 |
Friday, 1 Apr 2016
|
13:29 mat
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
 |
Saturday, 6 Feb 2016
|
23:49 marino
x11/minicom: document ncurses requirement (USES+=ncurses)
Also link to ncurses, not curses.
approved by: infrastructure blanket
 |
Sunday, 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>
 |
Wednesday, 11 Jun 2014
|
14:50 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
added to LIBS to make sure they appear after any -L and -l flags set by
upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.
Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.
PR: 190592
Exp-run by: antoine
Approved by: portmgr (antoine)
 |
Monday, 9 Jun 2014
|
11:21 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)
 |
Saturday, 8 Feb 2014
|
21:46 johans
Remove option description that is no longer used
Submitted by: David Magda <dmagda@ee.ryerson.ca>
 |
Thursday, 2 Jan 2014
|
17:50 johans
- Update minicom to 2.7
- Run-time dependency lrz is not optional
- Simplify options handling
 |
Saturday, 28 Dec 2013
|
21:03 johans
Enable stage support
 |
Friday, 20 Sep 2013
|
16:03 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms)
 |
Wednesday, 4 Sep 2013
|
18:06 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)
 |
Sunday, 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
 |
Saturday, 27 Apr 2013
|
22:09 bapt
Convert the last USE_ICONV to USES=iconv
 |
Wednesday, 24 Apr 2013
|
18:10 ak
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
 |
Saturday, 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>
 |
Wednesday, 6 Feb 2013
|
18:02 johans
Update minicom to 2.6.2
 |
Saturday, 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
 |
Thursday, 29 Dec 2011
|
08:17 johans
- Update minicom to 2.6
- Add additional patches for Linux-specific issues
 |
Tuesday, 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)
 |
Wednesday, 17 Aug 2011
|
21:04 johans
Fix minicom build for WITHOUT_NLS (force libiconv dependency and linking)
Reported by: Gordon Shumway
PR: ports/159739
 |
Monday, 25 Apr 2011
|
07:18 johans
Update to minicom 2.5 (bugfix release)
 |
Friday, 2 Jul 2010
|
12:22 johans
- Update to 2.4
- Grab maintainership
Feature safe: yes
 |
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
 |
Tuesday, 13 Apr 2010
|
20:02 anders
Drop maintainership, as I do not use this port anymore.
 |
Friday, 15 Jan 2010
|
23:09 amdmi3
- Use correct default serial device on 8.x
PR: 140913
Submitted by: myself
Approved by: maintainer timeout
 |
Monday, 5 Jan 2009
|
17:27 pav
- Remove conditional checks relevant only on FreeBSD 5.x and older
 |
Friday, 6 Jun 2008
|
13:15 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)
 |
Thursday, 17 Apr 2008
|
18:24 anders
Update to 2.3.
 |
Wednesday, 3 May 2006
|
23:38 edwin
remove USE_REINPLACE for all ports with categories starting with C
 |
Sunday, 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
 |
Tuesday, 15 Feb 2005
|
21:44 anders
Fix pkg-plist according to pointyhat.
Disable home-rolled gettext.
Add WITHOUT_NLS for disabling internationalization.
 |
Tuesday, 22 Jul 2003
|
22:34 anders
Update to 2.1.
 |
Friday, 7 Mar 2003
|
05:57 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
 |
Tuesday, 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
 |
Monday, 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.
 |
Saturday, 18 May 2002
|
03:34 kris
BROKEN: configure fails
 |
Wednesday, 10 Apr 2002
|
19:42 anders
Unbreak build for users that has autoconf >= 2.52 installed.
PR: 34593
 |
Tuesday, 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).
 |
Thursday, 31 Jan 2002
|
01:03 anders
Update to version 2.00.0. Unforbid because known vulnerabilities have been
fixed. Take over maintainership.
 |
Tuesday, 17 Apr 2001
|
09:07 kris
Mark FORBIDDEN; this port allows a local exploit yielding uid uucp
 |
Saturday, 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.
 |
Wednesday, 11 Oct 2000
|
23:58 obrien
Fix "DISTFILES".
 |
Thursday, 28 Sep 2000
|
17:41 obrien
Use _PATH_UUCPLOCK from path.h rather than /var/spool/uucp.
 |
Wednesday, 27 Sep 2000
|
11:16 asami
Oops, this WRKSRC *was* necessary. Change ${PKGNAME} to ${DISTNAME} instead
of taking it out. My apologies.
 |
Monday, 25 Sep 2000
|
13:21 asami
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.
 |
Thursday, 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: 59 |