The NetBSD Project

CVS log for pkgsrc/news/nn/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / news / nn

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.54 / (download) - annotate - [select for diffs], Fri Aug 18 05:19:23 2023 UTC (8 months ago) by mlelstv
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, HEAD
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored) to selected 1.33 (colored)

fix build for arm32.

Revision 1.53 / (download) - annotate - [select for diffs], Sun Apr 25 07:51:25 2021 UTC (2 years, 11 months ago) by mrg
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored) to selected 1.33 (colored)

various fixes for arm64 big endian support.

most of these simply extend matching from "aarch64" to "aarch64eb"
in various forms of code.  most remaining uses in pkgsrc of
"MACHINE_ARCH == aarch64" are because of missing aarch64eb support,
such as most of the binary-bootstrap requiring languages like rust,
go, and java.

no pkg-bump because this shouldn't change packages on systems that
could already build all of these.

Revision 1.52 / (download) - annotate - [select for diffs], Wed Dec 23 16:28:47 2020 UTC (3 years, 3 months ago) by mlelstv
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.51: +3 -1 lines
Diff to previous 1.51 (colored) to selected 1.33 (colored)

Build aarch64 like (32bit) arm.

Revision 1.51 / (download) - annotate - [select for diffs], Wed May 20 06:09:07 2020 UTC (3 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.50: +7 -1 lines
Diff to previous 1.50 (colored) to selected 1.33 (colored)

mark packages that fail with -Werror=char-subscripts

These packages are susceptible to bugs when confronted with non-ASCII
characters.

See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94182.

It takes some time to analyze and fix these individually, therefore they
are only marked as "needs work".

Revision 1.50 / (download) - annotate - [select for diffs], Mon Nov 4 19:17:11 2019 UTC (4 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.49: +4 -4 lines
Diff to previous 1.49 (colored) to selected 1.33 (colored)

news: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.49 / (download) - annotate - [select for diffs], Wed Jan 4 22:34:47 2017 UTC (7 years, 3 months ago) by roy
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.48: +3 -3 lines
Diff to previous 1.48 (colored) to selected 1.33 (colored)

nn really uses terminfo

Revision 1.48 / (download) - annotate - [select for diffs], Thu Feb 25 16:30:31 2016 UTC (8 years, 1 month ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.47: +8 -14 lines
Diff to previous 1.47 (colored) to selected 1.33 (colored)

Use OPSYSVARS.

Revision 1.47 / (download) - annotate - [select for diffs], Sun Jan 24 16:14:45 2016 UTC (8 years, 2 months ago) by jperkin
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored) to selected 1.33 (colored)

Attempt to bring sanity to how ABI and MACHINE_ARCH are set.

Previously there were at least 5 different ways MACHINE_ARCH could be set,
some statically and some at run time, and in many cases these settings
differed, leading to issues at pkg_add time where there was conflict
between the setting encoded into the package and that used by pkg_install.

Instead, move to a single source of truth where the correct value based on
the host and the chosen (or default) ABI is determined in the bootstrap
script.  The value can still be overridden in mk.conf if necessary, e.g.
for cross-compiling.

ABI is now set by default and if unset a default is calculated based on
MACHINE_ARCH.  This fixes some OS, e.g. Linux, where the wrong default was
previously chosen.

As a result of the refactoring there is no need for LOWER_ARCH, with
references to it replaced by MACHINE_ARCH.  SPARC_TARGET_ARCH is also
removed.

Revision 1.46 / (download) - annotate - [select for diffs], Tue Aug 18 07:31:16 2015 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored) to selected 1.33 (colored)

Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.

Revision 1.45 / (download) - annotate - [select for diffs], Mon Aug 17 17:11:28 2015 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored) to selected 1.33 (colored)

Bump PKGREVISION for ncurses shlib bump.

Revision 1.44 / (download) - annotate - [select for diffs], Thu Jan 2 08:00:32 2014 UTC (10 years, 3 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.43: +3 -5 lines
Diff to previous 1.43 (colored) to selected 1.33 (colored)

Remove Dragonfly hack and use tradcpp for cpp'ing the makefiles.
Should fix Solaris build; the Solaris compiler's cpp is crashing.

Revision 1.43 / (download) - annotate - [select for diffs], Sat May 18 11:15:00 2013 UTC (10 years, 11 months ago) by mlelstv
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored) to selected 1.33 (colored)

Fix config to use termios instead of COMPAT_43 functionality.

Revision 1.42 / (download) - annotate - [select for diffs], Mon Oct 8 12:27:41 2012 UTC (11 years, 6 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.41: +1 -3 lines
Diff to previous 1.41 (colored) to selected 1.33 (colored)

Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.

Revision 1.41 / (download) - annotate - [select for diffs], Sun Jul 8 10:16:32 2012 UTC (11 years, 9 months ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.40: +3 -1 lines
Diff to previous 1.40 (colored) to selected 1.33 (colored)

Add missing ncurses buildlink.

Bump PKGREVISION.

Revision 1.40 / (download) - annotate - [select for diffs], Sat Apr 7 22:49:54 2012 UTC (12 years ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.39: +3 -2 lines
Diff to previous 1.39 (colored) to selected 1.33 (colored)

Oops, do previous correctly.

Revision 1.39 / (download) - annotate - [select for diffs], Sat Apr 7 20:06:15 2012 UTC (12 years ago) by dholland
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored) to selected 1.33 (colored)

Use cpp -traditional whenever the compiler is gcc, not just on Dragonfly.
This is only required for gcc 4.4 (I think) and up where otherwise cpp
doesn't preserve whitespace, but it should be harmless for all gcc
versions ranging back to the prehistorical.

Fixes problems caused by running cpp on makefiles.

Revision 1.38 / (download) - annotate - [select for diffs], Sat Apr 7 11:47:19 2012 UTC (12 years ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base
Branch point for: pkgsrc-2012Q1
Changes since 1.37: +9 -1 lines
Diff to previous 1.37 (colored) to selected 1.33 (colored)

Add user-destdir installation support.

Revision 1.37 / (download) - annotate - [select for diffs], Sat Mar 13 05:05:51 2010 UTC (14 years, 1 month ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.36: +2 -1 lines
Diff to previous 1.36 (colored) to selected 1.33 (colored)

set HOMEPAGE.

Revision 1.36 / (download) - annotate - [select for diffs], Mon Nov 30 00:38:47 2009 UTC (14 years, 4 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.35: +2 -1 lines
Diff to previous 1.35 (colored) to selected 1.33 (colored)

Add build config for amd64.

Revision 1.35 / (download) - annotate - [select for diffs], Sun Jul 29 14:33:12 2007 UTC (16 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.34: +3 -3 lines
Diff to previous 1.34 (colored) to selected 1.33 (colored)

Use MACHINE_ARCH instead of LOWER_ARCH in conditionals.

Revision 1.34 / (download) - annotate - [select for diffs], Sat Mar 24 19:21:31 2007 UTC (17 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.33: +3 -1 lines
Diff to previous 1.33 (colored)

Prepare for switching to NO_MTREE=yes.

Revision 1.33 / (download) - annotate - [selected], Sun Nov 12 01:28:03 2006 UTC (17 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (colored)

Fixed PKGMANDIR and made the package build on NetBSD.

Revision 1.32 / (download) - annotate - [select for diffs], Sun Oct 15 16:43:37 2006 UTC (17 years, 6 months ago) by schwarz
Branch: MAIN
Changes since 1.31: +4 -2 lines
Diff to previous 1.31 (colored) to selected 1.33 (colored)


- do not explicitly pass CC to MAKE_ENV as pkgsrc already does so
- added fixes for IRIX

Revision 1.31 / (download) - annotate - [select for diffs], Sun Oct 15 10:27:53 2006 UTC (17 years, 6 months ago) by schwarz
Branch: MAIN
Changes since 1.30: +2 -3 lines
Diff to previous 1.30 (colored) to selected 1.33 (colored)


updated download path

Revision 1.30 / (download) - annotate - [select for diffs], Sat Oct 14 19:33:45 2006 UTC (17 years, 6 months ago) by schwarz
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.33 (colored)

updated news/nn to 6.7.3. Changes from 6.6.5 according to nn's ChangeLog
are various bug fixes and code cleanups.

Revision 1.29 / (download) - annotate - [select for diffs], Thu Jun 1 23:11:29 2006 UTC (17 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.28: +5 -1 lines
Diff to previous 1.28 (colored) to selected 1.33 (colored)

Fix errno. On DragonFly, force -traditional for cpp.

Revision 1.28 / (download) - annotate - [select for diffs], Sat Mar 4 21:30:26 2006 UTC (18 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored) to selected 1.33 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.27 / (download) - annotate - [select for diffs], Thu Dec 1 19:33:10 2005 UTC (18 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored) to selected 1.33 (colored)

Remove "${CC}" with ${CC:Q}.

Revision 1.26 / (download) - annotate - [select for diffs], Thu Dec 1 19:32:47 2005 UTC (18 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.25: +1 -3 lines
Diff to previous 1.25 (colored) to selected 1.33 (colored)

Remove obsolete and unused USE_INN from BUILD_DEFS.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Apr 11 11:05:47 2005 UTC (19 years ago) by schwarz
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored) to selected 1.33 (colored)


updated nn to 6.6.5. Changes approved by recht.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Mar 24 21:12:59 2005 UTC (19 years ago) by wiz
Branch: MAIN
Changes since 1.23: +1 -3 lines
Diff to previous 1.23 (colored) to selected 1.33 (colored)

Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.

Revision 1.23 / (download) - annotate - [select for diffs], Sat Dec 25 06:39:42 2004 UTC (19 years, 3 months ago) by kim
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.22: +2 -5 lines
Diff to previous 1.22 (colored) to selected 1.33 (colored)

Remove ftp.gw.com (mirror discontinued).

Revision 1.22 / (download) - annotate - [select for diffs], Mon May 3 12:56:10 2004 UTC (19 years, 11 months ago) by kim
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.21: +6 -2 lines
Diff to previous 1.21 (colored) to selected 1.33 (colored)

Use PKG_SYSCONFDIR for finding the "server" file.

Revision 1.21 / (download) - annotate - [select for diffs], Mon Mar 22 10:25:26 2004 UTC (20 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.20: +3 -1 lines
Diff to previous 1.20 (colored) to selected 1.33 (colored)

Add support for mipseb, from PR 23906.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Jul 17 22:52:08 2003 UTC (20 years, 9 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored) to selected 1.33 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.19 / (download) - annotate - [select for diffs], Mon Jun 2 01:17:36 2003 UTC (20 years, 10 months ago) by jschauma
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored) to selected 1.33 (colored)

Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.

Revision 1.18 / (download) - annotate - [select for diffs], Fri Apr 25 20:34:10 2003 UTC (20 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.17: +3 -2 lines
Diff to previous 1.17 (colored) to selected 1.33 (colored)

Comment out gw.com master site, since it contains a slightly different
source ball. Noted by Bob Kemp in PR 21320.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Jul 8 02:21:18 2002 UTC (21 years, 9 months ago) by kim
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6-1, netbsd-1-6
Changes since 1.16: +6 -10 lines
Diff to previous 1.16 (colored) to selected 1.33 (colored)

Upgrade to 6.6.4, which does not depend on an external inews program anymore.
This should avoid any vulnerability issues with INN.

NOTE:  The text files from lib/nn can now be found in share/nn instead.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Mar 13 23:07:29 2002 UTC (22 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored) to selected 1.33 (colored)

Add powerpc support (distinct from the machine file for rs6000)

Revision 1.15 / (download) - annotate - [select for diffs], Sat Feb 17 17:54:49 2001 UTC (23 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.14: +3 -2 lines
Diff to previous 1.14 (colored) to selected 1.33 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Sep 9 23:26:46 2000 UTC (23 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.13: +4 -2 lines
Diff to previous 1.13 (colored) to selected 1.33 (colored)

Fix build on m68k; add a MASTER_SITE.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Feb 27 23:37:53 2000 UTC (24 years, 1 month ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.12: +1 -1 lines
Diff to previous 1.12 (colored) to selected 1.33 (colored)

Update dependence for "inn" package.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Sep 20 21:43:32 1999 UTC (24 years, 7 months ago) by kim
Branch: MAIN
CVS Tags: comdex-fall-1999
Changes since 1.11: +26 -7 lines
Diff to previous 1.11 (colored) to selected 1.33 (colored)

Make this work on Solaris.

NOTE:  It is nice to have "make extract" just unpack and not overwrite
any files, so it can be used to investigate pkg problems.  This is why
I chose to not use "post-extract" to patch files.  I use "post-patch"
instead.

I'll need to test this on NetBSD now...

Revision 1.11 / (download) - annotate - [select for diffs], Tue Sep 14 14:07:43 1999 UTC (24 years, 7 months ago) by tron
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.33 (colored)

Remove me as maintainer of this package. The current version was committed
by Kimmo Suominen.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Aug 23 10:59:18 1999 UTC (24 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.9: +2 -3 lines
Diff to previous 1.9 (colored) to selected 1.33 (colored)

Remove bogus master site.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Aug 22 22:59:59 1999 UTC (24 years, 8 months ago) by kim
Branch: MAIN
Changes since 1.8: +3 -2 lines
Diff to previous 1.8 (colored) to selected 1.33 (colored)

Forgot to put in the original master site...

Revision 1.8 / (download) - annotate - [select for diffs], Sun Aug 22 22:55:45 1999 UTC (24 years, 8 months ago) by kim
Branch: MAIN
Changes since 1.7: +4 -6 lines
Diff to previous 1.7 (colored) to selected 1.33 (colored)

Upgrade to nn 6.5.4.  The main reason for the upgrade is to run completely
over NNTP without any access to a news spool file system.  NOV is accessed
using the XOVER command (INN has this and it is available for nntpd too).

Revision 1.7 / (download) - annotate - [select for diffs], Wed Aug 18 09:08:10 1999 UTC (24 years, 8 months ago) by agc
Branch: MAIN
Changes since 1.6: +5 -3 lines
Diff to previous 1.6 (colored) to selected 1.33 (colored)

Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).

Also clean up inclusion of files, and include a missing bsd.prefs.mk

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jul 26 19:47:37 1999 UTC (24 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.5: +8 -2 lines
Diff to previous 1.5 (colored) to selected 1.33 (colored)

New variable "USE_INN" to use "inn" instead of "nntclnt" to provide
"inews" binary for newsreaders.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jun 22 13:00:14 1998 UTC (25 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE, netbsd-1-4-PATCH001, netbsd-1-3-PATCH003
Changes since 1.4: +1 -5 lines
Diff to previous 1.4 (colored) to selected 1.33 (colored)

Update package Makefiles for automatic manual page handling.

Revision 1.4 / (download) - annotate - [select for diffs], Fri May 22 08:51:32 1998 UTC (25 years, 11 months ago) by tron
Branch: MAIN
Changes since 1.3: +3 -10 lines
Diff to previous 1.3 (colored) to selected 1.33 (colored)

We use the inews from "nntpclnt-1.6.1" now.

Revision 1.3 / (download) - annotate - [select for diffs], Wed May 20 06:31:29 1998 UTC (25 years, 11 months ago) by tron
Branch: MAIN
Changes since 1.2: +3 -2 lines
Diff to previous 1.2 (colored) to selected 1.33 (colored)

Add "ftp.cs.tu-berlin.de" to "${MASTER_SITES}".

Revision 1.2 / (download) - annotate - [select for diffs], Tue May 19 22:26:39 1998 UTC (25 years, 11 months ago) by tron
Branch: MAIN
Changes since 1.1: +14 -15 lines
Diff to previous 1.1 (colored) to selected 1.33 (colored)

Adapt this package to NetBSD.

Revision 1.1 / (download) - annotate - [select for diffs], Tue May 19 20:45:52 1998 UTC (25 years, 11 months ago) by tron
Branch: MAIN
Diff to selected 1.33 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>