Commit graph

8185 commits

Author SHA1 Message Date
morr
171eb6b670 Allow overwritting of FTPUSERAGENT for some broken sites, which requires it. 2013-01-20 13:22:59 +00:00
ryoon
993c4ddc4b Add download-origin.cdn.mozilla.net to MASTER_SITE_MOZILLA*. 2013-01-20 09:37:19 +00:00
morr
190184702e Clean up libXaw handling. [1/2]
- remove LIBXAW variable. It is handled by buildlink3.mk now
- simplify patches and Makefile in packages using libXaw
- in some cases force use of Xaw3d (won't build with Xaw)
- replace some directly included of x11/Xaw3d with mk/xaw.buildlink3.mk

In next part:
- replace more includes with mk/xaw.buildlink3.mk
2013-01-15 16:21:34 +00:00
pettai
0099cab39d Added opendkim-filter option. 2013-01-05 17:13:35 +00:00
sbd
bae4c2a4c0 Modify mk/plist/plist-gnu.mk to convert gnu/man to ${PKGGNUDIR}${PKGMANDIR}.
Also modify mk/install/install.mk to make the conversion when using
AUTO_MKDIRS.
2013-01-05 07:32:49 +00:00
jperkin
0658435b73 Don't print the /bin/sh warning on SunOS-5.11, where /bin/sh is ksh93. 2013-01-04 10:51:57 +00:00
agc
2d24f7827f Add a libidn option (defaulting to on) which allows libidn support to be
turned off in www/curl.

Modify the curl package to be aware of the libidn option. Ensure default
is on.

No functional change, so no version number bump.
2012-12-17 23:26:47 +00:00
wiz
e76bf20921 Fix typo in loop (wrong variable used).
Ok gdt.
2012-12-17 14:27:44 +00:00
markd
343b908590 When using g95 as fortran compiler make sure FC is set correctly. 2012-12-15 21:23:31 +00:00
markd
302b94aca2 Set X11_ENCODINGSDIR correctly for builtin case as well as modular. 2012-12-15 21:21:27 +00:00
cheusov
a291ae184e ffmpeg: add option "ass" for subtitle renderer support and enable it by
default. ++pkgrevision. Tested on NetBSD-6
2012-12-14 21:50:46 +00:00
ryoon
02b8662ca2 Clear FTPUSERAGENT environment variable.
When FTPUSERAGENT="Mozilla/1.0", for example, fetching from
MASTER_SITE_SOURCEFORGE fails.
Original problem is reported from tsutsui@.
2012-12-14 16:46:24 +00:00
gdt
0ddabbf5e7 Add Sleepycat Public License, used by Oracle's Berkely DB.
This is Open and Free:

  http://directory.fsf.org/wiki/License:Sleepycat
  http://opensource.org/licenses/sleepycat
2012-12-13 00:19:10 +00:00
marino
f533bafcc7 compiler.mk, gcc.mk: Implement DRAGONFLY_CCVER
DragonFly has two compilers in base, GCC 4.4.7 and GCC 4.7.2.
The way one switches between them for userland programs is to set
CCVER in the environment.

However, to set this via make.conf is tricky.  I've been using the
low level "ALL_ENV+= CCVER=gcc47", but this trick fails to properly
identify the compiler which results in _GCC_VERSION being incorrectly
defined.

Additionally, there are some prominent packages that do not build on
gcc 4.7 and the fix is either not fully understood or would require a
large amount of work to implement.  In these cases, it is desireable
to specify the package be built on gcc 4.4 regardless of CCVER setting.

To address these issues, a new directive is added: DRAGONFLY_CCVER.
It is only effective if OPSYS equals "DragonFly", and it will properly
set CCVER and properly define _GCC_VERSION.  It will also allow a
per package specification of a particular compiler in the pkg makefile.
2012-12-12 20:49:01 +00:00
ryoon
736e85b86a Add sun-{jre,jdk}7 support. 2012-12-11 14:54:00 +00:00
wiz
fe2262150b Update X11_ENCODINGSDIR for fonts/encodings change.
From markd.
2012-12-09 20:21:18 +00:00
jperkin
fd61cb9274 Introduce PKGGNUDIR as a way to control gnu prefix.
By default pkgsrc uses LOCABASE/gnu as a prefix for packages to install
native versions of GNU tools, which are them symbolically linked back to
the 'g' versions of the files in LOCALBASE, and users can then add
LOCALBASE/gnu/bin to PATH to pick up those tools.

On systems where the GNU environment is desired, PKGGNUDIR now allows
users to install the non-'g' files directly into LOCALBASE, making them
the default without having to alter PATH, whilst retaining the 'g' files
in order to ensure dependencies and tool paths remain the same.
2012-12-06 11:36:30 +00:00
taca
235f75e8e3 Document eaccelerator-disassembler and eaccelerator-doc-comment-inclusion. 2012-12-05 15:33:59 +00:00
wiz
ba3b6d9fbc Add mp4v2 description; modify libmp4v2 description to make it clearer. 2012-12-03 22:37:25 +00:00
jperkin
93b5fb4099 Default to builtin solaris-pam, allows PREFER_PKGSRC=yes to work. 2012-11-26 10:40:32 +00:00
wiz
09cad81d23 Add 5 more option descriptions from diro@nixsyspaus.org in PR 47185. 2012-11-24 22:28:36 +00:00
joerg
2c879bc7ca Update pbulk to 0.51 and pbulk-base to 0.46. Add support for reusing old
scan results to speed up the process. Fix a bug that overwrote the
package.log during installation.
2012-11-23 12:13:34 +00:00
ryoon
04744810ee Fix dm-download02.mozilla.org path in MASTER_SITE_MOZILLA_ESR. 2012-11-23 07:22:21 +00:00
pettai
0bea4ae797 Corrected description line for vbr 2012-11-19 18:59:45 +00:00
pettai
8b0bda3748 Added vbr comment 2012-11-19 18:46:52 +00:00
ryoon
446b0df398 Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif.
No objection on tech-pkg@.
2012-11-19 11:34:15 +00:00
wiz
53fc5b7654 Add two more: coreaudio and lilypond. From diro. 2012-11-12 00:08:06 +00:00
wiz
6ea17bfaf0 Add some option descriptions. From diro@nixsyspaus.org in PR 47185. 2012-11-11 22:43:12 +00:00
pettai
cf48c13352 Added "rrl" option 2012-11-10 23:53:10 +00:00
ryoon
d4b906f77d Support "motif" in MOTIF_TYPE. 2012-11-10 17:13:37 +00:00
agc
20472a86a7 Add platform file for QNX - from Sean Boudreau, thanks! 2012-11-09 04:36:27 +00:00
jperkin
f8740c11ef Support SunOS-5.11-x86_64. 2012-11-07 16:26:51 +00:00
wiz
654d56cd13 Describe xcb. 2012-11-04 23:45:12 +00:00
sbd
2a9db2cc8b Set ONLY_FOR_PLATFORM based on the _ONLY_FOR_PLATFORM for each accepted JVM. 2012-11-02 00:48:03 +00:00
asau
122d48f2d7 Add closing "]". 2012-10-31 03:28:40 +00:00
drochner
c72d3d8bc1 allow PKG_CONFIG_PATH to be set by the pkg, needed
for gobject-introspection users
2012-10-30 18:48:33 +00:00
tsutsui
cd5b6cc39b Add description about onscripter-pda for games/onscripter. 2012-10-30 16:13:37 +00:00
darcy
c76164cf11 Add option for English language. 2012-10-21 12:59:42 +00:00
darcy
19d102fafe Add FreeSWITCH audio sample rate options. 2012-10-20 12:19:52 +00:00
jmmv
a95d3bd5ef Speed up the algorithm to determine the files left to check.
This change modifies the algorithm used to keep track of the files that
have not yet been checksummed to use a simple loop instead of shell pattern
matching.

For packages with few distinfo entries, either way yields the same result
as the list of files to check is very short.  But for those packages with
hundreds of distinfo entries (vim, I'm looking at you), the difference is
huge.  In my old macppc machine, the checksum of vim used to take around
40 minutes and now it takes ~35 seconds.  The difference is also clearly
visible in my faster amd64 machine (although I haven't bothered to time it).
2012-10-13 15:31:23 +00:00
mef
7113ef6f7e - Add following option for ghostscript
disable-compile-inits	Disable compile time implicit initialization.
fontconfig	Enable FONTCONFIG (fonts/fontconfig) support.

- Add following options for ghostscript-cidfonts-ryumin
adobe-cidfonts	Select Adobe-fonts.
ipa		Select IPA fonts (fonts/ipa-fonts).
motoya		Add motoya fonts (fonts/motoya-fonts).
umefont		Add Umefont (fonts/umefont-ttf).
2012-10-07 14:47:16 +00:00
ryoon
cc8fb702d6 Add .tar.7z support. 2012-10-06 22:24:45 +00:00
ryoon
2b166d9ad0 Replace whitespace with tab. 2012-10-06 22:16:08 +00:00
adam
fa70c428b3 Added databases/postgresql92 version 9.2.1 2012-10-05 21:09:02 +00:00
cheusov
5789ba0f29 Fixes for target "repackage" 2012-10-02 22:45:47 +00:00
ryoon
14eac3ca36 Add 7z archive distfile support.
Fix PR pkg/42967
2012-10-01 10:45:16 +00:00
ryoon
728f58418d Add xz to tools.Linux.mk.
Some Linux distributions, for example Gentoo Linux, have xz command in base.
2012-10-01 10:25:03 +00:00
bad
13d42a619b Apply patch from OBATA Akio to stop "make update" failing with "a different
version ... is already installed".
<http://mail-index.netbsd.org/pkgsrc-users/2011/08/02/msg014770.html>

This makes "make update" usable for me again.  Thanks Obata-san!
2012-10-01 09:54:18 +00:00
bsiegert
b45414860c In MirBSD-current, true and false are now under /bin instead of /usr/bin.
Switch back to /bin/sh -c false, at least it does not move.
2012-09-28 19:07:59 +00:00
obache
1a5a4d79b9 check defined(_USE_GCC_SHLIB) before using it. 2012-09-17 04:43:56 +00:00