Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
cr.g_21 25 Oct 2024 12:18:31 |
Dirk Meyer (dinoex) |
news/cnews: add FTP mirrors |
cr.g_21 14 Oct 2024 20:37:53 |
Daniel Engberg (diizzy) |
news/cnews: Refresh MASTER_SITES
Refresh URLs for MASTER_SITES and remove dead mirrors
Approved by: portmgr (blanket) |
cr.g_21 11 Jan 2024 16:41:13 |
Dirk Meyer (dinoex) |
news/cnews: use ${PREFIX}/share/man |
cr.g_20 11 Jan 2024 16:38:08 |
Dirk Meyer (dinoex) |
news/cnews: use ${PREFIX}/share/man |
cr.g_20 13 Jul 2023 15:17:00 |
Dirk Meyer (dinoex) |
news/cnews: fix warnings on 32bit |
cr.g_19 11 Mar 2023 17:50:53 |
Dirk Meyer (dinoex) |
news/cnews: fix build on FreeBSD-14 |
cr.g_18 11 Mar 2023 17:50:12 |
Dirk Meyer (dinoex) |
news/cnews: fix build on FreeBSD-14 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
cr.g_18 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
cr.g_18 20 Jul 2022 14:22:44 |
Tobias C. Berner (tcberner) |
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 ) |
cr.g_18 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
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 ) |
cr.g_18 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
cr.g_18 04 May 2020 11:11:11 |
dinoex |
- fix build with -fno-common |
cr.g_18 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
cr.g_18 17 Sep 2017 14:41:35 |
dinoex |
- update to pgpverify-1.29
- new option GPGPV |
cr.g_17 02 Aug 2017 09:56:40 |
dinoex |
- remove obsolte option PGP2 |
cr.g_17 29 Jan 2017 11:28:04 |
dinoex |
- make portlint happier |
cr.g_17 18 Jan 2017 13:20:32 |
tijl |
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) |
cr.g_17 08 Nov 2016 07:10:43 |
dinoex |
- fix include and prototype problems with ansi patches |
cr.g_16 11 Aug 2016 19:28:01 |
dinoex |
- fix regressions on FreeBSD 10.3 |
cr.g_15 31 Jul 2016 15:19:15 |
bapt |
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 |
cr.g_14 01 Dec 2015 13:08:08 |
amdmi3 |
- Modernize plist
PR: 204047
Submitted by: amdmi3
Approved by: maintainer timeout (dinoex, 1 month) |
cr.g_13 28 Sep 2015 21:16:07 |
dinoex |
- cleanup |
cr.g_13 01 Aug 2015 05:32:20 |
dinoex |
- support disk with more than 4G blocks free |
cr.g_12 29 Sep 2014 07:05:15 |
dinoex |
- remove @cwd |
cr.g_12 04 Aug 2014 04:56:26 |
dinoex |
- fix build for pkg-1.3.4 |
cr.g_12 03 Aug 2014 14:54:20 |
dinoex |
- rename patch files
- rename MACROS |
cr.g_12 29 Jul 2014 02:18:45 |
adamw |
Rename news/ patch-xy patches to reflect the files they modify. |
cr.g_12 15 Jul 2014 17:52:18 |
adamw |
Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES. |
cr.g_12 10 Jul 2014 12:13:12 |
olgeni |
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) |
cr.g_12 19 Mar 2014 14:09:29 |
dinoex |
- revert r346880
Approved by: bapt
- update LICENSE
- fix build with new clang |
cr.g_12 03 Mar 2014 10:55:26 |
bapt |
Fix build with clang |
cr.g_12 29 Dec 2013 08:00:22 |
dinoex |
- new options PGP2 PGPIN PGPGPG
- do not default to security/pgp, which is broken on amd64 |
cr.g_11 28 Dec 2013 06:39:27 |
dinoex |
- apply gawk patch in any case |
cr.g_10 21 Dec 2013 09:49:53 |
dinoex |
- reset owner/group |
cr.g_10 18 Dec 2013 16:27:37 |
dinoex |
- use STAGEDIR
- use OPTIONS_DEFINE
- honor option EXAMPLES
- use pkg-message
- change default path for over.view, note in UPDATING |
cr.g_9 21 Sep 2013 11:06:04 |
dinoex |
- fix misplaced NO_STAGE in slaveports and ifdefs |
cr.g_9 20 Sep 2013 22:31:15 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
news) |
cr.g_9 27 Jan 2013 13:17:34 |
dinoex |
- cleanup header |
cr.g_9 09 Oct 2012 22:12:14 |
linimon |
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. |
cr.g_9 27 Nov 2011 10:58:02 |
dinoex |
- fix missing includes
- fix build with clang
Feature safe: yes |
cr.g_9 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
cr.g_9 10 Jun 2010 05:37:00 |
dinoex |
- add LICENSE_FILE |
cr.g_9 10 Jun 2010 05:36:35 |
dinoex |
- fix build with LICENSE |
cr.g_9 04 Jun 2010 14:08:27 |
dinoex |
LICENSE BSD |
cr.g_9 27 Mar 2009 19:41:49 |
dinoex |
- MAKE_JOBS_UNSAFE |
cr.g_9 15 Feb 2009 16:44:55 |
dinoex |
- add LICENSE: |
cr.g_9 07 Sep 2008 13:51:23 |
dinoex |
- not chown all dirs |
cr.g_9 03 Oct 2007 23:53:46 |
edwin |
Remove support for OSVERSION < 5 |
cr.g_9 08 Oct 2006 11:28:57 |
dinoex |
- new option WITH_SEDMAIL / WITH_CNEWS_SENDMAIL
Submitted by: Scott Hazen Mueller |
cr.g_9 08 Oct 2006 11:28:21 |
dinoex |
- fix build for gcc41
Obtained from: Andreas Jochens (debian) |
cr.g_9 02 Jul 2006 06:24:44 |
dinoex |
- 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 |
cr.g_9 24 Jun 2006 08:23:57 |
dinoex |
- drop support for FreeBSD 2.x
Submitted by: linimon
- perfomace gain by dropping gawk workaround
- activate regression-test |
cr.g_8 13 Nov 2005 09:26:50 |
dinoex |
- add SHA checksum |
cr.g_8 09 Mar 2005 05:35:48 |
dinoex |
- fix left over tempfiles in sendbatches
Submitted by: Peter Much |
cr.g_7 07 Mar 2004 06:50:55 |
dinoex |
- preserve configuration even when extracting the package
- set shell and home for news when running intactive |
cr.g_6 26 Feb 2004 05:43:42 |
dinoex |
- add SIZE |
cr.g_6 24 Sep 2003 17:28:58 |
dinoex |
- change ECHO -> ECHO_MSG |
cr.g_6 02 Jul 2003 19:11:22 |
dinoex |
- clean up PATCH_SITES
- add patch for regression on CURRENT
Fixes incorrect memset, causes .overview gets not cleaned of nonexisted entries. |
cr.g_5 12 Jun 2003 19:25:37 |
dinoex |
- make plist more flexible in path |
cr.g_4 21 Feb 2003 03:59:00 |
dinoex |
- retire pkg-comment |
cr.g_4 20 Feb 2003 18:26:42 |
dinoex |
- add COMMENT |
cr.g_4 01 Sep 2002 11:15:41 |
dinoex |
Bump PORTREVISION |
cr.g_3 01 Sep 2002 11:06:43 |
dinoex |
change binary installation path for cnews |
cr.g_3 16 Jun 2002 15:03:10 |
dinoex |
- Get rid of PERL and use SED |
cr.g_3 09 Jun 2002 11:22:05 |
dinoex |
Try grouping of MASTER_SITES |
05 Jan 2002 23:43:13 |
dinoex |
- make portlint happier - use DOCSDIR or EXAMPLESDIR - get rid of some
INTERACTIVE scrips in news/ifmail |
10 Nov 2001 04:22:00 |
dinoex |
Include new patches: c-news-patch-namelen c-news-patch-inews-path |
24 Jun 2001 05:28:58 |
dinoex |
change MAINTAINER to FreeBSD.org address |
04 Jun 2001 07:28:52 |
dinoex |
- Use proper POSIX syntax for `chown' in pkg-plist. |
01 Jun 2001 07:05:18 |
obrien |
Use proper POSIX syntax for `chown'. |
26 May 2001 17:50:07 |
dinoex |
- Redesign in pkg-plist, all directorys are now created removed with respect
of the configuration paths. - Bumped PORTREVISION |
26 May 2001 16:29:13 |
dinoex |
- Change path in pkg-plist, using %D instead of absoulte names |
22 May 2001 21:50:36 |
dinoex |
- Change pkg-plist, wrong command fixed |
20 May 2001 09:47:06 |
dinoex |
- @exec randlib removed, it alters the libcnews.a so it won't be deinstalled.
|
20 May 2001 05:22:37 |
dinoex |
- 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 |
16 May 2001 19:45:43 |
dinoex |
- Removed inactive MASTER_SITE |
30 Apr 2001 01:22:08 |
kris |
Don't hard-code -O2 |
24 Jan 2001 06:23:08 |
dinoex |
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. |
10 Oct 2000 05:15:51 |
kevlo |
- Change in MASTER_SITES - Owner for binaries now from shake/mk/* - Owner
for initial configuration must be news - Small message extended. |
08 Oct 2000 04:57:04 |
asami |
Convert category news to new layout. |
10 Aug 2000 17:12:23 |
kevlo |
Substitute the extra spaces |
07 Aug 2000 08:50:02 |
kevlo |
- Update MASTER_SITES - PLIST is configurable and added URL's |
12 Jun 2000 23:01:26 |
asami |
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). |