Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-09-21 | buildlink1 -> buildlink2 | jlam | 3 | -11/+13 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-10-24 | I am a triple idiot. The only relevant variable that x11.buildlink.mk | jlam | 1 | -2/+2 | |
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 | 1 | -2/+2 | |
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-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 1 | -2/+2 | |
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). | |||||
2001-09-08 | Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk. | jlam | 1 | -2/+2 | |
2001-08-29 | Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references | jlam | 3 | -6/+7 | |
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-07-16 | Add USE_X11BASE to fix install target. | nra | 1 | -1/+2 | |
2001-06-30 | Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. | jlam | 4 | -31/+32 | |
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 | -19/+17 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -2/+2 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-09-22 | Make this package work in environment where X11 and Motif is | minoura | 3 | -6/+7 | |
installed in non-standard directories, typically with xpkgwedge. Reviewed by hubertf. | |||||
2000-08-23 | Use "USE_XPM" option instead of direct dependence on the "xpm" package. | tron | 1 | -4/+3 | |
2000-08-18 | Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and | hubertf | 1 | -3/+4 | |
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead. | |||||
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-08-09 | Add run time library path and link with "SM" library to make "snd" work | tron | 2 | -7/+7 | |
on ELF platforms. Fixes PR pkg/8166 by Thilo Manske. | |||||
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+16 | |
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -1/+2 | |
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 14 | -0/+28 | |
1998-07-04 | Update xpm to 3.4k. | mycroft | 1 | -2/+2 | |
1998-07-03 | Don't mirror distribution files which are kept locally anyway. | tron | 1 | -1/+2 | |
1998-06-20 | Remove unnecessary "USE_X11= yes". | tron | 1 | -2/+1 | |
1998-06-09 | Rationalise Motif/Lesstif handling. | agc | 1 | -2/+2 | |
Get rid of HAVE_MOTIF, MOTIF_STATIC, REQUIRES_MOTIF and MOTIF_ONLY. Standardise on USE_MOTIF, which uses the pkgsrc dependency checks to use Motif, if it's available, or Lesstif, if not. | |||||
1998-05-19 | Rather than using sed to patch the makefile.netbsd file for @X11BASE@ | agc | 2 | -13/+6 | |
and @LOCALBASE@ values, use the X11BASE and LOCALBASE values that are passed through the environment. | |||||
1998-05-11 | Remove BUILD_DEPENDS on lesstif, REQUIRES_MOTIF=yes should be enough. | frueauf | 2 | -4/+10 | |
Don't hardcode LOCALBASE and X11BASE. | |||||
1998-05-11 | Set MSDTER_SITES to ${MASTER_SITE_LOCAL} to ensure working md5. | frueauf | 1 | -2/+2 | |
1998-05-08 | revert last commit, which was based on nonsense from me | hubertf | 1 | -5/+2 | |
1998-05-06 | Use the distfile on ftp.netbsd.org for the moment. | agc | 1 | -2/+5 | |
1998-04-24 | Move to relative paths in the pkgsrc tree. | agc | 1 | -2/+2 | |
1998-04-22 | Remove the old deprecated DEPENDS definition from bsd.pkg.mk. | agc | 1 | -3/+3 | |
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports. | |||||
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-03-05 | Workaround for PR pkg/5078: add REQUIRES_MOTIF | hubertf | 1 | -1/+2 | |
1998-02-22 | X based sound editor. | hubertf | 19 | -0/+318 | |