Commit graph

44 commits

Author SHA1 Message Date
Mark Linimon
bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-11-30 06:13:34 +00:00
Mark Linimon
d32f1af461 These ports fail the same way on armv6 as they do on aarch64.
Approved by:	portmgr (tier-2 blanket)
2017-05-26 14:27:45 +00:00
Tijl Coosemans
02f27a83b4 The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2017-01-18 13:20:31 +00:00
Mark Linimon
17e48e339b The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'. 2016-11-08 19:29:56 +00:00
Mark Linimon
fd81778c29 Mark as broken on arm64.
Approved by:	portmgr (tier-2 blanket)
2016-11-08 09:08:15 +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
Baptiste Daroussin
1e242b782f Clean up plist 2014-10-20 15:20:21 +00:00
Adam Weinberger
4e441aef5f Rename finance/ and ftp/ patch-xy patches to reflext the files they modify. 2014-07-28 18:44:42 +00:00
Adam Weinberger
660fc56a82 Resolve unnecessary bsd.port.options.mk inclusion by using OPTIONS helpers.
Approved by:	portmgr (blanket)
2014-07-03 18:18:02 +00:00
Emanuel Haupt
431d9da36d Remove trailing whitespaces from category ftp 2014-02-21 13:36:50 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
Matthias Andree
c30feda81a Support staging; cleanup !NOPORTDOCS -> PORT_OPTIONS:MDOCS 2013-10-06 22:06:43 +00:00
Baptiste Daroussin
1640537ad6 Add NO_STAGE all over the place in preparation for the staging support (cat: ftp) 2013-09-20 17:23:18 +00:00
Andrej Zverev
ca11b0d6e9 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-02 09:22:47 +00:00
Matthias Andree
96a41b6912 Remove NO_SIZE line.
Remove MD5 hash while we're here.

In partial fix for
PR:           ports/153544
Submitted by: Eitan Adler
2011-01-11 12:05:08 +00:00
Matthias Andree
d00f8a61b2 Switch MAINTAINER line to FreeBSD address.
Approved by: garga (mentor, implicit)
2010-06-13 11:57:36 +00:00
Edwin Groothuis
1dc63d3768 add SIZE, comment NO_SIZE 2008-03-25 04:44:02 +00:00
Edwin Groothuis
0bb0ea5bd7 SHA256ify
Approved by:    krion@
2006-01-22 09:48:59 +00:00
Volker Stolz
c22a5bc9e5 Fix a locale-dependent build failure.
PR:		ports/70670
Submitted by:	Matthias Andree (maintainer)
2004-08-19 19:07:12 +00:00
Kirill Ponomarev
de72cb0969 Update to version 0.6.7
PR:		ports/70420
Submitted by:	maintainer
2004-08-13 16:52:19 +00:00
Yen-Ming Lee
85c9a5f72d Update to 0.6.5
PR:		57633
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
2003-10-06 06:45:12 +00:00
Kirill Ponomarev
bb2b74c6c1 Fix build on -current
PR:		55139
Submitted by:	maintainer
Approved by:	fjoe (mentor) (implicit)
2003-08-01 08:08:14 +00:00
Kirill Ponomarev
47fd1c0b36 Update to 0.6.4
* Fix HTML output of ftpls
* Change maintainer address (same maintainer, different mail
  address)
* Install HTML documents about ftpcopy and ftpls.

PR:		55120
Submitted by:	maintainer
Approved by:	fjoe (mentor) (implicit)
2003-07-31 19:40:29 +00:00
Akinori MUSHA
a8edaa568e De-pkg-comment. 2003-02-21 12:06:51 +00:00
Peter Pentchev
a62ada08ef Update to 0.6.2.
PR:		47865
Submitted by:	maintainer
2003-02-11 13:52:07 +00:00
Norikatsu Shigemura
ccbb38a9b8 Update to 0.6.1
PR:		ports/47635
Submitted by:	Matthias Andree <matthias.andree@web.de> (maintainer)
2003-01-29 17:09:58 +00:00
Tilman Keskinoz
9c8309773b Update to 0.6.0 Add ipv6 to Categories
PR:		47526
Submitted by:	Matthias Andree <matthias.andree@web.de>
2003-01-27 15:53:11 +00:00
Ying-Chieh Liao
a244cada57 make build happy
PR:		45505
Submitted by:	maintainer
2002-11-20 04:23:16 +00:00
Oliver Braun
735d09d7d6 Upgrade to 0.5.2.
PR:		ports/44163
Submitted by:	maintainer
2002-10-17 10:22:55 +00:00
Maxim Sobolev
9f9efc87ee Hand over maintainership to Matthias Andree <matthias.andree@web.de>. 2002-08-30 12:44:18 +00:00
Maxim Sobolev
f4ea0d5271 Update to 0.5.1.
PR:		40460 40668 41675
Submitted by:	Matthias Andree <ma@dt.e-technik.uni-dortmund.de>
		Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-08-30 12:01:08 +00:00
Maxim Sobolev
99e246da94 Update to 0.4.8.
PR:		34439
Submitted by:	Matthias Andree <matthias.andree@web.de>
2002-02-18 08:21:08 +00:00
Maxim Sobolev
9119dea3da Update to 0.4.6.
PR:		32900
Submitted by:	Matthias Andree <matthias.andree@web.de>
2001-12-17 13:13:04 +00:00
Maxim Sobolev
81ce5f875a Update to 0.4.5.
PR:		32829
Submitted by:	Matthias Andree <matthias.andree@web.de>
2001-12-16 07:10:24 +00:00
Maxim Sobolev
41e4ab5603 Update to 0.4.2.
PR:		30266
Submitted by:	Matthias Andree <matthias.andree@web.de>
2001-09-07 11:33:34 +00:00
Maxim Sobolev
a2f8df5e46 Update to 0.4.0. 2001-07-31 13:22:24 +00:00
Maxim Sobolev
3e396e4e6a Update to 0.3.7. 2001-04-17 13:21:52 +00:00
Maxim Sobolev
87be5af113 Update to 0.3.5. 2001-02-26 10:11:45 +00:00
Maxim Sobolev
10e2f8893d Whitespace-only:
Make indentation uniform across my ports.
2000-11-01 15:51:11 +00:00
Maxim Sobolev
c9b833596d Update to 0.3.3.
Submitted by:	Peter Pentchev <roam@orbitel.bg>
2000-10-05 08:11:47 +00:00
Maxim Sobolev
e4ddb4eaa9 Update to 0.3.2. 2000-09-05 06:23:31 +00:00
Maxim Sobolev
a21535fbad Remove extra whiteline. 2000-07-17 08:31:57 +00:00
Maxim Sobolev
fdb16863d1 Update to 0.3.0. 2000-07-17 08:27:40 +00:00
Maxim Sobolev
35764879e6 Add ftpcopy, a two command line ftp tools.
- ftpcopy is a simply FTP client written to copy files or directories
  (recursively) from a FTP server.

- ftpls is a FTP client which generates directory listings, either in plain
  text or HTML.
2000-07-05 16:34:48 +00:00