Commit Graph

34 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh b55e06e59c Pet portlint: reorder knobs 2019-03-02 17:47:43 +00:00
Tobias Kortkamp a433539415 german/hunspell: Use gsed during the build
hunspell's build currently attempts to use base sed and \t, most
certainly with the expectation that the latter will expand to a
tab.  With base sed, this is currently not the case - '\t' gets
passed through literally to regex(3), which sees this as an escape
of an ordinary character.  Escapes of ordinary characters will be
disallowed in future versions of regex(3), so switch to textproc/gsed
for now which does the right thing with \t.

PR:		233439
Submitted by:	kevans
Approved by:	office (maintainer timeout, > 2 months)
2019-02-26 08:40:58 +00:00
Sunpoet Po-Chuan Hsieh df5efa627e Update MASTER_SITES and WWW 2019-01-06 20:41:16 +00:00
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 c095cd43d0 Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-26 20:02:44 +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
Jan Beich 24bce6e056 textproc/hunspell: update to 1.6.0
- Restore DIST_SUBDIR from r305651
- Adjust license for "or later" clause
- Restore GPLv2+/LGPL21+ license files removed upstream as
  GPLv3+/LGPL3+ only affects Hunspell 2.0 (not currently built)
- Unbreak |make makepatch|

Changes:	https://github.com/hunspell/hunspell/releases/tag/v1.6.0
PR:		215714
Submitted by:	sunpoet (based on)
Exp-run by:	antoine
MFH:		2017Q1
Differential Revision:	https://reviews.freebsd.org/D8887
2017-01-07 14:43:11 +00:00
Sunpoet Po-Chuan Hsieh 76db6f9877 - Update to 20161207 2016-12-17 12:58:27 +00:00
Jan Beich 70b03eae74 textproc/hunspell: update to 1.5.4
Changes:	https://github.com/hunspell/hunspell/blob/v1.5.4/ChangeLog
PR:		214837
Exp-run by:	antoine (for 1.5.3)
Approved by:	office (bapt)
2016-12-03 22:24:36 +00:00
Sunpoet Po-Chuan Hsieh 7fd9f5cd50 - Update to 20160407 2016-11-20 23:55:38 +00:00
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Sunpoet Po-Chuan Hsieh 7bdfe3f0d1 - Make build process independent from locale setting
PR:		206191
Submitted by:	Rainer Hurling <rhurlin@gwdg.de>
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:12:51 +00:00
Sunpoet Po-Chuan Hsieh 376bf3bbde - Update to 20151222 2016-01-12 21:37:25 +00:00
Sunpoet Po-Chuan Hsieh b1ef5d715a - Add NO_ARCH 2015-07-18 15:01:38 +00:00
Baptiste Daroussin 91d17ef601 Cleanup plist 2014-12-20 18:48:57 +00:00
Sunpoet Po-Chuan Hsieh 99f7178be4 - Use USES=tar:bzip2 2014-07-16 15:34:12 +00:00
Baptiste Daroussin 243babc3bd Use aspell instead of ispell to build the package
Cleanup build_depends
mute the mkdir
2014-01-28 11:30:55 +00:00
Sunpoet Po-Chuan Hsieh 818e8bb154 - Update to 20131206 2013-12-09 11:37:43 +00:00
Sunpoet Po-Chuan Hsieh cd44d06183 - Add my LOCAL to MASTER_SITES
- Add LICENSE
- Sort USES
2013-11-19 10:12:00 +00:00
Sunpoet Po-Chuan Hsieh ca7392164a - Use single space after WWW: 2013-11-17 17:54:54 +00:00
Baptiste Daroussin 3904f6f163 Support stage, use bsdtar to extract 2013-11-04 10:49:03 +00:00
Baptiste Daroussin a285ade910 Add NO_STAGE all over the place in preparation for the staging support (cat: german) 2013-09-20 18:30:00 +00:00
Andrej Zverev 1216800fbe - Convert to new perl framework
Approved by:	bapt@ (office@)
2013-08-04 12:47:44 +00:00
Baptiste Daroussin 53ad8315b0 Add some shebangfix to allow building most of the ports tree without /usr/bin/perl
Submitted by:	John Marino
Obtained from:	DPorts
2013-05-07 13:12:31 +00:00
Sunpoet Po-Chuan Hsieh 2ed4325267 - Update to 20120607 2012-06-28 02:17:14 +00:00
Sunpoet Po-Chuan Hsieh 13f9e56935 - Set DIST_SUBDIR: move dist files to DISTDIR/hunspell 2011-08-17 18:03:06 +00:00
Sunpoet Po-Chuan Hsieh e07aaa88ac - Unify COMMENT and pkg-descr
- Set WRKSRC
- Fix typo
- Add trailing slash of WWW
2011-08-12 19:17:06 +00:00
Sunpoet Po-Chuan Hsieh 4dcad27cf3 - Fix PLIST: explicitly list installing filenames
- Fix typo
2011-08-09 13:33:40 +00:00
Baptiste Daroussin 3560fa9a82 Fix build
Reported by:	pointyhat (pav@)
2011-08-01 21:58:24 +00:00
Sunpoet Po-Chuan Hsieh 72c08ec487 - Move language prefix to PKGNAMEPREFIX
- Use DATADIR
- Use PLIST_DIRSTRY for DATADIR
- Explicitly list installing filenames
- Bump PORTREVISION for PORTNAME and PLIST change
- Sort PLIST
- Cosmetic change
2011-07-29 13:13:17 +00:00
Sunpoet Po-Chuan Hsieh e69040f679 - Add perl as build dependency [1]
- Use PLIST_DIRSTRY for PREFIX/share/hunspell
- Bump PORTREVISION for PLIST change
- Cosmetic change

Reported by:	pointyhat [1]
2011-07-28 07:12:00 +00:00
Sunpoet Po-Chuan Hsieh fcdff36357 - Fix typo 2011-07-25 08:53:21 +00:00
Baptiste Daroussin a05a58eb85 Pass matainership to the new office team 2011-07-22 05:30:11 +00:00
Baptiste Daroussin 37a620312f Add german hunspell dictionnaries 2011-07-20 14:01:55 +00:00