Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-06-19 | Remove explicit inclusion of -I$(includedir) into CPPFLAGS and -L$(libdir) | jlam | 7 | -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-19 | Mark as USE_BUILDLINK_ONLY. | jlam | 2 | -3/+5 | |
2001-06-19 | Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. | jlam | 2 | -18/+20 | |
2001-06-19 | Add buildlink.mk file for use by other package Makefiles | jlam | 1 | -0/+44 | |
2001-06-19 | Mark as USE_BUILDLINK_ONLY. | jlam | 2 | -2/+5 | |
2001-06-19 | Mark as USE_BUILDLINK_ONLY. | jlam | 1 | -1/+3 | |
2001-06-19 | Regen. | jlam | 1 | -2/+2 | |
2001-06-19 | It's ${BUILDLINK_DIR}/lib, not ${BUILDLINK_LIBDIR}. | jlam | 1 | -3/+3 | |
2001-06-19 | Add BUILDLINK_DIR to the CONFIGURE_ENV and MAKE_ENV automatically. | jlam | 1 | -1/+3 | |
2001-06-19 | Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. | jlam | 1 | -2/+4 | |
2001-06-19 | Mirror changes in libungif/Makefile | jlam | 1 | -2/+4 | |
2001-06-19 | Mark as USE_BUILDLINK_ONLY. | jlam | 4 | -4/+10 | |
2001-06-19 | The libraries are libaudiofile.*, not audiofile.*. | jlam | 1 | -2/+2 | |
2001-06-19 | Mark as USE_BUILDLINK_ONLY. | jlam | 4 | -12/+14 | |
2001-06-19 | Add rc.vice to PLIST. | jlam | 1 | -1/+2 | |
2001-06-19 | Mark as USE_BUILDLINK_ONLY. | jlam | 1 | -8/+7 | |
2001-06-19 | Set USE_BUILDLINK_ONLY and remove unnecessary config.cache entry to prevent | jlam | 1 | -9/+7 | |
detection of libncurses. | |||||
2001-06-19 | Set USE_BUILDLINK_ONLY and remove unnecessary config.cache entry to prevent | jlam | 1 | -8/+5 | |
detection of libpthread. | |||||
2001-06-18 | Convert to use buildlink.mk files | zuntum | 1 | -17/+7 | |
2001-06-18 | Update realplayer to 8.0.1. Changes are that it is based on the currently | jlam | 2 | -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-18 | Mark as USE_BUILDLINK_ONLY and remove unnecessary config.cache entry to | jlam | 1 | -4/+2 | |
prevent detection of ncurses. | |||||
2001-06-18 | Use zlib buildlink.mk for zlib dependency (from pkg/13217 by Stoned Elipot) | jlam | 3 | -25/+9 | |
and install locale files under PKGLOCALEDIR. | |||||
2001-06-18 | Convert to use buildlink.mk files. | jlam | 3 | -9/+23 | |
2001-06-18 | Mark gdk-pixbuf and gdk-pixbuf-gnome as USE_BUILDLINK_ONLY. | jlam | 1 | -1/+2 | |
2001-06-18 | Mark these packages as USE_BUILDLINK_ONLY. | jlam | 8 | -19/+24 | |
2001-06-18 | Create USE_BUILDLINK_ONLY variable that doesn't add -L${LOCALBASE}/lib | jlam | 1 | -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-18 | Instead of explicitly including ${includedir} in header search path, | jlam | 3 | -13/+10 | |
just use Mesa's buildlink.mk file to handle all possible combinations of XFree86 versions and xpkgwedge installations. | |||||
2001-06-18 | Update avifile-devel to 0.6.20010618 | zuntum | 2 | -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-18 | Regularize fixes to config scripts to use the same code. | jlam | 6 | -32/+44 | |
2001-06-18 | Add ${includedir} aka $(PREFIX)/include to make it work with xpkgwedge. | veego | 2 | -7/+11 | |
2001-06-18 | Add comment on why we depend on pth. | jlam | 1 | -1/+2 | |
2001-06-18 | Add libpthread.* to BUILDLINK_FILES, and create buildlink config wrappers | jlam | 1 | -1/+12 | |
for pth-config and pthread-config. | |||||
2001-06-18 | On some platforms, /bin/sh is feebler than NetBSD's /bin/sh with respect to | jlam | 1 | -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-18 | Add DIRNAME, first part of patch from pkg/13236 by Stoned Elipot | jlam | 3 | -3/+6 | |
<Stoned.Elipot@script.jussieu.fr>. | |||||
2001-06-18 | Unify NetBSD and Solaris package lists and use dynamic modification. | tron | 3 | -29/+18 | |
2001-06-18 | Update xscreensaver package(s) to 3.33, with patches submitted by Daniel | fredb | 5 | -30/+35 | |
Hagerty in PR pkg/13233. | |||||
2001-06-18 | Add and enable cheesetracker | rh | 1 | -1/+2 | |
2001-06-18 | Initial import of cheesetracker-0.2.1, an ImpulsTracker clone. This | rh | 8 | -0/+166 | |
package was provided in PR 13215 by Ben Collver <collver@linuxfreemail.com> | |||||
2001-06-18 | Update xbattbar to 1.4.2. Changes included adding time remaining display. | jlam | 2 | -5/+5 | |
2001-06-18 | Convert to use buildlink.mk files. | jlam | 1 | -8/+2 | |
2001-06-18 | LIBS is automatically added to CONFIGURE_ENV if GNU_CONFIGURE is defined. | jlam | 1 | -2/+1 | |
2001-06-18 | Convert to use buildlink.mk files. Add proper dependency on zlib if | jlam | 1 | -13/+11 | |
needed. | |||||
2001-06-18 | Add buildlink.mk file for use by other package Makefiles. | jlam | 1 | -0/+33 | |
2001-06-18 | Convert to use buildlink.mk files. | jlam | 1 | -2/+4 | |
2001-06-18 | Correct the location of "a60-mkc.inc", needed for Algol 60 to C translation. | jtb | 2 | -3/+12 | |
2001-06-18 | upgrade to portable openssh 2.9p2. should fix "cookies" file deletion bug | itojun | 2 | -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-18 | Convert to use buildlink.mk files. | jlam | 1 | -2/+3 | |
2001-06-18 | Add buildlink.mk file for use by other program Makefiles. | jlam | 1 | -0/+51 | |
2001-06-18 | Use FILES_SUBST instead of repeating substitution pattern for all the | jlam | 3 | -32/+53 | |
files, and substitute for a few more utilities instead of using unqualified names for programs. | |||||
2001-06-18 | Convert to use buildlink.mk files. | jlam | 1 | -7/+3 | |