Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-03 | Add SHA512 digests for distfiles for editors category | agc | 1 | -1/+2 | |
Problems found with existing distfiles: distfiles/javascript-2.1b1.el distfiles/yEd-3.14.2.zip No changes made to the javascript-mode or yEd 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-10-09 | Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. | wiz | 1 | -3/+1 | |
2014-03-25 | Stop using malloc.h, it is deliberately broken on FreeBSD. | asau | 2 | -1/+14 | |
2014-02-01 | Build with freetype 2.5.x | markd | 2 | -1/+17 | |
2013-06-06 | Bump PKGREVISION for libXft changes for NetBSD native X support on | wiz | 1 | -2/+2 | |
NetBSD 6, requested by tron. | |||||
2013-06-04 | Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: | tron | 1 | -2/+2 | |
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed. | |||||
2013-06-03 | Bump freetype2 and fontconfig dependencies to current pkgsrc versions, | wiz | 1 | -2/+2 | |
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882 | |||||
2013-02-16 | Recursive bump for png-1.6. | wiz | 1 | -2/+2 | |
2013-01-26 | Revbump after graphics/jpeg and textproc/icu | adam | 1 | -2/+2 | |
2013-01-19 | editors/ted always needs Xft and fontconfig, not just on SunOS/Dragonfly. | riastradh | 1 | -4/+5 | |
2013-01-11 | Prefer bsdtar (in-tree) over external GPL3 gtar. | joerg | 1 | -3/+3 | |
2012-10-03 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -2/+1 | |
2012-09-28 | Solaris also requires Xft and fontconfig. Fixes package. | jperkin | 1 | -2/+4 | |
2012-09-28 | Add libiconv buildlink. | jperkin | 1 | -1/+2 | |
2012-07-12 | editors/ted: Fix DragonFly indirect linking error | marino | 1 | -1/+2 | |
2012-03-03 | Recursive bump for pcre-8.30* (shlib major change) | wiz | 1 | -2/+2 | |
2012-02-16 | Fix build on SunOS. | hans | 1 | -1/+3 | |
2012-02-06 | Revbump for | wiz | 1 | -2/+2 | |
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy. | |||||
2011-12-09 | PKGREV bump for libXp-less openmotif | drochner | 1 | -2/+2 | |
2011-02-12 | Bump PKGREVISION for upstream version of png patch. | wiz | 1 | -2/+2 | |
2011-02-12 | Use upstream version of png-1.5 fix. | wiz | 2 | -88/+188 | |
2011-02-12 | gpl-2 is correct, remove comment. | wiz | 1 | -2/+1 | |
2011-02-07 | Fix build with png-1.5. | wiz | 2 | -7/+316 | |
2011-02-06 | Set LICENSE. | wiz | 1 | -1/+3 | |
2011-01-13 | png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. | wiz | 1 | -1/+2 | |
2010-12-23 | Mechanically replace references to graphics/jpeg with the suitable | dsainty | 1 | -4/+4 | |
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done | |||||
2010-07-20 | s/with-motif/with-MOTIF/ - make sure motif is selected. | markd | 1 | -2/+2 | |
2010-06-14 | Update to 2.21: | wiz | 4 | -47/+54 | |
Changes since 2.17 not found. 2.17: Changes: This release finishes the numbered lists. All tools have a 'Close' button now. The configurable resources mechanism now works without X11 for command line calls. There is preliminary support for 'shapes', the newer Word figures mechanism. There is support for the Euro sign if the font supports it. With some configuration, Ted can now use most fonts configured in GhostScript. It uses more CSS and fewer tables in HTML. Many annoying bugs were fixed. | |||||
2010-06-13 | Bump PKGREVISION for libpng shlib name change. | wiz | 1 | -5/+6 | |
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x. | |||||
2010-01-18 | Second try at jpeg-8 recursive PKGREVISION bump. | wiz | 1 | -2/+2 | |
2009-09-11 | Pass down X11BASE/lib explicitly to avoid empty rpath options | joerg | 1 | -1/+3 | |
2009-08-26 | bump revision because of graphics/jpeg update | sno | 1 | -2/+2 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -5/+1 | |
2008-03-03 | Mechanical changes to add DESTDIR support to packages that install | jlam | 1 | -9/+11 | |
their files via a custom do-install target. | |||||
2007-06-08 | Remove dead MASTER_SITES. From Zafer Aydogan. | wiz | 1 | -3/+2 | |
2006-12-27 | - fine grained X11 dependencies for packages which have either USE_IMAKE | joerg | 1 | -3/+3 | |
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback. | |||||
2006-12-15 | Mechanically replace all includes of buildlink3.mk of the following | joerg | 1 | -2/+2 | |
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr | |||||
2006-04-17 | Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. | wiz | 1 | -2/+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-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2005-12-12 | Bump all motif packages for recent openmotif update. The major version | joerg | 1 | -2/+2 | |
of the shared libXm has changed. | |||||
2005-07-18 | Do not include <malloc.h>. | kristerw | 2 | -1/+14 | |
2005-07-15 | Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making | jlam | 1 | -2/+2 | |
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package. | |||||
2005-05-23 | Removed trailing white-space. | rillig | 1 | -1/+1 | |
2005-05-16 | Note that gtar is required by the package. | jlam | 1 | -1/+3 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-23 | Add RMD160 digests in addition to the SHA1 ones. | agc | 1 | -1/+2 | |
2005-02-23 | Enable pkgviews installation. Patches provided by Joachim Kuebart on | minskim | 1 | -1/+5 | |
tech-pkg@. | |||||
2004-12-28 | Bump PKGREVISIONs due to libtiff update. | reed | 1 | -2/+2 | |
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.) | |||||
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. |