Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-06 | Add farsight and tcl options - part of PR 41978 from Joachim Kuebart | abs | 1 | -0/+2 | |
2009-09-06 | Match changes on NetBSD: mount /usr/X11R7 in sandbox by default instead of | wiz | 1 | -2/+2 | |
/usr/X11R6. | |||||
2009-09-04 | Use unzip from base if it exists. | joerg | 1 | -1/+4 | |
2009-09-02 | Use filtered plist for install-strip-debug and install-man-handling, | joerg | 1 | -4/+3 | |
simplifying the latter. | |||||
2009-09-02 | Add wrkref check for using the .buildlink or .x11-buildlink | joerg | 1 | -2/+9 | |
subdirectories. Update comment on the default checks. | |||||
2009-09-02 | Add STRIP_DEBUG option, which removes debug information from all files, | joerg | 2 | -2/+25 | |
leaving basic symbol tables intact. Document that INSTALL_UNSTRIPPED doesn't work for all packages. | |||||
2009-08-31 | break dependency loop between ccache and digest | tnn | 1 | -2/+2 | |
2009-08-25 | Change default for zip extraction to leave files as they are. | wiz | 1 | -2/+2 | |
Previously, zip extraction by default converted to lower case. Fix some packages that need it and remove -L from some packages that manually set it. | |||||
2009-08-23 | Add USE_NETBSD_REPO option to force make cce and friends to use the | joerg | 1 | -5/+15 | |
main repository. Very useful when using a local copy of the repository for normal operation. | |||||
2009-08-21 | Make cce depend on todo-entry-remove as well. | wiz | 1 | -2/+2 | |
2009-08-21 | When making an entry to the CHANGES-* file using 'make changes-entry', | wiz | 2 | -10/+64 | |
the target now automatically also removes any TODO entries for the package that was updated. Script improved based on version by dholland; further suggestions by gdt and joerg. | |||||
2009-08-19 | Remove unused options: w3m-m17n and w3m-unicode. | minskim | 1 | -2/+0 | |
2009-08-18 | Add TOOLS_PLATFORM.groff. groff has been installed at least since 10.4. | yyamano | 1 | -1/+4 | |
Fixed pkg/41903. Thanks Jesse! | |||||
2009-08-15 | Recognize -m32. Change reundant -kPIC to -kpic to match the set. | joerg | 1 | -3/+4 | |
2009-08-14 | Unsupport PostgreSQL 8.1. Garbage collect detection of ancient versions. | joerg | 1 | -32/+2 | |
2009-08-09 | document mozilla-jit | tnn | 1 | -0/+1 | |
2009-08-05 | Let EMACS_TYPE support editors/emacs and editors/emacs-nox11 as | minskim | 1 | -4/+5 | |
emacs23 and emacs23nox, respectively; editors/emacs is the default one. | |||||
2009-08-02 | Add support for fetching from URLs that do not end in the distfile. | joerg | 1 | -3/+11 | |
If the URL is prefixed with a dash, it is considered complete. | |||||
2009-07-31 | emacs.mk is no longer used. | minskim | 1 | -5/+0 | |
2009-07-29 | Added databases/postgresql84 | adam | 1 | -3/+12 | |
2009-07-28 | Documented the trap into which I had just fallen. | rillig | 1 | -1/+8 | |
2009-07-28 | Did you know that the := operator behaves funnily? Example: | rillig | 1 | -2/+6 | |
exclam != echo ${DEFINED_LATER:Q} value colon := ${DEFINED_LATER} value DEFINED_LATER = later show: @echo ${exclam} @echo ${colon} Don't expect them to be the same. | |||||
2009-07-26 | Added an experimental target "import" that makes it easier to import | rillig | 2 | -1/+112 | |
packages from pkgsrc-wip and other sources. | |||||
2009-07-26 | Add mpl-1.0 (Mozilla Public License), and allow it by default. | wiz | 1 | -2/+2 | |
(We already had version 1.1 in pkgsrc, this is needed for at least ptlib.) | |||||
2009-07-26 | Note bind-dig-sigchase for net/bind96. | obache | 1 | -0/+1 | |
2009-07-26 | Get rid of an abstraction violation which has been in the tree since | agc | 16 | -17/+47 | |
March 2008. Not vital, but the previous way does not scale well/at all. | |||||
2009-07-24 | Compute +SIZE_ALL as documented in pkg_info(1). Addresses PR 41767. | joerg | 1 | -19/+22 | |
2009-07-22 | Remove USE_DIRS infrastructure support and support packages. | wiz | 2 | -85/+1 | |
See http://mail-index.netbsd.org/pkgsrc-changes/2009/07/22/msg026834.html. | |||||
2009-07-20 | sync list of sourceforge mirrors | tnn | 1 | -8/+13 | |
2009-07-20 | Specify the name of the distfile instead of allowing the fetch tool to | tnn | 1 | -2/+2 | |
infer it from the URL. No objections on tech-pkg@ | |||||
2009-07-18 | Add an option to enable ruby support: ruby | tonio | 1 | -0/+1 | |
2009-07-17 | Apply the fixes from Jukka Salmi in pkg PR/41621 to fix smart message | agc | 1 | -4/+4 | |
display. | |||||
2009-07-15 | Add depends-fetch and depends-checksum. They work like | joerg | 4 | -4/+30 | |
show-depends-options, e.g. recurse. make fetch-list does not provide the same functionality as it doesn't deal well with broken mirror. | |||||
2009-07-15 | Add text about AND/OR conditions. | joerg | 1 | -6/+12 | |
2009-07-15 | Upgrade devel/py-ZopeInterface to zope.interface-3.3.0. | ver | 1 | -2/+3 | |
Use eggs instead of distutils. Remove patch-aa as it no longer applies. Add licenses/zpl and add zpl to mk/license.mk:DEFAULT_ACCEPTABLE_LICENSES. Patch posted to pkgsrc-users@ and okayed by agc@. | |||||
2009-07-11 | Don't use "/bin/ksh" to run wrappe scripts under Mac OS X before Leopard. | tron | 1 | -2/+2 | |
This should fix build problems reported by Christoph Egger. | |||||
2009-07-11 | Reformatted and extended the comment so that it can be found by | rillig | 1 | -13/+28 | |
"make help". | |||||
2009-07-10 | Mozilla Public License 1.1 (which is OSI approved). | tron | 1 | -2/+3 | |
2009-07-09 | With the most recent pkg_install, directories are removed when the | he | 1 | -1/+12 | |
last file in a directory is removed. This might cause common and expected-to-be-existing directories in /usr/pkg to be removed, and a subsequent attempt at installing a file to the now non-existent directory will instead create a file with the name of the expected directory. This will create PLIST errors for the package in question, but also will cause the erroneously named file to not be removed on package removal. This can cause cascading bulk build failures for subsequent packages. To prevent this, after each package is done, check if some of the common top-level expected-to-be directories are now files, and remove them and emit an error message if so. I *think* I already fixed the single package which had the unfortunate problem of not declaring "include" as an installation directory, but this should prevent the problem from re-occurring in the future as well. Thanks to joerg@ for the hint for pulling in the value of PREFIX. | |||||
2009-07-08 | Allow other fortran compilers than f2c to be used when gcc doesn't supply | markd | 1 | -8/+10 | |
one. Now to use g95 as the fortran compiler just add PKGSRC_FORTRAN= g95 FC= g95 to the mk.conf. | |||||
2009-07-08 | Add g95 support to the compiler framework, based on the existing f2c | markd | 2 | -2/+117 | |
support. | |||||
2009-07-08 | Uncompress .xz using xzcat. | minskim | 3 | -4/+10 | |
2009-07-08 | Add xzcat as a tool and update lzcat's TOOLS_DEPENDS to avoid conflicts. | minskim | 2 | -4/+16 | |
archivers/xz provides both lzcat and xzcat. | |||||
2009-07-02 | Sync bootstrap file list with reality. On the plus side, mk/bulk works again. | sketch | 1 | -24/+15 | |
2009-07-01 | Add lang-be which will add Belarusian language support. | taca | 1 | -0/+1 | |
2009-06-30 | add a long missing @ in the print-summary-data target that has been causing ↵ | dmcmahill | 1 | -2/+2 | |
garbage to appear in the output | |||||
2009-06-29 | Don't call pkg_admin check-license if the version is too old to support | joerg | 1 | -8/+24 | |
it. Explicitly fail in that case and inform the user to update. If the license condition is simple, provide a C&P-table line. OK wiz@ | |||||
2009-06-18 | fix typo in comment | tnn | 1 | -2/+2 | |
2009-06-17 | Make sure that _UPDATE_RUNNING=YES is passed down to su-deinstall for | joerg | 2 | -3/+5 | |
PKG_PRESERVE packages (e.g. pkg_install). Otherwise an old version of pkg_install is not removed from pkgdb. | |||||
2009-06-14 | Kill more @dirrm logic. | joerg | 3 | -20/+3 | |