Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-26 | news: Replace RMD160 checksums with BLAKE2s checksums | nia | 1 | -2/+2 | |
All checksums have been double-checked against existing RMD160 and SHA512 hashes | |||||
2021-10-07 | news: Remove SHA1 hashes for distfiles | nia | 1 | -2/+1 | |
2021-04-25 | various fixes for arm64 big endian support. | mrg | 1 | -2/+2 | |
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. | |||||
2020-12-23 | Build aarch64 like (32bit) arm. | mlelstv | 1 | -1/+3 | |
2020-05-20 | mark packages that fail with -Werror=char-subscripts | rillig | 1 | -1/+7 | |
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". | |||||
2019-11-04 | news: align variable assignments | rillig | 1 | -4/+4 | |
pkglint -Wall -F --only aligned --only indent -r No manual corrections. | |||||
2017-01-04 | nn really uses terminfo | roy | 1 | -3/+3 | |
2016-02-25 | Use OPSYSVARS. | jperkin | 1 | -14/+8 | |
2016-01-24 | Attempt to bring sanity to how ABI and MACHINE_ARCH are set. | jperkin | 1 | -2/+2 | |
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. | |||||
2015-11-02 | Add SHA512 digests for distfiles for news category | agc | 1 | -1/+2 | |
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-08-18 | Bump all packages that depend on curses.bui* or terminfo.bui* since they | wiz | 1 | -2/+2 | |
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that. | |||||
2015-08-17 | Bump PKGREVISION for ncurses shlib bump. | wiz | 1 | -2/+2 | |
2014-01-02 | Remove Dragonfly hack and use tradcpp for cpp'ing the makefiles. | dholland | 3 | -9/+8 | |
Should fix Solaris build; the Solaris compiler's cpp is crashing. | |||||
2013-05-18 | Fix config to use termios instead of COMPAT_43 functionality. | mlelstv | 2 | -5/+5 | |
2012-10-08 | Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-07-08 | Add missing ncurses buildlink. | sbd | 1 | -1/+3 | |
Bump PKGREVISION. | |||||
2012-04-07 | Oops, do previous correctly. | dholland | 1 | -2/+3 | |
2012-04-07 | Use cpp -traditional whenever the compiler is gcc, not just on Dragonfly. | dholland | 1 | -2/+2 | |
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 | Add user-destdir installation support. | obache | 1 | -1/+9 | |
2011-06-14 | Fix build on NetBSD-current with getline(). | wiz | 4 | -9/+41 | |
2010-03-13 | set HOMEPAGE. | obache | 1 | -1/+2 | |
2009-11-30 | Add build config for amd64. | dholland | 2 | -1/+26 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -3/+1 | |
2007-07-29 | Use MACHINE_ARCH instead of LOWER_ARCH in conditionals. | joerg | 1 | -3/+3 | |
2007-03-24 | Prepare for switching to NO_MTREE=yes. | joerg | 1 | -1/+3 | |
2006-12-01 | Alwauys include netinet/in.h and fix errno usage. | joerg | 3 | -10/+25 | |
2006-11-12 | Fixed PKGMANDIR and made the package build on NetBSD. | rillig | 4 | -23/+29 | |
2006-10-15 | - do not explicitly pass CC to MAKE_ENV as pkgsrc already does so | schwarz | 4 | -9/+33 | |
- added fixes for IRIX | |||||
2006-10-15 | updated download path | schwarz | 1 | -3/+2 | |
2006-10-14 | updated news/nn to 6.7.3. Changes from 6.6.5 according to nn's ChangeLog | schwarz | 32 | -796/+359 | |
are various bug fixes and code cleanups. | |||||
2006-09-17 | The preprocessor of gcc 4 converts tabs into spaces, which must be | rillig | 2 | -5/+14 | |
restored before the resulting output can be used as a Makefile. This fixes PR 34543. | |||||
2006-06-01 | Fix errno. On DragonFly, force -traditional for cpp. | joerg | 6 | -13/+55 | |
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
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. | |||||
2005-12-01 | Remove "${CC}" with ${CC:Q}. | wiz | 1 | -2/+2 | |
2005-12-01 | Remove obsolete and unused USE_INN from BUILD_DEFS. | wiz | 1 | -3/+1 | |
2005-06-17 | Add missing RCS Id tag to patch-bd. | hira | 2 | -2/+4 | |
2005-04-11 | ensure that pkgsrc CFLAGS are used. Changes approved by recht. | schwarz | 3 | -8/+24 | |
2005-04-11 | updated nn to 6.6.5. Changes approved by recht. | schwarz | 4 | -18/+18 | |
2005-03-24 | Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be | wiz | 1 | -3/+1 | |
useful. | |||||
2005-02-24 | Add RMD160 digests | agc | 1 | -1/+2 | |
2004-12-25 | Remove ftp.gw.com (mirror discontinued). | kim | 1 | -5/+2 | |
2004-07-19 | patch-bd: Address a null pointer deference that occurs when | rumble | 2 | -1/+15 | |
gethostbyname(3) cannot resolve the local host returned by gethostname(3). | |||||
2004-05-03 | Use PKG_SYSCONFDIR for finding the "server" file. | kim | 3 | -17/+22 | |
2004-03-22 | Add support for mipseb, from PR 23906. | wiz | 1 | -1/+3 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-04-25 | Comment out gw.com master site, since it contains a slightly different | wiz | 1 | -2/+3 | |
source ball. Noted by Bob Kemp in PR 21320. | |||||
2002-07-08 | Upgrade to 6.6.4, which does not depend on an external inews program anymore. | kim | 17 | -194/+164 | |
This should avoid any vulnerability issues with INN. NOTE: The text files from lib/nn can now be found in share/nn instead. | |||||
2002-03-13 | Add powerpc support (distinct from the machine file for rs6000) | jmc | 2 | -1/+26 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |