Commit graph

7477 commits

Author SHA1 Message Date
yyamano
60ed06ec73 Add TOOLS_PLATFORM.groff. groff has been installed at least since 10.4.
Fixed pkg/41903. Thanks Jesse!
2009-08-18 04:38:24 +00:00
joerg
315fcc5c86 Recognize -m32. Change reundant -kPIC to -kpic to match the set. 2009-08-15 13:36:48 +00:00
joerg
fce4b7e703 Unsupport PostgreSQL 8.1. Garbage collect detection of ancient versions. 2009-08-14 19:40:48 +00:00
tnn
d5c54f27a4 document mozilla-jit 2009-08-09 21:12:51 +00:00
minskim
984cab80d7 Let EMACS_TYPE support editors/emacs and editors/emacs-nox11 as
emacs23 and emacs23nox, respectively; editors/emacs is the default
one.
2009-08-05 22:14:28 +00:00
joerg
e68b30c5b7 Add support for fetching from URLs that do not end in the distfile.
If the URL is prefixed with a dash, it is considered complete.
2009-08-02 02:38:52 +00:00
minskim
73605f2536 emacs.mk is no longer used. 2009-07-31 22:20:28 +00:00
adam
cc2f4f0877 Added databases/postgresql84 2009-07-29 06:33:03 +00:00
rillig
faf5250b1b Documented the trap into which I had just fallen. 2009-07-28 07:01:56 +00:00
rillig
7038161312 Did you know that the := operator behaves funnily? Example:
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-28 06:55:24 +00:00
rillig
4cd18ecd73 Added an experimental target "import" that makes it easier to import
packages from pkgsrc-wip and other sources.
2009-07-26 21:36:38 +00:00
wiz
3df580e3a0 Add mpl-1.0 (Mozilla Public License), and allow it by default.
(We already had version 1.1 in pkgsrc, this is needed for at least ptlib.)
2009-07-26 09:18:29 +00:00
obache
a37611b55a Note bind-dig-sigchase for net/bind96. 2009-07-26 09:09:35 +00:00
agc
b9c8a2d4ae Get rid of an abstraction violation which has been in the tree since
March 2008. Not vital, but the previous way does not scale well/at all.
2009-07-26 05:32:43 +00:00
joerg
1867b3cb4c Compute +SIZE_ALL as documented in pkg_info(1). Addresses PR 41767. 2009-07-24 06:54:37 +00:00
wiz
372fb9fb22 Remove USE_DIRS infrastructure support and support packages.
See http://mail-index.netbsd.org/pkgsrc-changes/2009/07/22/msg026834.html.
2009-07-22 09:05:23 +00:00
tnn
8ff6448ced sync list of sourceforge mirrors 2009-07-20 13:09:41 +00:00
tnn
2fd0db101a Specify the name of the distfile instead of allowing the fetch tool to
infer it from the URL. No objections on tech-pkg@
2009-07-20 09:09:02 +00:00
tonio
e27f8bc882 Add an option to enable ruby support: ruby 2009-07-18 06:07:37 +00:00
agc
11e32ba49a Apply the fixes from Jukka Salmi in pkg PR/41621 to fix smart message
display.
2009-07-17 23:24:57 +00:00
joerg
1edeec02ca Add depends-fetch and depends-checksum. They work like
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 09:40:30 +00:00
joerg
3ada01f063 Add text about AND/OR conditions. 2009-07-15 09:31:20 +00:00
ver
51af6ec58d Upgrade devel/py-ZopeInterface to zope.interface-3.3.0.
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-15 06:12:44 +00:00
tron
98fb63fc48 Don't use "/bin/ksh" to run wrappe scripts under Mac OS X before Leopard.
This should fix build problems reported by Christoph Egger.
2009-07-11 10:32:41 +00:00
rillig
3b8c8fdcd0 Reformatted and extended the comment so that it can be found by
"make help".
2009-07-11 07:56:25 +00:00
tron
29d2626c70 Mozilla Public License 1.1 (which is OSI approved). 2009-07-10 16:24:56 +00:00
he
0407af4bdb With the most recent pkg_install, directories are removed when the
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-09 12:46:49 +00:00
markd
18431bf03b Allow other fortran compilers than f2c to be used when gcc doesn't supply
one.

Now to use g95 as the fortran compiler just add
	PKGSRC_FORTRAN= g95
	FC= g95
to the mk.conf.
2009-07-08 21:25:30 +00:00
markd
8c4f76aa01 Add g95 support to the compiler framework, based on the existing f2c
support.
2009-07-08 21:17:16 +00:00
minskim
c8a7d69055 Uncompress .xz using xzcat. 2009-07-08 13:27:52 +00:00
minskim
e6640de170 Add xzcat as a tool and update lzcat's TOOLS_DEPENDS to avoid conflicts.
archivers/xz provides both lzcat and xzcat.
2009-07-08 12:51:16 +00:00
sketch
78e8171285 Sync bootstrap file list with reality. On the plus side, mk/bulk works again. 2009-07-02 22:34:16 +00:00
taca
e59f368098 Add lang-be which will add Belarusian language support. 2009-07-01 01:39:21 +00:00
dmcmahill
43f98c7ca0 add a long missing @ in the print-summary-data target that has been causing garbage to appear in the output 2009-06-30 16:11:49 +00:00
joerg
b528e97baf Don't call pkg_admin check-license if the version is too old to support
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-29 14:49:57 +00:00
tnn
2ea34b78e8 fix typo in comment 2009-06-18 14:51:55 +00:00
joerg
960e81f03b Make sure that _UPDATE_RUNNING=YES is passed down to su-deinstall for
PKG_PRESERVE packages (e.g. pkg_install). Otherwise an old version of
pkg_install is not removed from pkgdb.
2009-06-17 12:54:57 +00:00
joerg
ca70c7f369 Kill more @dirrm logic. 2009-06-14 23:10:39 +00:00
joerg
9bb0d96ea9 Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
joerg
70df567087 Don't generate @dirrm lines in print-PLIST, switch @exec mkdir lines to
@pkgdir.
2009-06-14 17:12:03 +00:00
joerg
e154784cad Use pkg_admin check-license to allow more complex conditions:
- LICENSE= foo OR bar
- LICENSE= foo AND bar
- LICENSE= (foo OR bar) AND baz
2009-06-14 15:15:24 +00:00
joerg
83e9532a6d Bump PKGTOOLS_REQD version:
- @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-14 15:12:56 +00:00
wiz
1de07211ac Describe uds option. Sort. 2009-06-14 07:55:25 +00:00
sno
14af475d6a wrap some more gcc flags to suitable xlc flags 2009-06-11 10:38:28 +00:00
sno
6f725f7b38 add description for mstats option 2009-06-11 10:36:21 +00:00
wiz
b1478ef457 Hide automake-1.11 by default as well. 2009-06-10 15:31:45 +00:00
joerg
25decabdd9 Add support for using USE_DESTDIR=yes and replace together.
Based on the patch send to tech-pkg in 2008, but less intrusive.
2009-06-09 08:40:27 +00:00
obache
c98bea5523 Mention new options added for net/amule. 2009-06-07 12:28:19 +00:00
schwarz
2a675e518a /usr/bin/gcc on MacOS X is a wrapper that expects to call the (architecture-
dependent) real gcc binary with the same path as it has been evoked. When
it is called via a symbolic link this fails since the evokation path in that
case is the original one of the symbolic link. For that reason pkgsrc's
buildlink framework must be prevented from using symbolic links to refer to
/usr/bin/gcc.

imac:/tmp schwarz$ ln -s /usr/bin/gcc gcc
imac:/tmp schwarz$ /tmp/gcc
gcc: installation problem, cannot exec '/tmp/powerpc-apple-darwin8-gcc-4.0.1': No such file or directory
2009-06-07 11:34:27 +00:00
abs
ff7f80ea95 PR pkg/41542 - java-vm.mk needs updating for openjdk7-bin from yamt 2009-06-05 16:00:47 +00:00