Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-07-02 | Convert to use buildlink.mk files. | jlam | 1 | -2/+2 | |
2001-07-02 | s/PERL_REQD/PERL5_REQD/g | jlam | 1 | -2/+2 | |
2001-07-02 | Move inclusion of buildlink.mk files to end of Makefile. Also patch | jlam | 4 | -8/+38 | |
configure script to not add -L${PREFIX}/lib, -I${PREFIX}/include to LDFLAGS, CFLAGS to encapsulate build. | |||||
2001-07-02 | Mark as USE_BUILDLINK_ONLY. | jlam | 1 | -1/+2 | |
2001-07-02 | one more build problem: include <locale.h> | drochner | 2 | -5/+13 | |
2001-07-02 | add note about enabling lkm-loading in rc.conf; suggested by Cana McCoy | joda | 1 | -3/+4 | |
2001-07-02 | Fix another couple of ' usages- from Ben Wong | abs | 1 | -3/+7 | |
2001-07-02 | Update abuse to 2.0nb1: | abs | 8 | -84/+118 | |
Avoid gets() usage and add __sparc__ to alignment needing CPUs, allowing it to run on my ss5. | |||||
2001-07-02 | Update pkgchk to 1.01 - do not check for pkgchk.conf with -i | abs | 2 | -8/+10 | |
noted by Tomasz Luchowski | |||||
2001-07-02 | Update p5-libapreq to 0.33. | nra | 2 | -6/+6 | |
2001-07-02 | fix some build glitches (require "msgfmt" binary, -export-dynamic) | drochner | 5 | -8/+58 | |
and python problems (script bugs and version dependencies, depend on py-mxDateTime) | |||||
2001-07-02 | Move *_SED ahead of inclusion of buildlink.mk files. | jlam | 1 | -6/+6 | |
2001-07-02 | Copy the checks for built-in freetype2 and xpm into the buildlink.mk files | jlam | 2 | -8/+32 | |
as they can't always use the logic in bsd.prefs.mk. | |||||
2001-07-02 | Correctly import pkgchk-1.00 (into pkgtools not pkg_tools) | abs | 5 | -0/+382 | |
pkgchk verifies that the versions of installed packages matches those in pkgsrc, optionally adding missing or updating mismatched packages. It can verify all installed packages, or check against a set of packages based on the hostname, architecture, and other characteristics. | |||||
2001-07-02 | Update pkglint to 3.03: | abs | 2 | -5/+7 | |
Fix incorrect ' at start of line in lintpkgsrc manpage. Fixes PR pkg/13354 by Ben Wong | |||||
2001-07-02 | Honor CFLAGS passed in from environment during build by not overriding | jlam | 3 | -5/+20 | |
CDEBUGFLAGS in the Imakefile. Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. | |||||
2001-07-02 | Use xpm/buildlink.mk instead of USE_XPM. | jlam | 1 | -2/+2 | |
2001-07-02 | Handle case where freetype2 is installed as part of XFree86. Also remove | jlam | 1 | -8/+18 | |
unnecessary inclusion of gettext-lib/buildlink.mk. | |||||
2001-07-02 | Instead of double-listing files in both X11BASE and LOCALBASE, use | jlam | 1 | -19/+16 | |
HAVE_BUILTIN_XPM to figure out where it's installed and set the BUILDLINK_PREFIX directly. Remove unnecessary USE_XPM as we use do the check for Xpm ourselves. | |||||
2001-07-02 | Make check for Xpm in XFree86 look like the checks for Mesa and freetype2. | jlam | 3 | -21/+28 | |
2001-07-02 | Remove REPLACE_BUILDLINK_SED and BUILDLINK_CONFIG_WRAPPER_SED settings | jlam | 1 | -8/+1 | |
as they're really only needed for USE_X11BASE packages. | |||||
2001-07-02 | Allow overriding of *_CONFIG variables in a package Makefile when using | jlam | 19 | -44/+67 | |
USE_BUILDLINK_ONLY. | |||||
2001-07-02 | Define PTH_CONFIG and PTHREAD_CONFIG and pass them to CONFIGURE_ENV if | jlam | 1 | -1/+8 | |
USE_CONFIG_WRAPPER is defined. | |||||
2001-07-02 | Add REPLACE_BUILDLINK_SED and BUILDLINK_CONFIG_WRAPPER_SED settings. | jlam | 1 | -1/+6 | |
2001-07-02 | Make REPLACE_BUILDLINK_SED and BUILDLINK_CONFIG_WRAPPER_SED be opposites. | jlam | 1 | -6/+6 | |
Also move these settings ahead of inclusion of other buildlink.mk files. | |||||
2001-07-02 | For aesthetic reasons, sort the *.lai files found during replace-buildlink. | jlam | 1 | -2/+3 | |
2001-07-02 | Move *_SED before inclusion of other buildlink.mk files to order sed | jlam | 1 | -8/+8 | |
expression properly. | |||||
2001-07-02 | REPLACE_BUILDLINK_SED and BUILDLINK_CONFIG_WRAPPER_SED should do opposite | jlam | 3 | -11/+15 | |
substitutions, so make it so. | |||||
2001-07-02 | Change BUILDLINK_FIX_LIBTOOL_SED to REPLACE_BUILDLINK_SED. | jlam | 2 | -6/+8 | |
2001-07-02 | Merge buildlink-fix-libtool-archives and buildlink-fix-config-scripts | jlam | 1 | -41/+25 | |
into one target: replace-buildlink. Get rid of BUILDLINK_FIX_LIBTOOL_SED as it can be handled with REPLACE_BUILDLINK_SED. | |||||
2001-07-01 | Protect against multiple inclusion of this file. | jlam | 1 | -1/+6 | |
2001-07-01 | In example buildlink.mk file, move inclusion of bsd.buildlink.mk to start | jlam | 1 | -3/+3 | |
of file. | |||||
2001-07-01 | It's audio/libvorbis, not databases/libvorbis. | jlam | 1 | -2/+2 | |
2001-07-01 | Move inclusion of bsd.buildlink.mk to start of file. | jlam | 86 | -258/+258 | |
2001-07-01 | Move inclusion of bsd.buildlink.mk to start of file and rename | jlam | 1 | -4/+4 | |
BUILDLINK_CONFIG_WRAPPER_SED.gtk to BUILDLINK_CONFIG_WRAPPER_SED. | |||||
2001-07-01 | Change example to have bsd.buildlink.mk file included at start of a | jlam | 1 | -7/+11 | |
package buildlink.mk file. Also change BUILDLINK_CONFIG_WRAPPER_SED.<pkgname> to BUILDLINK_CONFIG_WRAPPER_SED. | |||||
2001-07-01 | Add and enable pkgchk | abs | 1 | -1/+2 | |
2001-07-01 | Honor CFLAGS passed in from environment during build. | jlam | 2 | -5/+10 | |
2001-07-01 | Mark as USE_BUILDLINK_ONLY to prevent accidentally depending on installed | jlam | 1 | -11/+11 | |
gsm library. | |||||
2001-07-01 | Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. | jlam | 1 | -7/+8 | |
2001-07-01 | Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. | jlam | 3 | -12/+13 | |
2001-07-01 | Make sure the -DBuildLink gets passed through to subdir Imakefiles if | jlam | 3 | -5/+7 | |
BuildLink is defined. Bump xpkgwedge version number to 1.4 and increase xpkgwedge dependency version in bsd.pkg.mk. | |||||
2001-07-01 | Add target to touch some empty headers in ${BUILDLINK_DIR} with the same | jlam | 1 | -2/+15 | |
name as real ncurses headers. This is to prevent accidentally resolving something like <include/term.h> into ${LOCALBASE}/include/term.h if the compiler is passed "-I${BUILDLINK_DIR}/include -I${LOCALBASE}/include". | |||||
2001-07-01 | Correct spelling of MOTIFLIB. | jlam | 2 | -4/+4 | |
2001-07-01 | Invoke autoreconf with --foreign so that automake won't complain about | jlam | 1 | -2/+2 | |
missing "GNU-required" files like NEW, AUTHORS, etc. | |||||
2001-07-01 | add a "quit" button. | dmcmahill | 3 | -2/+18 | |
bump to nb1. | |||||
2001-07-01 | Remove ruby-runit, it is relpaced by ruby-unit. | taca | 4 | -149/+0 | |
2001-07-01 | replace ruby-runit to ruby-unit. | taca | 1 | -2/+2 | |
2001-07-01 | Reimpot ruby-unit as correct directory. | taca | 4 | -0/+149 | |
2001-07-01 | add net/bridged | itojun | 1 | -1/+2 | |