Martin Wilke
0a6f794f91
- Fix shebangs
2017-04-22 12:45:43 +00:00
Mark Linimon
d864fd0302
Mark as broken on various tier-2 archs.
...
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
2016-11-14 05:03:05 +00:00
Dmitry Marakasov
1d1f878054
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
...
Approved by: portmgr blanket
2016-05-19 10:21:23 +00:00
Jimmy Olgeni
e641123ab0
Upgrade comms/mgetty+sendfax to version 1.1.37.
...
PR: 205152
Submitted by: takefu@airport.fm
2015-12-11 00:25:36 +00:00
Dmitry Marakasov
55a34f92ce
- Fix shebangs
...
Approved by: portmgr blanket
2015-09-11 19:14:44 +00:00
Mathieu Arnold
bb271f0bf7
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
...
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412 ?
2015-08-19 13:29:59 +00:00
Mathieu Arnold
8dab11a002
Remove $FreeBSD$ from patches files in categories a-j.
...
With hat: portmgr
Sponsored by: Absolight
2015-05-22 13:34:20 +00:00
Baptiste Daroussin
2c8db67726
Cleanup plist
2014-10-20 09:31:33 +00:00
Adam Weinberger
c3124ff3bf
Rename comms/ patch-xy patches to reflect the files they modify.
2014-07-28 14:54:09 +00:00
Antoine Brodin
79cee04bec
Allow to build with texinfo from ports
...
With hat: portmgr
2014-06-26 07:32:36 +00:00
Jimmy Olgeni
f00b7cdcf9
LICENSE is actually GPLv2.
2014-05-24 16:22:05 +00:00
Jimmy Olgeni
1a52920d96
Add missing staged MAN pages.
2014-05-23 11:02:52 +00:00
Jimmy Olgeni
dd6d694e4a
- Add staging support.
...
- Add LICENSE.
- Use @sample in plist.
2014-05-23 09:55:25 +00:00
Baptiste Daroussin
4a4ec28d37
Convert all :U to :tu and :L to :tl
...
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
2014-05-05 09:45:36 +00:00
Baptiste Daroussin
2b300eeb3f
Add NO_STAGE all over the place in preparation for the staging support (cat: comms)
2013-09-20 16:03:29 +00:00
Baptiste Daroussin
e4343d70fd
Convert to new perl framework
...
Convert USE_GMAKE to USES
2013-09-16 16:32:07 +00:00
Baptiste Daroussin
e068df6be2
Fix build with clang by forcing gnu89
2013-07-30 12:38:20 +00:00
Jimmy Olgeni
b24b0a131d
Convert Makefile headers to the new format.
2013-02-18 12:34:39 +00:00
Jimmy Olgeni
ed24810611
Unbreak on 9.x with utmpx.
...
mgetty already has utmpx support for SVR4; we can borrow it with a
few changes to make utmpx work.
Feature safe: yes
2011-11-20 14:36:57 +00:00
Jimmy Olgeni
37e5e69e19
Remove CONFLICTS with graphics/netpbm: do not install link from
...
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.
2011-04-01 20:27:29 +00:00
Martin Wilke
bb86cbe5d2
- Get Rid MD5 support
2011-03-20 12:54:45 +00:00
Jimmy Olgeni
d0fac5adb2
Remove pkg-install, which is now replaced by mgettycfg with the same code.
...
In mgettycfg:
- Suggest cuau1 (uart driver) as the default device, rather than cuad1 (sio)
- Use Perl from LOCALBASE
- Fix a few spelling/whitespace nits
2010-08-08 15:00:54 +00:00
Jimmy Olgeni
b4c739b542
Fix WWW and quotes.
2010-04-08 16:14:02 +00:00
Jimmy Olgeni
86ba318659
Take maintainership from ports@.
2010-03-28 19:59:14 +00:00
Martin Wilke
b4595e2897
- Mark BROKEN on HEAD: fails to build with new utmpx
...
Reported by: pointyhat
2010-03-20 13:45:08 +00:00
Pav Lucistnik
38eb8c5339
- Mark MAKE_JOBS_UNSAFE
...
Reported by: pointyhat
2009-11-20 22:53:09 +00:00
Tilman Keskinoz
e76ce15096
Catch up with the renaming of cuaa to cuad 5 years ago.
...
PR: 135909
Submitted by: Daniel O'Connor
2009-07-24 16:40:58 +00:00
Martin Wilke
df49766293
- Fix symlink attack via insecure temporary files
...
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
2008-12-07 11:47:22 +00:00
Mark Linimon
a34ad4f459
Reset jmz@FreeBSD.org due to no response to email about maintainer-timeout,
...
and no commit activity for 3 months.
Hat: portmgr
2008-11-29 00:11:56 +00:00
Edwin Groothuis
d61b285330
[PATCH] comms/mgetty: [SUMMARIZE CHANGES]
...
- 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
2008-06-18 11:04:59 +00:00
Sergey Matveychuk
fe95d671e4
- Add missed file in pkg-plist. Unbreak.
...
Reported in: ports@
Approved by: no maintainer reaction on broken port
2006-09-16 07:38:05 +00:00
Kris Kennaway
d74b765cd9
BROKEN: Incomplete pkg-plist
2006-09-09 08:26:17 +00:00
Jean-Marc Zucconi
d93f2768c9
Upgrade to version 1.1.35.
2006-08-25 20:32:45 +00:00
Edwin Groothuis
acd87b4ad8
SHA256ify
...
Approved by: krion@
2006-01-22 08:34:46 +00:00
Edwin Groothuis
913a5a5cba
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
...
Approved by: krion@
PR: ports/88711 (related)
2006-01-22 01:29:46 +00:00
Jean-Marc Zucconi
cc4556ea62
Check if stdin is a TTY, otherwise bail out as per BATCH mode.
...
Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
2005-12-23 20:06:25 +00:00
Jean-Marc Zucconi
fb833581a7
Update MASTER_SITE.
2005-12-17 16:25:29 +00:00
Jean-Marc Zucconi
80dbdba7e6
Upgrade to version 1.1.34
...
Add a workaround (patch-mg_m_init.c) so that it works on FreeBSD 6 (see PR kern/87208)
2005-12-17 11:36:22 +00:00
Edwin Groothuis
3d887eb3f6
Remove install-info from Makefile, it's automatically done when INFO is defined
2005-12-04 23:35:14 +00:00
Jean-Marc Zucconi
a1045af4d6
Add a file.
2005-07-10 20:24:45 +00:00
Jean-Marc Zucconi
89101171d6
Upgrade to version 1.1.33
2005-07-09 16:49:03 +00:00
Jean-Marc Zucconi
fbc28319f7
- update to 1.1.31
...
- 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
2004-10-13 20:28:37 +00:00
Jean-Marc Zucconi
7a1e1287f3
Include a default configuration file for voice.
...
PR: ports/63981
Submitted by: Antoine Jacoutot <ajacoutot@lphp.org>
2004-06-16 00:04:02 +00:00
Trevor Johnson
6e7d58c396
Trim whitespace.
2004-04-10 16:07:10 +00:00
Trevor Johnson
e1177f5c54
Add size data.
...
Approved by: maintainers
2004-03-18 02:27:55 +00:00
Jean-Marc Zucconi
cd35646b2d
Fix exit status passing in vgetty for external shells.
...
PR: ports/47473
Submitted by: Martijn Lina <martijn@pacno.net>
2003-09-29 14:55:39 +00:00
Jean-Marc Zucconi
90e7bfc74a
lib/mgetty+sendfax/faxq-helper was missing.
...
PR: ports/50111
Submitted by: gshapiro
2003-06-02 01:28:25 +00:00
Ade Lovett
7e52725f2a
Clear moonlight beckons.
...
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Jean-Marc Zucconi
5fa44dba04
Transmit CFLAGS to the build makefile.
2003-02-08 18:17:40 +00:00
Jean-Marc Zucconi
cb7f012515
Fix build on 5.0.
2003-02-05 20:33:44 +00:00