Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-09-03 | Reset maintainer for people who lost their commit bit. | wiz | 1 | -2/+2 | |
2006-04-17 | Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. | wiz | 1 | -2/+2 | |
2006-03-12 | Fixed pkglint warnings by replacing SITES_* with SITES.*, adding :Q | rillig | 1 | -6/+5 | |
operators and removing a variable whose name started with an underscore. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-11-29 | Bring this a bit nearer to ANSI C to unbreak compilation on DragonFly. | joerg | 3 | -1/+37 | |
Namely, use errno from errno.h, malloc, realloc and exit from stdlib.h. | |||||
2005-06-01 | Convert to unidiff format. | wiz | 2 | -14/+12 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-23 | Add RMD160 checksums to the SHA1 ones. | wiz | 1 | -1/+5 | |
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-24 | Convert to buildlink3. | snj | 1 | -5/+5 | |
2004-04-06 | Re-add optional distfiless' information. | taca | 1 | -1/+5 | |
2004-04-03 | - Add missing initialzation of VMIN and VTIME member of termios's c_cc | taca | 3 | -8/+19 | |
array as xterm(1) do. - PATCHFILES should be simply assigned not additonaly in PATCH_SITES section. - Add empty HOMEPAGE. Bump PACKAGEREVISION. | |||||
2004-01-03 | Bump package revisions for tiff update. | reed | 1 | -2/+2 | |
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used. | |||||
2003-08-29 | treat neXtaw as valid XAW_TYPE. fixes by ishit in pkg/19080. | kei | 1 | -3/+3 | |
PKGREVISION++ | |||||
2003-08-25 | Add KTERM_USE_WALLPAPER related distfiles. | taca | 1 | -1/+5 | |
2003-08-24 | update kame patch; enables scroll wheel (btn4/5). | itojun | 2 | -5/+5 | |
2003-08-13 | update KAME patch (use cfsetispeed/ospeed, from more recent kterm). | itojun | 4 | -50/+6 | |
bump PKGREVISION to 4. | |||||
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-05-02 | Dependency bumps, needed because of devel/pth's major bump, and related | wiz | 1 | -3/+2 | |
dependency bumps. | |||||
2003-03-03 | Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more | jschauma | 2 | -3/+4 | |
portable. Bump PKGREVISION accordingly. | |||||
2003-01-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -2/+2 | |
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>. | |||||
2002-10-08 | Use bsd.pkg.install.mk and SPECIAL_PERMS to note that kterm is setuid root. | jlam | 1 | -1/+5 | |
2002-10-08 | buildlink1 -> buildlink2 | jlam | 1 | -8/+8 | |
2002-07-04 | use openpty() on netbsd. PR 17478 | itojun | 3 | -1/+41 | |
2002-01-06 | PATCH_SITES_foo becomes SITES_foo. | fredb | 1 | -3/+3 | |
2001-12-02 | Add support for distfile-specific master sites, as requested in pkg/7471. | wiz | 1 | -4/+4 | |
Syntax: MASTER_SITES_completefilename= http://specific.master/site and similarly for PATCH_SITES. Convert print/ghostscript-nox11 and x11/kterm to take advantage of this. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -4/+4 | |
2001-08-23 | Move per-package default XAW_TYPE setting above the inclusion of | jlam | 2 | -11/+11 | |
bsd.prefs.mk so that it is actually used. Where possible, include xaw.buildlink.mk instead of setting USE_XAW, and use LIBXAW where needed. | |||||
2001-07-13 | Make previous commit happy with buildlink-fied imlib. | enami | 1 | -2/+4 | |
2001-07-09 | Allow to use imlib based wallpaper patch. | enami | 2 | -3/+9 | |
2001-07-06 | update kame patch again. use ksx1001.1997 than ksx5601.1987. | itojun | 2 | -5/+5 | |
2001-07-05 | Re-add checksum of KTerm-BGP-1.0.patch.gz. | taca | 1 | -1/+3 | |
2001-07-05 | upgrade KAME patch. ksc5601 and ksx1001 are looked up correctly. | itojun | 2 | -7/+5 | |
(are there any ESC & x for differentiating them?) | |||||
2001-05-21 | Add size. | wiz | 1 | -1/+2 | |
2001-04-26 | Add checksum of KTerm-BGP-1.0.patch.gz, in order to compile with | taca | 1 | -1/+2 | |
KTERM_USE_WALLPAPER=YES. How do we add those conditionaly included distfiles/patchfiles? | |||||
2001-04-23 | Pullup rev. 1.2 from xsrc/xc/programs/xterm/misc.c. | toshii | 2 | -1/+39 | |
Fixes forever solid cursor bug. | |||||
2001-04-19 | Move to sha1 digests, and add distfile sizes. | skrll | 1 | -4/+5 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 2 | -4/+2 | |
+ 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-02-03 | Add md5 checksum of KTerm-BGP-1.0.patch.gz in order to compile with | taca | 1 | -1/+2 | |
KTERM_USE_WALLPAPER=yes. | |||||
2000-12-17 | Re-format, correct any typos. | wiz | 1 | -3/+3 | |
2000-11-07 | use more recent KAME patch. euc-jp/sjis keyboard input is repaired. | itojun | 2 | -5/+4 | |
2000-10-15 | add JIS X0213 patch. wrap USE_XPM into KTERM_USE_WALLPAPER, as | itojun | 2 | -9/+7 | |
we only use Xpm is used only in that case. | |||||
2000-09-11 | Remove redundant DEPENDS on xpm. To recap, USE_XPM generates the DEPENDS | fredb | 1 | -2/+1 | |
automatically on systems that need it, in order to accomodate XFree86-4.x out-of-the-box installs, which include xpm. | |||||
2000-08-23 | Use "USE_XPM" option instead of direct dependence on the "xpm" package. | tron | 1 | -3/+4 | |
1999-10-19 | s/USE_WALLPAPER/KTERM_USE_WALLPAPER/ to make it more obvious which package | agc | 1 | -3/+3 | |
uses this definition. |