summaryrefslogtreecommitdiff
path: root/audio/wsoundserver
AgeCommit message (Collapse)AuthorFilesLines
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
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-10-05Add devel/libproplist/buildlink.mk, since it's not coming automaticallywiz1-1/+2
with wm/windowmaker/buildlink.mk anymore.
2001-10-03Substitute the real config script for the config wrapper script injlam1-1/+3
installed files. We don't want buildlink references to escape into the install directory.
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam3-14/+6
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-24Add buildlink.mk file for use by other package Makefiles.jlam1-0/+49
2001-07-24* Really complete buildlinkization:jlam5-45/+24
* Remove explicit references to /usr/local/include and /usr/local/lib added by the configure script. * Note that wslib/get-wsound-flags needs to have references to ${BUILDLINK_DIR} removed before installation by listing it in REPLACE_BUILDLINK. * Remove patches that add -Wl,-R${X11BASE}/lib to the link flags of various libraries and programs. This already should be passed in via LDFLAGS, and if additional flags are needed on Solaris, then we should just set the additional LDFLAGS in the package Makefile.
2001-07-24sortjlam1-2/+2
2001-07-22Complete buildlinkization.wiz1-3/+2
2001-07-07Fix typo in last commit.tron1-2/+2
2001-07-07Make this package work under Solaris.tron3-5/+14
2001-06-29Converted to use buildlink.mk files, set USE_BUILDLINK_ONLYzuntum1-6/+5
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-12Note a place where one can find an (incomplete) sound set.wiz1-0/+3
2001-03-12Initial import of WSoundServer, a sound server for window maker, reactingwiz12-0/+212
to window manager events (like starting/exiting applications, hiding, maximizing, ...). Supersedes audio/wmsound, thus closing pkg/9523.