Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-23 | Remove libscsi and the two packages using it, tosha and cdd. | wiz | 9 | -212/+0 | |
The FreeBSD SCSI library on which libscsi was based, was removed in 1998. The two other packages were last updated 1997 and 2001, respectively. Better software exists (e.g. cdparanoia, cdrecord). Ok agc@, gdt@ | |||||
2009-07-08 | user-destdir support | joerg | 3 | -6/+7 | |
2007-10-19 | strndup has only recently been added to NetBSD, so choose another way of | rillig | 3 | -28/+6 | |
defining the function, whose prototype is incompatible to the native strndup. | |||||
2007-10-17 | NetBSD already has strndup. | rillig | 3 | -1/+37 | |
2007-01-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 1 | -2/+2 | |
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-10-04 | Update MASTER_SITES and HOMEPAGE, from Sergey Svishchev. | wiz | 1 | -3/+3 | |
2006-06-26 | Reset maintainer, email bounced. | wiz | 1 | -2/+2 | |
2006-06-24 | Fixed installation for unprivileged builds. Bumped PKGREVISION. | rillig | 3 | -10/+13 | |
2006-03-09 | Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk. | jlam | 1 | -2/+2 | |
Remove deprecated ossaudio.buildlink3.mk. | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-03-24 | Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be | wiz | 1 | -3/+1 | |
useful. | |||||
2005-03-12 | Fix INSTALLATION_DIRS. Noticed by Joachim Kuebart in tech-pkg@. | jmmv | 1 | -2/+2 | |
2005-02-23 | Add RMD160 digests to the SHA1 ones. | agc | 1 | -1/+2 | |
2005-02-14 | Fix quoting. | uebayasi | 1 | -2/+2 | |
2004-05-31 | Enable pkgviews installation. Based on Joachim Kuebart's patch in | minskim | 4 | -33/+28 | |
PR pkg/25751. - Honor CFLAGS and LDFLAGS set by pkgsrc Makefile. - Use buildlink3 framework and ossaudio.buildlink3.mk. | |||||
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 | -9/+7 | |
+ 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-11-19 | The timeout value for a scsireq is reset by libscsi in scsi_build. So, | fvdl | 2 | -4/+30 | |
set it *after* scsi_build, so that the actual intented timeout value is used, avoiding timeouts, bus resets and people putting the blame on controllers/drivers. | |||||
2000-10-01 | Depend on libscsi>=1.6. Should fix bulk-builds. | rh | 1 | -1/+3 | |
2000-09-10 | Use devel/libscsi instead of adding the scsi library via patches. | wiz | 6 | -1402/+16 | |
Fix a bug. Closes pkg/6375. | |||||
2000-08-11 | Remove (sometimes FreeBSD) packager's (porter's) name from DESCR. | wiz | 1 | -2/+0 | |
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here. | |||||
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-12-25 | added missing NetBSD RCS tags, 'quoted' existing *BSD ones | wiz | 7 | -14/+17 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+9 | |
1999-03-12 | Split and fix. | hubertf | 6 | -1452/+1444 | |
1998-10-28 | Document fact that tosha's output is allways in little-endian format. | garbled | 1 | -0/+15 | |
Pointed out by John Ruschmeyer in PR #6334 | |||||
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 | 2 | -0/+4 | |
1998-07-16 | Someone doesn't understand the difference between arrays and pointers. Quick | thorpej | 1 | -0/+12 | |
hack to make specifying an alternate device work. | |||||
1998-06-18 | Update package Makefiles for automatic manual page handling. | agc | 1 | -3/+1 | |
1998-05-13 | Use getrawpartition() from libutil to get the raw partition number, | agc | 1 | -57/+67 | |
rather than using a hardcoded constant. | |||||
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-01-19 | portlint: Fix RCS Id | hubertf | 1 | -1/+2 | |
1997-11-27 | Add the missing scsi.h file. | augustss | 1 | -2/+100 | |
1997-11-24 | Make it work under NetBSD by adding the FreeBSD scsi library code. | augustss | 2 | -7/+1365 | |
XXX Perhaps a libscsi package would be better? | |||||
1997-11-06 | Add a NetBSD RCS Id to all the PLIST files. | agc | 1 | -0/+1 | |
1997-10-28 | Initial import of FreeBSD audio packages. | augustss | 6 | -0/+63 | |