notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: news/cnews/Makefile
SVNWeb

Number of commits found: 56

Sat, 11 Mar 2023
[ 17:50 Dirk Meyer (dinoex) search for other commits by this committer ]    commit hash:4e7d5a56f499fbc7fab8e9e97c93c3d5edf646be  commit hash:4e7d5a56f499fbc7fab8e9e97c93c3d5edf646be  commit hash:4e7d5a56f499fbc7fab8e9e97c93c3d5edf646be  4e7d5a5 
news/cnews: fix build on FreeBSD-14
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:4f7ba00ac9192d2904e7d970feaf58acd1a4e005  commit hash:4f7ba00ac9192d2904e7d970feaf58acd1a4e005  commit hash:4f7ba00ac9192d2904e7d970feaf58acd1a4e005  4f7ba00  (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
news: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Adam David <adam@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrey Slusar <anray@FreeBSD.org>
  *  Brian Somers <brian@FreeBSD.org>
  *  Carey Jones <mcj@acquiesce.org>
  *  David O'Brien (obrien@cs.ucdavis.edu)
  *  Denis Shaposhnikov <dsh@vlink.ru>
  *  Don Croyle <croyle@gelemna.org>
  *  Donald Burr <dburr@FreeBSD.org>
  *  Frederic Cambus
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 10 Jan 2022
[ 15:15 Stefan Eßer (se) search for other commits by this committer ]    commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  bcaf25a  (Only the first 10 of 491 ports in this commit are shown above. View all ports for this commit)
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 17 Sep 2017
[ 14:41 dinoex search for other commits by this committer ] Original commit   Revision:450004
- update to pgpverify-1.29
- new option GPGPV
Wed, 2 Aug 2017
[ 09:56 dinoex search for other commits by this committer ] Original commit   Revision:447097
- remove obsolte option PGP2
Wed, 18 Jan 2017
[ 13:20 tijl search for other commits by this committer ] Original commit   Revision:431796 (Only the first 10 of 120 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 8 Nov 2016
[ 07:10 dinoex search for other commits by this committer ] Original commit   Revision:425688 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
- fix include and prototype problems with ansi patches
Thu, 11 Aug 2016
[ 19:28 dinoex search for other commits by this committer ] Original commit   Revision:420097
- fix regressions on FreeBSD 10.3
Sun, 31 Jul 2016
[ 15:19 bapt search for other commits by this committer ] Original commit   Revision:419391
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
Tue, 1 Dec 2015
[ 13:08 amdmi3 search for other commits by this committer ] Original commit   Revision:402733
- Modernize plist

PR:		204047
Submitted by:	amdmi3
Approved by:	maintainer timeout (dinoex, 1 month)
Mon, 28 Sep 2015
[ 21:16 dinoex search for other commits by this committer ] Original commit   Revision:398145
- cleanup
Sat, 1 Aug 2015
[ 05:32 dinoex search for other commits by this committer ] Original commit   Revision:393387
- support disk with more than 4G blocks free
Mon, 4 Aug 2014
[ 04:56 dinoex search for other commits by this committer ] Original commit   Revision:363963
- fix build for pkg-1.3.4
Sun, 3 Aug 2014
[ 14:54 dinoex search for other commits by this committer ] Original commit   Revision:363906
- rename patch files
- rename MACROS
Tue, 15 Jul 2014
[ 17:52 adamw search for other commits by this committer ] Original commit   Revision:361989 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES.
Thu, 10 Jul 2014
[ 12:13 olgeni search for other commits by this committer ] Original commit   Revision:361440 (Only the first 10 of 193 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 19 Mar 2014
[ 14:09 dinoex search for other commits by this committer ] Original commit   Revision:348620 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- revert r346880
Approved by:	bapt

- update LICENSE
- fix build with new clang
Mon, 3 Mar 2014
[ 10:55 bapt search for other commits by this committer ] Original commit   Revision:346880
Fix build with clang
Sun, 29 Dec 2013
[ 08:00 dinoex search for other commits by this committer ] Original commit   Revision:337942
- new options PGP2 PGPIN PGPGPG
- do not default to security/pgp, which is broken on amd64
Sat, 28 Dec 2013
[ 06:39 dinoex search for other commits by this committer ] Original commit   Revision:337840
- apply gawk patch in any case
Wed, 18 Dec 2013
[ 16:27 dinoex search for other commits by this committer ] Original commit   Revision:336846
- use STAGEDIR
- use OPTIONS_DEFINE
- honor option EXAMPLES
- use pkg-message
- change default path for over.view, note in UPDATING
Sat, 21 Sep 2013
[ 11:06 dinoex search for other commits by this committer ] Original commit   Revision:327804 (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
- fix misplaced NO_STAGE in slaveports and ifdefs
Fri, 20 Sep 2013
[ 22:31 bapt search for other commits by this committer ] Original commit   Revision:327759 (Only the first 10 of 89 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
news)
Sun, 27 Jan 2013
[ 13:17 dinoex search for other commits by this committer ] Original commit   Revision:311067
- cleanup header
Tue, 9 Oct 2012
[ 22:12 linimon search for other commits by this committer ] Original commit   Revision:305610 (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
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.
Thu, 10 Jun 2010
[ 05:37 dinoex search for other commits by this committer ] Original commit 
- add LICENSE_FILE
Fri, 4 Jun 2010
[ 14:08 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
LICENSE BSD
Fri, 27 Mar 2009
[ 19:41 dinoex search for other commits by this committer ] Original commit 
- MAKE_JOBS_UNSAFE
Sun, 7 Sep 2008
[ 13:51 dinoex search for other commits by this committer ] Original commit 
- not chown all dirs
Wed, 3 Oct 2007
[ 23:53 edwin search for other commits by this committer ] Original commit 
Remove support for OSVERSION < 5
Sun, 8 Oct 2006
[ 11:28 dinoex search for other commits by this committer ] Original commit 
- new option WITH_SEDMAIL / WITH_CNEWS_SENDMAIL
Submitted by:   Scott Hazen Mueller
Sun, 2 Jul 2006
[ 06:24 dinoex search for other commits by this committer ] Original commit 
- 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
Sat, 24 Jun 2006
[ 08:23 dinoex search for other commits by this committer ] Original commit 
- drop support for FreeBSD 2.x
Submitted by:   linimon

- perfomace gain by dropping gawk workaround
- activate regression-test
Wed, 9 Mar 2005
[ 05:35 dinoex search for other commits by this committer ] Original commit 
- fix left over tempfiles in sendbatches
Submitted by:   Peter Much
Sun, 7 Mar 2004
[ 06:50 dinoex search for other commits by this committer ] Original commit 
- preserve configuration even when extracting the package
- set shell and home for news when running intactive
Wed, 24 Sep 2003
[ 17:28 dinoex search for other commits by this committer ] Original commit 
- change ECHO -> ECHO_MSG
Wed, 2 Jul 2003
[ 19:11 dinoex search for other commits by this committer ] Original commit 
- clean up PATCH_SITES
- add patch for regression on CURRENT
Fixes incorrect memset, causes .overview gets not cleaned of nonexisted entries.
Thu, 12 Jun 2003
[ 19:25 dinoex search for other commits by this committer ] Original commit 
- make plist more flexible in path
Thu, 20 Feb 2003
[ 18:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
- add COMMENT
Sun, 1 Sep 2002
[ 11:15 dinoex search for other commits by this committer ] Original commit 
Bump PORTREVISION
[ 11:06 dinoex search for other commits by this committer ] Original commit 
change binary installation path for cnews
Sun, 16 Jun 2002
[ 15:03 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
- Get rid of PERL and use SED
Sun, 9 Jun 2002
[ 11:22 dinoex search for other commits by this committer ] Original commit 
Try grouping of MASTER_SITES
Sat, 5 Jan 2002
[ 23:43 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
- make portlint happier   - use DOCSDIR or EXAMPLESDIR   - get rid of some
INTERACTIVE scrips in news/ifmail    
Sat, 10 Nov 2001
[ 04:22 dinoex search for other commits by this committer ] Original commit 
Include new patches:   	c-news-patch-namelen   	c-news-patch-inews-path    
Sun, 24 Jun 2001
[ 05:28 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
change MAINTAINER to FreeBSD.org address    
Fri, 1 Jun 2001
[ 07:05 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
Use proper POSIX syntax for `chown'.    
Sat, 26 May 2001
[ 17:50 dinoex search for other commits by this committer ] Original commit 
- Redesign in pkg-plist, all directorys are now created removed     with respect
of the configuration paths.   - Bumped PORTREVISION    
Sun, 20 May 2001
[ 05:22 dinoex search for other commits by this committer ] Original commit 
- 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    
Wed, 16 May 2001
[ 19:45 dinoex search for other commits by this committer ] Original commit 
- Removed inactive MASTER_SITE    
Wed, 24 Jan 2001
[ 06:23 dinoex search for other commits by this committer ] Original commit 
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.    
Tue, 10 Oct 2000
[ 05:15 kevlo search for other commits by this committer ] Original commit 
- Change in MASTER_SITES   - Owner for binaries now from shake/mk/*   - Owner
for initial configuration must be news   - Small message extended.    
Thu, 10 Aug 2000
[ 17:12 kevlo search for other commits by this committer ] Original commit 
Substitute the extra spaces    
Mon, 7 Aug 2000
[ 08:50 kevlo search for other commits by this committer ] Original commit 
- Update MASTER_SITES   - PLIST is configurable and added URL's    

Number of commits found: 56