Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-11-17 | Added a missing line continuation to prevent output of a shell command. | rillig | 1 | -2/+2 | |
2007-11-16 | Reverted all the recent changes to the BUILTIN_FIND_GREP variable. It | rillig | 1 | -2/+2 | |
had been correct before, and I trusted the pkglint warning too much. Now it is correct again, and the pkglint warning is fixed. | |||||
2007-11-16 | Use native perl as a tool on Darwin. | minskim | 1 | -1/+2 | |
2007-11-16 | Move backslash from last commit to second '$'; the test for a builtin | bjs | 1 | -2/+2 | |
db1 was failing (on NetBSD-current 4.99.36) using rev. 1.19. If this causes any issues, please do let me know; I committed this because I didn't want this to be broken--and it definitely seems less broken, i.e. it works, now than it was. | |||||
2007-11-15 | Fixed some pkglint warnings. At any other position in a shell word, the | rillig | 1 | -3/+3 | |
$$ would have to be escaped, so why should be leave it out just because it is at the end of the word? | |||||
2007-11-15 | Fixed pkglint warnings. | rillig | 1 | -11/+11 | |
2007-11-15 | When cleaning up the working directories in WRKOBJDIR, also try to | rillig | 1 | -1/+2 | |
remove the category directory, to not leave unnecessary empty directories around. | |||||
2007-11-13 | Allow _PBULK_MULTI to be overriden. Requested by seb@. | joerg | 1 | -2/+2 | |
2007-11-13 | Replaced the use of gensub() with sub(), since the former is not | rillig | 1 | -3/+3 | |
mentioned in The Open Group's specification of awk. Specifically, FreeBSD's awk doesn't have it. | |||||
2007-11-12 | install a copy of scrollkeeper/omf.mk in a central place so that | drochner | 1 | -0/+40 | |
pkgs needing scrollkeeper compatible .omf install scripts get directed to the replacement pkg (currently: rarian) even if scrollkeeper itself is removed | |||||
2007-11-12 | Fix uninitialised variable resulting in wildcard patterns printed twice. | joerg | 1 | -1/+2 | |
From Arnaud Lacombe in PR 37367. | |||||
2007-11-12 | Correct dependency patterns for xemacs*nox (xemacs-nox -> xemacs-nox11). | uebayasi | 1 | -3/+3 | |
2007-11-12 | Support xemacs215nox (XEmacs 21.5.x without X). | uebayasi | 1 | -7/+10 | |
2007-11-10 | show-installed-depends will not be removed. | rillig | 1 | -2/+2 | |
2007-11-10 | Removed the "will be removed soon" marker for show-downlevel, since it | rillig | 1 | -3/+6 | |
is documented in the pkgsrc guide and (since this commit) also accessible via "bmake help". | |||||
2007-11-09 | Prepare for DESTDIR support in Java VMs. | joerg | 1 | -2/+2 | |
2007-11-08 | Allow both gzip and gzip-base to provide gzip. | joerg | 1 | -10/+10 | |
2007-11-08 | Add open-font-license to list of licenses accepted by default. | joerg | 1 | -2/+3 | |
Discussed on tech-pkg. | |||||
2007-11-08 | Add a "libspiff" option for XML shareable playlist support. | bjs | 1 | -0/+1 | |
2007-11-08 | Preserve the -Wl,-Bstatic / -Wl,-Bdynamic arguments, but also | he | 1 | -1/+11 | |
duplicate them into the list of libraries. Someone may want to mix static and dynamic linking. Fixes PR#37228, approved by jlam. jlam says that a better long-term fix would be to ensure that all the -L specifications come before the -l specifications, instead of moving all the -l specifications to the end of the command line. | |||||
2007-11-07 | Add libao and libmodplug options | bjs | 1 | -0/+2 | |
2007-11-07 | The comment in the first paragraph says that the targets in this file | rillig | 1 | -8/+14 | |
should probably removed. Check if they are really used by anyone, by printing some warnings to stderr. | |||||
2007-11-07 | Removed some extra code that I had added years ago (bsd.pkg.mk 1.1610) | rillig | 1 | -7/+2 | |
when pkg_create didn't print an error message on failure. If that should ever happen again, we should fix pkg_create instead of adding code here. | |||||
2007-11-07 | Fixed the latest pkglint warnings. | rillig | 1 | -5/+5 | |
2007-11-07 | Replace ${PKG_SILENT}${_PKG_DEBUG} with ${RUN}, per pkglint. | gdt | 1 | -3/+3 | |
2007-11-07 | use ${OLDNAME} instead of OLDNAME to make it clear that it's a | gdt | 1 | -2/+2 | |
make variable. Pointed out by rilling/pkglint. | |||||
2007-11-07 | Allow make replace to replace a package with a name other than the new | gdt | 2 | -10/+21 | |
one, via "make replace OLDNAME=oldpkgname". Enhance replace-names to use OLDNAME if present. Move replace-names target before replace-tarup, and change replace-tarup to use the computed oldname. Make deinstall respect OLDNAME. Tested on netbsd-current with standard make replace and with OLDNAME. | |||||
2007-11-07 | Activated the check-interpreter for PKG_DEVELOPERs. I don't remember why | rillig | 1 | -1/+5 | |
activating this has taken so long. | |||||
2007-11-07 | Simpler include line. | rillig | 1 | -2/+2 | |
2007-11-07 | Made "bmake show-all-extract" work. | rillig | 1 | -1/+5 | |
2007-11-07 | Made "show-all-pthread" work. | rillig | 1 | -1/+5 | |
2007-11-06 | More documentation. | rillig | 1 | -5/+31 | |
2007-11-04 | Change the default EMACS_TYPE to emacs22. Suggested on tech-pkg, no objections | uebayasi | 1 | -4/+4 | |
for one week. | |||||
2007-11-04 | Add description of skey option. | taca | 1 | -0/+1 | |
2007-11-03 | Clarified the comment. | rillig | 1 | -3/+6 | |
2007-11-03 | Added keywords. | rillig | 1 | -1/+3 | |
2007-11-03 | Variables that are not lists should not use the empty(...:M) construct | rillig | 1 | -2/+3 | |
if the same can be expressed more clearly. Added some internal variables to be shown by "bmake show-all-emacs". | |||||
2007-11-03 | Moved common commands into a variable. This saves 15 lines. | rillig | 1 | -24/+10 | |
2007-11-03 | Simpler includes. | rillig | 1 | -3/+3 | |
2007-11-02 | Added some variables for "bmake show-all-fetch". | rillig | 1 | -1/+6 | |
2007-11-01 | sunpro doesn't know -ggdb. | rillig | 1 | -1/+4 | |
2007-11-01 | Before running _SUBST_IS_TEXT_FILE on a file, make sure that the file | rillig | 1 | -5/+5 | |
exists. | |||||
2007-11-01 | Moved the pre-configure-checks-hook below do-configure-pre-hook, so that | rillig | 1 | -2/+2 | |
REPLACE_INTERPRETER takes place before the portability check. Shell scripts that will use bash anyway do not need to be checked for portability problems. | |||||
2007-10-31 | Some implementations of X11 install both manpages and catpages, which | rillig | 3 | -9/+44 | |
has not been supported by pkgsrc up to now. This changes adds a PLIST macro @imake-man that expands to zero, one or two lines, depending on the value of IMAKE_MANINSTALL. Packages must explicitly have the macro in the PLIST files to use this feature. Since currently no package has that, this change doesn't affect anything at all by now. TODO: The platforms' definitions for IMAKE_MANINSTALL and the other definitions like IMAKE_MAN_SUFFIX need to be adjusted. | |||||
2007-10-31 | Changed ${TEST} to [...], since only the very basic conditions are | rillig | 1 | -9/+8 | |
checked, which is handled the same by every implementation of test(1). Removed the comment saying that absolute directories can be handled. It doesn't work. | |||||
2007-10-31 | Simpler .include lines. | rillig | 2 | -12/+12 | |
2007-10-30 | Simpler .include lines. | rillig | 1 | -5/+5 | |
2007-10-30 | Add gmp-fat option | bjs | 1 | -0/+1 | |
2007-10-29 | Fix a typo. | uebayasi | 1 | -2/+2 | |
2007-10-29 | Enable buildlink3.mk for EmacsLisp package build. | uebayasi | 1 | -11/+51 | |
This works very straightfoward; create set of symbolic links of *.el / *.elc files under ${BUILDLINK_DIR}/share/emacs. At configure and build stage, emacs / xemacs binaries run with the EMACSLOADPATH pointed to there. This should work because those EmacsLisp packages assume the Emacs / XEmacs program running at build time and that running after installation are identical and the task looking for other *.el / *.elc files is Emacs / XEmacs's business. I have tested only Emacs 21 and Emacs 22. XEmacs should work ... at least XEmacs supports EMACSLOADPATH too if grep worked correctly. While here change the following: * Provide {FOR,NOTFOR}_emacs_{x,nox} switches to be used in PLIST. * Add the xemacs214nox entry. * Clean up "leim" handling code; avoid .if ... .endif as far as possible. |