aboutsummaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax
Commit message (Collapse)AuthorAgeFilesLines
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been lots of missing CONFLICTS_INSTALL entries, either because conflicting ports were added without updating existing ports, due to name changes of generated packages, due to mis-understanding the format and semantics of the conflicts entries, or just due to typoes in package names. This patch is the result of a comparison of all files contained in the official packages with each other. This comparison was based on packages built with default options and may therefore have missed further conflicts with optionally installed files. Where possible, version numbers in conflicts entries have been generalized, some times taking advantage of the fact that a port cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit)
* comms/mgetty+sendfax: Add CPE informationBernhard Froehlich2021-10-051-1/+2
| | | | Approved by: portmgr (blanket)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* For ports on riscv64 that fail the same (or similar ways) to aarch64, markMark Linimon2021-01-021-4/+5
| | | | | | | | | | | them BROKEN. While here, pet portlint (Makevar order). Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=559904
* Convert to UCL & cleanup pkg-message (categories a-c)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508834
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=484628
* - Fix shebangsMartin Wilke2017-04-221-1/+3
| | | | Notes: svn path=/head/; revision=439170
* Mark as broken on various tier-2 archs.Mark Linimon2016-11-141-0/+3
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=426082
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Upgrade comms/mgetty+sendfax to version 1.1.37.Jimmy Olgeni2015-12-1114-94/+94
| | | | | | | | PR: 205152 Submitted by: takefu@airport.fm Notes: svn path=/head/; revision=403476
* - Fix shebangsDmitry Marakasov2015-09-111-2/+5
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=396709
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-8/+2
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-226-18/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387021
* Cleanup plistBaptiste Daroussin2014-10-201-4/+0
| | | | Notes: svn path=/head/; revision=371247
* Rename comms/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-285-0/+0
| | | | Notes: svn path=/head/; revision=363168
* Allow to build with texinfo from portsAntoine Brodin2014-06-261-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=359318
* LICENSE is actually GPLv2.Jimmy Olgeni2014-05-241-1/+1
| | | | Notes: svn path=/head/; revision=355049
* Add missing staged MAN pages.Jimmy Olgeni2014-05-232-1/+45
| | | | Notes: svn path=/head/; revision=354926
* - Add staging support.Jimmy Olgeni2014-05-236-123/+202
| | | | | | | | - Add LICENSE. - Use @sample in plist. Notes: svn path=/head/; revision=354921
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* 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
* Convert to new perl frameworkBaptiste Daroussin2013-09-161-1/+1
| | | | | | | Convert USE_GMAKE to USES Notes: svn path=/head/; revision=327411
* Fix build with clang by forcing gnu89Baptiste Daroussin2013-07-301-0/+1
| | | | Notes: svn path=/head/; revision=323963
* Convert Makefile headers to the new format.Jimmy Olgeni2013-02-181-5/+1
| | | | Notes: svn path=/head/; revision=312502
* Unbreak on 9.x with utmpx.Jimmy Olgeni2011-11-203-4/+66
| | | | | | | | | | mgetty already has utmpx support for SVR4; we can borrow it with a few changes to make utmpx work. Feature safe: yes Notes: svn path=/head/; revision=286124
* Remove CONFLICTS with graphics/netpbm: do not install link fromJimmy Olgeni2011-04-013-4/+17
| | | | | | | | | | | g32pbm to g3topbm, which already exists in netpbm. The g3topbm alias is intended for 3rd party fax viewers, however no ports depend on comms/mgetty+sendfax. g3topbm is also not referenced anywhere in lib/mgetty+sendfax. Notes: svn path=/head/; revision=272103
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Remove pkg-install, which is now replaced by mgettycfg with the same code.Jimmy Olgeni2010-08-085-667/+40
| | | | | | | | | | | In mgettycfg: - Suggest cuau1 (uart driver) as the default device, rather than cuad1 (sio) - Use Perl from LOCALBASE - Fix a few spelling/whitespace nits Notes: svn path=/head/; revision=258942
* Fix WWW and quotes.Jimmy Olgeni2010-04-081-2/+2
| | | | Notes: svn path=/head/; revision=252445
* Take maintainership from ports@.Jimmy Olgeni2010-03-281-1/+1
| | | | Notes: svn path=/head/; revision=251654
* - Mark BROKEN on HEAD: fails to build with new utmpxMartin Wilke2010-03-201-1/+7
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=251269
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-201-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244567
* Catch up with the renaming of cuaa to cuad 5 years ago.Tilman Keskinoz2009-07-243-3/+3
| | | | | | | | PR: 135909 Submitted by: Daniel O'Connor Notes: svn path=/head/; revision=238336
* - Fix symlink attack via insecure temporary filesMartin Wilke2008-12-072-1/+53
| | | | | | | | | | PR: 129471 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Obtained from: debian Security: http://www.vuxml.org/freebsd/44ee8160-c453-11dd-a721-0030843d3802.html Notes: svn path=/head/; revision=223931
* Reset jmz@FreeBSD.org due to no response to email about maintainer-timeout,Mark Linimon2008-11-291-1/+1
| | | | | | | | | and no commit activity for 3 months. Hat: portmgr Notes: svn path=/head/; revision=223517
* [PATCH] comms/mgetty: [SUMMARIZE CHANGES]Edwin Groothuis2008-06-181-0/+2
| | | | | | | | | | | | | | | | | | - This port currently conflicts with netpbm pkg_info -W /usr/local/bin/g3topbm pkg_info: both mgetty-1.1.35_1 and netpbm-10.26.45 claim to have installed /usr/local/bin/g3topbm - netpbm has already marked a CONFLICTS, this port should do for now as well PR: ports/117646 Submitted by: Diane Bruce <db@db.net> Approved by: maintainer timeout Notes: svn path=/head/; revision=215060
* - Add missed file in pkg-plist. Unbreak.Sergey Matveychuk2006-09-162-3/+2
| | | | | | | | Reported in: ports@ Approved by: no maintainer reaction on broken port Notes: svn path=/head/; revision=173131
* BROKEN: Incomplete pkg-plistKris Kennaway2006-09-091-0/+2
| | | | Notes: svn path=/head/; revision=172613
* Upgrade to version 1.1.35.Jean-Marc Zucconi2006-08-253-6/+6
| | | | Notes: svn path=/head/; revision=171409
* 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
* Check if stdin is a TTY, otherwise bail out as per BATCH mode.Jean-Marc Zucconi2005-12-232-0/+2
| | | | | | | Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> Notes: svn path=/head/; revision=151937
* Update MASTER_SITE.Jean-Marc Zucconi2005-12-171-1/+1
| | | | Notes: svn path=/head/; revision=151409
* Upgrade to version 1.1.34Jean-Marc Zucconi2005-12-173-4/+29
| | | | | | | Add a workaround (patch-mg_m_init.c) so that it works on FreeBSD 6 (see PR kern/87208) Notes: svn path=/head/; revision=151374
* Remove install-info from Makefile, it's automatically done when INFO is definedEdwin Groothuis2005-12-041-1/+0
| | | | Notes: svn path=/head/; revision=150427
* Add a file.Jean-Marc Zucconi2005-07-101-0/+1
| | | | Notes: svn path=/head/; revision=138847
* Upgrade to version 1.1.33Jean-Marc Zucconi2005-07-097-52/+25
| | | | Notes: svn path=/head/; revision=138775
* - update to 1.1.31Jean-Marc Zucconi2004-10-133-9/+10
| | | | | | | | | | | | - utilize INFO - make noident before make all and get rid of #ident related error messages - change naming rule, keep date in DISTNAME, but not in PORTVERSION PR: ports/72644 Submitted by: leeym Notes: svn path=/head/; revision=119298
* Include a default configuration file for voice.Jean-Marc Zucconi2004-06-162-1/+6
| | | | | | | | PR: ports/63981 Submitted by: Antoine Jacoutot <ajacoutot@lphp.org> Notes: svn path=/head/; revision=111558
* Trim whitespace.Trevor Johnson2004-04-101-1/+1
| | | | Notes: svn path=/head/; revision=106662