Commit graph

7805 commits

Author SHA1 Message Date
wiz
a2163548a9 Add MULTI variable, and add it to BUILD_DEFS, to more easily find
variable settings affecting binary packages.

From Aleksey Cheusov in PR 44695.
2011-03-12 14:07:13 +00:00
drochner
ec092d5854 Add a switch to choose between graphics/giflib and graphics/libungif
as GIF implementation. They are src/binary compatible and mutually
exclusive, so this is a global choice.
Up to now, "libungif" is used by pkgs, due to patent problems. The
patents are said to be expired, and "giflib" gets somewhat better
maintainance upstream these days, so set the new default to "giflib".
2011-03-09 16:22:01 +00:00
chs
3cb2c05a96 add a "curl" module. 2011-02-27 15:54:03 +00:00
wiz
a1a4791a92 Describe all musicpd options. 2011-02-27 10:54:01 +00:00
hans
679a72c1db Update to 4.4.5, fixes a build problem on OpenIndiana (and probably
Solaris 11 Express, too).

Changes 4.4.5:

The GNU project and the GCC developers are pleased to announce the
release of GCC 4.4.5.

This release is a bug-fix release, containing fixes for regressions in
GCC 4.4.4 relative to previous releases of GCC.
2011-02-25 13:34:56 +00:00
gdt
f54a0ea6c3 Describe nagios-nrpe-args. 2011-02-22 15:25:31 +00:00
obache
8ec4de210f Remove deprecated KTERM_USE_WALLPAPER. 2011-02-21 07:38:38 +00:00
taca
09ab73697a Use net/libbind/buildlink3.mk instead of removed net/bind95/buildlink3.mk. 2011-02-13 16:17:54 +00:00
tron
06012a9594 Disable certificate checks when using "curl". This fixes the build of
the "youtube-dl" package.
2011-02-10 10:46:45 +00:00
obache
a8060535fc Add FETCH_USE_IPV4_ONLY option to force connecting to only IPv4 addresses. 2011-02-08 02:45:18 +00:00
obache
1d0fad8685 Add `--location' option for curl to follow HTTP redirect. 2011-02-08 02:40:57 +00:00
obache
9b2b224b47 Let curl to silent fail with server error.
fixes a part of PR#44528.
2011-02-08 02:02:32 +00:00
wiz
092f8f9305 Add default binpkg site for DragonFly. From Justin Sherrill in PR 44526. 2011-02-07 10:33:27 +00:00
wiz
4e0907259f Handle '-' in uname output, needed for DragonFly. From Justin Sherrill in PR 44526. 2011-02-07 10:32:32 +00:00
schnoebe
9183be950b Bring in boost-license, 1.0. Certified by OSI as an Open Source
license.
2011-02-06 18:54:49 +00:00
hubertf
f6248de97b add ndiff: tool to compare nmap scans, part of ... nmap 2011-01-31 23:46:57 +00:00
sbd
987c0d8eb4 Remove the unneeded backslashes from the AIX OS_VERSION setting.
Closes PR/44421.
2011-01-31 08:18:44 +00:00
spz
a781a1b538 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
e81f515156 Add support for MirBSD to pkgsrc. Patches from Benny Siegert and
Thorsten Glaser.
2011-01-23 19:07:24 +00:00
wiz
d65304d8f5 Document mc options, from cheusov. 2011-01-23 14:36:55 +00:00
obache
d6bb7339fa For curl, "=" is not required for longname options with value. 2011-01-22 02:22:17 +00:00
jym
f6ca414367 Typo fix 2011-01-19 13:05:39 +00:00
reed
e7b4474645 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
a1e290b181 Improve output when license (combination) is not accepted by user. 2011-01-16 13:13:14 +00:00
obache
73319bc20e Try to detect PF_VERSION upto 4.7.
fixes a part of PR#44339.
2011-01-16 02:18:36 +00:00
wiz
de74ecc5a2 Add mng description and sort. 2011-01-15 16:22:03 +00:00
wiz
61eb916759 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
81c4b7e7cf On Mac OS X, use system OpenGL and OpenAL 2011-01-12 07:21:30 +00:00
obache
fb23ffa128 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
2cf4fcb521 jdk-1.5 also supports FreeBSD 8 now, add it. 2011-01-08 16:44:10 +00:00
adam
e52787fa21 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
0cb8b544d7 Add support for wip/jdk16 (for PR 44294). 2010-12-29 22:34:37 +00:00
wiz
bfade6e0fc Update patterns for jdk15, from Francois Tigeot in PR 44294. 2010-12-29 22:29:32 +00:00
asau
442bd33a14 Remove possibly confusing variable assignment. 2010-12-26 14:23:47 +00:00
asau
b481152f18 Fortran is not Fortran-77 anymore. 2010-12-26 14:20:01 +00:00
asau
3c1c04ebf2 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
5a86ebf6b4 Don't make Fortran synonymous to Fortran-77, it isn't so already. 2010-12-26 14:09:01 +00:00
adam
6db39cd4b7 Enable Fortran via f2c 2010-12-26 09:46:24 +00:00
adam
f5f08621b8 Added COMPILER_ABI_FLAGs 2010-12-26 08:12:30 +00:00
adam
0ecffcbca5 Removed PG_MB_ENCODING; not needed any more. 2010-12-25 08:51:41 +00:00
abs
6842004891 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
c2b518dacb 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
329f22b765 Note goffice and libsoup option. 2010-12-21 11:33:18 +00:00
dsainty
2d940de14d 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
835eca0904 Add lang-ku and lang-rm, for Kurdish and Rhaeto-Romance language support. 2010-12-19 00:54:19 +00:00
adam
a56ea99c57 Removed PGSQL_USE_HIER 2010-12-18 19:33:01 +00:00
adam
a12298de6e Added gssapi 2010-12-18 18:53:42 +00:00
agc
60e2cccade document rtree and fts options for sqlite3 2010-12-17 00:38:14 +00:00
abs
4ef034af5a 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
e42ac49fb2 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