Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-11 | DESTDIR support | joerg | 1 | -4/+6 | |
2007-01-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 1 | -4/+4 | |
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein. | |||||
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-01-25 | Just use ed as NIC for DragonFly as well. This code should really be | joerg | 2 | -14/+23 | |
changed to have a proper ethernet check, not some magic name logic. | |||||
2006-01-08 | This package contains a hardwired list of device driver names(ewww). | wiz | 9 | -268/+189 | |
Assume that x86_64 has the same drivers as i386, addresses PR 32332. No PKGREVISION bump since it didn't compile on amd64 before. While here: remove superfluous patches patch-af, patch-ag to config.sub files (get replaced by CONFIG_SUB_OVERRIDE anyway) split up multi-patch patch-aa into four patches patch-a[hijk] | |||||
2005-06-17 | 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-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
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. | |||||
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-18 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2004-03-13 | Fix build on architectures where unsigned long int > 4. | snj | 2 | -15/+24 | |
2004-02-14 | remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this | grant | 1 | -2/+1 | |
automatically now. | |||||
2003-09-28 | Back out last change related to moving ncurses/buildlink2.mk to | jlam | 1 | -2/+2 | |
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future. | |||||
2003-09-27 | move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides | grant | 1 | -2/+2 | |
support for base system curses/ncurses as well as ncurses itself. suggested by wiz. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 1 | -1/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-03-16 | Use CONFIG_SUB_OVERRIDE. Fixes build on NetBSD/shark. | cjep | 1 | -2/+3 | |
Also, the configure script is a GNU autoconf one. | |||||
2002-08-25 | Merge packages from the buildlink2 branch back into the main trunk that | jlam | 3 | -5/+5 | |
have been converted to USE_BUILDLINK2. | |||||
2002-05-25 | look for __sparc__ instead of sparc. Builds and works on sparc now. | dmcmahill | 2 | -18/+25 | |
While here add list of network interfaces for alpha, dreamcast and vax. | |||||
2002-04-04 | Add some ethernet interfaces for arm32 and make this build on arm32. | cjep | 4 | -16/+34 | |
2002-03-13 | Add powerpc/macppc support | jmc | 4 | -6/+39 | |
2001-11-29 | Buildlinkify. | wiz | 1 | -12/+3 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -4/+4 | |
2001-04-21 | Move to sha1 checksum, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -10/+8 | |
+ 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-01-08 | USE_CURSES instead of DEPENDS on ncurses. | wiz | 3 | -5/+27 | |
2000-10-11 | fill in missing list of network devices for mips. | dmcmahill | 2 | -10/+11 | |
2000-01-15 | Update dependency on ncurses to >=4.2 | jlam | 1 | -3/+3 | |
2000-01-10 | miscellaneous small changes to make pkglint happy | wiz | 1 | -2/+3 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-07-25 | Add proper ncurses handling. Patch submitted in PR 8048 | hubertf | 3 | -7/+9 | |
by Thilo Manske <Thilo.Manske@HEH.Uni-Oldenburg.DE>. | |||||
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+6 | |
1999-05-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 1 | -8/+8 | |
pattern match format. Minor pkglint along the way. | |||||
1999-03-08 | s/make/${MAKE}/g | agc | 1 | -2/+2 | |
1998-11-13 | pkglint: move NOT_FOR_ARCHS where it belongs. | frueauf | 1 | -3/+3 | |
1998-10-15 | Correct the primary category field for this package. | agc | 1 | -2/+2 | |
1998-09-22 | add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail | garbled | 1 | -1/+3 | |
on alpha. There may be more, but I haven't seen them yet. | |||||
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 | 4 | -0/+8 | |
1998-07-30 | amiga->m68k as amiga is not even defined here. | frueauf | 1 | -1/+1 | |
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 1 | -4/+1 | |
1998-04-17 | Correct minor typos, and re-format. | agc | 1 | -3/+4 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -8/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-30 | add RCS Id | hubertf | 1 | -0/+1 | |
1998-03-30 | Fix for NetBSD | hubertf | 2 | -4/+9 | |
1998-03-30 | Network sniffer, via FreeBSD PR ports/6160. | hubertf | 9 | -0/+322 | |