summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2009-08-25Change default for zip extraction to leave files as they are.wiz1-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-23Add USE_NETBSD_REPO option to force make cce and friends to use thejoerg1-5/+15
main repository. Very useful when using a local copy of the repository for normal operation.
2009-08-21Make cce depend on todo-entry-remove as well.wiz1-2/+2
2009-08-21When making an entry to the CHANGES-* file using 'make changes-entry',wiz2-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-19Remove unused options: w3m-m17n and w3m-unicode.minskim1-2/+0
2009-08-18Add TOOLS_PLATFORM.groff. groff has been installed at least since 10.4.yyamano1-1/+4
Fixed pkg/41903. Thanks Jesse!
2009-08-15Recognize -m32. Change reundant -kPIC to -kpic to match the set.joerg1-3/+4
2009-08-14Unsupport PostgreSQL 8.1. Garbage collect detection of ancient versions.joerg1-32/+2
2009-08-09document mozilla-jittnn1-0/+1
2009-08-05Let EMACS_TYPE support editors/emacs and editors/emacs-nox11 asminskim1-4/+5
emacs23 and emacs23nox, respectively; editors/emacs is the default one.
2009-08-02Add support for fetching from URLs that do not end in the distfile.joerg1-3/+11
If the URL is prefixed with a dash, it is considered complete.
2009-07-31emacs.mk is no longer used.minskim1-5/+0
2009-07-29Added databases/postgresql84adam1-3/+12
2009-07-28Documented the trap into which I had just fallen.rillig1-1/+8
2009-07-28Did you know that the := operator behaves funnily? Example:rillig1-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-26Added an experimental target "import" that makes it easier to importrillig2-1/+112
packages from pkgsrc-wip and other sources.
2009-07-26Add mpl-1.0 (Mozilla Public License), and allow it by default.wiz1-2/+2
(We already had version 1.1 in pkgsrc, this is needed for at least ptlib.)
2009-07-26Note bind-dig-sigchase for net/bind96.obache1-0/+1
2009-07-26Get rid of an abstraction violation which has been in the tree sinceagc16-17/+47
March 2008. Not vital, but the previous way does not scale well/at all.
2009-07-24Compute +SIZE_ALL as documented in pkg_info(1). Addresses PR 41767.joerg1-19/+22
2009-07-22Remove USE_DIRS infrastructure support and support packages.wiz2-85/+1
See http://mail-index.netbsd.org/pkgsrc-changes/2009/07/22/msg026834.html.
2009-07-20sync list of sourceforge mirrorstnn1-8/+13
2009-07-20Specify the name of the distfile instead of allowing the fetch tool totnn1-2/+2
infer it from the URL. No objections on tech-pkg@
2009-07-18Add an option to enable ruby support: rubytonio1-0/+1
2009-07-17Apply the fixes from Jukka Salmi in pkg PR/41621 to fix smart messageagc1-4/+4
display.
2009-07-15Add depends-fetch and depends-checksum. They work likejoerg4-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-15Add text about AND/OR conditions.joerg1-6/+12
2009-07-15Upgrade devel/py-ZopeInterface to zope.interface-3.3.0.ver1-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-11Don't use "/bin/ksh" to run wrappe scripts under Mac OS X before Leopard.tron1-2/+2
This should fix build problems reported by Christoph Egger.
2009-07-11Reformatted and extended the comment so that it can be found byrillig1-13/+28
"make help".
2009-07-10Mozilla Public License 1.1 (which is OSI approved).tron1-2/+3
2009-07-09With the most recent pkg_install, directories are removed when thehe1-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-08Allow other fortran compilers than f2c to be used when gcc doesn't supplymarkd1-8/+10
one. Now to use g95 as the fortran compiler just add PKGSRC_FORTRAN= g95 FC= g95 to the mk.conf.
2009-07-08Add g95 support to the compiler framework, based on the existing f2cmarkd2-2/+117
support.
2009-07-08Uncompress .xz using xzcat.minskim3-4/+10
2009-07-08Add xzcat as a tool and update lzcat's TOOLS_DEPENDS to avoid conflicts.minskim2-4/+16
archivers/xz provides both lzcat and xzcat.
2009-07-02Sync bootstrap file list with reality. On the plus side, mk/bulk works again.sketch1-24/+15
2009-07-01Add lang-be which will add Belarusian language support.taca1-0/+1
2009-06-30add a long missing @ in the print-summary-data target that has been causing ↵dmcmahill1-2/+2
garbage to appear in the output
2009-06-29Don't call pkg_admin check-license if the version is too old to supportjoerg1-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-18fix typo in commenttnn1-2/+2
2009-06-17Make sure that _UPDATE_RUNNING=YES is passed down to su-deinstall forjoerg2-3/+5
PKG_PRESERVE packages (e.g. pkg_install). Otherwise an old version of pkg_install is not removed from pkgdb.
2009-06-14Kill more @dirrm logic.joerg3-20/+3
2009-06-14Remove @dirrm related logic.joerg5-17/+5
2009-06-14Don't generate @dirrm lines in print-PLIST, switch @exec mkdir lines tojoerg1-7/+2
@pkgdir.
2009-06-14Use pkg_admin check-license to allow more complex conditions:joerg1-19/+45
- LICENSE= foo OR bar - LICENSE= foo AND bar - LICENSE= (foo OR bar) AND baz
2009-06-14Bump PKGTOOLS_REQD version:joerg1-2/+2
- @dirrm is now obsolete and should most conditional mkdir/rmdir lines in PLIST should be replaced by @pkgdir - license handling can use pkg_admin
2009-06-14Describe uds option. Sort.wiz1-2/+3
2009-06-11wrap some more gcc flags to suitable xlc flagssno2-2/+58
2009-06-11add description for mstats optionsno1-0/+1