Commit graph

7791 commits

Author SHA1 Message Date
schnoebe
7e097075b6 Bring in boost-license, 1.0. Certified by OSI as an Open Source
license.
2011-02-06 18:54:49 +00:00
hubertf
72c78da29a add ndiff: tool to compare nmap scans, part of ... nmap 2011-01-31 23:46:57 +00:00
sbd
58febb1f96 Remove the unneeded backslashes from the AIX OS_VERSION setting.
Closes PR/44421.
2011-01-31 08:18:44 +00:00
spz
ae1b4b4cc6 stop majordomo from chowning /var/tmp to user majordom due to a superannuated
default in mk/defaults/mk.conf

remove the non-shared defaults and put in the setting that actually gets
used by more than one package (namely, MAJORDOMO_HOMEDIR)

don't make the majordom user own more than it actually needs to

make resend, archive, request-answer and medit honor the MAJORDOMO_CF
environment variable over the command line option, so that someone calling
these via the wrapper (which sets the environment variable) can't make
the majordom user execute random perl code by specifying it as config file.
Thanks to salo for finding this issue.
2011-01-29 17:16:32 +00:00
agc
231a384ac3 Add support for MirBSD to pkgsrc. Patches from Benny Siegert and
Thorsten Glaser.
2011-01-23 19:07:24 +00:00
wiz
cd65d1454c Document mc options, from cheusov. 2011-01-23 14:36:55 +00:00
obache
778dac5378 For curl, "=" is not required for longname options with value. 2011-01-22 02:22:17 +00:00
jym
b7a5924173 Typo fix 2011-01-19 13:05:39 +00:00
reed
54a59a09e5 For PR #44396.
"FETCH_CMD is the program used to fetch files for FETCH_USING=custom."
2011-01-18 15:20:54 +00:00
wiz
387aab48fd Improve output when license (combination) is not accepted by user. 2011-01-16 13:13:14 +00:00
obache
bdfb8ddfd6 Try to detect PF_VERSION upto 4.7.
fixes a part of PR#44339.
2011-01-16 02:18:36 +00:00
wiz
2fba02dc15 Add mng description and sort. 2011-01-15 16:22:03 +00:00
wiz
9990697242 Add png-license and add it to the default-allowed licenses.
(very similar to mit or modified-bsd, but different)
2011-01-13 13:25:56 +00:00
adam
dbbd187cb1 On Mac OS X, use system OpenGL and OpenAL 2011-01-12 07:21:30 +00:00
obache
bb1dd394e5 Skip interpreter check unless regular file.
PR#44089, avoid warnings from broken symbolic link or link to a directory.
2011-01-11 12:03:18 +00:00
wiz
4b25854a2a jdk-1.5 also supports FreeBSD 8 now, add it. 2011-01-08 16:44:10 +00:00
adam
21db76a539 Removed _INCOMPAT_ICONV.
The problem is Darwin's libiconv does not have symbols for libiconv_<name>
(e.g. libiconv_open), but iconv_<name> (e.g. iconv_open).
BUT when there's pkgsrc/converters/libiconv installed instead, it doesn't
have symbols for iconv_<name>, but libiconv_<name>.
Some packages auto-configure looks for libiconv_open (like glib2), others
look for iconv_open (like proftpd), and there's a conflict.
The solution is to replace libiconv_open with iconv_open with SUBST framework.
2011-01-04 09:53:31 +00:00
wiz
0afe78c114 Add support for wip/jdk16 (for PR 44294). 2010-12-29 22:34:37 +00:00
wiz
81804eac37 Update patterns for jdk15, from Francois Tigeot in PR 44294. 2010-12-29 22:29:32 +00:00
asau
08ab95816e Remove possibly confusing variable assignment. 2010-12-26 14:23:47 +00:00
asau
ba24ac279e Fortran is not Fortran-77 anymore. 2010-12-26 14:20:01 +00:00
asau
9726c30cf4 Break with the past: use g95 as default Fortran compiler.
Welcome to the modern world of computing.

This is known to break DragonFly at least,
either port g95 or fix lang/gcc44 to work on NetBSD.
Unless there're packages that still think that Fortran is F77,
this shouldn't affect anything.
2010-12-26 14:13:44 +00:00
asau
a210bba5cd Don't make Fortran synonymous to Fortran-77, it isn't so already. 2010-12-26 14:09:01 +00:00
adam
fe611162b6 Enable Fortran via f2c 2010-12-26 09:46:24 +00:00
adam
ea241affc4 Added COMPILER_ABI_FLAGs 2010-12-26 08:12:30 +00:00
adam
f429d06f9b Removed PG_MB_ENCODING; not needed any more. 2010-12-25 08:51:41 +00:00
abs
c55ded0cd7 Why should apps compiled for OS X 10.4 and earlier have to languish with
outdated X libraries? Default to modular x11 for a more modern set of
features, bugfixes (and bugs), and to simplify application support
Does *not* affect 10.5 (Leopard) or later
2010-12-22 20:43:45 +00:00
tron
0df3c7b833 Use "xzcat" instead of "lzcat" to handle ".lzma" files as the former is
bundled with NetBSD-current.
2010-12-22 09:33:30 +00:00
obache
cf17234322 Note goffice and libsoup option. 2010-12-21 11:33:18 +00:00
dsainty
5c32b98601 This Makefile fragment is meant to be included by packages that
require a libjpeg implementation.  jpeg.buildlink3.mk will:

      * set JPEGBASE to the base directory of the libjpeg files;
      * set JPEG_TYPE to the libjpeg implementation used.

There are three variables that can be used to tweak the selection of
the libjpeg implementation:

JPEG_DEFAULT is a user-settable variable whose value is the default
      libjpeg implementation to use.

JPEG_ACCEPTED is a package-settable list of libjpeg implementations
      that may be used by the package.

This .mk is broadly based on fam.buildlink3.mk,v 1.7, and
currently supports selection between the default "graphics/jpeg"
and the alternative "graphics/libjpeg-turbo".
2010-12-19 11:22:59 +00:00
taca
d5cf2e26ec Add lang-ku and lang-rm, for Kurdish and Rhaeto-Romance language support. 2010-12-19 00:54:19 +00:00
adam
9e6511bf29 Removed PGSQL_USE_HIER 2010-12-18 19:33:01 +00:00
adam
e263aedd9a Added gssapi 2010-12-18 18:53:42 +00:00
agc
4db59bc85f document rtree and fts options for sqlite3 2010-12-17 00:38:14 +00:00
abs
6dc0f2e7d4 Fix build on 64bit linux platforms. When buildlinking directories we
want ${BUILDLINK_DIR}/lib not ${BUILDLINK_DIR}/lib${LIBABISUFFIX}
Tested on Linux x86_64 (Centos 5) and NetBSD
2010-12-03 18:59:20 +00:00
reed
3b88dec698 Better match library names to improve REQUIRES/PROVIDES.
This is from cheusov via PR #42907.
(I have been using this for months, as I had noticed some of the same
problems.)
2010-12-02 11:15:10 +00:00
obache
b0d0506b76 Add fetch tool. 2010-11-22 12:37:05 +00:00
obache
ecdaee33c7 Remove support for jdk and jdk14, they had been removed from pkgsrc. 2010-11-17 14:24:34 +00:00
obache
d6eccf8dd6 Revert unwanted part (uncompleted msc support) from last commit. 2010-11-17 08:40:22 +00:00
obache
1197d6f8f7 Replaced with ASCII char `-'. 2010-11-17 08:38:15 +00:00
dholland
6f7f799f18 Use an include guard symbol name that doesn't conflict with
filesystems/fuse/buildlink3.mk.
2010-11-15 04:51:33 +00:00
drochner
3223e91019 use -current's builtin xzcat 2010-11-10 19:59:06 +00:00
adam
8b32714d31 Added TOOLS_PLATFORM.bsdtar 2010-11-09 07:57:16 +00:00
adam
82e7a753ae * Use LOCALBASE instead of PREFIX for PCC and Clang compiler detection
(otherwise Makefiles with mk/compiler.mk included fall back to GCC).
* Simplified compiler/clang.mk.
2010-11-03 18:05:05 +00:00
adam
533306d066 Removed duplicate PKGVERSION line 2010-11-03 18:02:40 +00:00
adam
946eda968a Added soelim 2010-10-28 07:31:29 +00:00
adam
72c1de44e1 Fix clang.mk; add C++ support 2010-10-21 13:55:13 +00:00
adam
23b72c7b64 No ldconfig on Darwin 2010-10-21 12:21:01 +00:00
adam
1ef1d53648 On Darwin, libraries need correct install_name 2010-10-19 09:45:16 +00:00
joerg
5cde18fc05 Allow EXTRACT_DIR to be specified independently for each file.
OK wiz@
2010-10-15 20:22:27 +00:00