Jimmy Olgeni
72cdf8431a
Update port to version 1.1.3.
2001-05-27 15:10:05 +00:00
Maxim Sobolev
bb53f3ecee
Don't overwrite CATEGORIES in master ports. Use += instead, so slaves
...
would be able to insert their own entries (usually language category)
upfront.
2001-05-22 18:16:59 +00:00
Maxim Sobolev
93d1933b6b
Put back Mozilla support.
2001-05-22 13:41:10 +00:00
Maxim Sobolev
1661005c13
Update to 1.0.3.
2001-05-14 17:18:52 +00:00
Ade Lovett
5ed28dbe7a
SWitch maintainership of core GNOME ports to a small group of
...
committers (gnome@FreeBSD.org ), since this is now definitely too big
for just one person.
2001-05-11 16:36:50 +00:00
Maxim Sobolev
faeaffbcb3
Remove patch that may cause build breakage if XFREE86_VERSION == 4.
2001-05-11 15:36:42 +00:00
Maxim Sobolev
828eb76289
Correct path to the /proc/PID/status (it's /proc/PID/stat in Linux).
...
Submitted by: Matthew Hawkins <matthew@topic.com.au>
2001-05-10 12:29:28 +00:00
Maxim Sobolev
9be75745d6
Use proper location of freetype library (LOCALBASE, not X11BASE).
2001-05-05 15:00:11 +00:00
Maxim Sobolev
db7298f8f6
Add missed libghttp dependency.
2001-05-05 14:14:59 +00:00
Ade Lovett
48d56577d5
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
...
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
2001-05-04 21:51:17 +00:00
Ade Lovett
bc47cccc84
Various patches (mainly shared library revision changes) for those
...
ports that depend on GNOME and need to change for 1.4
2001-05-04 21:41:30 +00:00
Ade Lovett
03af2187bd
Update to GNOME 1.4 -- massive changes all around, for the sake of
...
CVS repo bloat, I'll only list the updates.
graphics/imlib 1.9.9 -> 1.9.10
textproc/xml-i18n-tools 0.8 -> 0.8.1
x11/gnomelibs 1.2.11 -> 1.2.13
devel/oaf 0.6.2 -> 0.6.5
devel/gconf 0.12 -> 1.0.0
devel/gnomevfs 0.5 -> 1.0
graphics/gdk-pixbuf 0.9.0 -> 0.11.0
sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1
print/gnomeprint 0.25 -> 0.28
devel/bonobo 0.37 -> 1.0.3
audio/gnomeaudio 1.0.0 -> 1.4.0
x11/gnomecore 1.2.4 -> 1.4.0.3
devel/libgtop 1.0.11 -> 1.0.12
x11/gnomeapplets 1.2.4 -> 1.4.0.1
misc/gnomeuserdocs NEW 1.4.1
misc/gnomeutils 1.2.1 -> 1.4.0
deskutils/gnomepim 1.2.0 -> 1.4.0
games/gnomegames 1.2.0 -> 1.4.0.1
print/ggv 0.95 -> 1.0
editors/ghex 1.1.4 -> 1.2
devel/bugbuddy 1.2 -> 2.0.1
devel/glade 0.5.11 -> 0.6.2
sysutils/gtop 1.0.12 -> 1.0.13
x11/xalf NEW 0.11
x11-toolkits/py-gtk 0.6.6 -> 0.6.7
x11-toolkits/py-gnome 1.0.53 -> 1.4.0
x11-toolkits/guile-gtk 0.19 -> 0.20
x11-toolkits/guile-gnome 0.10 -> 0.20
devel/libsigc++ 1.0.1 -> 1.0.3
x11-toolkits/gnome-- 1.1.15 -> 1.1.17
x11-toolkits/panel-- NEW 0.1
x11-fm/gnomemc 4.5.51 -> 4.5.54
2001-05-04 21:39:58 +00:00
Jimmy Olgeni
6655b08385
Update port to version 4.4.4.
...
Add support for PORTDOCS in pkg-plist.
Patches in files/ have been regenerated for this release, but they do the
same things as before.
2001-04-27 13:45:19 +00:00
Will Andrews
f2613a4d86
Bad will. Do "make package" next time. Bad!
...
Found by: bento
2001-04-17 05:03:06 +00:00
Kevin Lo
91835fac3e
Upgrade to version 1.8.
...
PR: 26558
Submitted by: Ports Fury
2001-04-15 15:49:06 +00:00
Maxim Sobolev
2a1e03477c
Ensure that the freetype-config is available. This should workaround the
...
XFree86-4 + freetype2 problem. This is not a final solution and provided
only for forthcoming 4.3 release, after which it will be removed.
We are still waiting for jmz to fix things properly.
2001-04-09 18:20:17 +00:00
Will Andrews
dbba8af644
Overhaul QT/KDE support:
...
- bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}*
- Cleanup corresponding ports for bsd.kde.mk update.
- Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom,
introduce QT_NONSTANDARD variable for nonstandard configure setup.
- Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the
proxy authentication that was broken for 2.1.1. Remove old patches.
- Potentially fix kdelibs build for alpha.
- Fix qt-designer 2.3.0 build.
- Ruby stuff left alone since it looks like black magic to me. Should
still work w/ compat shims for older USE_QT[,2] style. Some others
were also left alone for the same reason.
Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk)
Submitted by: David Faure <faure@kde.org> (proxy auth patches)
Alex Zepeda <garbanzo@kde.org> (old patches removal)
2001-04-03 08:14:43 +00:00
Jimmy Olgeni
fffa2569fb
Update port to version 2.2.0
...
PR: 26291
Submitted by: simond@irrelevant.org
2001-04-02 13:37:05 +00:00
Jimmy Olgeni
639718cce1
Update port to version 1.1.2
2001-03-31 20:27:58 +00:00
Will Andrews
a04eba9ba6
Add worker 2.1.0, a X11 File Manager based on Directory Opus.
...
PR: 25800
Submitted by: Simon Dick <simond@irrelevant.org>
2001-03-31 02:58:11 +00:00
Maxim Sobolev
4ca0e60800
-pthread --> ${PTHREAD_LIBS}
...
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
2001-03-29 16:35:19 +00:00
Jimmy Olgeni
438704b468
Fix pkg-plist.
...
Noticed by: fenner's reminder
2001-03-28 23:04:20 +00:00
David E. O'Brien
30af7b687e
rpm' and
rpm2cpio' have been repocopied from "misc" to "archivers".
2001-03-20 20:28:14 +00:00
Jimmy Olgeni
098ca1f314
Add missing gdk-pixbuf dependency.
...
Submitted by: bento logs
2001-03-18 17:41:33 +00:00
Maxim Sobolev
1752e470c7
Add missed libxml dependency.
...
Submitted by: bento
2001-03-13 18:10:20 +00:00
Jimmy Olgeni
f32a531103
Add rox-session, a simple session manager for the ROX desktop.
...
WWW: http://rox.sourceforge.net/rox_session.php3
2001-03-13 10:21:17 +00:00
Jimmy Olgeni
1d882ca785
Update port to version 1.1.1.
...
Remove perl regexp replacements for configure and Makefile.in, use
GTK_CONFIG and GLIB_CONFIG instead.
2001-03-11 19:01:37 +00:00
Jimmy Olgeni
f9cf9dcda3
Port bugfix: the "files/rox" script did not pass command line arguments to
...
"AppRun".
Submitted by: Thomas Leonard <tal00r@ecs.soton.ac.uk>
2001-03-08 15:31:52 +00:00
Steve Price
61d18b441e
Update to version 0.5.
...
PR: 25294
Submitted by: Sergei Gnezdov <sergeiga@yahoo.com>
2001-02-26 05:23:40 +00:00
Dmitry Sivachenko
7e2618590e
Correct MASTERSITES.
2001-02-22 10:11:42 +00:00
Mario Sergio Fujikawa Ferreira
0fabc4ff05
Sanitize MASTER_SITES.
2001-02-22 02:49:48 +00:00
Vanilla I. Shu
dfda25b972
Upgrade to 0.99.8.
...
PR: ports/25152
Submitted by: KATO Tsuguru
2001-02-16 22:23:41 +00:00
Vanilla I. Shu
fadf9454d3
Fix frcolor & frftp's permission.
...
PR: ports/25058
Submitted by: Andre Goeree <abgoeree@uwnet.nl>
2001-02-14 19:40:29 +00:00
Jimmy Olgeni
13b8631873
Spaces -> tabs in ports/x11-fm.
2001-02-05 21:00:55 +00:00
Maxim Sobolev
a5310b2b78
Update to 0.8. Unfortunately it doesn't work apart from setup wizard, so
...
use it cautiously and don't forget to let me know if you managed to fix it.
2001-02-01 20:16:40 +00:00
Maxim Sobolev
6add111dab
Reflect divorce of mozilla-embedded and mozilla-headers.
2001-02-01 11:48:35 +00:00
Ade Lovett
1b6567ed73
Chase gtkhtml shared library revision.
2001-01-31 15:57:21 +00:00
Ade Lovett
e7f24dbc0a
Max kindly agreed to be the vict^Wmaintainer. We need fresh new
...
blood to sacrif^Wget rid of the Linuxisms.
Good luck, Max!
2001-01-30 16:45:58 +00:00
Ade Lovett
3c67654ba0
Chase new gtkhtml shared library number
2001-01-25 23:32:55 +00:00
Jimmy Olgeni
3e864278c5
Use proper capitalization (freebsd.org -> FreeBSD.org)
...
Noted by: sobomax
2001-01-24 12:43:14 +00:00
Jimmy Olgeni
332200153a
Change maintainer email address (olgeni@uli.it -> olgeni@freebsd.org)
2001-01-24 12:05:15 +00:00
Kevin Lo
da4643f31d
Update to version 1.7
...
PR: 24557
Submitted by: Ports Fury
2001-01-23 09:06:23 +00:00
Will Andrews
5ccbc2a8ac
Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now in
...
bsd.port.mk, for easy removal of documentation. I left alone one port -
japanese/elisa8x8 (or something like that), because it appeared to have
some rather weird way of doing PORTDOCS substitution.
2001-01-16 19:08:45 +00:00
Maxim Sobolev
2b1a883dc4
Massive style enforcement - use ^I instead of spaces for variables identation.
2001-01-16 17:33:20 +00:00
Ade Lovett
8d590d9928
Long-awaited update to 0.5 -- goes "bang" fairly quickly, spewing corefiles
...
all over the place. If some enterprising hacker wants to figure out why,
patches are more than welcome, both to me and the nautilus developers.
2001-01-12 19:59:39 +00:00
Dmitry Sivachenko
c6bb32ec31
Update to version 4.4.0.
2001-01-06 17:25:48 +00:00
Kevin Lo
eb30af4699
Update to version 1.0.0
...
PR: 23884
Submitted by: MAINTAINER
2000-12-27 13:02:39 +00:00
Kevin Lo
c408224225
Update to 1.0.0
...
PR: 23883
Submitted by: MAINTAINER
2000-12-27 12:55:04 +00:00
Kevin Lo
f5e5ac5ed5
Update MASTER_SITES and WWW: line
...
PR: 23764
Submitted by: Ports Fury
2000-12-22 16:59:19 +00:00
Will Andrews
8b384c2654
Update mtoolsfm to 1.6 after repocopy from x11-fm/mfm to x11-fm/mtoolsfm.
...
Update category Makefile and modules as necessary.
PR: 22750
Submitted by: Ports Fury
2000-12-21 08:01:10 +00:00