1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

232698 Commits

Author SHA1 Message Date
Tim Bishop
d7a3584282 - Update to 8.6
Feature safe:	yes
2010-02-20 17:19:34 +00:00
Vasil Dimov
66431aff71 The error with GCC 4.4:
/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/local/bin/hugin not found

which I just fixed by using an older GCC is because
hugin-2009.4.0/src/hugin1/hugin/cmake_install.cmake includes this code:

    FILE(RPATH_REMOVE
         FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/hugin")

which does remove the rpath setting -Wl,rpath=/usr/local/lib/gcc44 which was
injected by /usr/ports/Mk/bsd.gcc.mk and then /usr/lib/libstdc++.so.6 is
picked up instead of /usr/local/lib/gcc44/libstdc++.so.6

If we have to compile with GCC 4.4 some day, then we will have to
remove the above RPATH_REMOVE code from cmake files.

$ strings /usr/lib/libstdc++.so.6 |grep GLIBCXX
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_FORCE_NEW
$ strings /usr/local/lib/gcc44/libstdc++.so.6 |grep GLIBCXX
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_FORCE_NEW
GLIBCXX_DEBUG_MESSAGE_LENGTH
$

Feature safe:	yes
2010-02-20 16:30:00 +00:00
Max Brazhnikov
1194fd76b5 Update to 0.34
PR:		ports/144126
Submitted by:	Andras Horvath (maintainer)
Feature safe:	yes
2010-02-20 15:35:00 +00:00
Vasil Dimov
bc28f001dc Use ${OSVERSION} after including bsd.port.pre.mk
Feature safe:	yes
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Security:
Feature safe:
2010-02-20 14:40:17 +00:00
Vasil Dimov
1e59f01f16 graphics/hugin:
The compilation is known to fail on 6.x with GCC 3.4, so
use non-standard GCC (4.4+) only on 6.x and older.

On 7.x and above use the base GCC instead of GCC 4.4+ because:
1. GCC 4.4+ is not needed anyway and
2. The hugin executable compiled on 8.0/gcc-4.4.4.20100216 fails to start:

  /libexec/ld-elf.so.1: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/local/bin/hugin not found

Reported by:	Hannes Hauswedell <h2@fsfe.org>
Feature safe:	yes
2010-02-20 14:36:41 +00:00
Vasil Dimov
a2d8b61e1e Fix pkg-plist (2nd attempt).
share/locale/en_AU is not listed in /etc/mtree/BSD.local.dist but
QAT@ is complaining that the port has deleted it upon deinstall.

Feature safe:	yes
2010-02-20 13:03:56 +00:00
Vasil Dimov
802ea9067c Fix pkg-plist
Reported by:	QAT@
Feature safe:	yes
2010-02-20 12:54:00 +00:00
Dima Panov
8d448b3ad0 - Update to 0.12.1 release
- Support for Russian Gold Edition

PR:		143421, 143430
Submitted by:	Andrey V. Elsukov <bu7cher AT yandex DOT ru>, myself
Approved by:	maintainer timeout >2 weeks
Feature safe:	yes
2010-02-20 12:37:38 +00:00
Vasil Dimov
b5ba84c9c0 * Upgrade ftp/wget from 1.11.4 to 1.12
* Do not remove .gmo files because this causes the .po files not to be
  installed
* Make the post-patch: commands visible

Feature safe:	yes
2010-02-20 11:38:09 +00:00
Erwin Lansing
cf86104412 Mark BROKEN: does not build
Feature safe:	yes
2010-02-20 11:00:34 +00:00
Tim Bishop
e8427dc1c8 - Update to 1.5.0
Feature safe:	yes
2010-02-20 10:38:49 +00:00
Tim Bishop
5c76fc7eff - Update to 3.5.3
Feature safe:	yes
2010-02-20 10:36:41 +00:00
Tim Bishop
cbc4caffba - Update to 5.8.14
Feature safe:	yes
2010-02-20 10:35:41 +00:00
Li-Wen Hsu
262c8c0b97 - Update to 1.13
PR:		ports/144122
Submitted by:	Peter Johnson <johnson.peter AT gmail.com>

Feature safe:	yes
2010-02-20 09:56:30 +00:00
Mark Linimon
58ad31888a Reset maintainer: email address bounces.
Spotted by:	gerald
Feature safe:	yes
2010-02-20 04:55:00 +00:00
Gerald Pfeifer
023ad7be95 Update to Wine 1.1.39. Among others, this includes the following changes:
- Support for registry symbolic links.
 - Many MSI fixes.
 - Build process improvements.
 - MSXML cleanups and fixes.
 - A number of MSHTML improvements.
 - Various bug fixes.

Feature safe:	yes
2010-02-19 22:44:14 +00:00
Greg Larkin
f6145c2de4 - use $SUB_FILES to dynamically update pkg-message
PR:		ports/143143
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:	maintainer (implicit; timeout 26 days)
Feature safe:	yes
2010-02-19 22:10:56 +00:00
Greg Larkin
4e20b4350d - Updated to 1.10.1
Feature safe:	yes
2010-02-19 22:06:04 +00:00
Pav Lucistnik
4d8d203057 - Mark BROKEN: bad plist
Reported by:	pointyhat
Feature safe:	yes
2010-02-19 21:42:31 +00:00
Gabor Kovesdan
700aec0fdf - Update to 0.22
Version: lbzip2-0.22
Focus:   Minor bugfixes
Date:    18-Feb-2010
Changes: Building lbzip2 on Debian unstable discovered that the "lfs.sh" build
         script, due to a typo, did not invoke the "getconf" utility in a
         SUSv2-conformant way. This bug has been corrected.

Version: lbzip2-0.21
Focus:   Minor bugfixes
Date:    17-Feb-2010
Changes: Code examination revealed that lbzip2-0.18 introduced a race between
         the following two code paths: (1) the muxer thread displays an error
         message when it encounters a write error, (2) the main thread, in
         preparation to terminate the process, frees the output file name after
         an INT or TERM signal is delivered to it. This bug had negligible
         chance to occur, but it was fixed nonetheless.

Feature safe:	yes
2010-02-19 20:58:45 +00:00
Tilman Keskinoz
a4aac576f9 Fix pkg-plist
Reported by:    QAT/pointyhat

Desupport PostgreSQL, it is no longer supported.

Reported by:    Cheasy <christoph.sold@googlemail.com>

Bump PORTREVISION.

Feature safe:	yes
2010-02-19 19:50:11 +00:00
Hiroki Sato
8498ce52bc Add japanese/font-takao:
Takao Fonts are a community developed derivative of IPA
 Fonts. The main purpose of this project is to secure the
 possibility to maintain the fonts by the community.

Feature safe:   yes
2010-02-19 18:19:58 +00:00
Alexey Dokuchaev
53d4b141a7 Add OSVERSION check in order to apply d_mmap() fix only when required.
Feature safe:	yes
2010-02-19 17:38:17 +00:00
Mark Linimon
81ee5011c8 Catch up with production.
Feature safe:	yes
2010-02-19 16:27:24 +00:00
Mark Linimon
2492e191ee Bring this up to date with what is in production: add 'queue length'
column from pav; fix first-column formatting.

Feature safe:	yes
2010-02-19 16:15:58 +00:00
Hiroki Sato
0b3065393b Fix a matching rule for fonts.dir lines in pkg-install. It removed
all of -ipa-* lines when deinstalling.

Feature safe:   yes
2010-02-19 15:29:56 +00:00
Gerald Pfeifer
6a19154ecc Update to the 20100216 snapshot of GCC 4.4.4.
Use current GNU binutils from ports (devel/binutils) instead of the
system tools.  The latter are half a decade old and fail to properly
support modern CPUs and their standard features such as SSE or AVX in
the case of AMD64/Intel64 which means that they even break when using
a simple -march=native.  This helps address repeated user problems here
and there, also by establishing a consistent base if, for example, the
user has different flavors of as and ld in her path.

On the way, sort CONFIGURE_ARGS.

Feature safe:	yes
2010-02-19 14:51:55 +00:00
Gerald Pfeifer
ef913d8c00 Update to the 20100218 snapshot of GCC 4.5.0.
Feature safe:	yes
2010-02-19 14:37:03 +00:00
Pietro Cerutti
8e426e2744 - Update to 1.6.1
PR:		144103
Submitted by:	Sofian Brabez <sbrabez@gmail.com> (maintainer)
Approved by:    jadawin (wants his PRs but can't commit right now)
Feature safe:	yes
2010-02-19 13:38:29 +00:00
Maho Nakata
f6b2cdf35d Add knobs for experimental Graphite support.
PR:             139607
Submitted by:	Nikola Lecic <nikola.lecic@anthesphoria.net>
Reviewed by:	maho@ (patch to OOo has been rewritten)
Feature safe:	yes
2010-02-19 12:16:53 +00:00
Alexander Nedotsukov
a7ace6c76b Update to 195.36.03
Feature safe:	yes
2010-02-19 12:13:58 +00:00
Maho Nakata
8ab7075dda reduce depenedencies on cups-base
PR:		134773
Submitted by:	dirk.meyer@dinoex.sub.org
Feature safe:	yes
2010-02-19 09:43:21 +00:00
Andrej Zverev
f7d83cb191 Update to 0.45
Changelog: http://cpansearch.perl.org/src/SALVA/Net-OpenSSH-0.45/Changes

Feature safe:	yes
2010-02-19 07:50:48 +00:00
Sergey Skvortsov
7adc56957b Update to 2.1.1
Feature safe:	yes
2010-02-19 06:48:35 +00:00
Dmitry Marakasov
0c0b424005 - Update to 0.1.8.4
- Take maintainership

Approved by:	dougb (via private email)
Feature safe:	yes
2010-02-19 05:38:19 +00:00
Doug Barton
c528507200 For the portmaster instructions on openal-soft, split the -o and -r
options since they can't be used together. Also, if openal-soft is the
new version it should come first on the -o command line, and should be
the argument for the -r option.

Feature safe:	yes
2010-02-19 04:10:58 +00:00
Hiroki Sato
23f1f4d78d Fix an issue that openbgpd does not recognize any connected routes.
Spotted by:	Alexander Zagrebin
PR:		ports/144054
Feature safe:	yes
2010-02-19 01:45:41 +00:00
Maho Nakata
3cdd41a22d remove run dependency on qt4 moc
PR:		144072
Submitted by:	makc
Feature safe:	yes
2010-02-19 00:34:46 +00:00
Maho Nakata
063103b88a Remove editors/openoffice.org-2-RC port.
quoting from
http://lists.freebsd.org/pipermail/freebsd-openoffice/2009-December/004440.html

> OpenOffice.org community officially announced that
> "end-of-life" for version 2.x of its productivity suite
> http://www.openoffice.org/servlets/ReadMsg?list=announce&msgNo=407
> .
> For FreeBSD ports tree - my policy is -
> I'll remove ports/editors/openoffice.org-2-RC soon, and mark as IGNORE
> for ports/editors/openoffice.org-2/ in the near future.
>
> Please contact me (maho at FreeBSD.org - I'm a de facto maintainer of this port),
> if you want to maintain "ports/editors/openoffice.org-2" port.
> I expect you to fix build issues, security issues, etc by back porting.

Thanks for all who loves OpenOffice.org. Sayonara, soshite arigatou (good-bye
and thank you)...

Feature safe: yes
2010-02-19 00:32:42 +00:00
Warner Losh
a5c7343d99 Add bwn-firmware-kmod to the mix.
Feature safe: yes
2010-02-18 22:25:25 +00:00
Warner Losh
f17513218a Port to extract the v4.x firmware for Broadcom airforce parts.
Necessary for the up-coming bwn driver.  Marked NO_PACKAGE because we
can't redistribute the modified firmware.

Submitted by: Weongyo Jeong
Feature safe: yes
2010-02-18 22:22:48 +00:00
Warner Losh
18feddf203 Upgrade to b43-fwcutter 0.12 which supports v4 firmware cutting.
Submitted by: Weongyo Jeong
Feature safe: yes
2010-02-18 22:20:30 +00:00
Dmitry Marakasov
8be170a9d9 - Update to 1.0.2
Feature safe:	yes
2010-02-18 20:52:28 +00:00
Dmitry Marakasov
df54dfb288 - Update to 2.2.6
Feature safe:	yes
2010-02-18 20:52:22 +00:00
Emanuel Haupt
8a094d4f8c Update to 0.005
Feature safe: yes
2010-02-18 20:42:08 +00:00
Brooks Davis
3a251f1d76 This port works fine with Apache 2.0 so adjust USE_APACHE accordingly.
Approved by:	sylvio (maintainer)
Feature safe:	yes
PR:		ports/14406
2010-02-18 20:29:51 +00:00
Li-Wen Hsu
0804275ef8 - Update to 3.2
Feature safe:	yes
2010-02-18 20:14:31 +00:00
Sergey A. Osokin
f452ae26fa Accordingly add third party module accept language.
Do not bump PORTREVISIONs.

Feature safe:	yes

Submitted by:	Mike Stupalov aka landy2005 at gmail dot com
PR:		ports/143787
2010-02-18 19:16:13 +00:00
Max Brazhnikov
8efba7dab8 Update to 0.6.5.4
Use builtin spellchecker based on enchant
Use QSound, drop arts and ao options

PR:		ports/144016
Submitted by:	Marcin Wisnicki (maintainer)
Feature safe:	yes
2010-02-18 19:05:45 +00:00
Max Brazhnikov
13f608a2c2 Update to 1.9.0-rc2
PR:		ports/144014
Submitted by:	Marcin Wisnicki (maintainer)
Feature safe:	yes
2010-02-18 19:05:09 +00:00