Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-19 | Convert all occurrences (353 by my count) of | agc | 1 | -3/+3 | |
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly. | |||||
2015-11-03 | Add SHA512 digests for distfiles for devel category | agc | 1 | -1/+2 | |
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail. | |||||
2014-03-17 | Fix build with readline 6.3. Add patch comment. | dholland | 2 | -6/+13 | |
2014-03-17 | add patch comment | dholland | 1 | -1/+4 | |
2013-07-15 | * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes | ryoon | 1 | -3/+2 | |
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk". | |||||
2012-10-31 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2009-09-27 | Rename getline to get_line to avoid clash with libc function. | apb | 2 | -5/+23 | |
No need to bump PKGREVISION. | |||||
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 | |
2009-05-20 | Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib | wiz | 1 | -2/+2 | |
major change. Reported by Robert Elz in PR 41345. | |||||
2008-06-20 | Add DESTDIR support. | joerg | 1 | -4/+7 | |
2007-11-11 | Remove ftp.deva.net and ftp.bitcon.no from MASTER_SITES, they don't resolve. | wiz | 1 | -4/+2 | |
From Zafer Aydogan in PR 37312. | |||||
2007-03-09 | Don't use "restrict" as an identifier in C code; it is reserved since | rillig | 3 | -6/+58 | |
C99. Fixed PKGMANDIR. | |||||
2007-02-22 | Whitespace cleanup, courtesy of pkglint. | wiz | 1 | -2/+2 | |
Patch provided by Sergey Svishchev in private mail. | |||||
2006-06-09 | USE_TOOLS+=lex yacc | minskim | 1 | -1/+2 | |
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. | |||||
2006-02-28 | This needs GNU readline, for rl_completion_matches (build fix). | wiz | 1 | -1/+3 | |
2006-01-08 | Always include errno.h. Avoid the compat interface and correct prototypes. | joerg | 2 | -13/+47 | |
2005-10-31 | Add conditionals to make build on Interix. | tv | 2 | -7/+7 | |
2005-10-23 | Sorted PLISTs. | rillig | 1 | -3/+3 | |
2005-06-14 | This patch also needs a sgi-ifdef | jschauma | 2 | -4/+4 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-04-01 | Include errno.h to use errno on Darwin. | minskim | 2 | -5/+5 | |
2005-02-23 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 1 | -2/+2 | |
Suggested by Roland Illig, ok'd by various. | |||||
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -1/+2 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-09-13 | Make this package build on Linux. | minskim | 2 | -13/+15 | |
- Do not declare getopt() because the correct declaration is in getopt.h. | |||||
2004-04-25 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
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. | |||||
2002-10-25 | buildlink1 -> buildlink2. | wiz | 1 | -3/+3 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-07-09 | Update MASTER_SITES, inspired by pkg/13421 by John F. Woods. | wiz | 1 | -6/+5 | |
2001-06-21 | Mark as USE_BUILDLINK_ONLY. | jlam | 1 | -5/+5 | |
2001-06-11 | The buildlink include and lib directories are added to CFLAGS, CPPFLAGS, | jlam | 1 | -4/+1 | |
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths. | |||||
2001-06-10 | Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build | jlam | 1 | -3/+1 | |
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless. | |||||
2001-05-24 | Standardize name of file to include for build-links to be "buildlink.mk". | jlam | 1 | -5/+5 | |
Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers and libraries. Create a variable BUILDLINK_TARGETS whose value is the list of build-link targets to execute. | |||||
2001-05-22 | Fix library path to readline lib and add the link-* targets to | jlam | 1 | -2/+4 | |
pre-configure as advised by devel/readline/Makefile.readline. | |||||
2001-05-22 | Use editline readline emulation when available. Move example files to | jlam | 5 | -34/+74 | |
${PREFIX}/share/examples/cdecl. Also patch sources to rename instances of setprogname() to mysetprogname(), as setprogname() is part of the standard library in NetBSD>1.5. | |||||
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -7/+5 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -2/+2 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-07-20 | Depend on version 4.0 or newer of the "readline" package. | tron | 1 | -2/+2 | |
2000-06-23 | ELF fix - found by (soon to be committed) check-shlibs target. | hubertf | 2 | -4/+4 | |
2000-02-05 | RCS tag added | wiz | 1 | -0/+1 | |
1999-11-26 | fix | hubertf | 3 | -23/+20 | |
1999-11-11 | Import cdecl-2.5, a utility to explain and compose C and C++ declarations, | agc | 8 | -0/+130 | |
into the NetBSD packages collection. The master sites were taken from the FreeBSD port, nothing else. |