Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-02-27 | Add and enable xtu | agc | 1 | -1/+2 | |
2002-02-27 | Initial import of xtu-1.1 into the NetBSD packages collection. | agc | 4 | -0/+27 | |
xtu is a small configurable analog clock for X11. Provided in PR 15750 by Jonathon Perkin (sketch@rd.bbc.co.uk), modified slightly by myself. | |||||
2002-02-25 | Use the default EXTRACT_CMD instead of a hand-crafted one, as the default | jlam | 1 | -3/+1 | |
is sufficient. | |||||
2002-02-22 | Integrate Poskanzer's y2k patch. | is | 2 | -5/+5 | |
2002-02-15 | mkdir -> ${MKDIR} | skrll | 2 | -6/+6 | |
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN} | |||||
2002-01-27 | Use auto-extract code for .shar files. | jlam | 2 | -5/+2 | |
2002-01-24 | $(TOP_X_INCLUDES) doesn't need to be prefixed with "-I" since its value, | jlam | 2 | -4/+4 | |
if nonempty, is already preprocessor flags. Fixes bulk-build problem. | |||||
2002-01-19 | Fix MASTER_SITES. | taca | 1 | -2/+2 | |
2002-01-19 | Update to 1.23. No changelog available, though there probably | mjl | 6 | -25/+109 | |
are many since the last version in pkgsrc was 1.1. | |||||
2002-01-16 | back out the last 2 commits - the conflict was between python-2.0.* and | drochner | 1 | -4/+2 | |
python20-* and is listed in python20/Makefile now | |||||
2002-01-16 | Add explicit conflict with version 2.0.* of the "python" package. | tron | 1 | -1/+3 | |
2002-01-16 | Remove 2.0 from list of accepted "python" version because this package | tron | 1 | -2/+2 | |
conflicts with it. | |||||
2002-01-15 | add a buildlink.mk for use by dependant applications | drochner | 1 | -0/+6 | |
2002-01-15 | convert to use python/extension.buildlink.mk | drochner | 4 | -65/+75 | |
2002-01-01 | Touch generated files after configure to avoid rebuilding them and | bjoern | 1 | -1/+7 | |
breaking the package build with that. | |||||
2001-11-29 | Buildlinkify. | jlam | 1 | -5/+6 | |
2001-11-26 | add and enable globe | wiz | 1 | -1/+2 | |
2001-11-26 | Display lit face of Earth in ASCII (twin of phoon) | is | 5 | -0/+61 | |
2001-11-15 | Strongly buildlinkify, and make this package work on Solaris by following | jlam | 3 | -16/+28 | |
the suggestions in the Makefile. | |||||
2001-11-10 | Add and enable phoon (hi ig!) | wiz | 1 | -1/+2 | |
2001-11-10 | Add phoon-19950401, Jes Poskanzers PHase of the mOON display program. | is | 5 | -0/+73 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 86 | -66/+66 | |
2001-10-24 | I am a triple idiot. The only relevant variable that x11.buildlink.mk | jlam | 3 | -6/+6 | |
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files. | |||||
2001-10-23 | x11.buildlink.mk needs to be included before any buildlink.mk files that | jlam | 3 | -6/+6 | |
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work. | |||||
2001-10-15 | Fix build problem when new toolchain is used. | tron | 3 | -1/+149 | |
2001-10-12 | Fix build problem caused by incorrect include path on systems which use | tron | 2 | -6/+6 | |
"xpkwedge". | |||||
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 3 | -7/+7 | |
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-09-14 | make it build in an xpkgwedged environment | drochner | 3 | -8/+9 | |
2001-09-12 | We USE_IMAKE, so we can't USE_BUILDLINK_ONLY. Also use ${MOTIFLIB} instead | jlam | 3 | -7/+6 | |
of directly using "-lXm -lXt" in patching the Imakefile. | |||||
2001-09-12 | Use x11.buildlink.mk. | jlam | 1 | -3/+2 | |
2001-09-08 | Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk. | jlam | 2 | -4/+4 | |
2001-08-29 | Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references | jlam | 1 | -1/+2 | |
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge. | |||||
2001-08-23 | Move per-package default XAW_TYPE setting above the inclusion of | jlam | 3 | -8/+17 | |
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-08-22 | Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don't | jlam | 2 | -8/+6 | |
satisfy the condition of being "strongly-buildlinked" (see http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the definition). This is in response to the recent change to bsd.pkg.mk to not use buildlink-x11. | |||||
2001-08-20 | A pkg's files *ALWAYS* go into PREFIX. | hubertf | 1 | -5/+5 | |
Why some files should go into $X11PREFIX is really beyond me. | |||||
2001-07-24 | Fix installation by creating directories prior to copying files into them. | jlam | 2 | -14/+17 | |
2001-07-16 | Mark as NO_SRC_ON_FTP as these are now fetched from MASTER_SITE_LOCAL. | jlam | 3 | -3/+9 | |
2001-07-16 | Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. | jlam | 3 | -7/+9 | |
2001-07-16 | Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Also | jlam | 3 | -11/+10 | |
honor CFLAGS passed in from environment during build. | |||||
2001-07-16 | Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Also | jlam | 4 | -10/+13 | |
dynamically add the location of the man page instead of hardcoding it as Solaris and NetBSD differ on which man page is installed. | |||||
2001-07-16 | www.asclock.org is gone. Move the distfiles to ${MASTER_SITE_LOCAL} and | jlam | 3 | -9/+6 | |
set that to be the master site. Also remove HOMEPAGE since the URL is no more. | |||||
2001-07-06 | Fix manual page installation under Solaris. | tron | 1 | -2/+7 | |
2001-07-06 | Make this package build under Solaris. | tron | 1 | -4/+5 | |
2001-07-03 | Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. | jlam | 6 | -22/+28 | |
2001-06-21 | Mark as USE_BUILDLINK_ONLY, and document the config.cache entry to prevent | jlam | 1 | -2/+4 | |
detection of libcurses. | |||||
2001-06-15 | Fix some more X11BASE confusion. pkg/13219 by John P. Darrow. | wiz | 2 | -5/+5 | |
2001-06-12 | Add y2k fix by Jarle Greipsland from pkg/13175. | wiz | 2 | -1/+15 | |
2001-06-11 | CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so | jlam | 1 | -2/+2 | |
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV. | |||||
2001-06-11 | The buildlink include and lib directories are added to CFLAGS, CPPFLAGS, | jlam | 1 | -5/+1 | |
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths. | |||||
2001-06-10 | Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build | jlam | 1 | -3/+1 | |
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless. |