Commit graph

163422 commits

Author SHA1 Message Date
Alejandro Pulver
719379d7bb - Typo in Makefile (RUN_DEPENDS) prevent mail/sqlgrey from install with
pgsql support.
- Some cosmetic cleanup patch for fresh install.

PR:		ports/104881
Submitted by:	Olli Hauer <ohauer@gmx.de>
2006-11-06 19:46:25 +00:00
Alejandro Pulver
3e84676b52 - Update gxine to 0.5.8.
- Add LIRC option (default off).

PR:		ports/105201
Submitted by:	Max Brazhnikov <makc@issp.ac.ru> (maintainer)
2006-11-06 19:26:14 +00:00
Rong-En Fan
3be0486ea7 - Update to 1.2 2006-11-06 19:17:06 +00:00
Dirk Meyer
f4c12dca1b - distfiles was repacked
diff -urN showed that no file was changed, only the name of the WRKSRC
used DIST_SUBDIR to save users and mirrod from stalled updates.
Reported by:	ache
2006-11-06 19:13:28 +00:00
Doug Ambrisko
fa8d3f3376 Apparently I botched this commit the first time around. Sorry.
Update to new site and support NO_MAN as well.

PR:		104339
Submitted by:	Frank J. Laszlo
2006-11-06 19:02:47 +00:00
Jose Alonso Cardenas Marquez
7e3ab2862b - Use the correct way to check the default options on Makefile
PR:		ports/105004
Submitted by:	Dmitry Marakasov <amdmi3__at__mail.ru>
2006-11-06 18:19:46 +00:00
Jose Alonso Cardenas Marquez
c53d0cce77 - Fix build on 4.x
Reported by:	kris
2006-11-06 18:03:15 +00:00
Alejandro Pulver
fb737adc64 - Fix pkg-plist.
- Pet porlint by setting INSTALLS_ICONS.

PR:		ports/104834
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
Approved by:	Scott A. Moberly <smoberly@karamazov.org> (maintainer)
2006-11-06 17:51:54 +00:00
Alex Dupre
616b95b40c Remove php5 filepro extension. 2006-11-06 17:49:09 +00:00
Alejandro Pulver
4822716ef7 - Update to version 1.2.4.
PR:		ports/104783
Submitted by:	Jem Berkes <jberkes@pc-tools.net>
2006-11-06 17:48:52 +00:00
Oliver Lehmann
82edc04e1b - OPTIONify FAM support
- fix compilation with FAM support enabled

Noted by:	 Jason Woofenden <jason@jasonwoof.com>
2006-11-06 17:44:20 +00:00
Alex Dupre
1aeb7b328a Update to 0.9.11 release. 2006-11-06 17:44:05 +00:00
Alex Dupre
8fbcab85d9 Update to 5.2.0 release. 2006-11-06 17:43:11 +00:00
Rong-En Fan
0e4aaea536 - Update to 0.5.1
- Change maintainer's email

PR:		ports/105015
Submitted by:	Markus Dolze (maintainer)
2006-11-06 17:40:05 +00:00
Alejandro Pulver
ee70c26582 - Fix pkg-plist.
- Pet portlint, set INSTALLS_ICONS.

PR:		ports/104866
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
2006-11-06 17:29:07 +00:00
Alejandro Pulver
c015a823a8 - Fix pkg-plist.
- Pet portlint, set INSTALS_ICONS.

PR:		ports/104864
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
2006-11-06 17:27:39 +00:00
Alejandro Pulver
542ef53719 - Fix pkg-plist.
- Pet portlint, remove wihtepace and set INSTALLS_ICONS.

PR:		ports/104863
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
2006-11-06 17:26:38 +00:00
Alejandro Pulver
07109edaf5 - Fix building.
PR:		ports/104848
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2006-11-06 17:22:04 +00:00
Alejandro Pulver
7c495b4447 - Fix pkg-plist.
- Use INSTALLS_ICONS to pet portlint.

PR:		ports/104837
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
2006-11-06 17:20:16 +00:00
Yen-Ming Lee
5e01fd86d1 - make fetchable
PR:		104691
Submitted by:	thomas at goodking.ca
2006-11-06 17:01:50 +00:00
Yen-Ming Lee
d0f4f1cee2 - update to 1.1.3
PR:		104590
Submitted by:	clsung
2006-11-06 16:58:17 +00:00
Jose Alonso Cardenas Marquez
da6c0d94b2 - Update to 20061031 2006-11-06 16:53:15 +00:00
Jose Alonso Cardenas Marquez
3c6f2cfa5b - Update to 20061031 2006-11-06 16:39:53 +00:00
Cheng-Lung Sung
ffef6d226c - Update to 0.21 2006-11-06 14:40:28 +00:00
Cheng-Lung Sung
c9a35ef720 Add p5-reaper 0.03, perl module for reaping child processes via
$SIG{CHLD}.

PR:		ports/104321
Submitted by:	Cheng-Lung Sung <clsung at FreeBSD.org>
2006-11-06 14:30:35 +00:00
Jean-Yves Lefort
23c4e8253b Now that I've added graphics/linux-libGLU, fix the libGLU dependency
in the WITH_NVIDIA_GL case.
2006-11-06 14:26:31 +00:00
Jean-Yves Lefort
aed4a99ee5 Conflicts with linux-libGLU 2006-11-06 14:17:41 +00:00
Jean-Yves Lefort
be37eb43d5 Add linux-libGLU.so. Unlike graphics/linux_dri, this port does not
provide libGL.so and is therefore useful for nvidia users (since
x11/nvidia-driver already provides libGL.so). That is, to express a
dependency on libGLU, do this:

.if defined(WITH_NVIDIA_GL)
RUN_DEPENDS+=	${LINUXBASE}/usr/X11R6/lib/libGLU.so.1:${PORTSDIR}/graphics/linux-libGLU
.else
RUN_DEPENDS+=	${LINUXBASE}/usr/X11R6/lib/libGLU.so.1:${PORTSDIR}/graphics/linux_dri
.endif
2006-11-06 14:15:28 +00:00
Jean Milanez Melo
ccb16e38ff - Fix mastersite.
- Add distribution kit for FreeBSD 6.1.
- Bump portrevision.

PR:		ports/104562
Submitted by:	Demin Alexander <support@spectrum.ru> (maintainer)
2006-11-06 13:30:48 +00:00
Michael Johnson
66b3b2ac92 Update to 2.16.2 2006-11-06 13:10:48 +00:00
Jean-Yves Lefort
d859124e28 - Update to 5.1 (most notable improvement is optional GTK+ 2.0 support)
- Install a desktop entry
- Move to LOCALBASE
2006-11-06 13:00:32 +00:00
Michael Johnson
ec8f977e3f Update to 2.16.2 2006-11-06 12:43:59 +00:00
Cheng-Lung Sung
64016b0482 - Update to 1.9 2006-11-06 12:37:10 +00:00
Jean Milanez Melo
005e494149 - Fix codec error on python 2.5.
PR:		ports/104429
Submitted by:	NIIMI Satoshi <sa2c@sa2c.net>
2006-11-06 12:36:43 +00:00
Cheng-Lung Sung
f4514a068c - Update to 3.0.2
PR:		ports/105200
Submitted by:	maintainer (Olafur Osvaldsson)
2006-11-06 12:27:36 +00:00
Jean-Yves Lefort
978e3361e2 I don't want evolution-data-server to be loaded whenever I click on
the clock applet. Add an option for disabling the eds code even if
Evolution is installed.
2006-11-06 12:12:57 +00:00
Jean Milanez Melo
4751c5268d - Fix postfix MAIL_GID
PR:		ports/105072
Submitted by:	Marshal Newrock <marshal@idealso.com>
2006-11-06 12:12:26 +00:00
Jean Milanez Melo
6bd7a7aba8 - Update mastersite.
PR:		ports/104970
Submitted by:	Thomas Abthorpe <thomas@goodking.ca> (maintainer)
2006-11-06 12:07:33 +00:00
Jean Milanez Melo
b25d2e0604 - Fix mastersite.
- Update WWW.

PR:		ports/104969
Submitted by:	Thomas Abthorpe <thomas@goodking.ca> (maintainer)
2006-11-06 12:04:28 +00:00
Martin Wilke
d416d6d40b - Update to 1.0.6.1
Notes: Please read the UPDATING!

PR:		ports/105066
Submitted by:	chinsan
2006-11-06 11:54:49 +00:00
Martin Wilke
5e7378313b - Add a entry for chinese/tatter-tools.
Submitted by:	chinsan@
2006-11-06 11:53:41 +00:00
Renato Botelho
28c01436a8 Forced commit to note las one was:
PR:		ports/105198
Submitted by:	Samm & <root@ukrlex.net>
2006-11-06 11:03:43 +00:00
Renato Botelho
9605cbab07 Update to 0.88.6 2006-11-06 10:54:54 +00:00
Cheng-Lung Sung
cd79f6b2f8 - Update to 0.17
PR:		ports/105199
Submitted by:	chinsan
2006-11-06 10:42:27 +00:00
Gerald Pfeifer
7d0bd7ccf9 And here we go, introducing the lang/gcc43 port in form of the 20061104
snapshot of GCC 4.3.0; repocopied over from lang/gcc42.

Sadly we now have an unconditional dependency on math/libgmp4 and
math/mpfr.  On the positive side this allows us to always build the
Fortran frontend.

PR:		104683
2006-11-06 10:39:12 +00:00
Martin Wilke
016cb5e28c - Fix pkg-plist (http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006101922/klogoturtle-0.6_4.log)
PR:		ports/104861
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
2006-11-06 09:10:33 +00:00
Palle Girgensohn
74002c4532 Mark as work in progress 2006-11-06 09:03:04 +00:00
Joe Marcus Clarke
71b663bea7 Don't try to close shared D-BUS connections. This fixes an abort crash on
exit with newer versions of D-BUS.

Obtained from:	GNOME CVS
2006-11-06 08:26:13 +00:00
Joe Marcus Clarke
85294c207b I was too over-zealous with patch removal in the 0.95 update. Restore
a pkg-config bit that will fix dependent port builds.
2006-11-06 07:59:07 +00:00
Cheng-Lung Sung
5eaddab9f3 - Update to 0.1.14
PR:		ports/104889
Submitted by:	maintainer (Robert Felber)
2006-11-06 07:17:11 +00:00