Patrick Li
46c4c16381
Update to 0.11.23
...
PR: 36609
Submitted by: maintainer
2002-04-01 17:38:44 +00:00
Kris Kennaway
8476776ec6
Remove #include <malloc.h>
2002-03-31 04:35:41 +00:00
Maxim Sobolev
43acaf0eaa
Take into account that not only -current, but the -stable as well now has
...
nl_langinfo() interface. Also remove iconv->giconv hack while I here.
PR: 36064
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
2002-03-29 13:01:03 +00:00
Maxim Sobolev
47828d0fce
Fix another few places where giconv used instead of iconv.
...
PR: 36059, 36063, 36082
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
2002-03-19 12:52:55 +00:00
Ade Lovett
9210b7cb07
Stage 1 of gettext update.
...
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr
2002-03-15 19:44:29 +00:00
Maxim Sobolev
7d4d84fe9a
Use correct location of nautilusConf.sh.
...
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
2002-03-13 23:34:03 +00:00
Patrick Li
2eda47d19d
Update to 0.11.22
...
PR: 35848
Submitted by: maintainer
2002-03-13 23:01:50 +00:00
Maxim Sobolev
211e90b8fb
Add galeon into RUN_DEPENDS - we need it for HTML rendering.
2002-03-13 21:16:33 +00:00
Maxim Sobolev
60fd3e4698
Victims of Mozilla update to 0.9.9.
2002-03-12 19:34:35 +00:00
Maxim Sobolev
112a9e25e8
Chase increase of freetype2 shlib version.
2002-03-11 17:25:31 +00:00
Patrick Li
3b12c56a31
- Update to 0.11.21
...
- Give maintainership to submitter
PR: 35469
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-03-02 02:04:12 +00:00
Maxim Sobolev
3181678319
Add patch missed in the previous commit.
...
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
2002-03-01 16:22:38 +00:00
Maxim Sobolev
604a94998e
Set LD_LIBRARY_PATH and MOZILLA_FIVE_HOME properly.
...
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>, sobomax
2002-02-26 23:10:47 +00:00
Maxim Sobolev
36ada1000c
Respect WITH_FULL_MOZILLA, which allows nautilus be linked with www/mozilla
...
instead of www/mozilla-embedded.
2002-02-21 14:15:58 +00:00
Patrick Li
fe6615b417
Update to 0.11.19
...
PR: 35073
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-02-18 17:22:30 +00:00
Jimmy Olgeni
9a0e983791
Update port to version 1.2.0.
2002-02-18 09:40:30 +00:00
Jimmy Olgeni
b9e222f60d
Update port to version 1.1.14.
2002-02-15 20:13:08 +00:00
Ade Lovett
3d81e8d430
The embedded mozilla component now appears to work with mozilla-0.9.8
...
(it was broken with 0.9.7)
2002-02-12 19:31:20 +00:00
Jimmy Olgeni
43cda59d04
Update port to version 0.1.13 (also add @s to the build targets).
2002-01-30 20:37:30 +00:00
Patrick Li
09c4cd7445
Fix conflict with strcasestr(3)
...
PR: 34413
Submitted by: Miguel Mendez <flynn@energyhq.homeip.net>
2002-01-29 20:32:39 +00:00
Akinori MUSHA
a80f0bd0dd
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
...
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
2002-01-29 12:14:18 +00:00
Jimmy Olgeni
9ab2cf61c3
Update port to version 1.1.12.
2002-01-26 22:34:25 +00:00
Maxim Sobolev
6cd76ded7b
Update version number of freetype2 shared library.
2002-01-21 11:46:49 +00:00
Kevin Lo
2a31158069
Update to version 2.3.1
...
PR: 33754
Submitted by: MAINTAINER
2002-01-10 14:04:49 +00:00
Maxim Sobolev
dfcac00761
Disable Mozilla component for now, because it doesn't work with 0.9.7.
2001-12-26 10:24:24 +00:00
Patrick Li
b666502afd
- PORTDOCS police
...
- DOCSDIR support to some
- Brush out some lint
2001-12-24 02:17:17 +00:00
Maxim Sobolev
d0fba3e0f1
Backout previous change - it seems that new revision of the patch doesn't
...
apply everywhere.
Submitted by: Todd Punderson <todd@doonga.net>
2001-12-20 06:19:02 +00:00
Maxim Sobolev
41c22e9c76
Don't filter libc_r on 5-CURRENT.
2001-12-19 20:20:23 +00:00
Maxim Sobolev
e469e1c3fc
Fix braino: when WITHOUT_MOZILLA isn't defined don't override BUILD_DEPENDS,
...
but instead append appropriate entries using `+='. This should fix bento
build.
Submitted by: bento
2001-12-19 11:39:09 +00:00
Jimmy Olgeni
2cb81c0aeb
Update port to version 1.0.2.
2001-12-17 16:14:16 +00:00
Maxim Sobolev
2042b3de9d
Slightly better version of "don't include wrong global.h" bandaid.
2001-12-14 09:10:43 +00:00
Maxim Sobolev
472274ba71
Provide bandaid to fix the build for some people:
...
- add (missed?) `#include <glib.h>' into treestore.h;
- ensure that local include path is searched before the global one, so that
the build doesn't break if user occasionally has different includes with
the same name in both paths (e.g. global.h).
Submitted by: mjacobs
2001-12-14 08:55:55 +00:00
Maxim Sobolev
343a7d0644
- Don't build included tests - we don't install them anyway;
...
- check exit code of FAMMonotor*() functions.
2001-12-08 00:58:06 +00:00
Maxim Sobolev
20cda628f4
Remove debugging trap that somehow slipped into previous commit causing
...
Nautilus to hang as startup.
PR: 32566
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
2001-12-07 08:53:33 +00:00
Maxim Sobolev
f52e8584ba
Fix a harmless warning from gnomevfs about local path not starting with `/'.
2001-12-05 22:15:04 +00:00
Mario Sergio Fujikawa Ferreira
75ad5febcb
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case
2001-11-20 23:29:38 +00:00
Maxim Sobolev
e1dc354541
Tech gnome-session how to set-up a LD_LIBRARY_PATH, so that mozilla
...
component of nautilus Just Works[tm], without the need to customize
environment. Remove appropriate comment from post-install section
of nautilus' Makefile.
2001-11-20 13:07:45 +00:00
Dirk Meyer
e4af709a73
- patch to update the x-files port to use tcl83/tk83,
...
- update mmaintainers email address.
PR: 31726
Submitted by: dmaddox@csranet.com
2001-11-14 06:46:33 +00:00
Maxim Sobolev
9c3f09e188
Add FreeBSD Newsflash newsfeed.
...
Submitted by: Joseph Scott <joseph@randomnetworks.com>
2001-11-12 17:35:29 +00:00
Maxim Sobolev
4114a0b2e6
Add Daily Daemon News feed.
2001-11-12 13:59:36 +00:00
Maxim Sobolev
2b0d562a00
Update to 1.0.6.
2001-11-12 13:19:39 +00:00
Maxim Sobolev
0f5826b3c5
Fix braino in the previous commit:
...
${X11BASE}/mozilla-embedded --> ${X11BASE}/lib/mozilla-embedded
Submitted by: Joe Clarke <marcus@marcuscom.com>
2001-11-07 20:31:27 +00:00
Maxim Sobolev
d11078ba78
After installation display an short instruction on how to get Mozilla
...
component working in Nautilus.
2001-11-07 19:47:42 +00:00
Pete Fritchman
50e3ea9bb7
- update to 2.3.0
...
- we don't own share/pixmaps, use @unexec rmdir instead of @dirrm
PR: 31795
Submitted by: maintainer
2001-11-06 15:09:54 +00:00
Maxim Sobolev
b0790e4238
Don't link in libc - FreeBSD doesn't need this.
...
Submitted by: Ports Fury
2001-10-31 08:20:45 +00:00
Maxim Sobolev
31888a0a9d
Update to 1.0.5. With an updated ORBit it works in 5-CURRENT and 4-STABLE
...
systems. Some functionality is still missed, though (e.g. Mozilla component
doesn't work), but it is a good start.
2001-10-30 08:12:36 +00:00
Jimmy Olgeni
42fff2c274
Add missing dependency on textproc/libxml (from bento error logs).
2001-10-27 22:34:26 +00:00
David W. Chapman Jr.
4bbbe34d60
Update to 0.11.18
...
PR: 31302
Submitted by: tkato@prontomail.com
2001-10-19 14:06:43 +00:00
Jimmy Olgeni
645d718af4
Update port to version 1.1.7, and sort PLIST.
2001-10-07 12:04:21 +00:00
Pete Fritchman
afbebb0cfe
Set maintainer to ports@FreeBSD.org
...
Submitted by: Anders Nordby <anders@fix.no> (previous maintainer)
2001-10-07 02:03:45 +00:00