Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -3/+3 | |
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-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-22 | Build uses msgfmt. | reed | 1 | -1/+2 | |
2005-02-23 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2005-01-20 | Changes 1.0.22: | adam | 4 | -23/+88 | |
* Bugs fixed + toolbar leak fix backport (Michael Meeks) Changes 1.0.21: * Bugs fixed + several leak fixes (Jeff Steadfast) + build fixes (David, Michael) + fix property_bag_add return value (David) + avoid moniker qI exception crash (Larry) Changes 1.0.20: * Bugs fixed + uninit. return in Control (Michael) + moniker_std LIBADD (Michael) + -module flag (Dan Winship) + paranoid preconditions (Michael) + UIEngine efficiency fixes (Michael) + cleaned up automake bits (Enrico Scholz) + object-io fix (Hans Petter Jansson) + kill misc. GNUisms (Michael) + make test-any cleaner (Michael) + exception portability fixes (Jacob Berkman) + factory macro exit fix (Frederic Crozat) Changes 1.0.19: * Bugs fixed (Me) + sensitivity update bug + set_prop ownership bug + double free segv in text-plain | |||||
2004-11-20 | Bump PKGREVISION due to security fixes in libxml (dependency adjusted to | jmmv | 1 | -2/+2 | |
1.8.17nb3). | |||||
2004-11-09 | Fix PLIST to create an empty dir, so that "make deinstall" works for binary ↵ | wiz | 1 | -1/+2 | |
packages. | |||||
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 2 | -3/+4 | |
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-22 | Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. | jlam | 1 | -25/+1 | |
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes". | |||||
2004-05-04 | Unused. | wiz | 1 | -35/+0 | |
2004-03-29 | Convert to buildlink3 framework. | tron | 2 | -9/+33 | |
2004-02-14 | PKGCONFIG_OVERRIDE is relative to WRKSRC. | jmmv | 1 | -2/+2 | |
2004-02-14 | LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs | jlam | 1 | -3/+2 | |
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk. | |||||
2004-02-13 | s/independant/independent/ | snj | 1 | -1/+1 | |
2004-01-22 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2004-01-03 | Bump package revisions for tiff update. | reed | 2 | -4/+4 | |
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used. | |||||
2003-11-12 | PKGREVISION++ due to devel/popt update. | salo | 2 | -4/+4 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 2 | -4/+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-02 | Dependency bumps, needed because of devel/pth's major bump, and related | wiz | 2 | -4/+4 | |
dependency bumps. | |||||
2003-02-16 | Disable gtk-doc detection; not required and causes problems. | jmmv | 1 | -1/+2 | |
2002-12-26 | The buildlink2 wrappers now automatically fix this problem, so no need to | jlam | 2 | -16/+1 | |
patch around it. | |||||
2002-12-24 | Bump PKGREVISION because of dependency on latest freetype2 or glib2 | wiz | 2 | -4/+4 | |
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages. | |||||
2002-12-09 | Replace "true" by "${TRUE}". | tron | 1 | -3/+3 | |
2002-11-30 | USE_PKGLOCALEDIR, remove unnecessary patches, delint. | salo | 1 | -1/+2 | |
2002-11-28 | add a missing LIBTOOL_OVERRIDE | drochner | 1 | -2/+2 | |
2002-10-30 | Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE. | rh | 3 | -15/+3 | |
2002-10-19 | Track directory layout change at MASTER_SITE_GNOME. | rh | 1 | -2/+2 | |
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net> | |||||
2002-10-13 | Remove a bogus directory in the post-install step. | wiz | 1 | -1/+6 | |
2002-10-07 | Unused. | wiz | 1 | -72/+0 | |
2002-09-23 | Use BUILDLINK_CPPFLAGS.<pkg> and BUILDLINK_LDFLAGS.<pkg> as standard names | jlam | 1 | -2/+3 | |
for the extra CPPFLAGS and LDFLAGS needed by packages that include these buildlink2.mk files. | |||||
2002-09-21 | Refer to uninstalled libtool archives by their full path (as the libtool | jlam | 2 | -2/+16 | |
manual tells you to), instead of "-Lsrcdir -llib". | |||||
2002-09-21 | buildlink1 -> buildlink2 | jlam | 2 | -281/+12 | |
2002-09-09 | Remove two unnecessary EXECs, and replace a dirrm with unexec RMDIR. | wiz | 1 | -4/+2 | |
The latter requested by Julio Merino in pkg/18213. | |||||
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 6 | -5/+39 | |
buildlink2.mk files back into the main trunk. | |||||
2002-07-18 | Patch the various pkgconfig files to include proper -Wl,-R options. | rh | 3 | -3/+16 | |
Bump PKGREVISION | |||||
2002-07-14 | Make sure IDL includes get properly buildlinked | rh | 1 | -1/+3 | |
2002-07-12 | Other packages now also install in lib/bonobo. | wiz | 1 | -3/+3 | |
2002-06-26 | Substitute a couple of `mkdir' by `${MKDIR}'. | seb | 1 | -4/+4 | |
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too! | |||||
2002-05-14 | Add the idl files to the buildlinked list, so mrproject finds | mjl | 1 | -1/+2 | |
them and builds. | |||||
2002-04-10 | The freetype2 libraries are needed by some of the bonobo libraries. | jlam | 1 | -1/+2 | |
2002-04-10 | Strongly buildlinkify and use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE | jlam | 3 | -8/+262 | |
so pkgsrc's libtool is invoked (this looks like an increasingly common problem with up-to-date GNOME packages). Also change references to *-config into ${*_CONFIG} so that the wrappers are used instead of the original scripts (why is this such a common problem?!). | |||||
2002-04-10 | include/gnome-1.0 belongs to x11/gnome-libs. | jlam | 1 | -2/+1 | |
2002-03-26 | Include missing freetype2 dependency. | rh | 1 | -1/+2 | |
2002-03-13 | Give all packages which depend on "png" a version bump, and update | fredb | 2 | -3/+4 | |
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".] | |||||
2002-02-05 | /bin/mkdir -> ${MKDIR}. | skrll | 1 | -4/+4 | |
Make the print-PLIST target output ${MKDIR} also. | |||||
2002-01-16 | Track changed include file location | rh | 1 | -3/+3 | |
2002-01-16 | Update bonobo to 1.0.18. Changes are tons of bugfixes and speedups, | rh | 3 | -9/+13 | |
including + intelligent GdkPixbuf rendering + sensible pixbuf filtering + cache GdkPixbufs + cache X resources + UI handler algorithmic tweaks |