Commit graph

182175 commits

Author SHA1 Message Date
hans
92d4986aab Fix build on SunOS.
Add bash:run to USE_TOOLS, use REPLACE_BASH for scripts.
2012-02-15 21:42:08 +00:00
hans
2e2c0eb487 Fix build on SunOS. 2012-02-15 21:37:48 +00:00
hans
d8db29eea4 REPLACE_SH in installed shell script. 2012-02-15 21:25:52 +00:00
hans
6d7b6166a5 REPLACE_SH in installed shell scripts. 2012-02-15 21:23:25 +00:00
hans
48c885a3a0 Fix build on SunOS. REPLACE_SH in installed shell script. 2012-02-15 21:22:21 +00:00
hans
72a0cc4c71 Fix build on SunOS. 2012-02-15 21:20:24 +00:00
hans
bcbfb01c72 Fix build on SunOS. REPLACE_SH on installed shell script. 2012-02-15 20:15:42 +00:00
hans
2fcece8eb6 Fix build on SunOS. REPLACE_SH on installed shell scripts. 2012-02-15 20:04:30 +00:00
hans
429c1f0660 Fix build on SunOS. 2012-02-15 20:01:54 +00:00
hans
7d21f2dd79 Fix build on SunOS, again. 2012-02-15 19:51:16 +00:00
hans
278cad42a6 REPLACE_SH in installed shell scripts. 2012-02-15 19:50:12 +00:00
hans
c9ef155f12 REPLACE_SH in installed shell script. 2012-02-15 19:48:21 +00:00
hans
a5af69a023 Fix build on SunOS. 2012-02-15 19:46:30 +00:00
hans
f7c62f909a Fix build on SunOS.
Inspired by the patches used for the native package in OI.
2012-02-15 19:43:51 +00:00
hans
f8525f10e9 Partially revert previous, the build fix for SunOS was already there. 2012-02-15 19:35:45 +00:00
hans
84a9314341 Fix build on SunOS. REPLACE_SH on installed shell script. 2012-02-15 19:34:45 +00:00
hans
c4aeefcada Fix build on SunOS. 2012-02-15 19:33:26 +00:00
hans
087446fb67 REPLACE_SH on installed shell script. 2012-02-15 19:31:19 +00:00
hans
b5542d9411 REPLACE_BASH also in cddb-tool. 2012-02-15 19:30:13 +00:00
hans
9a7884d0c2 REPLACE_SH on installed shell script. 2012-02-15 19:28:18 +00:00
hans
21d4a5f35b Fix build on SunOS. 2012-02-15 19:27:10 +00:00
hans
8a10843d40 REPLACE_SH on installed shell script. 2012-02-15 19:24:39 +00:00
hans
3a2d99a15b REPLACE_SH on installed shell scripts. 2012-02-15 19:23:20 +00:00
hans
da6c446e02 REPLACE_SH on installed shell script. 2012-02-15 19:21:53 +00:00
hans
20b3f98636 REPLACE_BASH on all installed shell scripts. 2012-02-15 19:20:36 +00:00
hans
3585df8f2a REPLACE_SH in installed shell script. 2012-02-15 19:19:27 +00:00
hans
62b7487024 REPLACE_SH on installed shell scripts. 2012-02-15 19:15:04 +00:00
martin
8f3f4474a1 Make giscanner ignore the "volatile" variants of __asm{,__} as well.
Found by OBATA Akio, fixes PR pkg/46017.
2012-02-15 16:42:36 +00:00
drochner
0c0a4a8bd9 apply fix for CVE-2012-0845 to other Python versions too
(2.4 is not affected)
2012-02-15 16:08:25 +00:00
hans
9040ee10c7 Remove SunOS-specific post-install target, not needed anymore.
REPLACE_SH on an installed script.
2012-02-15 15:33:27 +00:00
hans
03fa692c58 Don't depend on /usr/ucb/install on SunOS, use ${PREFIX}/bin/install-sh. 2012-02-15 15:30:25 +00:00
hans
ddaa2204f1 Change SunOS definitions to be more compatible with what is used on
other platforms:
 - use similar library installation rules
 - use CC, CXX and CFLAGS from pkgsrc
2012-02-15 15:25:15 +00:00
hans
e7d34a93ec Use ${MAKE} as IMAKE_MAKE. 2012-02-15 15:15:23 +00:00
hans
3aa871821a Add TOOLS_DEPENDS.ghostscript to MAKEVARS, not its value. 2012-02-15 15:08:01 +00:00
ryoon
1a878b3e7f Remove apache-tomcat-6* 2012-02-15 14:14:03 +00:00
obache
2dfe945f9e + re-alpine-2.02 [pkg/46025] 2012-02-15 13:47:03 +00:00
ryoon
ffb0fbafec Remove ec-fonts-mftraced, it is already removed. 2012-02-15 13:16:32 +00:00
obache
d1e2624028 buildlink with security/openssl if openssl option is enabled.
PR#45825 by Matthias Kretschmer.
2012-02-15 13:02:31 +00:00
ryoon
671ba9009e Updated misc/libreoffice3-bin to 3.5.0 2012-02-15 13:00:26 +00:00
ryoon
33995d220a Update to 3.5.0
* Many new features, http://www.libreoffice.org/download/3-5-new-features-and-fixes/
2012-02-15 12:59:37 +00:00
obache
f838a56b2c Updated net/nload to 0.7.4 2012-02-15 12:30:24 +00:00
obache
cd4471dd2c Update nload to 0.7.4.
per maintainer update request by PR 45947.

hanges since 0.7.2:
 * Newer Linux kernels use 64 bit counters, which caused traffic to increase by
   4GB on every refresh (see Debian bug #651848)
 * Fix calculation of traffic and data units (thanks to Kirby Zhou, see also
   Debian bug #586943)
 * Fix memory leak in BSD network device detection
 * Workaround for faulty newwin() in ncurses 5.8
 * Correctly escape minus signs in man page
2012-02-15 12:30:06 +00:00
drochner
e35e1d9723 add patch from Python issue#14001 to fix xmlrpc server endless loop
by malformed request
bump PKGREV
2012-02-15 12:21:40 +00:00
obache
1140f476c8 Exactly disable rle, x11 and gl to avoid hidden dependency.
fixes PR 46016.
2012-02-15 11:20:46 +00:00
obache
ee24f44a21 Move common settings for giflib to Makefile.common 2012-02-15 11:08:46 +00:00
plunky
e401e6409b Updated sysutils/netbt-hcidump to 2.2 2012-02-15 09:31:49 +00:00
plunky
0fa2b449e6 update to BlueZ HCIdump 2.2, changes are basically increased
parsing for L2CAP packets, new parsing for AVCTP and AVRCP
protocols, some endian bugfixes and the archive now contains
the files needed from bluez-libs so we don't need to get that
separately.
2012-02-15 09:30:23 +00:00
sbd
fb214745f6 Recursive dependency bump for the Library soname change in graphics/lensfun. 2012-02-15 08:50:55 +00:00
sbd
993164660f Updated graphics/lensfun to 0.2.5nb7 2012-02-15 08:50:26 +00:00
sbd
677e0d7d20 The sed expression in the VALID_VERSION make function only works with gsed,
so add it to USE_TOOLS.

With the VALID_VERSION function working properly the soname of liblensfun
will now be 'liblensfun.so.0' and liblensfun.so.0 and
liblensfun.so.${PKGVERSION} will also now get installed.

Because the install process installs _three_ copys of liblensfun, delete two
and make them symlinks.

Bump PKGREVISION
2012-02-15 08:50:18 +00:00