Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-09-17 | get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or | grant | 1 | -2/+2 | |
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now. | |||||
2003-09-12 | kill all references to gcc.buildlink2.mk and compiler.mk, and define | grant | 1 | -3/+2 | |
USE_GCC2 or USE_GCC3 where appropriate. the functionality of the old gcc.buildlink2.mk has been rolled into compiler.mk now, which is automatically used. more changes to come later... | |||||
2003-09-05 | Make this work on FreeBSD 5.x systems, where SC_GETPW_R_SIZE_MAX | xtraeme | 3 | -1/+39 | |
still is not implemented. This closes my own PR pkg/21909. Reviewed by wiz@ | |||||
2003-08-09 | USE_NEW_TEXINFO is unnecessary now. | seb | 1 | -2/+1 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-12 | use TEST_TARGET instead of custom test target | dillo | 1 | -5/+3 | |
2003-06-23 | If USE_NEW_TEXINFO, TEXINFO_OVERRIDE is not needed anymore (hi Julio) | seb | 1 | -2/+1 | |
2003-06-23 | Convert to USE_NEW_TEXINFO. | jmmv | 2 | -5/+3 | |
2003-06-11 | Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while | abs | 1 | -4/+4 | |
now and not NetBSD-*-arm32. Changes include one or more of: - Change MACHINE_ARCH == arm32 to also match arm - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3 The last may shake out a few more broken packages the next bulk build. | |||||
2003-05-02 | Remove workaround for broken glib.h; buildlink2.mk already depends on a ↵ | wiz | 1 | -16/+1 | |
fixed version. | |||||
2003-05-02 | Dependency bumps, needed because of devel/pth's major bump, and related | wiz | 2 | -4/+4 | |
dependency bumps. | |||||
2003-03-04 | Make the last fix conditional, fix typo, delint. Bump PKGREVISION. | salo | 2 | -20/+24 | |
2003-03-04 | Pre-set the value of the configure test glib_cv_rtldglobal_broken to | nathanw | 1 | -1/+5 | |
avoid running the test. The test, which calls dlopen("libpthread.so"), fails on NetBSD for reasons unrelated to what it is trying to detect, glib concludes that RTLD_GLOBAL is broken, and gmodule doesn't work. This method of fooling configure suggested by Ron Roskens on tech-pkg. Addresses PR pkg/20050 ("galeon fails to load at run-time"). | |||||
2003-01-02 | The lib/pkgconfig has been added to the list of standard directories, so do | jmmv | 1 | -2/+1 | |
not try to remove it, even if empty. | |||||
2002-12-19 | update MASTER_SITES. | grant | 1 | -2/+1 | |
2002-11-14 | gtk/buildlink.mk was the last user of glib/buildlink.mk. | jlam | 1 | -70/+0 | |
2002-10-30 | Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE. | rh | 5 | -39/+5 | |
2002-10-19 | Track directory layout change at MASTER_SITE_GNOME. | rh | 1 | -2/+2 | |
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net> | |||||
2002-10-13 | Still one user (dylan-*). | wiz | 1 | -0/+70 | |
2002-10-13 | Unused. | wiz | 1 | -70/+0 | |
2002-09-10 | USE_PTHREAD died a long time ago...use PTHREAD_OPTS as buildlink.mk does. | jlam | 1 | -2/+2 | |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 8 | -9/+51 | |
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework. | |||||
2002-08-08 | These packages install libraries that differ from previous versions if they | jlam | 1 | -2/+2 | |
are built using the hard-syscall-enabled pth. Bump the PKGREVISION so we can distinguish these packages from the previous ones. | |||||
2002-08-01 | Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with | jlam | 2 | -8/+4 | |
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk. | |||||
2002-07-19 | Get the path right... | mycroft | 2 | -5/+5 | |
2002-07-19 | Fix LP64 bugs in testgthread, so `make check' works. | mycroft | 2 | -1/+19 | |
2002-07-18 | Patch the various pkgconfig files to include proper -Wl,-R options. | rh | 5 | -3/+40 | |
Bump PKGREVISION | |||||
2002-06-12 | Use ${GREP}, and update message. | wiz | 1 | -3/+3 | |
2002-05-18 | Alter HOMEPAGE - pkg/16887 by James K. Lowden <jklowden@schemamania.org> | zuntum | 1 | -2/+2 | |
2002-05-07 | Bump to 1.2.10nb1 to have a version that definitely does not have the | wiz | 1 | -1/+2 | |
NULL problem. Better very late than never. | |||||
2002-03-26 | Remove ${PREFIX}/lib/pkgconfig if it is empty at deinstallation. Also | jlam | 1 | -2/+3 | |
change "true" to "${TRUE}". | |||||
2002-03-21 | add a test target to run the packages self checks. | dmcmahill | 1 | -1/+5 | |
2002-03-19 | don't always @dirrm include/glib since glib2 headers might be in there too. | dmcmahill | 2 | -4/+4 | |
also only buildlink the headers associated with this version of glib instead of all versions. These 2 changes are in preparation for glib2. | |||||
2002-03-18 | Add a workaround for broken 1.2.10 installations [see pkg/14150]. | wiz | 1 | -1/+16 | |
Improved by some comments by tron. | |||||
2002-02-18 | Introduce new framework for handling info files generation and installation. | seb | 2 | -4/+6 | |
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information. | |||||
2001-12-31 | Use pthread.buildlink.mk instead of pth/buildlink.mk. | jlam | 1 | -4/+4 | |
2001-12-26 | Don't bother with mv/sed/rm as sed/mv is good enough. Also a few cosmetic | jlam | 1 | -11/+11 | |
changes. | |||||
2001-12-24 | Convert to use pthread.buildlink.mk. This package is a simple example of | jlam | 1 | -6/+5 | |
how to use pthread.buildlink.mk. | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-10-06 | Use "/usr/include/sys/null.h" if it exists instead of defining "NULL" | tron | 1 | -3/+10 | |
manually. Fixes PR pkg/14150 by Martin Husemann. | |||||
2001-10-03 | Substitute the real config script for the config wrapper script in | jlam | 1 | -1/+3 | |
installed files. We don't want buildlink references to escape into the install directory. | |||||
2001-08-17 | If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), then | jlam | 1 | -2/+3 | |
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and MAKE_ENV. We remove the check for GNU_CONFIGURE because if a package Makefile includes the buildlink.mk file, then it most likely wants to use the config script wrappers as well. Change suggested by Hubert Feyrer (hubertf) and Tomasz Luchowski (zuntum). | |||||
2001-07-27 | Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default | jlam | 1 | -1/+2 | |
installation directory in case the package isn't installed. | |||||
2001-07-20 | Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set | jlam | 1 | -3/+3 | |
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>. | |||||
2001-07-13 | fix typo: should be BUILDLINK_FILES.glib+= include/glib/*.h, not =. | dogcow | 1 | -2/+2 | |
2001-07-13 | Add file locations for glib/gtk-1.2.8 to the buildlink.mk files. Should | jlam | 1 | -1/+2 | |
fix pkg/13409. | |||||
2001-07-08 | Include "bsd.prefs.mk" before checking the operating system. Problem | tron | 1 | -1/+2 | |
pointed out by Johnny C. Lam in private e-mail. | |||||
2001-07-07 | Don't include buildlink for "pth" package under Solaris because we use the | tron | 1 | -1/+3 | |
native threat implementation there. | |||||
2001-07-02 | Allow overriding of *_CONFIG variables in a package Makefile when using | jlam | 1 | -2/+3 | |
USE_BUILDLINK_ONLY. | |||||
2001-07-01 | Move inclusion of bsd.buildlink.mk to start of file. | jlam | 1 | -3/+3 | |