Commit Graph

386 Commits

Author SHA1 Message Date
Trevor Johnson
e66743b7d5 Respect the user's USE_LINUX setting. 2005-03-01 21:51:48 +00:00
Kris Kennaway
1c32e4e1de BROKEN: Incomplete pkg-plist 2005-02-28 00:31:05 +00:00
Wolfram Schneider
ea14c7a166 Don't install man sub-directory 'debian'. It has less value
and unlike the man* and cat* sub-directories, it will not be
de-installed by the ports scripts.
2005-02-16 16:21:28 +00:00
Michael Nottebrock
2fe60d7555 Fix the german/selfhtml port so that it installs the
main page 'index.htm' as well.
2005-01-25 01:17:59 +00:00
Mario Sergio Fujikawa Ferreira
8208d2c4ba New port selfhtml version 80: Extensive german HTML reference
PR:		75914
Submitted by:	Frerich Raabe <frerich.raabe@gmx.de>
2005-01-20 21:37:17 +00:00
Herve Quiroz
fcf0b8b9fe Add SIZE in distinfo 2005-01-12 06:45:47 +00:00
Herve Quiroz
52694cf0e6 jDictionary plugin: English-German dictionary
Dictionary database: Frank Richter

WWW: http://jdictionary.info/

PR:		39603
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2005-01-12 06:42:58 +00:00
Herve Quiroz
8a2572b54f JDictionary plugin: German-Hungarian dictionary
This dictionary is based on the dictionary of Agnes Molnar.

WWW: http://jdictionary.info/

PR:		39600
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2005-01-11 10:48:26 +00:00
Tilman Keskinoz
cc19227ea3 Fix build after one of the recent pthread-changes
PR:		75974
Reported by:	Siegbert Baude <siegbert.baude@gmx.de>
2005-01-09 17:04:06 +00:00
Jacques Vidrine
a41dba26a2 Upgrade 1.2 -> 1.3.
Install PNG icon and man page.

The upgrade was

Requested by:	Rainer Hurling <rhurlin@gwdg.de>
2005-01-08 22:38:10 +00:00
Alexander Leidinger
1f78d77acb Add missing dependency (linux X11).
Tested by:	Jakob Breivik Grimstveit <jakob@grimstveit.no>
Approved by:	portmgr
2005-01-04 13:11:21 +00:00
Alexander Leidinger
64cf27c85d Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.

It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).

This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).

Changes:
 - change the default linux_base from v7 to v8
 - add a newer freetype to linux_base-8 for nicer fonts display [1]
 - don't let cpio use hardlinks in the linux_base-8 port to quiet some
   warnings in some cases [2]
 - fix a cut&past error in the linux_base-8 pkg-install script [3]
 - convert the binary knob "USE_LINUX" to a version specifier, e.g.
   USE_LINUX=<value> specifies a dependency upon
   emulators/linux_base-<value>, exceptions are a value of "7" (which
   does what you want and adds a dependency to linux_base) and any
   value without a corresponding port in
   PORTSDIR/emulators/linux_base-<value> (which adds a dependency to
   the default linux_base)
 - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob,
   this allows us to use the USE_LINUX_PREFIX knob for linux_base and
   paves the way for splitting up future linux base ports into
   individual pieces
 - remove RESTRICTED from some GPL licensed ports, even when we only
   distribute binaries, we get them from official linux sites, so
   anyone can grab them there if he needs to
 - add a dependency upon the linux X11 bits where necessary (based upon
   guesswork)
 - don't use USE_X_PREFIX in some linux ports since it adds a dependency
   to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean
   solution would be to remove the implicit USE_XLIB from USE_X_PREFIX)
 - bump the portrevision of the linux ports ("better safe than sorry"
   algorithm)
 - pass maintainership of the important linux infrastructure to a
   mailinglist, hijack freebsd-emulation@ for this purpose (if somebody
   doesn't like this: tell us your bikeshed color at freebsd-emulation@,
   my color would be "linuxolator@" in case someone cares...)
 - add a pkg-install script for linux-fontconfig, but don't use it;
   everything should work without it (the FreeBSD fc-cache program should
   do all the work), but in case we need it we just need to decomment the
   pkg-install part in the Makefile
 - fix some dependencies
 - fix some bugs
 - add some static plists
 - unbreak the ports with dependecies to more than one linux_base

This also fixes some ports which are marked BROKEN because of dependencies
to v7 and v8 of linux_base at the same time.

Known bugs:
 - the linux-mesa and linux-devtools ports install libGL*.so symlinks
 - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by
   the linux X11 port, so linx_Base-8 moans at deinstall time)

Future work (interested souls should coordinate with freebsd-emulation@):
 - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies,
   or modify the behavior of USE_XLIB in the USE_LINUX case
   AFAIK trevor has some patches.
 - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of
   the PREFIX?= workaround in some linux ports
   Should be discussed/coordinated on/with x11@.
 - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/
 - update to a more recent linux base

PR:			69997, 70539 (and maybe others)
Discussed with/on:	java@, x11@, trevor, portmgr
Tested by:		mezz, portmgr, pointyhat
RPM hunted down by:	Joseph Gelinas <scirocco@tasam.com> [1]
Requested by:		portmgr [2]
Submitted by:		kris [3]
Approved by:		portmgr
2004-12-31 18:24:10 +00:00
Michael Nottebrock
ab47ced53a Add i18nized doc subdirs to kdehier and adjust i18n port plists accordingly. 2004-12-22 22:04:15 +00:00
Volker Stolz
2530dac7cc Update to 1.0.0.p2 (pre2)
PR:		ports/75230
Submitted by:	maintainer
2004-12-21 09:29:56 +00:00
Mark Linimon
b1729890f1 As previously announced, remove localized versions of Netscape which
remained at 7.0 or 7.1.  The www/netscape7 version, at 7.2, is apparently
not affected.
2004-12-19 02:15:23 +00:00
Michael Nottebrock
43136aaadc Fix kde3-i18n ports. 2004-12-16 11:24:06 +00:00
Michael Nottebrock
af37cb9776 Remove bogus spam I had in my cvs checkout and committed along with KDE.
Pointy hat to: me
2004-12-15 16:27:38 +00:00
Michael Nottebrock
0083804533 Update to KDE 3.3.2 2004-12-13 20:12:15 +00:00
Volker Stolz
2c21d1f8cd Update to 4.13
PR:		ports/74539
Submitted by:	Frank Mayhar
Approved by:	maintainer
2004-12-13 10:16:37 +00:00
Volker Stolz
1b5cb1743e Really build german version
PR:		ports/72837
Submitted by:	maintainer
2004-11-22 12:34:27 +00:00
Martin Blapp
80b378dd84 Fix missed path, remove USE_ZIP directive. 2004-11-22 12:33:37 +00:00
Martin Blapp
6449b7ff23 Upgrade to staroffice 7 product update IV. 2004-11-22 12:27:09 +00:00
Markus Brueffer
76bf6e7a50 Update to version 0.8 2004-11-11 22:54:13 +00:00
Trevor Johnson
383e80f43c Update the English-language Netscape to 7.2. Add a security warning
about cross-site scripting.
2004-11-09 10:13:39 +00:00
Michael Nottebrock
14a1da27f4 Update to KDE 3.3.1 2004-11-08 00:34:12 +00:00
Edwin Groothuis
93c3274749 de-php_doc-de -> php_doc-de
Submitted by:	(indirect) "Jacques A. Vidrine" <nectar@FreeBSD.org>
2004-10-20 22:43:08 +00:00
Michael Nottebrock
b4c31bafd8 Update to KDE 3.3 2004-08-30 19:55:42 +00:00
Michael Nottebrock
461f3c5adb Factor out all but one of the build switches of the KDE main module ports
into separate ports. The OPTIONS will remain as of yet and trigger dependencies
now, for easy transition.

Update KOffice to version 1.3.2.

Add patches to fix a number of issues, including:

- fix kxkb on Xorg
- fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2
  with optimizations greater than -O

Add security related patches and entries to portaudit.txt.
2004-08-11 01:27:37 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Martin Blapp
db8bfc7249 Upgrade to Product Update 3. 2004-07-05 13:26:42 +00:00
Mark Linimon
4ba1986a17 Establish a correct master-slave relationship between
www/linux-mozillafirebird and the ports that inherit most of their
information (except, e.g., distinfo) from it.

These changes should be transparent to installs (tested and verified
locally).

While here, update two cases of stale distfile info.  (MD5s
verified versus mozilla.org.)

PR:		ports/67701
Approved by:	maintainer timeout (2 weeks)
2004-06-23 21:47:13 +00:00
Pav Lucistnik
b71acf0516 - Remove empty files [1]
- While here, portlint

PR:		ports/68068 [1]
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2004-06-20 20:59:26 +00:00
Michael Nottebrock
9774b28273 Update to version 3.2.3 2004-06-09 16:58:30 +00:00
Kris Kennaway
b0f5fd3249 BROKEN: Unfetchable 2004-06-08 23:41:31 +00:00
Kirill Ponomarev
77ac80e5c2 - Fix MASTER_SITES
PR:		ports/66704
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
Approved by:	maintainer timeout
2004-06-08 12:56:19 +00:00
Markus Brueffer
bd1473d0a7 Don't use Makefile.kde anymore 2004-06-06 02:37:40 +00:00
Martin Blapp
a8dc484852 Upgrade to so-7-pp2 (product update 2) 2004-05-18 09:44:42 +00:00
Martin Blapp
7cb5248a25 NO_LATEST_LINK=yes
Obtained from:		kris
2004-05-15 11:39:05 +00:00
Michael Nottebrock
826539ac72 Oops. Forgot the language categories.
Update to 1.3.1
2004-05-06 19:26:47 +00:00
Michael Nottebrock
6c593b2c29 Update to KDE 3.2.2 2004-04-20 09:08:07 +00:00
Maho Nakata
46b7ad4ab6 Fix LATEST_LINK conflicts
NO_LATEST_LINK=yes for openoffice-1.0 ports
since they may be deprecated in future...

Pointed out by:	kris
2004-04-12 00:35:36 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Kris Kennaway
98dd96ee20 Remove category pkg/COMMENT files in favour of a COMMENT variable in the
category makefile.

Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR:		59651
2004-04-02 07:29:48 +00:00
Mark Linimon
a903a14280 Update to 1.11: adds the possibility to change the font size in some
locations; minor bugfixes.

PR:		ports/64810
Submitted by:	Andreas Fehlner <fehlner@gmx.de> (maintainer)
2004-04-01 19:45:34 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Pav Lucistnik
cbb9b229d3 - Fix packaging
PR:		ports/64317
Submitted by:	Slaven Rezic <slaven@rezic.de> (maintainer)
2004-03-29 20:57:58 +00:00
Markus Brueffer
91e67482b4 - SIZEify
Submitted by:	trevor
Approved by:	arved (mentor)
2004-03-28 18:36:47 +00:00
Jacques Vidrine
da5243d880 Add SIZE.
Submitted by:	trevor
2004-03-18 14:46:23 +00:00
Kris Kennaway
edd9e2d1d8 Add staroffice70
Pointy hat to:	mbr
2004-03-17 00:25:26 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00