summaryrefslogtreecommitdiff
path: root/audio/snd
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-02-23Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim1-1/+5
tech-pkg@.
2005-02-21Sign over maintainership to tech-pkg@hubertf1-2/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-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-09-15Use statvfs instead of statfs on NetBSD>=2.0D.minskim2-7/+10
2004-07-28audio/snd uses its own round() function, incompatible with the one inagc7-5/+147
math.h in -current - work around this. XXX still statfs problems in -current in this package.
2004-04-11bl3ify now that we have motif.buildlink3.mk.xtraeme1-4/+4
2004-01-28There's no need to use 'USE_X11BASE' in snd package, we'll usextraeme1-2/+3
USE_X11 instead, bump PKGREVISION.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-09-21buildlink1 -> buildlink2jlam3-11/+13
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-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-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-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-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-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-08Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk.jlam1-2/+2
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam3-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-16Add USE_X11BASE to fix install target.nra1-1/+2
2001-06-30Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam4-31/+32
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-19/+17
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-09-22Make this package work in environment where X11 and Motif isminoura3-6/+7
installed in non-standard directories, typically with xpkgwedge. Reviewed by hubertf.
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-4/+3
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-3/+4
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-08-09Add run time library path and link with "SM" library to make "snd" worktron2-7/+7
on ELF platforms. Fixes PR pkg/8166 by Thilo Manske.
1999-07-09Add package patch-sum filesagc1-0/+16
1998-08-20The Grand Homepagification:tsarna1-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-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc14-0/+28
1998-07-04Update xpm to 3.4k.mycroft1-2/+2
1998-07-03Don't mirror distribution files which are kept locally anyway.tron1-1/+2
1998-06-20Remove unnecessary "USE_X11= yes".tron1-2/+1
1998-06-09Rationalise Motif/Lesstif handling.agc1-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-19Rather than using sed to patch the makefile.netbsd file for @X11BASE@agc2-13/+6
and @LOCALBASE@ values, use the X11BASE and LOCALBASE values that are passed through the environment.
1998-05-11Remove BUILD_DEPENDS on lesstif, REQUIRES_MOTIF=yes should be enough.frueauf2-4/+10
Don't hardcode LOCALBASE and X11BASE.
1998-05-11Set MSDTER_SITES to ${MASTER_SITE_LOCAL} to ensure working md5.frueauf1-2/+2
1998-05-08revert last commit, which was based on nonsense from mehubertf1-5/+2
1998-05-06Use the distfile on ftp.netbsd.org for the moment.agc1-2/+5
1998-04-24Move to relative paths in the pkgsrc tree.agc1-2/+2
1998-04-22Remove the old deprecated DEPENDS definition from bsd.pkg.mk.agc1-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-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-05Workaround for PR pkg/5078: add REQUIRES_MOTIFhubertf1-1/+2
1998-02-22X based sound editor.hubertf19-0/+318