1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

88 Commits

Author SHA1 Message Date
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
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
Dirk Meyer
fc97789d9e - Use proper POSIX syntax for `chown' in pkg-plist. 2001-06-04 06:28:52 +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
730d5de276 - Change path in pkg-plist, using %D instead of absoulte names 2001-05-26 15:29:12 +00:00
Dirk Meyer
11d9f1ee7a - Change pkg-plist, wrong command fixed 2001-05-22 20:50:35 +00:00
Dirk Meyer
18c5284715 - @exec randlib removed, it alters the libcnews.a so it won't be deinstalled.
PR:		27340
2001-05-20 08:47: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
Kris Kennaway
d3fa1e9d13 Don't hard-code -O2 2001-04-30 00:22:07 +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
Satoshi Asami
aee517c86c Remove @exec ranlib's. Since pkg_add doesn't change the timestamp,
these are not necessary (even if the linker cares about the timestamp --
I'm not sure if it does).
2000-06-12 22:01:24 +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
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.

As promised,

$ time cvs ci
real    67m51.701s
user    0m1.250s
sys     0m5.345s
1999-06-26 19:12:45 +00:00
Steve Price
d9466e7bba Use 'ln -sf' for the /var/news symlink just in case it already exists. 1999-06-22 16:24:48 +00:00