Commit graph

95 commits

Author SHA1 Message Date
Christian Weisgerber
3e0fe146f9 Fix pkg-deinstall handling.
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
2002-11-13 22:49:02 +00:00
Christian Weisgerber
951e8c596f Import plgrenouille 0.61.5.
Bandwidth measurement and statics collection tool for a French
project to this purpose.

PR:		41133
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
2002-11-13 17:30:05 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Alan Eldridge
61028157db Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realize
mail's case insensitive and will try to type that. Sorry folks, purely a
cosmetic change here, nothing to see, move along, move along....
2002-11-01 13:09:32 +00:00
Alan Eldridge
7df6fabb8f Changed MAINTAINER to my FreeBSD address. 2002-11-01 04:17:51 +00:00
Oliver Braun
8b2d0da4e2 * make fetchable again
* bump PORTREVISION
* PERL -> REINPLACE

PR:		ports/37100
Submitted by:	maintainer
2002-10-31 23:49:38 +00:00
Alan Eldridge
519253993b Fix categories to match dir containing port. bsd.port.mk (and portlint)
should check for this.

Bumped PORTREVISION since this seriously changes the pkg db entries.
2002-10-30 08:55:26 +00:00
Trevor Johnson
4df3c270df The release notes say:
Do not share a profile between Netscape and Mozilla builds.  Doing
	this can lead to unpredictable results, some of which may include
	loss of Search settings and preferences and unchecked growth of
	the Bookmarks file (large enough to freeze your system).  It is
	best to create a new profile for each or manually copy (and change
	the name [of]) an existing profile.

Warn users about this.
2002-10-15 09:49:09 +00:00
Trevor Johnson
fc66aa4263 I remove the linux-netscape6 ports from ports/french, ports/german,
ports/japanese and ports/www.  In their place, I add corresponding netscape7
ports, after repo copies.  Now ports/www/netscape7 will no longer be a slave
port.  Instead it is the master port for the others.

The French, German, and Japanese ports now have AIM, because I had trouble
getting them to work without it.

I add a security warning to all these ports, about the "forward referrer" bug
(Mozilla bug 145579).
2002-10-14 13:50:21 +00:00
Alan Eldridge
f62b4deba3 1. Removed comments from pkg-plist files per will's request.
2. This completes the KDE 3.0.4 commit. It's here, folks! Now /. those
   cvsup servers (in about an hour or so)!
2002-10-11 07:42:22 +00:00
Alan Eldridge
8aa0f055fe texas chainsaw kde2 massacre 2002-09-10 17:10:14 +00:00
Alan Eldridge
6d20589d73 texas chainsaw kde2 massacre 2002-09-10 15:47:30 +00:00
Dirk Meyer
d0cb98aa76 move patch into correct dir,
absolute path in patch creating it in wrong place.
2002-09-10 04:06:27 +00:00
Dirk Meyer
dd7e903a90 fixing 5.0 package build with gcc32
PR:		42551
Submitted by:	thierry@pompo.net
2002-09-10 04:03:49 +00:00
Dirk Meyer
9eba61d14f build aspell with dictionary
PR:             42533
Submitted by:   thierry@pompo.net
2002-09-10 03:34:44 +00:00
Will Andrews
ebe714bf05 Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted to
more closely conform to FreeBSD style etc, and Konqueror SSL patch merged.

Tested by:	Matt Douhan <matt@fruitsalad.org>, alane
Submitted by:	lioux [1]
2002-08-25 04:37:30 +00:00
Alan Eldridge
137a79799b Forgot to take maintainership of these buggers, too. 2002-08-20 19:10:42 +00:00
Martin Blapp
49ffbc5eea 1) Add localized help files to the build. Only available for french,
german, italian, spanish, japanese and swedish ports.

Create three new targets for the mozilla sub-build. Allow
"make postinstall" to be called without a "make build.

1) Submitted by:        Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
2002-08-19 14:03:54 +00:00
Martin Blapp
ea5e70e9a7 Add OpenOffice.org spelling dictionary ports. They are based on MySpell,
which is a rewrite of iSpell in c++ with lots of additional features.
2002-08-11 19:16:05 +00:00
Martin Blapp
fed46073a0 Add OpenOffice.org spelling dictionary ports. They are based on MySpell,
which is a rewrite of iSpell in c++ with lots of additional features.
2002-08-11 19:10:42 +00:00
Martin Blapp
a22c568e02 Use MASTERDIR
Add "editors" to CATEGORIES
2002-08-03 14:18:31 +00:00
Alan Eldridge
75e902ef96 1. Changed the lib depends on gettext to a build depends. This will mean
that the dependency is not stored in a package and so future gettext upgrades
should not require a PORTREVISION bump to force the new builds.
2. Bumped PORTREVISION as this affects package contents. Hopefully this
is the last time this happens for this reason.
2002-08-03 03:19:23 +00:00
Alan Eldridge
04f8520956 Bump PORTREVISION. KDE is fragile enough in its dependencies; we don't
need bizarre gettext errors cropping up, too.
2002-08-01 21:09:43 +00:00
Ade Lovett
c8eaa93644 Chase shlib rev of devel/gettext
Submitted by:	lots and lots
Pointy hat to:	ade
2002-08-01 16:22:41 +00:00
Martin Blapp
60db34e8d3 Add support for spelling dictionaries. Remove the pkg-plist for the
main port. Instead, autogenerate it. Upgrade the oo-mozilla distfile
packages to mozilla 1.0 with newest security bugfixes.

Fix the pkg-message and bump the port version.
2002-07-16 12:55:34 +00:00
Will Andrews
a4b8a80ee1 Fix MASTER_SITE_SUBDIR.
PR:		40272
Submitted by:	Tilman Linneweh <tilman@arved.de>
2002-07-09 17:06:38 +00:00
Ying-Chieh Liao
281a55555a PERL -> REINPLACE_CMD
PR:		40289
Submitted by:	maintainer
2002-07-07 18:34:07 +00:00
Will Andrews
3491a5043b Update to 3.0.2 -- full log available in ports/x11/kde3/Makefile,v 1.51. 2002-07-04 19:39:36 +00:00
Alan Eldridge
14fb32aab6 Removed suffix which I put there without understanding the implications. 2002-07-02 18:06:07 +00:00
Alan Eldridge
c925765e9b New port: Makefile for cups metaport with french manpages. Redone to
quiet down portlint.

PR:             39053
Submitter:      James Halstead <jah4007@cs.rit.edu>
2002-07-02 17:52:31 +00:00
Alan Eldridge
97a0a90480 will be replaced 2002-07-02 12:08:08 +00:00
Alan Eldridge
1db8a04cdc New port: cups lpr binaries with french manpages.
PR:		39053
Submitted by:	James Halstead <jah4007@cs.rit.edu>
2002-07-02 11:04:37 +00:00
Alan Eldridge
31b64d997a New port: cups-base with french manpages. Makefile redone to quiet portlint.
PR:		39053
Submitted by:	James Halstead <jah4007@cs.rit.edu>
2002-07-02 11:02:31 +00:00
Alan Eldridge
b62c62063b New port: cups with french manpages. v. 1.1.15.1
PR:		39053
Submitted by:	James Halstead <jah4007@cs.rit.edu>
2002-07-02 10:36:41 +00:00
Will Andrews
1aced58dae Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to the
rigorous testing performed on the part of the KDE/FreeBSD Project
over the last three weeks.  Thanks to everyone who helped test!

General changes:
	[1] Follow KDE2 style by moving KDE core specific macros and
	    the like to x11/kde3/Makefile.kde.
	[2] Fix a variety of comments or miscellaneous data to reflect
	    that this is KDE3 and not KDE2.
	[3] Account for more empty directories in the PLISTs.

deskutils/kdepim3:
	[4] More #include <malloc.h> -> #include <stdlib.h>.

audio/arts:
	[5] Upgrade to 1.0.1.
	[6] Point at MASTER_SITE_KDE not my own mirror.

audio/kdemultimedia3:
	[7] Account for the removal of the <machine/soundcard.h> symlink.
	    Simply point all such includes at <sys/soundcard.h>.

editors/koffice-kde3:
	[8] Get rid of #include <values.h> preemptively.

devel/kdesdk3:
	[9] Remove cervisia from build if building on -CURRENT due to
	    C++-unsafe sys/wait.h.  The header is believed to have been
	    fixed in newer -CURRENT (>= Jun 5) but we have not tested that.

devel/kdevelop:
	[10] Upgrade to 2.1.1 and use KDE 3 version.
	[11] Remove a number of suggested dependencies that no longer fit.
	[12] Account for where the docs for Qt went since they got moved
	     to fit in hier(7) better.

graphics/kdegraphics3:
	[13] Turn off kuickshow by default because it depends on imlib,
	     which in turn depends on gtk/glib.  This will be revisited
	     when we split up the KDE ports a bit.

games/kdegames3:
	[14] Fix compile error on -CURRENT where kpat/freecell-solver/md5.h
	     tried to define uint32_t after sys/types.h already had.

sysutils/kdeadmin3:
	No particular changes.

misc/kdeaddons3:
	No particular changes.

misc/kdeedu3:
	[15] Re-add the huge number of missing @dirrm's.

misc/kdeutils3:
	No particular changes.

misc/kde3-i18n-* and */kde3-i18n:
	For the most part, no particular changes.  A huge number of I18N
	message updates went into this release, though.

french/kde3-i18n:
	[16] Fix build Makefile error due to tarball builder's env.

net/kdenetwork3:
	No particular changes.

x11-clocks/kdetoys3:
	No particular changes.

x11/kdebase3:
	[17] Account for mkfontdir "soft" build-time dependency.  If
	     mkfontdir is available, use it to build fonts.dir where
	     kdebase installs fonts.  Otherwise, don't bother.
	[18] Patch ElectricEyes.desktop to use the name of the program
	     that FreeBSD uses when you install the port for it.
	[19] Patches for KDM merged into KDE 3.0.1.
	[20] Properly fix kdm/backend/xdmcp.c string format error.

x11/kdelibs3:
	[21] Support the KDE3 version check to make sure no one
	     tries to install KDE2 then KDE3.  The 'kde-version-check'
	     target is centralized in x11/kde3/Makefile.kde.
	[22] Remove patch for kdeprint/configure.in.in.
	[23] Add patch to fix critical icon loader bug.

x11/kde3:
	[24] Add Makefile.kde for centralizing KDE core-specific macros
	     that don't belong in bsd.kde.mk.

x11-toolkits/qt30:
	[25] Mark broken on any XFree86 version < 4 due to packing list
	     related problems if we tried to support XFree86 3.
	[26] Error out if the user has Qt2 installed already.

x11-wm/kdeartwork3:
	[27] Add USE_MESA to explicitly support the 3D screensavers.
	[28] Re-add a large number of missing @dirrm's.

Credits:

[1] [4] [5] [6] [7]
[9] [10] [14] [16]
[21] [22] [24] [26]:	will

[2] [3] [8] [15] [17]
[19] [25] [27] [28]:	alane

[11] [12]
Submitted by:		Lauri Watts <lauri@kde.org>

[13] Found by:		mi
     Removed by:	will

[18] [23]
Submitted by:		Andy Fawcett <andy@athame.co.uk>

Tested by:		[in addition to the above, in no particular order]
			knu
			Mattias Douhan <matt@athame.co.uk>
			Bradley T. Hughes <bhughes@trolltech.com>
			Erik H. Bakke <ebakke@trolltech.com>
			David Johnson <david@usermode.org>
			JJ Behrens <jj@nttmcl.com>
			Michael W. Collette <metrol@metrol.net>
			Adriaan de Groot <adridg@sci.kun.nl>
			Mark Rowlands <mark.rowlands@minmail.net>
			Mark Stosberg <mark@summersault.com>
			Dave Cantrell <phaedrus@alltel.net>
			Mark Miller <joup@bigfoot.com>
			Wesley Morgan <morganw@chemikals.org>
			Arjan van Leeuwen <avl@operamail.com>
2002-06-15 16:16:32 +00:00
Martin Blapp
cdad1a0fd7 Add French OpenOffice slave port 2002-06-15 00:10:08 +00:00
Trevor Johnson
59a2941c52 Remove some unused code. 2002-05-23 13:00:10 +00:00
Trevor Johnson
7446953ac7 Update to 6.2.3. Belatedly, I confirmed that 6.2.2 supports
Greymagic's Mozilla Disk Explorer (http://sec.greymagic.com/adv/gm001-ns/)
which demonstrates a security bug.  The demo does not work with
6.2.3.  I am assuming that the zlib double free() bug, if it existed,
may have been addressed, so I am removing the FORBIDDEN line.

I didn't bother to update the generated files for this release,
since the old ones seem to work fine.

Add hitherto forgotten PKGNAMEPREFIX so the English, French, German
and Japanese versions may all be installed without conflicting.
2002-05-17 11:11:58 +00:00
Trevor Johnson
fb0a3447ea Add home page. 2002-05-17 10:34:47 +00:00
Will Andrews
d1c2f0dddd Please welcome Qt3/KDE3 to our ports tree. This includes work since the
original versions of these ports, so some PORTREVISIONs were bumped.  See
http://freebsd.kde.org/ and mailing lists linked to from there for info
on the packages generated to test these ports.

bsd.kde.mk has already been updated a few days ago to work with these.

Some patches applied to fix a few bugs were:

deskutils/kdepim3:
        [1] Remove kpilot from build because it wasn't ready at release.
editors/koffice-kde3:
        [2] Fix compile time bugs for FreeBSD.
misc/kdeedu3:
        [3] Fix compile problem with kvoctrain.
x11/kdebase3:
        [4] Fix KDM CPU usage and login bug.

Some caveats:
        * All PLISTs are broken for deinstall due to script bug that I
          didn't notice until very recently.  This will be fixed when I
          commit an update tomorrow.  These ports should still install
          perfectly fine though.  They should also deinstall without
          giving errors, but will leave directories behind.
        * You can't install this with any other version of QT or KDE
          already installed.  I am not sure the checks are 100% working,
          but fixes for these will be forthcoming.  This is mainly due
          to a policy decision made by kde@ to make QT/KDE ports install
          the way the rest of the world expects it to while also still
          conforming to FreeBSD's hier(7).  For reference on this decision,
          please consult the KDE/FreeBSD mailing list archives.  This
          decision fixes 2-year-old bug reports relating to how we handled
          this for KDE2 vs KDE1.

Submitted by:   [1] Adrian de Groot <adridg@cs.kun.nl>,
                [2] David Faure <faure@kde.org>,
                    Andy Fawcett <andy@athame.co.uk>
                    Lauri Watts <lauri@kde.org>
                [3] Lauri Watts <lauri@kde.org>
                [4] Alan Eldridge <alane@geeksrus.net>
                    Oswald Buddenhagen <ossi@kde.org>
Reviewed by:    kde
2002-04-21 23:47:50 +00:00
Trevor Johnson
773dbcde7d Update Japanese, German, and French Netscape ports to version 6.2.2
(the English port was already updated, because Netscape released
that binary before releasing the others).

Install Netscape in a different directory for each different language.
The startup command is now called netscape6english, netscape6french,
and so on, rather than just netscape6.  Because of this, I set
PORTREVISION for the English version.
2002-04-14 01:52:33 +00:00
Trevor Johnson
b44efee3dc Update English Netscape to 6.2.2, with unknown changes. The French,
German and Japanese ones remain at 6.2.1.

Bump PORTREVISION for those, because of change to startup script.
2002-03-27 17:48:52 +00:00
Ade Lovett
570073a9c7 Cleanups to fix FORBIDDEN and other miscellaneous stuff.
PR:		34313
Submitted by:	MAINTAINER
2002-03-13 00:47:20 +00:00
Trevor Johnson
74ae5e5a44 Make grammatical corrections and translate some forgotten parts of
the configure script.
Submitted by:	Eric Masson <e-masson@kisoft-services.com>

While I'm here, rewrite pkg-descr for brevity.
2002-03-05 03:00:06 +00:00
Trevor Johnson
cba974ea5d Correct the comment block: I forgot to change it when I copied
from Thomas Zander's port.
2002-03-04 11:36:08 +00:00
Trevor Johnson
eec17bed02 Add new port of Netscape 6 (Linux binary) with French localization.
I used automatic translation by Babel Fish.  Alors, mise en garde.
2002-03-04 10:39:25 +00:00
Akinori MUSHA
bc07afc1c2 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.

Use command macros where appropriate.
2002-01-29 10:53:27 +00:00
Kris Kennaway
3bf1f6902d Mark FORBIDDEN; this port can easily be induced to dump core in setuid
root code.
2002-01-26 06:14:43 +00:00
Martin Blapp
b4a20abb7e Fix translation. In a later step the ports will be unified
and the translation probably will be removed.

PR:	30560
2002-01-22 12:31:05 +00:00