Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-02 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2011-09-04 | void main | dholland | 12 | -1/+177 | |
2010-10-06 | MAKE_JOBS_SAFE=no | obache | 1 | -1/+3 | |
2010-10-06 | replace /dev/audio with ${DEVOSSAUDIO}. | obache | 1 | -1/+6 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 | |
2008-11-10 | Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. | wiz | 1 | -2/+2 | |
2008-03-02 | Mechanical changes to add full DESTDIR support to packages that install | jlam | 1 | -5/+8 | |
their files via a custom do-install target. | |||||
2006-12-27 | - fine grained X11 dependencies for packages which have either USE_IMAKE | joerg | 1 | -1/+2 | |
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-03-09 | Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk. | jlam | 1 | -2/+2 | |
Remove deprecated ossaudio.buildlink3.mk. | |||||
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 | -1/+2 | |
2005-10-09 | Unlike FreeBSD and DragonFly, NetBSD's sys/errno.h differs from errno.h. | joerg | 2 | -3/+12 | |
Include the latter to get errno. This was hidden by the nested extern before. | |||||
2005-10-03 | Allow this to build on DragonFly. Remove a nested extern for errno, GCC | joerg | 4 | -39/+70 | |
complains about it anyway. | |||||
2005-06-16 | Create directories before installing files into them. | jlam | 1 | -1/+2 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-23 | Add RMD160 digests to the SHA1 ones. | agc | 1 | -1/+2 | |
2005-02-21 | Sign over maintainership to tech-pkg@ | hubertf | 1 | -2/+2 | |
2004-04-09 | bl3ify | minskim | 1 | -4/+4 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -4/+4 | |
2003-04-27 | Lint: make this description concise | cjep | 1 | -22/+6 | |
2002-09-25 | buildlink1 -> buildlink2 | jlam | 3 | -6/+9 | |
2001-12-02 | MASTER_SITE isn't providing the DISTFILE anymore, set MASTER_SITE to empty. | wiz | 1 | -2/+2 | |
2001-11-18 | - Fix file I/O on alpha. Only RIFF(PCM) is tested. | itohy | 8 | -18/+282 | |
- Fix offset on copy & paste when current format has header (not raw format). | |||||
2001-11-18 | Avoid selecting outside of the waveform, | itohy | 2 | -5/+14 | |
which causes hang on copy or cut operation. | |||||
2001-11-17 | Avoid hang on unhandled X event when selecting wave region. | itohy | 2 | -5/+15 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-04-18 | 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 | -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-08-23 | Use "USE_XPM" option instead of direct dependence on the "xpm" package. | tron | 1 | -4/+3 | |
2000-04-24 | Be more liberal on which xpm versino we accept (3.* instead of 3.4k) | hubertf | 1 | -2/+2 | |
1999-12-25 | RCS tag added | wiz | 1 | -0/+1 | |
1999-11-15 | defuzz | rh | 2 | -8/+8 | |
1999-10-22 | The effect that the build sometimes blew up while linking seems to be | hubertf | 2 | -10/+24 | |
caused by a race condition when building the FWF lib. Fix by adding a "sleep 1" in some places. | |||||
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+17 | |
1999-04-06 | fix xpm version | hubertf | 1 | -2/+2 | |
1999-02-10 | pkglint: add missing rcs id. | frueauf | 1 | -0/+2 | |
1999-02-08 | Update to v2.0 | hubertf | 4 | -17/+27 | |
Contains several small but good improvements for handling files: - Re-adjusting selected range with MB2 - Play region between pointer and nearest selection (Control+MB2) - Improved (fixed) scrolling - Scaling is now logarithmic, not linear | |||||
1998-11-13 | Remove env-setting for xmkmf - only needed for 1.3(.0). | hubertf | 1 | -5/+2 | |
Pointed out by Al. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 15 | -0/+30 | |
1998-07-23 | Fix XM\PM_(INC,LIB)DIR as pointed out by Tim Rightnour in PR5816. | tv | 1 | -0/+9 | |
1998-07-04 | Update xpm to 3.4k. | mycroft | 1 | -2/+2 | |
1998-05-09 | This pkg links against -lXpm, so add according DEPENDS. | frueauf | 1 | -2/+4 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-02-21 | Audio player/recorder/editor for the X Window System. | hubertf | 19 | -0/+458 | |