Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-26 | Fix return types. | joerg | 10 | -1/+167 | |
2012-10-08 | Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-04-08 | Grammar fix. | wiz | 1 | -1/+1 | |
2012-03-03 | Solve build problem under NetBSD 6.0 and newer differently by simply | tron | 3 | -24/+4 | |
not installing the formatted manual pages in general. They are of limited use anyway. | |||||
2012-03-03 | The "elm" package always installs formatted and unformatted manual pages. | tron | 1 | -2/+6 | |
Make sure that we don't strip the ".cat" pages from the package list under NetBSD 6.0 and newer. | |||||
2011-04-22 | recursive bump from gettext-lib shlib bump. | obache | 1 | -2/+2 | |
2010-04-15 | DESTDIR support. Use SPECIAL_PERMS. Fix some pkglint. Add missing | dholland | 8 | -38/+118 | |
manpage link. Fix getline lossage on -current. Wrap the homemade config.sh substitutions in @@ to make them more robust. PKGREVISION++ | |||||
2009-06-30 | Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with | joerg | 1 | -1/+3 | |
MAKE_JOBS=2 and worked without. | |||||
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 | |
2009-06-12 | update master site. | zafer | 1 | -2/+2 | |
2008-07-21 | Fix broken build (and some related problems) on 64-bit platforms. | dholland | 4 | -1/+69 | |
2007-04-04 | Fix NO_MTREE | joerg | 1 | -1/+3 | |
2006-07-17 | Assume stdarg.h exists instead of using varargs.h in some cases. | wiz | 3 | -6/+41 | |
Fixes build with gcc-3.4.6 on Linux. From Roman Valls in PR 34016. | |||||
2006-06-20 | Force "nm -D" for DragonFly, otherwise symbol extraction from libc | joerg | 2 | -6/+15 | |
doesn't work correctly. | |||||
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-06 | Readd "libc" hack (which wasn't removed completely anyway) to fix | tron | 1 | -1/+7 | |
broken build under Mac OS X. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2006-01-24 | Remove LIBC hack, shouldn't be needed anymore. | joerg | 7 | -8/+133 | |
Express interest in nroff via USE_TOOLS. Expect sys/types.h to provide size_t. Fix errno. Don't define prototypes for ISO C / POSIX functions. short gets promoted to int, float to double, so use va_arg with the promoted types. | |||||
2006-01-19 | Make this build under Mac OS X. | tron | 4 | -11/+17 | |
2006-01-19 | Fix very weird quoting in "pre-configure" target which broke the build | tron | 1 | -4/+4 | |
on system where e.g. ${CC} contains a space. | |||||
2005-08-22 | delint. | salo | 2 | -17/+17 | |
2005-08-22 | Update "elm" package to version 2.5.8 (2.5 PL8). | tron | 3 | -9/+9 | |
- fixed a hang when hitting certain 8-bit chars in the From line - fixed a file descriptor leak - removed all Expires: processing This fixes the security issue reported on "Full-disclosure" last Saturday. | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2005-02-05 | Update elm to 2.5.7. Changes are bugfixes only. | jdolecek | 2 | -7/+7 | |
Changes in 2.5 PL7 - a few display issues fixed (from Kenneth Reek) - buffer overflow in frm fixed Changes in 2.5 PL6 - Fixed message-id in the In-Reply-To header. - Actually show the -r option in the usage - Whacked a few more places where we might follow a symlink in tmpdir - Fastmail didn't grok commas correctly. - Change lock.c to not use errno unless there's an errno | |||||
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-04-21 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2004-02-08 | We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL, | jlam | 1 | -2/+2 | |
etc. because the bare variables will point to the correct executables. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 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-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -1/+1 | |
2003-04-23 | Rip out 'mmencode', so that we can now DEPEND on metamail rather than CONFLICT | jschauma | 5 | -13/+147 | |
with it. This has the benefit that one can now install elm on systems that have metamail installed (which, for example, is required by exmh). Tested by jdolecek. Bump PKGREVISION. | |||||
2002-10-27 | Ops, it was already converted to buildlink2, remove duplicate USE_BUILDLINK2. | bouyer | 1 | -3/+1 | |
2002-10-27 | Use buildlink2, and make sure config.sh uses BUILDLINK_CC instead off cc | bouyer | 1 | -2/+6 | |
(which doesn't work on solaris). | |||||
2002-10-21 | buildlink1 -> buildlink2 | jlam | 2 | -3/+4 | |
2002-10-16 | Don't hardcode cc as C compiler, it doesn't work on solaris. | bouyer | 1 | -1/+1 | |
Convert to buildlink2. | |||||
2002-05-26 | Rename metamail package from 'mm' to 'metamail'. Closes pkg/17030. | wiz | 1 | -2/+2 | |
2002-01-03 | Don't check if stdin is redirected -- it is in bulk builds, and | wiz | 2 | -7/+20 | |
that's perfectly okay. Fixes recently noted bulk build problem. | |||||
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-08-01 | Add buildlink.mk for gettext-lib. Probably fixes bulk build failure. | wiz | 1 | -1/+2 | |
2001-07-21 | Re-add an eroneously removed CONFLICTS with elm-me, but this time do it the | martin | 1 | -1/+2 | |
right way. | |||||
2001-07-19 | Fix runtime library path problem on systems without "libintl" in the | tron | 1 | -1/+1 | |
basic NetBSD distribution. | |||||
2001-07-19 | Fix conflict entries: | tron | 1 | -3/+2 | |
- Remove unnecessary "elm" entry - Add "mm" package. | |||||
2001-07-18 | Update to elm-2.5.5 (the latest available official elm version). | martin | 12 | -309/+241 | |
Package provided by hiramatu@boreas.dti.ne.jp in PR pkg/13495. This is no longer a ME extended version, which is now available as pkgsrc/mail/elm-me. | |||||
2001-04-20 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -9/+7 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-13 | Add a CONFLICTS for the improper version pattern elm-*ME+*. | tv | 1 | -1/+3 | |