Commit graph

115790 commits

Author SHA1 Message Date
Clive Lin
d3ef20c610 Fix build on FreeBSD 4.x.
PR:		ports/75183
Submitted by:	MAINTAINER
2004-12-18 08:48:28 +00:00
Michael Nottebrock
8702d7cf1d Fix yet another plist nit. 2004-12-18 08:45:29 +00:00
Greg Lewis
5f52d4cff4 . Add missing manual pages.
Submitted by:	kris
2004-12-18 08:18:10 +00:00
Cheng-Lung Sung
78ab741977 - update to 0.19
- add four modules
- add two manpages of module
2004-12-18 08:06:59 +00:00
Michael Johnson
4b38657e2f Fix path to glade file
Submitted by:	Joel Diaz <joeldiaz@bellsouth.net>
2004-12-18 07:21:43 +00:00
Edwin Groothuis
f6d14d5a72 Update port: ftp/wput - new version (0.5)
There's a new version of wput out there, 0.5

PR:		ports/75085
Submitted by:	Pasi Hirvonen <psh@iki.fi>
Approved by:	".::ChiP::." <chip-set@mail.ru>
2004-12-18 07:16:25 +00:00
Dirk Meyer
08ee700376 - order linker options for shared option 2004-12-18 06:33:47 +00:00
Mark Linimon
e874ef3b41 With portmgr hat on, mark DEPRECATED to go along with the fact that it
is currently marked FORBIDDEN due to security problems.  Set for 1-month
timeout (that will be 6 weeks since the initial FORBIDDEN).
2004-12-18 04:11:51 +00:00
Mark Linimon
84899daae7 Switch from FORBIDDEN to BROKEN to be in accordance with all the other
cases of linking to conflicting libraries.  While here, canonicalize
COMMENT.

Reviewed by:	kris
2004-12-18 04:03:31 +00:00
Mark Linimon
fe97dade6d Remove DEPRECATED upon request by maintainer. 2004-12-18 03:36:28 +00:00
Maho Nakata
89f5e2cd4b Somehow patch was doubled...
Pointy hat to: maho
2004-12-18 03:24:12 +00:00
Makoto Matsushita
090777b4b0 Use /usr/local instead of ${PREFIX}. Makefile tweaks it if user who
install via port changes PREFIX to other location.

Submitted by:	sf
2004-12-18 03:13:23 +00:00
Makoto Matsushita
468257cbe0 Forget to add a new file, pkg-message... Pointy hat me.
Pointed out by: 	sf
2004-12-18 03:09:00 +00:00
Maho Nakata
852393cbec Fix PTHREAD_CFLAGS and PTHREAD_LIBS
hardcoded inside config_office/configure.in
2004-12-18 03:08:52 +00:00
Maho Nakata
41a4b20ee2 Fix PTHREAD_CFLAGS, PTHREAD_LIBS, hardcoded
inside config_office/configure.in
2004-12-18 03:06:13 +00:00
Mikhail Teterin
17287de677 Oops, bump port revision to reflect the changes in the previous commit
and acknowledge poinyhat and the Ports Janitor, who called my attention
to the problem with pkg-plist.
2004-12-18 02:51:42 +00:00
Mikhail Teterin
e51246132b Turns out, this package now installs one executable -- dtplite.
Add it to pkg-plist and make sure it has proper path to executable
at the beginning.
2004-12-18 02:49:47 +00:00
Cheng-Lung Sung
2b4630d69f - update to 0.33
- io('path/to/symlink') would return a file object
  if the link was to a file
- $link->readlink incorrectly returned a new IO::All::Link
  object, no matter what the link pointed to.
- io($io_all_object) would not return an object of the same
  type as the object give to io(), it would always return a
  plain IO::All object.
- add head and tail methods
2004-12-18 02:40:01 +00:00
Cheng-Lung Sung
4016f058ac - updat to 0.21 2004-12-18 02:21:16 +00:00
Mikhail Teterin
a5ca29f51c Add the shared library missing from pkg-plist.
Noticed by:	pointyhat
Reported by:	kris
2004-12-18 02:16:46 +00:00
Mikhail Teterin
3c77a73ba0 Don't install httpd.1 twice -- as tclhttpd.1 and as httpd.1.
Noticed by: pointyhat
Reported by: kris
2004-12-18 02:13:42 +00:00
Herve Quiroz
0c00a1e18f - rcNGify startup
- Fix table creation for autoincrement feature in Postgresql

PR:		75032
Submitted by:	maintainer
2004-12-18 02:11:35 +00:00
Joe Marcus Clarke
7a05d9d9ba Update default application commands for Firefox, Thunderbird, and Mozilla.
PR:		75067
Submitted by:	Jose M Rodriguez <josemi@freebsd.jazztel.es>
2004-12-18 02:01:54 +00:00
David E. O'Brien
e8032f9812 Portlint 2004-12-18 01:54:38 +00:00
Joe Marcus Clarke
a8e7ad4313 Don't statically create GConf schema file stubs. The GConf handling code
should create these file as needed.
2004-12-18 01:54:05 +00:00
Mario Sergio Fujikawa Ferreira
ee1cdfebb9 Update to 0.1.10 2004-12-18 00:52:50 +00:00
Joe Marcus Clarke
fc88aa7bda Adapt patches from gnomekeyring to dbus to fix alignment errors on
non-i386 platforms.
2004-12-18 00:42:02 +00:00
Joe Marcus Clarke
73523d3ae9 Properly NULL-terminate the array of command-line options.
Submitted by:	Sean McNeil <sean@mcneil.com>
2004-12-18 00:28:12 +00:00
Joe Marcus Clarke
502885d8af Fix some alignment errors with socket authentication which fixes
gnome-keyring on non-i386 platforms.

Submitted by:	Sean McNeil <sean@mcneil.com>
2004-12-18 00:27:02 +00:00
Joe Marcus Clarke
7e98cf0203 This file should never have been here. 2004-12-18 00:25:36 +00:00
Thierry Thomas
3d926a8789 ffmpeg-0.4.9 has changed its API.
Mark broken untill a fix is found.

Reported by:	kris via pointyhat.
2004-12-17 23:00:55 +00:00
Clement Laforet
d77a69574f - Fix a bug in mod_ssl. When client aborts connection, mod_ssl still try
to send its data, ad vitam eternam.

Noticed by:	Didier Bringer <bringer at echo dot fr>
Patched by:	Bruno Ducrot <ducrot at poupinou dot org>
2004-12-17 22:24:05 +00:00
Thierry Thomas
b7d7064198 Fix plist.
Reported by:	kris via pointyhat.
2004-12-17 22:17:21 +00:00
Joe Marcus Clarke
75bb900f42 Allow people to lock on to me from orbit. 2004-12-17 21:21:50 +00:00
Koop Mast
010b68948d Fix the gst-register problems when compiling with CPUTYPE set to athlon-*
with -O and p4 for -O and -O2. [1]
Add new plugin libcdaudio
Add patch to fix playback for the musepack plugin. [2]
Bump PORTREVISION

Submitted by:	lioux (maintainer) [1]
Approved by:	maintainer (implicit)
Obtained from:	Gstreamer CVS [2]
2004-12-17 21:14:55 +00:00
Koop Mast
932e843527 Update to 1.1.5.
Remove gtranslator.org from MASTER_SITE it's an ad site.
2004-12-17 21:08:58 +00:00
Herve Quiroz
8cbb4e8f88 Fix WWW entry in pkg-descr
PR:		75202
Submitted by:	maintainer
Reported by:	Manfred N. Riem <mnriem@earthlink.net>
2004-12-17 20:54:50 +00:00
Oliver Braun
0f46eafa4e Upgrade to 1.0.1. 2004-12-17 20:44:53 +00:00
Thierry Thomas
7761f642cd audio/linux-esound is no more needed.
Noticed by:	Jean-Yves Lefort.
2004-12-17 20:29:38 +00:00
David E. O'Brien
a7f3a324ee Support -pthreads for 5.0-5.2.1. 2004-12-17 19:35:59 +00:00
Dejan Lesjak
4b6e2f97a3 After a bit of discussion with CPAN maintainer of this module, make it
compile with Mesa 6, but in a way that hopefully doesn't break with
older GL.

Pointed out by:	dosirak via kris
2004-12-17 19:34:05 +00:00
Maxim Sobolev
201111837f Add missed USE_BISON. 2004-12-17 19:13:39 +00:00
Gerald Pfeifer
642675286a Update to the 20041215 snapshot of GCC 3.3.6. 2004-12-17 19:08:19 +00:00
Josef El-Rayes
d469fb11da Update Imagemagick to lastest version
Submitted by:	maintainer
Approved by:	pav
2004-12-17 18:27:58 +00:00
Clement Laforet
2ab76c8193 - Remove useless APR_FROM_PORTS check in post-install
- Add support for modular sbin/envvars
  You can now put your own scripts you want to execute at envvars
  stage in ${PREFIX}/etc/apache2/envvars.d
  Only script ending by *.env are run.

  Example:
	/usr/local/etc/apache2/envvars.d/mod_python3.env

Discussed with:	perky on -apache@
2004-12-17 17:52:20 +00:00
David E. O'Brien
45a982ed52 We've ended up with the same patch twice, I guess Maho-san's and my
emails crossed each other.
2004-12-17 17:50:20 +00:00
David E. O'Brien
c8c76c3900 Catch -pthread up with the new KSE world order. 2004-12-17 17:45:03 +00:00
Joe Marcus Clarke
1ecef33045 Don't check for DISTVERSION as apart of %makevars since it will be set
internally when PORTVERSION is set.  Instead, just scour the Makefile to
see if both PORTVERSION and DISTVERSION are defined.

Reported by:	krion
2004-12-17 17:25:32 +00:00
Archie Cobbs
4751b2ef6a Fix package list omissions. 2004-12-17 17:10:53 +00:00
Makoto Matsushita
64723c13ac Update for the better package, including:
- info messages moved to ${PKGMESSAGE} for pkg_add(1).
	- remove old messages.
	- employ PLIST_FILES.
	- respect CFLAGS if user wants.
	- add WWW: line.
	- add messages for old users that why this daemon runs as root.

Submitted by:	sf (except WWW: line)
2004-12-17 15:53:22 +00:00