Commit graph

79 commits

Author SHA1 Message Date
rillig
f280ea8d4c news: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-04 19:17:10 +00:00
roy
40bb9a28b7 nn really uses terminfo 2017-01-04 22:34:47 +00:00
jperkin
2000de6dd8 Use OPSYSVARS. 2016-02-25 16:20:49 +00:00
jperkin
ac56158090 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.
2016-01-24 16:14:44 +00:00
agc
62c69b2a28 Add SHA512 digests for distfiles for news category
Existing SHA1 digests verified, all found to be the same on the
machine holding the existing distfiles (morden).  Existing SHA1
digests retained for now as an audit trail.
2015-11-02 23:49:46 +00:00
wiz
c7383780db 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.
2015-08-18 07:31:00 +00:00
wiz
0eb141f110 Bump PKGREVISION for ncurses shlib bump. 2015-08-17 17:11:19 +00:00
dholland
320986e2eb Remove Dragonfly hack and use tradcpp for cpp'ing the makefiles.
Should fix Solaris build; the Solaris compiler's cpp is crashing.
2014-01-02 08:00:32 +00:00
mlelstv
87971cbd91 Fix config to use termios instead of COMPAT_43 functionality. 2013-05-18 11:15:00 +00:00
asau
d70c8e374b Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
sbd
4897e3b020 Add missing ncurses buildlink.
Bump PKGREVISION.
2012-07-08 10:16:32 +00:00
dholland
b199018803 Oops, do previous correctly. 2012-04-07 22:49:54 +00:00
dholland
a5c2bdaf80 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.
2012-04-07 20:06:15 +00:00
obache
a22bb08258 Add user-destdir installation support. 2012-04-07 11:47:19 +00:00
wiz
1601de112c Fix build on NetBSD-current with getline(). 2011-06-14 13:13:14 +00:00
obache
e5fd22f1b4 set HOMEPAGE. 2010-03-13 05:05:51 +00:00
dholland
26b8e39d78 Add build config for amd64. 2009-11-30 00:38:47 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
joerg
011ce19062 Use MACHINE_ARCH instead of LOWER_ARCH in conditionals. 2007-07-29 14:33:12 +00:00
joerg
161c920c15 Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
joerg
82e459c499 Alwauys include netinet/in.h and fix errno usage. 2006-12-01 13:54:27 +00:00
rillig
9714fd7767 Fixed PKGMANDIR and made the package build on NetBSD. 2006-11-12 01:28:03 +00:00
schwarz
6e27c9edb5 - do not explicitly pass CC to MAKE_ENV as pkgsrc already does so
- added fixes for IRIX
2006-10-15 16:43:37 +00:00
schwarz
e70c720c77 updated download path 2006-10-15 10:27:53 +00:00
schwarz
5215c15086 updated news/nn to 6.7.3. Changes from 6.6.5 according to nn's ChangeLog
are various bug fixes and code cleanups.
2006-10-14 19:33:45 +00:00
rillig
29b6090998 The preprocessor of gcc 4 converts tabs into spaces, which must be
restored before the resulting output can be used as a Makefile.

This fixes PR 34543.
2006-09-17 13:18:59 +00:00
joerg
6d1f53741c Fix errno. On DragonFly, force -traditional for cpp. 2006-06-01 23:11:29 +00:00
jlam
9c8b5ede43 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.
2006-03-04 21:28:51 +00:00
wiz
85840f74f4 Remove "${CC}" with ${CC:Q}. 2005-12-01 19:33:10 +00:00
wiz
7d3cf3c138 Remove obsolete and unused USE_INN from BUILD_DEFS. 2005-12-01 19:32:47 +00:00
hira
ab558b15a6 Add missing RCS Id tag to patch-bd. 2005-06-17 15:36:32 +00:00
schwarz
331c631dc4 ensure that pkgsrc CFLAGS are used. Changes approved by recht. 2005-04-11 11:18:06 +00:00
schwarz
c4058c49a9 updated nn to 6.6.5. Changes approved by recht. 2005-04-11 11:05:47 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
agc
9c33078522 Add RMD160 digests 2005-02-24 12:19:55 +00:00
kim
3d661a5dc9 Remove ftp.gw.com (mirror discontinued). 2004-12-25 06:39:42 +00:00
rumble
b6fed40cbe patch-bd: Address a null pointer deference that occurs when
gethostbyname(3) cannot resolve the local host returned by
gethostname(3).
2004-07-19 01:19:41 +00:00
kim
9e6976f994 Use PKG_SYSCONFDIR for finding the "server" file. 2004-05-03 12:56:10 +00:00
wiz
e4742db813 Add support for mipseb, from PR 23906. 2004-03-22 10:25:26 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
e366d0c694 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.
2003-06-02 01:15:31 +00:00
wiz
2af0580066 Comment out gw.com master site, since it contains a slightly different
source ball. Noted by Bob Kemp in PR 21320.
2003-04-25 20:34:10 +00:00
kim
f9da298ead 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.
2002-07-08 02:21:18 +00:00
jmc
6a010ac85a Add powerpc support (distinct from the machine file for rs6000) 2002-03-13 23:07:29 +00:00
zuntum
273821c4d3 Move pkg/ files into package's toplevel directory 2001-10-31 20:59:00 +00:00
wiz
3f47dcb2d7 Use SHA1, and add size. 2001-05-09 20:24:30 +00:00
agc
9e8d6c8b8d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:33:31 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
kim
15f42f6a1e Add machine config for arm32
XXX: may break arm26, if LOWER_OPSYS is "arm" on them
2000-10-12 19:17:03 +00:00
dmcmahill
e1ad6f4416 add missing mipsel machine config file. 2000-10-11 01:26:32 +00:00