Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-07-02 | Remove unnecessary patches again, now that we can build-depend on | jlam | 2 | -19/+1 | |
buildlink-x11. | |||||
2001-07-02 | Bump build-dependency on xpkgwedge to >=1.5, and add a build-dependency | jlam | 1 | -10/+16 | |
on buildlink-x11 if USE_BUILDLINK_ONLY is defined. Pass all of CPPFLAGS/CFLAGS/CXXFLAGS/LDFLAGS to buildlink-x11 through PKGSRC_* versions of those values. Also add preliminary support for USE_BUILDLINK_X11 for buildlinking X11R6 instead of USE_X11 (hi zuntum!). | |||||
2001-07-02 | Update xpkgwedge to 1.5. This version factored out the buildlink logic | jlam | 2 | -33/+3 | |
into a separate package (buildlink-x11) usable even without xpkgwedge installed. | |||||
2001-07-02 | Add and enable buildlink-x11. | jlam | 1 | -1/+2 | |
2001-07-02 | buildlink-x11: allows X11 pkgs to be built using the buildlink.mk | jlam | 7 | -0/+282 | |
infrastructure, even if they use Imake. | |||||
2001-07-02 | Don't add a line to include <Lesstif.def> in host.def. It doesn't work | jlam | 3 | -28/+3 | |
correctly, and it resets the ImakeCmd, which breaks other pkgsrc builds. | |||||
2001-07-02 | Add p5-Template-Toolkit to the SUBDIR list. | nra | 1 | -1/+2 | |
2001-07-02 | Add the p5-Template-Toolkit version 2.04. This package is a perl5 text | nra | 5 | -0/+1507 | |
template and dynamic web page intergration module. | |||||
2001-07-02 | add dependency to libsigc++ | drochner | 1 | -1/+2 | |
2001-07-02 | Mark as USE_BUILDLINK_ONLY | jlam | 1 | -1/+2 | |
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 | |