Commit graph

71 commits

Author SHA1 Message Date
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
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
85daf4662a - add LICENSE_FILE 2010-06-10 05:37:00 +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
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
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
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
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
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
Dirk Meyer
3209d0ed2c - Get rid of PERL and use SED 2002-06-16 15:03:10 +00:00
Dirk Meyer
1b6982e0b5 Try grouping of MASTER_SITES 2002-06-09 11:22:05 +00:00
Dirk Meyer
2025ba84ee - make portlint happier
- use DOCSDIR or EXAMPLESDIR
- get rid of some INTERACTIVE scrips in news/ifmail
2002-01-05 23:43:13 +00:00
Dirk Meyer
0a61922e9e Include new patches:
c-news-patch-namelen
	c-news-patch-inews-path

make regression test available in port Makefile (make test)

new PORTREVISION
2001-11-10 04:22:00 +00:00
Dirk Meyer
385c248462 change MAINTAINER to FreeBSD.org address 2001-06-24 04:28:57 +00:00
David E. O'Brien
90eb686abd Use proper POSIX syntax for `chown'. 2001-06-01 06:05:18 +00:00
Dirk Meyer
03a6227a8c - Redesign in pkg-plist, all directorys are now created removed
with respect of the configuration paths.
- Bumped PORTREVISION
2001-05-26 16:50:06 +00:00
Dirk Meyer
741cd98351 - Add matchting @unexec lines for serveral "@exec"
So when package is removed, disr will clean.
  Problem only found in depended ports: c-nocem, nntpd, ...
- Bumped PORTREVISION

PR:		27340
2001-05-20 04:22:36 +00:00
Dirk Meyer
42b43ef82a - Removed inactive MASTER_SITE 2001-05-16 18:45:42 +00:00
Dirk Meyer
ffcfbce11c Removed write permissions on %PREFIX%/news/cnewsbin/input/newsspool
global SUID bit is needed by uux group permission will not be enought.
Thanks to jedgar@fxp.org (Chris Faulhaber) for security advice.
2001-01-24 06:23:07 +00:00
Kevin Lo
5e43aec2b8 - Change in MASTER_SITES
- Owner for binaries now from shake/mk/*
- Owner for initial configuration must be news
- Small message extended.

PR: 21874
Submitted by: MAINTAINER
2000-10-10 04:15:51 +00:00
Kevin Lo
84fca4c34a Substitute the extra spaces 2000-08-10 16:12:23 +00:00
Kevin Lo
7fc557d65a - Update MASTER_SITES
- PLIST is configurable and added URL's

PR: ports/20406
Submitted by: MAINTAINER
2000-08-07 07:50:02 +00:00
Michael Haro
feb212beb0 Correct whitespace introduced during PORTNAME conversion and portlint 2000-04-21 07:52:25 +00:00
Chris Piazza
0bdc9e1be7 Unbreak
PR:		19768
Submitted by:	dirk.meyer@dinoex.sub.org
2000-04-13 06:59:20 +00:00
Chris Piazza
f39d3f29e6 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 17:33:32 +00:00
Chris D. Faulhaber
7bb6474018 Rearrange MASTER_SITES to have faster site used prior to
slower sites

PR:		17285
Submitted by:	Maintainer
2000-03-11 14:32:38 +00:00
Steve Price
9e6c455d39 Fixup the pgpverify patch and make the y2k path more robust.
PR:		15842
Submitted by:	maintainer
2000-01-24 04:34:39 +00:00
Chris Piazza
386b6a446f Move the only master site that has one of the distfiles
higher up in the list.  Waiting while 6 sites are checked for
a file they don't have is not my idea of fun.
2000-01-12 04:25:08 +00:00
Steve Price
418fce99bf Unbreak by fixing problems caused by gawk(1).
PR:		15459
Submitted by:	maintainer
1999-12-25 01:55:56 +00:00
Steve Price
78807d7372 Mark broken for anything except 2.x because our system awk (3.0.3) causes
crashes and corrupted output.

PR:		14420
Submitted by:	maintainer
1999-11-26 18:25:20 +00:00
Steve Price
4e6bdf1064 Rework configuration, add a MASTER_SITE, and honor PREFIX.
PR:		13123
Submitted by:	maintainer
1999-09-06 23:29:26 +00:00
Peter Wemm
da8955d04b $Id$ -> $FreeBSD$ 1999-08-30 14:33:04 +00:00
Michael Haro
af5f314286 ln -> ${LN} 1999-08-28 01:58:05 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00