1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
Commit Graph

121 Commits

Author SHA1 Message Date
Dirk Meyer
466b8f8bbd - update to pgpverify-1.29
- new option GPGPV
2017-09-17 14:41:35 +00:00
Dirk Meyer
e04f401615 - remove obsolte option PGP2 2017-08-02 09:56:40 +00:00
Dirk Meyer
3e8309bbf4 - make portlint happier 2017-01-29 11:28:03 +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
Dirk Meyer
ec0dda1ae6 - fix include and prototype problems with ansi patches 2016-11-08 07:10:43 +00:00
Dirk Meyer
fbd2bc9ffe - fix regressions on FreeBSD 10.3 2016-08-11 19:28:01 +00:00
Baptiste Daroussin
28e4715f45 Fix build with clang and getline(3)
The getline(3) failure was hidden by the fact the port was said to build with
gcc from ports which occulted the getline(3) change because it bundles the
system headers from when it was built (WTF???)

Adding -Wno-return-type to cflags allows to build with clang
2016-07-31 15:19:15 +00:00
Dmitry Marakasov
f6ca42b477 - Modernize plist
PR:		204047
Submitted by:	amdmi3
Approved by:	maintainer timeout (dinoex, 1 month)
2015-12-01 13:08:08 +00:00
Dirk Meyer
4f80f5a5a4 - cleanup 2015-09-28 21:16:07 +00:00
Dirk Meyer
d8f99b2357 - support disk with more than 4G blocks free 2015-08-01 05:32:19 +00:00
Dirk Meyer
79592d918d - remove @cwd 2014-09-29 07:05:14 +00:00
Dirk Meyer
10919b1b42 - fix build for pkg-1.3.4 2014-08-04 04:56:25 +00:00
Dirk Meyer
b412193f24 - rename patch files
- rename MACROS
2014-08-03 14:54:20 +00:00
Adam Weinberger
272b1c5f9a Rename news/ patch-xy patches to reflect the files they modify. 2014-07-29 02:18:44 +00:00
Adam Weinberger
1f65a30b2a Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES. 2014-07-15 17:52:17 +00:00
Jimmy Olgeni
7dc406a7a1 Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.

CR:		D307
Approved by:	portmgr (bapt)
2014-07-10 12:13:11 +00:00
Dirk Meyer
ee16702944 - revert r346880
Approved by:	bapt

- update LICENSE
- fix build with new clang
2014-03-19 14:09:29 +00:00
Baptiste Daroussin
c5ec73597e Fix build with clang 2014-03-03 10:55:26 +00:00
Dirk Meyer
1efbf0ed50 - new options PGP2 PGPIN PGPGPG
- do not default to security/pgp, which is broken on amd64
2013-12-29 08:00:22 +00:00
Dirk Meyer
24e7c71e0a - apply gawk patch in any case 2013-12-28 06:39:26 +00:00
Dirk Meyer
230fad1027 - reset owner/group 2013-12-21 09:49:53 +00:00
Dirk Meyer
c0f6b9ab24 - use STAGEDIR
- use OPTIONS_DEFINE
- honor option EXAMPLES
- use pkg-message
- change default path for over.view, note in UPDATING
2013-12-18 16:27:36 +00:00
Dirk Meyer
1e3119b07e - fix misplaced NO_STAGE in slaveports and ifdefs 2013-09-21 11:06:03 +00:00
Baptiste Daroussin
b9522341aa Add NO_STAGE all over the place in preparation for the staging support (cat: news) 2013-09-20 22:31:15 +00:00
Dirk Meyer
d61da0726e - cleanup header 2013-01-27 13:17:33 +00:00
Mark Linimon
a8693b8dee Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
2012-10-09 22:12:13 +00:00
Dirk Meyer
922bee6599 - fix missing includes
- fix build with clang
Feature safe:	yes
2011-11-27 10:58:02 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Dirk Meyer
85daf4662a - add LICENSE_FILE 2010-06-10 05:37:00 +00:00
Dirk Meyer
42b8603928 - fix build with LICENSE 2010-06-10 05:36:35 +00:00
Dirk Meyer
0862ea05a1 LICENSE BSD 2010-06-04 14:08:27 +00:00
Dirk Meyer
c602617259 - MAKE_JOBS_UNSAFE 2009-03-27 19:41:49 +00:00
Dirk Meyer
0a78365e08 - add LICENSE: 2009-02-15 16:44:55 +00:00
Dirk Meyer
c39af7fe8a - not chown all dirs 2008-09-07 13:51:22 +00:00
Edwin Groothuis
260b2edafd Remove support for OSVERSION < 5 2007-10-03 23:53:46 +00:00
Dirk Meyer
81de544107 - new option WITH_SEDMAIL / WITH_CNEWS_SENDMAIL
Submitted by:	Scott Hazen Mueller
2006-10-08 11:28:57 +00:00
Dirk Meyer
20082f59c2 - fix build for gcc41
Obtained from:	Andreas Jochens (debian)
2006-10-08 11:28:21 +00:00
Dirk Meyer
f68940248d - disable regression test on pointyhat
the test sends 2 mails, pointyhat consider this fatal:
Fatal error: filesystem was touched prior to 'make install' phase

http://pointyhat.freebsd.org/errorlogs/i386-5-latest/cnews-cr.g_9.log
2006-07-02 06:24:44 +00:00
Dirk Meyer
2f3683d211 - drop support for FreeBSD 2.x
Submitted by:	linimon

- perfomace gain by dropping gawk workaround
- activate regression-test
2006-06-24 08:23:56 +00:00
Dirk Meyer
ec997a9574 - add SHA checksum 2005-11-13 09:26:50 +00:00
Dirk Meyer
ffd3392127 - fix left over tempfiles in sendbatches
Submitted by:	Peter Much
2005-03-09 05:35:48 +00:00
Dirk Meyer
108df0eb69 - preserve configuration even when extracting the package
- set shell and home for news when running intactive
2004-03-07 06:50:55 +00:00
Dirk Meyer
4857d67313 - add SIZE 2004-02-26 05:56:07 +00:00
Dirk Meyer
c4f66fbf9a - change ECHO -> ECHO_MSG 2003-09-24 17:28:58 +00:00
Dirk Meyer
560f9979c7 - clean up PATCH_SITES
- add patch for regression on CURRENT
Fixes incorrect memset, causes .overview gets not cleaned of nonexisted entries.
2003-07-02 19:11:22 +00:00
Dirk Meyer
12e2a819d4 - make plist more flexible in path 2003-06-12 19:25:37 +00:00
Dirk Meyer
4eb8d6d1fa - retire pkg-comment 2003-02-21 03:59:00 +00:00
Dirk Meyer
387f34ee24 - add COMMENT 2003-02-20 18:26:42 +00:00
Dirk Meyer
f235fb95ac Bump PORTREVISION 2002-09-01 11:15:41 +00:00
Dirk Meyer
4f1d673aed change binary installation path for cnews 2002-09-01 11:06:43 +00:00