summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-06-19Use openssl/buildlink.mk instead of USE_SSL, mark as USE_BUILDLINK_ONLY,jlam1-28/+27
and use FILES_SUBST instead of repeating sed script throughout the Makefile.
2001-06-19Use db/buildlink.mk to make this compile under Solaris withjlam1-3/+4
USE_BUILDLINK_ONLY defined.
2001-06-19Add buildlink.mk file for use by other package Makefiles.jlam1-0/+32
2001-06-19Mark as USE_BUILDLINK_ONLY.jlam2-2/+5
2001-06-19Make sure that installed files announce the correct version number forjlam1-1/+24
the installed package. We patch the version info in the configure scripts to deal with shared library versioning, but we don't want those version numbers to leak into installed files. Fixes 2nd part of pkg/12146 by Dan Winship <danw@ximian.com>.
2001-06-19Fix glibconfig.h to define the correct glib version number as well.jlam1-1/+17
2001-06-19Set GLIB_VERSION from the DISTNAME, not the PKGNAME, as the PKGNAME mayjlam1-2/+2
have an nbX suffix that we don't want.
2001-06-19Make sure that installed files announce the correct version number forjlam1-1/+19
the installed package. We patch the version info in the configure scripts to deal with shared library versioning, but we don't want those version numbers to leak into installed files. Fixes 1st part of pkg/12146 by Dan Winship <danw@ximian.com>.
2001-06-19Remove explicit inclusion of -I$(includedir) into CPPFLAGS and -L$(libdir)jlam7-1/+129
into LDFLAGS. This makes building of ncurses on a system already having ncurses installed possible. This is just another chapter of the continuing buildlink saga.
2001-06-19Mark as USE_BUILDLINK_ONLY.jlam2-3/+5
2001-06-19Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam2-18/+20
2001-06-19Add buildlink.mk file for use by other package Makefilesjlam1-0/+44
2001-06-19Mark as USE_BUILDLINK_ONLY.jlam2-2/+5
2001-06-19Mark as USE_BUILDLINK_ONLY.jlam1-1/+3
2001-06-19Regen.jlam1-2/+2
2001-06-19It's ${BUILDLINK_DIR}/lib, not ${BUILDLINK_LIBDIR}.jlam1-3/+3
2001-06-19Add BUILDLINK_DIR to the CONFIGURE_ENV and MAKE_ENV automatically.jlam1-1/+3
2001-06-19Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-2/+4
2001-06-19Mirror changes in libungif/Makefilejlam1-2/+4
2001-06-19Mark as USE_BUILDLINK_ONLY.jlam4-4/+10
2001-06-19The libraries are libaudiofile.*, not audiofile.*.jlam1-2/+2
2001-06-19Mark as USE_BUILDLINK_ONLY.jlam4-12/+14
2001-06-19Add rc.vice to PLIST.jlam1-1/+2
2001-06-19Mark as USE_BUILDLINK_ONLY.jlam1-8/+7
2001-06-19Set USE_BUILDLINK_ONLY and remove unnecessary config.cache entry to preventjlam1-9/+7
detection of libncurses.
2001-06-19Set USE_BUILDLINK_ONLY and remove unnecessary config.cache entry to preventjlam1-8/+5
detection of libpthread.
2001-06-18Convert to use buildlink.mk fileszuntum1-17/+7
2001-06-18Update realplayer to 8.0.1. Changes are that it is based on the currentlyjlam2-11/+11
fetchable rp8_linux20_libc6_i386_cs2.bin from real.com's website. The ".0.1" addition to the package name instead of "nb1" is to show that this is a minor update to the package from the authors.
2001-06-18Mark as USE_BUILDLINK_ONLY and remove unnecessary config.cache entry tojlam1-4/+2
prevent detection of ncurses.
2001-06-18Use zlib buildlink.mk for zlib dependency (from pkg/13217 by Stoned Elipot)jlam3-25/+9
and install locale files under PKGLOCALEDIR.
2001-06-18Convert to use buildlink.mk files.jlam3-9/+23
2001-06-18Mark gdk-pixbuf and gdk-pixbuf-gnome as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-06-18Mark these packages as USE_BUILDLINK_ONLY.jlam8-19/+24
2001-06-18Create USE_BUILDLINK_ONLY variable that doesn't add -L${LOCALBASE}/libjlam1-3/+13
to LDFLAGS if it's defined. This is intended for use by package developers to catch packages that implicitly use libraries from ${LOCALBASE}/lib without depending on the correct package.
2001-06-18Instead of explicitly including ${includedir} in header search path,jlam3-13/+10
just use Mesa's buildlink.mk file to handle all possible combinations of XFree86 versions and xpkgwedge installations.
2001-06-18Update avifile-devel to 0.6.20010618zuntum2-4/+4
* a lot of fixes in asf parsing code - finally we are able to correctly detect end of file * redesigned and simplified event handling in aviplayer * a-v sync is now 100% better then it ever was * maximize return to its previous size when switching of fullscreen * hopefully fixed problem with mpg sound which could occasionaly get broken * GUI updates * added keys '[', ']' to modify a-v sync - (adds, subs 0.1 sec) * UNIQUE frame-dropping technique - now even very slow computers could be used to was movies in sync !!!!
2001-06-18Regularize fixes to config scripts to use the same code.jlam6-32/+44
2001-06-18Add ${includedir} aka $(PREFIX)/include to make it work with xpkgwedge.veego2-7/+11
2001-06-18Add comment on why we depend on pth.jlam1-1/+2
2001-06-18Add libpthread.* to BUILDLINK_FILES, and create buildlink config wrappersjlam1-1/+12
for pth-config and pthread-config.
2001-06-18On some platforms, /bin/sh is feebler than NetBSD's /bin/sh with respect tojlam1-4/+9
shell variable manipulation, e.g. ${parameter##word} and ${parameter%word}. Change instances such constructs to use ${DIRNAME} and ${SED} to make the same manipulations. This is the second part of pkg/13236 by Stoned Elipot <Stoned.Elipot@script.jussieu.fr> with minor changes by me. Also explictly create ${BUILDLINK_DIR} at start of _BUILDLINK_USE target to better handle NO_DEPENDS= cases.
2001-06-18Add DIRNAME, first part of patch from pkg/13236 by Stoned Elipotjlam3-3/+6
<Stoned.Elipot@script.jussieu.fr>.
2001-06-18Unify NetBSD and Solaris package lists and use dynamic modification.tron3-29/+18
2001-06-18Update xscreensaver package(s) to 3.33, with patches submitted by Danielfredb5-30/+35
Hagerty in PR pkg/13233.
2001-06-18Add and enable cheesetrackerrh1-1/+2
2001-06-18Initial import of cheesetracker-0.2.1, an ImpulsTracker clone. Thisrh8-0/+166
package was provided in PR 13215 by Ben Collver <collver@linuxfreemail.com>
2001-06-18Update xbattbar to 1.4.2. Changes included adding time remaining display.jlam2-5/+5
2001-06-18Convert to use buildlink.mk files.jlam1-8/+2
2001-06-18LIBS is automatically added to CONFIGURE_ENV if GNU_CONFIGURE is defined.jlam1-2/+1
2001-06-18Convert to use buildlink.mk files. Add proper dependency on zlib ifjlam1-13/+11
needed.