Age | Commit message (Expand) | Author | Files | Lines |
2003-08-23 | add support for extracting binary/library requires/provides on Darwin, | grant | 1 | -16/+24 |
2003-08-23 | add LDD, from Julien T. Letessier in PR pkg/22492. | grant | 1 | -1/+2 |
2003-08-23 | fix problem with shlib handling not being done on Darwin for | grant | 1 | -4/+4 |
2003-08-23 | Fix a long-standing past-o that was harmless. | jlam | 1 | -2/+2 |
2003-08-22 | Use '${_PKG_SILENT}${_PKG_DEBUG}' instead of '@' (as seen on the pkgviews-mk | seb | 1 | -2/+2 |
2003-08-22 | Try to deal with empty or "corrupted" Info directory file: if the | seb | 1 | -0/+7 |
2003-08-22 | in check-shlibs, throw away warning from `type ldd' and only attempt | grant | 1 | -13/+15 |
2003-08-21 | Replace [ $A -nt $B ] with a portable equivalent | gavan | 1 | -2/+2 |
2003-08-21 | Avoid circular dependency on gcc if USE_GCC[23] is set. | gavan | 2 | -4/+6 |
2003-08-21 | Fixes PR pkg/22528 | gavan | 1 | -2/+2 |
2003-08-19 | Avoid keyword substitution in keyword matching pattern | gavan | 1 | -2/+2 |
2003-08-19 | Remove dependence on ident and awk. This aids portability to Solaris. | gavan | 1 | -9/+19 |
2003-08-19 | Added text describing major.minor-latest directories for binaries built | jklos | 1 | -1/+4 |
2003-08-18 | Get the OS name from "uname -s" instead of assuming NetBSD. | cjep | 1 | -4/+6 |
2003-08-18 | XEmacs is 21.4, not 21.1. | minoura | 1 | -2/+2 |
2003-08-17 | Avoid circular dependencies if USE_GNU_TOOLS is set unconditionally in | jlam | 1 | -1/+19 |
2003-08-17 | If an OS is listed in _TOOLS_REPLACE_OPSYS.<tool>, then we want to make | jlam | 1 | -2/+4 |
2003-08-16 | put SunOS back in _TOOLS_REPLACE_OPSYS.sed. | grant | 1 | -2/+2 |
2003-08-16 | fix small typo: TOOLS_REPLACE -> _TOOLS_REPLACE | grant | 1 | -2/+2 |
2003-08-16 | Remove setting of INSTALL_INFO and MAKEINFO in {MAKE,CONFIGURE}_ENV | seb | 1 | -25/+1 |
2003-08-16 | Move the hide-tools portion of bsd.buildlink2.mk into tools.mk, and | jlam | 3 | -313/+230 |
2003-08-16 | There are many uses for a common log file, so define one that may be | jlam | 1 | -1/+6 |
2003-08-16 | Teach the buildlink2 wrappers to respect an environment variable | jlam | 2 | -4/+6 |
2003-08-12 | Remove duplicate .PHONY. | seb | 1 | -2/+1 |
2003-08-12 | print-PLIST target change: | seb | 1 | -4/+5 |
2003-08-12 | As is clean-depends-list is subject to dependencies loops (uncovered | seb | 1 | -44/+2 |
2003-08-12 | mark sed on Solaris as having a suitable replacement, eliminating the | grant | 1 | -6/+2 |
2003-08-12 | In the print-PLIST target, split the expressions fed to sed(1) into two | agc | 1 | -11/+11 |
2003-08-10 | Also create /var/log/lastlog{,x} in the sandbox if they exist in the | seb | 1 | -2/+2 |
2003-08-09 | USE_NEW_TEXINFO is now ubiquitous. Remove conditionals on it. | seb | 3 | -122/+13 |
2003-08-08 | Use saner values for PKGSRC_SHOW_BUILD_DEFS - make this switch on "yes" | agc | 2 | -6/+6 |
2003-08-08 | Document FLUXBOX_USE_* variables for pkgsrc/wm/fluxbox | hubertf | 1 | -1/+21 |
2003-08-08 | Set the default value for PKGSRC_SHOW_BUILD_DEFS to be defined, to preserve | agc | 1 | -3/+3 |
2003-08-08 | quote some args to ${GREP}. | grant | 1 | -3/+3 |
2003-08-08 | Re-model the BUILD_DEFS display during build: if PKGSRC_SHOW_BUILD_DEFS is | agc | 2 | -13/+22 |
2003-08-07 | Introduce a PKGSRC_MESSAGE_RECIPIENTS, which takes the login names of | agc | 2 | -3/+18 |
2003-08-04 | Provide a new variable NO_EXPORT_CPP to further restrict CPP from getting into | jmc | 1 | -3/+3 |
2003-08-04 | Make exim user default to mail like it always had pre defaults conversion. | jmc | 1 | -2/+2 |
2003-08-04 | Remove 'faad' support from MPLAYER_DISABLE_DRIVERS. It is an input driver | jmmv | 1 | -2/+2 |
2003-08-04 | Let EXIM_USER be 'mail' by default, as it has always been (so the new package | jmmv | 1 | -2/+2 |
2003-08-02 | Convert exim and exim-user to the bsd.pkg.install.mk framework: | jmmv | 1 | -1/+11 |
2003-08-02 | Move BUILD_DEFS check to pre-extract to avoid creating work directories in | wiz | 1 | -3/+3 |
2003-08-02 | depend on the right version of grep. | grant | 1 | -2/+2 |
2003-08-02 | comment: clarify and describe why USE_GNU_TOOLS+= must be used. | grant | 1 | -4/+10 |
2003-08-02 | handle platforms with broken tools in the base system, such as sed | grant | 2 | -1/+177 |
2003-07-31 | Revert previous. USE_MAKEINFO is initialized in bsd.pkg.mk. | seb | 1 | -4/+1 |
2003-07-31 | Need to define USE_MAKEINFO before testing against it | jmc | 1 | -1/+4 |
2003-07-31 | Sync comments with reality (Trilogy, volume 5). | seb | 1 | -5/+4 |
2003-07-31 | Make it possible to have a package requiring makeinfo but not install-info. | seb | 3 | -19/+18 |
2003-07-31 | Let a package override the name of the automatically generated rc.d script | jmmv | 1 | -7/+8 |