aboutsummaryrefslogtreecommitdiff
path: root/comms/minicom
Commit message (Collapse)AuthorAgeFilesLines
* - Update to minicom 2.7.1Johan van Selst2017-05-092-7/+9
| | | | | | | - Pet portlint Notes: svn path=/head/; revision=440512
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-0/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428150
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* x11/minicom: document ncurses requirement (USES+=ncurses)John Marino2016-02-061-2/+2
| | | | | | | | | Also link to ncurses, not curses. approved by: infrastructure blanket Notes: svn path=/head/; revision=408333
* Cleanup plistBaptiste Daroussin2014-10-201-12/+1
| | | | Notes: svn path=/head/; revision=371247
* Rename comms/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-282-0/+0
| | | | Notes: svn path=/head/; revision=363168
* Use plist directives instead of chown to allow build as non-rootJohan van Selst2014-06-222-11/+10
| | | | | | | | | Resulting package is identical Submitted by: Kimmo Paasiala <kpaasial@icloud.com> Notes: svn path=/head/; revision=358774
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=357486
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-091-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357139
* Remove option description that is no longer usedJohan van Selst2014-02-081-1/+0
| | | | | | | Submitted by: David Magda <dmagda@ee.ryerson.ca> Notes: svn path=/head/; revision=343396
* Add patch to fix build, forgotten in previous commitJohan van Selst2014-01-022-6/+14
| | | | | | | | Reported by: Jan Henrik Sylvester <me@janh.de>, Eric Camachat <eric.camachat@gmail.com> Pointyhat to: johans Notes: svn path=/head/; revision=338468
* - Update minicom to 2.7Johan van Selst2014-01-022-22/+11
| | | | | | | | - Run-time dependency lrz is not optional - Simplify options handling Notes: svn path=/head/; revision=338464
* Enable stage supportJohan van Selst2013-12-282-12/+13
| | | | Notes: svn path=/head/; revision=337914
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | comms) Notes: svn path=/head/; revision=327714
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-041-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=326307
* the only MASTER_SITE for comms/minicom is alioth.debian.org, which is currentlyJohan van Selst2013-06-232-11/+6
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=321624
* Convert the last USE_ICONV to USES=iconvBaptiste Daroussin2013-04-271-1/+1
| | | | Notes: svn path=/head/; revision=316695
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Bump PORTREVISION for the previous commit, as the installed files are changedJohan van Selst2013-02-161-0/+1
| | | | Notes: svn path=/head/; revision=312376
* Correct Previous NOPORTDOCS LogicJohan van Selst2013-02-161-1/+1
| | | | | | | | PR: ports/176140 Submitted by: Jarrod Sayers <jarrod@downtools.com.au> Notes: svn path=/head/; revision=312375
* Update minicom to 2.6.2Johan van Selst2013-02-062-11/+6
| | | | Notes: svn path=/head/; revision=311786
* - Update minicom to 2.6.1 (bugfix release)Johan van Selst2012-06-163-30/+21
| | | | | | | | - Convert to new options framework - Remove patch file that is no longer needed Notes: svn path=/head/; revision=299399
* - Update minicom to 2.6Johan van Selst2011-12-299-29/+51
| | | | | | | - Add additional patches for Linux-specific issues Notes: svn path=/head/; revision=288216
* - make lzr dep. optionalEitan Adler2011-10-251-2/+7
| | | | | | | | | | PR: ports/160661 Submitted by: "4720@hushmail.com" <4720@hushmail.com> Approved by: maintainer timeout (6 weeks) Approved by: bapt,sahil (mentors, implicit) Notes: svn path=/head/; revision=284270
* Fix minicom build for WITHOUT_NLS (force libiconv dependency and linking)Johan van Selst2011-08-171-3/+6
| | | | | | | | Reported by: Gordon Shumway PR: ports/159739 Notes: svn path=/head/; revision=279926
* Update to minicom 2.5 (bugfix release)Johan van Selst2011-04-252-4/+4
| | | | Notes: svn path=/head/; revision=273161
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Explicitly create configuration directory during pkg installJohan van Selst2011-01-081-0/+1
| | | | | | | | | | before trying to change ownership of this directory PR: ports/153749 Submitted by: Jason Helfman <jhelfman@experts-exchange.com> Notes: svn path=/head/; revision=267512
* - Update to 2.4Johan van Selst2010-07-024-28/+15
| | | | | | | | | - Grab maintainership Feature safe: yes Notes: svn path=/head/; revision=257300
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Drop maintainership, as I do not use this port anymore.Anders Nordby2010-04-131-1/+1
| | | | Notes: svn path=/head/; revision=252652
* - Use correct default serial device on 8.xDmitry Marakasov2010-01-151-3/+10
| | | | | | | | | PR: 140913 Submitted by: myself Approved by: maintainer timeout Notes: svn path=/head/; revision=247959
* - Remove conditional checks relevant only on FreeBSD 5.x and olderPav Lucistnik2009-01-051-7/+1
| | | | Notes: svn path=/head/; revision=225288
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Clean up directories on deinstallPav Lucistnik2008-04-301-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=212320
* Update to 2.3.Anders Nordby2008-04-1712-137/+76
| | | | Notes: svn path=/head/; revision=211469
* Fix build with gcc4.Kevin Lo2007-07-021-2/+44
| | | | | | | Approved by: anders (maintainer) Notes: svn path=/head/; revision=194626
* remove USE_REINPLACE for all ports with categories starting with CEdwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161308
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109
* Make /dev/cuad0 the default serial port in FreeBSD 6 and newer.Anders Nordby2005-11-272-68/+8
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=149675
* Don't remove (empty) locale directoryes, satisfy pointyhat.Anders Nordby2005-02-251-3/+0
| | | | | | | | PR: 77955 Submitted by: leeym Notes: svn path=/head/; revision=129728
* Fix pkg-plist according to pointyhat.Anders Nordby2005-02-152-15/+23
| | | | | | | | Disable home-rolled gettext. Add WITHOUT_NLS for disabling internationalization. Notes: svn path=/head/; revision=128967
* Clean up handling of locale directories at deinstall-time:Kris Kennaway2004-12-161-6/+0
| | | | | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created Notes: svn path=/head/; revision=124183
* Don't remove all empty locale directories, only the ones we (might have)Kris Kennaway2004-11-241-3/+12
| | | | | | | created. Notes: svn path=/head/; revision=122336
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Update to 2.1.Anders Nordby2003-07-226-119/+106
| | | | Notes: svn path=/head/; revision=85401
* Project moved. Update WWW URL.Anders Nordby2003-04-081-1/+1
| | | | Notes: svn path=/head/; revision=78630
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Correct WWW URL.Anders Nordby2002-08-251-1/+1
| | | | Notes: svn path=/head/; revision=64978