summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.
2001-06-18Add buildlink.mk file for use by other package Makefiles.jlam1-0/+33
2001-06-18Convert to use buildlink.mk files.jlam1-2/+4
2001-06-18Correct the location of "a60-mkc.inc", needed for Algol 60 to C translation.jtb2-3/+12
2001-06-18upgrade to portable openssh 2.9p2. should fix "cookies" file deletion bugitojun2-5/+5
when X11 forwarding = yes. 20010617 - (djm) Pull in small fix from -CURRENT for session.c: typo, use pid not s->pid, mstone@cs.loyola.edu 20010615 - (stevesk) don't set SA_RESTART and set SIGCHLD to SIG_DFL around grantpt(). 20010614 - (bal) Applied X11 Cookie Patch. X11 Cookie behavior has changed to no longer use /tmp/ssh-XXXXX/ 20010528 - (tim) [conifgure.in] add setvbuf test needed for sftp-int.c Patch by Corinna Vinschen <vinschen@redhat.com> 20010512 - (bal) Patch to partial sync up contrib/solaris/ packaging software. Patch by pete <ninjaz@webexpress.com> 20010509 - (bal) UseLogin patch for Solaris/UNICOS. Patch by Wayne Davison <wayne@blorf.net> - (bal) ./configure support to disable SIA on OSF1. Patch by Chris Adams <cmadams@hiwaay.net> - (bal) Updates from the Sony NEWS-OS platform by NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> 20010508 - (bal) Fixed configure test for USE_SIA. 20010506 - (djm) Update config.guess and config.sub with latest versions (from ftp://ftp.gnu.org/gnu/config/) to allow configure on ia64-hpux. Suggested by Jason Mader <jason@ncac.gwu.edu> 20010504 - (bal) Updated Cygwin README by Corinna Vinschen <vinschen@redhat.com> - (bal) Avoid socket file security issues in ssh-agent for Cygwin. Patch by Egor Duda <deo@logos-m.ru> 20010430 - (djm) Add .cvsignore files, suggested by Wayne Davison <wayne@blorf.net> - (tim) [contrib/caldera/openssh.spec] add Requires line for Caldera 3.1
2001-06-18Convert to use buildlink.mk files.jlam1-2/+3
2001-06-18Add buildlink.mk file for use by other program Makefiles.jlam1-0/+51
2001-06-18Use FILES_SUBST instead of repeating substitution pattern for all thejlam3-32/+53
files, and substitute for a few more utilities instead of using unqualified names for programs.
2001-06-18Convert to use buildlink.mk files.jlam1-7/+3