Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-07-05 | Remove extra qualification to fix build with gcc-4.1. | wiz | 2 | -1/+15 | |
2006-06-08 | USE_TOOLS+=lex. | minskim | 1 | -4/+2 | |
2006-05-11 | Uses C++. | joerg | 1 | -1/+3 | |
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-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-12-01 | Remove left hand side casts, they are useless and a GCC extension not | joerg | 2 | -1/+78 | |
supported with GCC 3.4+. | |||||
2005-07-16 | Remove some unnecessarily strong dependencies on perl that resulted | jlam | 1 | -2/+3 | |
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead. | |||||
2005-05-22 | Replace explicit build dependencies on bison and manipulations on the | jlam | 1 | -5/+2 | |
YACC variable with USE_TOOLS+=bison. | |||||
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-03-24 | Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be | wiz | 1 | -2/+1 | |
useful. | |||||
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 | -2/+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-08-27 | Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG, | jlam | 1 | -2/+1 | |
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG. | |||||
2004-07-18 | bump PKGREVISIONs for last boehm-gc update | recht | 1 | -1/+2 | |
(BUILDLINKS_DEPENDS change) | |||||
2004-06-07 | Remove a patch forgotten in previous commit. | xtraeme | 1 | -2/+1 | |
2004-06-07 | Update devel/sdcc to 2.4.0. | xtraeme | 32 | -1423/+1697 | |
Too many changes to list here, please review the Changelog file. Mostly they were bugfixes. The patch to update to this version was sent via private email by Sergio Jimenez <tripledes at eslack dot org>. | |||||
2004-04-21 | Convert to buildlink3 and shut pkglint up. | snj | 1 | -9/+9 | |
2004-01-22 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+3 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-06 | Restructure PKGNAME so WRKSRC gets picked up correctly | jmc | 1 | -3/+4 | |
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-05-22 | Bump PKGREVISION due to boehm-gc update to 6.2alpha5. This version fixes | jmmv | 1 | -1/+2 | |
a problem introduced in the 6.2alpha4 package. | |||||
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -3/+3 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-03-10 | Instead of a base -R in the link line use _OPSYS_RPATH_NAME instead | jmc | 3 | -5/+6 | |
2003-03-06 | Update Makefile.in patch to include -Wl directives if using libgc from $PREFIX | jmc | 2 | -7/+9 | |
2002-10-09 | buildlink1 -> buildlink2. | wiz | 1 | -4/+4 | |
2001-11-28 | Buildlinkify. | jlam | 10 | -42/+44 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -3/+3 | |
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this. | |||||
2001-06-11 | CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so | jlam | 1 | -2/+1 | |
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV. | |||||
2001-05-12 | Fix build problem under NetBSD-current. | tron | 1 | -2/+2 | |
2001-05-03 | fix for powerpc. | dmcmahill | 4 | -16/+37 | |
2001-05-03 | add missing USE_PERL5 (called by one of the scripts) | dmcmahill | 1 | -1/+2 | |
2001-04-29 | use the boehm-gc package instead of the one included with sdcc. | dmcmahill | 22 | -27/+222 | |
this fixes sdcc on alpha, and probably sparc and others. also include a slew of missing headers. | |||||
2001-04-23 | Updated checksum file | wulf | 1 | -18/+19 | |
2001-04-23 | Updated sdcc to 2.2.1: bugfixes and support for new processor | wulf | 1 | -0/+13 | |
Fixed build problem that was caused by a suspected bug in yacc | |||||
2001-04-23 | Updated sdcc to 2.2.1: bugfixes and support for new processor | wulf | 17 | -663/+980 | |
Fixed build problem that was caused by a suspected bug in yacc | |||||
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 | -20/+18 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-12-17 | Add some files. | wiz | 1 | -1/+10 | |
2000-09-26 | Remove a bunch of library files which are not built on my systems | tron | 1 | -10/+1 | |
any more. The build process of this software is really strange. | |||||
2000-09-25 | Added documentation files and directory to the list | wulf | 1 | -1/+39 | |
2000-09-25 | Added macros to install documentation | wulf | 1 | -1/+5 | |
2000-08-25 | Adapt this package to NetBSD and use a better master site with a | tron | 20 | -351/+309 | |
distribution file with correct compression. |