Commit graph

202199 commits

Author SHA1 Message Date
Rong-En Fan
3c40b63155 - Make sure we pass --prefix to configure script just like before (this was
passed because we set GNU_CONFIGURE=yes which is removed in last commit)

Approved by:	ehaupt (maintainer via irc)
2008-08-21 15:36:57 +00:00
Rong-En Fan
78fe440f94 - Since configure script is a home-made one, not generated by autoconf,
we should not set GNU_CONFIGURE to yes. Instead, we use HAS_CONFIGURE.
  This eliminates the warning below:

  configure: warning: ignoring option --build=amd64-portbld-freebsd7.0

Approved by:	ehaupt (maintainer via irc)
2008-08-21 15:26:17 +00:00
Brooks Davis
6833d82797 Update to a new 8/19 snapshot that passes the regression tests.
"Fix" the regression tests by running them as nobody if the regression-test
target is run by root.  Remove the .if defined(MAINTAINER_MODE) guards so
the package cluster will run the tests (they pass correctly on i386).
2008-08-21 14:54:22 +00:00
Greg Lewis
640c6d6f8e . pre-install -> pre-su-install since this target (via pkg-install) creates
the 'spamd' user and groups.

PR:		126700
Approved by:	Michael Scheidell (maintainer)
2008-08-21 14:39:58 +00:00
Pav Lucistnik
87e50eaccf - Readd shells/rssh without rsync support. I'm still actively using it. 2008-08-21 14:32:07 +00:00
Renato Botelho
fe6a84f89c - Change pre-install: target to pre-su-install: since user and group are
created there (via pkg-install), and it must be done as root.
- While i'm here, fix the same on clamav-devel port

PR:		ports/126701
Submitted by:	grog
2008-08-21 14:25:33 +00:00
Thomas Abthorpe
d004c0cfe9 2008-08-21 shells/rssh: No longer maintained upstream 2008-08-21 14:05:08 +00:00
Renato Botelho
191364a222 - Update to 1.3
Approved by:	flz
2008-08-21 13:29:29 +00:00
Thomas Abthorpe
de86f9daf6 - Update to 1.7.a4
- Unbreak for amd64
2008-08-21 13:24:40 +00:00
Stanislav Sedov
519a28538d - Update to 2.2.6. 2008-08-21 09:31:05 +00:00
Martin Wilke
028543ae8e - Make kitchensync optional
By default, kdepim3 unconditionally require old libopensync,
  which lead to conflict with kdepim4 (based on new libopensync,
  if enabled)

PR:		based on 126669
Reported by:	"Dima Panov" <fluffy@fluffy.khv.ru>
Submitted by:	Max Brazhnikov (via area51)
2008-08-21 09:21:30 +00:00
Martin Wilke
0371154267 - Fix patch for ACPI support
PR:		126683
Reported by:	Kyryll A Mirnenko <mirya@zoc.com.ua>
Submitted by:	Max Brazhinikov (via area51)
2008-08-21 09:06:06 +00:00
Lars Balker Rasmussen
ae2d7c6b87 Update to 0.43 2008-08-21 09:01:16 +00:00
Pietro Cerutti
414f0598c9 - Update to 2.11.56 2008-08-21 08:39:27 +00:00
Jeremy Messenger
e24502acee Update to 1.33. 2008-08-21 07:34:22 +00:00
Maxim Sobolev
c322f0f836 Properly link H323 module with ptlib and oh323 libraries. Otherwise
H323 channel fails to load. Bump PORTREVISION.

Reported by:	Rodrigo Graeff
2008-08-21 07:32:48 +00:00
Lars Thegler
1d5cff0a73 Update to 0.703 2008-08-21 07:09:09 +00:00
Vasil Dimov
81dc0bd01d Use INSTALL_DATA for shared libraries instead of INSTALL_PROGRAM in
order to fix the build failure in graphics/xaralx:

../wxOil/compatdef.h:605: undefined reference to `malloc_usable_size'

(if the library is stripped then nm(1) shows "no symbols")

Submitted by:	vd
Reviewed by:	pav
Approved by:	Pedro Giffuni <pfgshield-freebsd@yahoo.com> (maintainer)
2008-08-21 07:08:31 +00:00
Lars Thegler
1328358a3e Update to 2.29 2008-08-21 07:07:16 +00:00
Lars Thegler
82fb3f4540 Update to 0.09.001 (distversion 0.09001) 2008-08-21 07:03:41 +00:00
Rong-En Fan
40c0a67edc - Document CONFIGURE_ARGS changes for GNU_CONFIGURE on the syntax for
CONFIGURE_TARGET

PR:		126524
2008-08-21 06:23:03 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Vanilla I. Shu
e6b2e4b353 Upgrade to 1.4. 2008-08-21 03:40:26 +00:00
Vanilla I. Shu
f774b664a9 Upgrade to 0.91. 2008-08-21 03:40:00 +00:00
Jeremy Messenger
c3ee633b53 Update to 9.52.
Security:	http://www.opera.com/docs/changelogs/linux/952/#security
2008-08-21 03:19:04 +00:00
Marcus Alves Grando
4ddf4a9977 gnutls -- "gnutls_handshake()" Denial of Service 2008-08-21 02:32:38 +00:00
Maxim Sobolev
3a74aa870a Make sure the iLBC codec module is compiled when users asks for it.
Bump PORTREVISION.

Reported by:	Rodrigo Graeff
2008-08-20 23:41:24 +00:00
Xin LI
a2d52247bf Use joomla15 as name for the vulnerability 2008-08-20 23:37:41 +00:00
Xin LI
58a535e7f9 Document joomla flaw in the reset token validation 2008-08-20 23:33:51 +00:00
Maho Nakata
c07fcd01fb liboglappth is a support library packages for science/ghemical
This is for the OpenGL stuff.
See also:
http://www.bioinformatics.org/pipermail/ghemical-devel/2007-September/000688.html

WWW: http://www.uku.fi/~thassine/projects/ghemical/
2008-08-20 22:35:40 +00:00
Brooks Davis
8202984853 Upgrade to a snapshot from 8/17.
Temporarily put the regression-test target under if
defined(MAINTAINER_MODE) because it eats /dev/null if run as root and
the package cluster runs it as root.
2008-08-20 22:31:26 +00:00
Maho Nakata
978332447a Drop maintainership. Please feel free to take this over.
BTW: I don't change EXPIRATION_DATE=2008-09-19 line.
2008-08-20 22:30:27 +00:00
Hiroki Sato
2b875c3573 Update to 0.08. Changes include:
* Put deprecation warnings in more places in the docs, and in
   the podtohtml script
 * Use Pod::Simple::HTML instead of this module

Submitted by:	delphij
PR:		ports/126690
2008-08-20 22:19:39 +00:00
Doug Barton
bff88181a2 At one time pam was cut out unconditionally, but now it's only cut out
when the user does not have the OPTION ticked. So remove the part of this
patch that cuts it out unconditionally in favor of the already-existing
sed option in the Makefile.

pointy-hat-collection++

Submitted by:	John Marshall <john.marshall@riverwillow.com.au>
2008-08-20 19:31:04 +00:00
David Thiel
f524f5babe Update to use the new sourceforge site. 2008-08-20 19:20:00 +00:00
Dirk Meyer
c0656a8298 - Security fix for 0.9.7m
Security:	CVE-2007-5135
Security:	http://www.openssl.org/news/secadv_20071012.txt
Submitted by:	Jung-uk Kim
2008-08-20 16:46:48 +00:00
Martin Wilke
4616860bd9 - Chase libevent shlib bump 2008-08-20 16:13:22 +00:00
Stefan Walter
4d96aa7aea Update to 1.0.
PR:		126667
Submitted by:	"Hirohisa Yamaguchi" <umq@ueo.co.jp>
2008-08-20 13:40:41 +00:00
Sergey Skvortsov
a1a0520bbf Add p5-Reaction 0.001001, extended MVC framework built upon Catalyst. 2008-08-20 13:19:56 +00:00
Maho Nakata
380c918f91 Update to OOO300_m3.
May not parallel build safe.
http://www.openoffice.org/issues/show_bug.cgi?id=92365
2008-08-20 13:13:42 +00:00
Rong-En Fan
23d966a95f - The author promised to put the distfile on sourceforge. So we extend the
expiration date a little bit.

PR:		ports/123230
Submitted by:	Marcin Cieslak <saper at SYSTEM.PL>
2008-08-20 12:51:24 +00:00
Philip M. Gollucci
043b85c0a4 Fix typo in previous commit breaking the dependency on mod_python3:
Needs an absolute path

PR:             ports/126672
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by:    gabor (mentor, implicit)
2008-08-20 12:23:56 +00:00
Martin Wilke
941adf705d - Connect x11-themes/gtk-qt4-engine to the build 2008-08-20 11:55:08 +00:00
Martin Wilke
0f22b5b163 - Update to 1.1
Submitted by:	kris moore (kris@pc-bsd.org)
2008-08-20 11:53:37 +00:00
Renato Botelho
7e2d54d00e - Take maintainership 2008-08-20 11:21:08 +00:00
Maho Nakata
86a4943d08 Bump portrevision due to the shared lib update
of glpk.
2008-08-20 09:57:54 +00:00
Pietro Cerutti
9b6ced3455 - Add entries for the removed x11-themes/enlightenment-theme-* ports. 2008-08-20 09:22:49 +00:00
Pietro Cerutti
a0efac561e - Remove E16 themes deprecated by the new x11-themes/e16-themes bundle. 2008-08-20 09:20:07 +00:00
Pietro Cerutti
ffd40658c1 - New port: e16-themes
The four official themes released by the E16 team.
This new port deprecates x11-themes/enlightenment-theme-*.
2008-08-20 09:15:18 +00:00
Erwin Lansing
2860c23c3c Mark BROKEN: leaves files behind on deinstall 2008-08-20 08:12:12 +00:00