Commit graph

427 commits

Author SHA1 Message Date
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
Michael Nottebrock
f64c6af4f4 Update to KDE 3.2.1 / QT 3.3.1
Important changes:
==================

KDE:

- Audio/arts does not install artswrapper anymore, instead it is provided by
  audio/artswrapper. See UPDATING.

- misc/kdeaddons3 is now a metaport with

	editors/kate-plugins
	editors/vimpart
	games/atlantikdesigner
	misc/kaddressbook-plugins
	misc/kfile-plugins
	misc/kicker-applets
	misc/knewsticker-scripts
	misc/konq-plugins
	misc/ksig
	misc/renamedlgplugins
	multimedia/noatun-plugins
	net/kontact-plugins

  as slave ports.

- A number of KDE ports now uses OPTIONS do make various WITH_* options more
  visible.

- Plist fixes

- devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for
  newly created projects.

- kdebase will no longer remove previous KDM configurations. This won't take
  effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still
  remove the configuration), but subsequent updates will merge old configs.

QT:

- Previous versions of QT could be compiled with debugging-support enabled by
  defining DEBUG. This switch has been renamed to the more unambiguous
  WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
2004-03-09 19:41:12 +00:00
Dirk Meyer
c600b83191 - add SIZE 2004-02-26 05:26:15 +00:00
Markus Brueffer
7bb44cbc85 Change my email address.
Approved by:	arved (mentor)
2004-02-23 20:57:56 +00:00
Kris Kennaway
5155c246bd BROKEN on 5.x: broken pkg-plist 2004-02-09 01:41:12 +00:00
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +00:00
Michael Nottebrock
38a92d46fe Update to KDE 3.2.0
Important changes:
==================

- Kmail and knode have been moved from kdenetwork to kdepim. This
  means you will have to install kdepim if you want to continue using
  kmail or knode. This is to ease integration with korganizer, in
  the new 'Kontact' application.

- The arabic translations for KDE and KOffice have been moved from
  misc to the arabic category.

- There is a new module called kdeaccessibility in the accessibility
  category.  It contains a few utilities for disabled users like a
  magnification lens and a text-to-speech frontend.

- In KDM, you need to select the 'CUSTOM' session profile in order
  to have your .xsession executed. This is particularly important if
  you're using the aegypten tools
  (http://freebsd.kde.org/howtos/aegypten-kmail.php).

- We have started making more parts of the ports optional. In kdepim,
  both Kandy and KPilot can be turned off with ports-knobs. This
  process will continue in the 3.2 series.
2004-02-05 01:23:10 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Oliver Eikemeier
a50678312b - fix PKGORIGIN
since ito makes using package tools hard, is marked as FATAL by
portlint and otherwise doesn't affect the port, fix it silently.

Approved by:	marcus (mentor)
2004-01-22 17:59:27 +00:00
Pav Lucistnik
1013d845a4 - Update to 3.13
PR:		ports/61570
Submitted by:	Slaven Rezic <slaven@rezic.de> (maintainer)
2004-01-21 09:59:10 +00:00
Martin Blapp
9c9dea7192 Fix Makefile comment in port. 2004-01-09 09:16:04 +00:00
Martin Blapp
9c4415eeb7 Add german port of staroffice7.0 2004-01-09 09:06:58 +00:00
Edwin Groothuis
af45ab8378 uncomment test lines. apologies. 2004-01-03 10:42:44 +00:00
Edwin Groothuis
bb9fa7a303 [NEW PORT] german/de-geonext: Interactive (dynamic) elementary Geometry Software
The dynamic mathematics software Geonext establishes new
	ways of teaching and learning mathematics. It offers
	opportunities of visualisation that can't be realised on
	paper or blackboard and with traditional construction tools.

	Geonext enables autonomous and cooperative learning of
	mathematics in the classroom. It encourages an active
	discovering approach to mathematical thinking. Geonext can
	be used at school and at home for free (GPL).  Therefore
	the software can be handed out to students without any
	copyright problems (GPL).

	Geonext can be used from elementary school up to calculus
	at high school and in teacher-training at university in a
	manifold and flexible way.

	WWW: http://www.geonext.de

	- Andreas Fehlner
	fehlner@gmx.de

PR:		ports/59453
Submitted by:	    Andreas Fehlner <fehlner@gmx.de>
2004-01-03 10:41:59 +00:00
Dirk Meyer
45c631004e - update to 0.95 2003-12-29 06:47:01 +00:00
Trevor Johnson
7e223b8511 Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by:	Oliver Eikemeier
2003-11-20 15:06:14 +00:00
Trevor Johnson
318a536982 Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
2003-11-20 13:51:47 +00:00
Trevor Johnson
31e137421b new German-language, i386 Linux binary port of Firebird Web browser 2003-11-19 10:51:49 +00:00
Oliver Eikemeier
9a66e311a4 Fix COMMENT spelling
PR:		59188
Approved by:	marcus (mentor)
2003-11-14 17:14:30 +00:00
Norikatsu Shigemura
488fd1dc4c Fix COMMENT with an a-umlaut.
PR:			ports/59188
Submitted by		eik
Not objected to by:	openoffice
2003-11-14 05:53:57 +00:00
Tilman Keskinoz
525596bea0 Add kheisereg, utility to search offline within the article database
of the magazines "c't" and "iX"

PR:		59156
Submitted by:	Markus Brueffer <brueffer@phoenix-systems.de>
2003-11-13 17:47:40 +00:00
Trevor Johnson
e99ceadaf6 Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. 2003-11-13 14:45:08 +00:00
Maho Nakata
e4ab6030f0 OpenOffice -> OpenOffice.org
Submitted by:	Pavel@Janik.cz (Pavel Janik)
2003-11-09 14:11:29 +00:00
Maho Nakata
8d12135b54 Language setting was wrong for german. 2003-11-09 00:01:38 +00:00
Maho Nakata
2d5ca8ac81 Add OpenOffice.org 1.1 for german. 2003-11-08 23:12:56 +00:00
Maho Nakata
4940c0e0f2 Forgot to change Makefile s..
Pointed out:	sf
Pointy hat to:	myself

Thank you very much fujishima-san!
2003-11-08 07:30:12 +00:00
Maho Nakata
0c4a1eb85f rename openoffice* to openoffice-1.0* accodingly (repo copy).
Pointed out:	sf, kris
2003-11-08 06:55:14 +00:00
Maho Nakata
c012af99bc rename openoffice to openoffice-1.0 after repocopy
Acknowledgment to: nork
2003-11-08 04:37:31 +00:00
Mark Linimon
df2e022890 Per maintainer request, remove german/cheapcall. The mastersite has
disappeared and the author no longer responds to email.
2003-11-02 22:55:41 +00:00
Wolfram Schneider
036e84c5db Update German Linux manual pages to version 0.4 2003-10-29 11:39:02 +00:00
Mark Linimon
ef3fbe28b2 Per distfile survey, chase new mastersite. Informed maintainer. 2003-10-29 07:46:49 +00:00
Ying-Chieh Liao
c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Kris Kennaway
1d0bf11d2a Switch to tk84, bump PORTREVISION and tidy some whitespace.
Reviewed by:	nectar
2003-10-18 23:30:44 +00:00
Daichi GOTO
f7de33e57d update german/linux-eagle: 4.09r2 -> 4.11
PR:		57853
Submitted by:	Thomas E. Zander <riggs@rrr.de> (maintainer)
2003-10-14 11:41:41 +00:00
Dirk Meyer
7da1ac3184 - use DOCSDIR 2003-10-12 11:03:50 +00:00
Will Andrews
12f85b32e9 Translation update: fix checksum. 2003-09-21 18:26:54 +00:00
Will Andrews
01ff961210 Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details. 2003-09-18 14:57:05 +00:00
Michael Nottebrock
ac4ef3820b Update KDE to the latest official release, KDE 3.1.3
Official KDE 3.1.3 announcement:
http://www.kde.org/announcements/announce-3.1.3.php

(may not work until a few hours after this commit - we jumped the gun a little
 in order to have the update in place at the time the security notifications for
 KDE 3.1.2 will be released together with the announcement of KDE 3.1.3).

Changelog from 3.1.2 to 3.1.3 release:
http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php

Thanks and credits need to go to the whole KDE-FreeBSD team, as well
as everyone on kde@freebsd.org for providing feedback, reporting bugs
and just using the KDE ports.

Approved by: will (real mentor asleep)
2003-07-29 04:26:22 +00:00
Martin Blapp
fc32b37ca7 Upgrade to use new patchset 112887-04.tar 2003-07-23 22:18:44 +00:00
Trevor Johnson
579c4c5cf5 Fix distinfo for generated files: I mistakenly left "linux-" in
their names.
2003-07-06 09:30:20 +00:00
Joe Marcus Clarke
b213c0c4e1 Generate plist either statically or before do-install phase for
compatibility with upcoming bsd.port.mk patches.

Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2003-07-05 19:01:41 +00:00
Trevor Johnson
b2b32546c4 Security fix: update to the latest versions: 7.1 for American
English; and 7.02 for French, German, Japanese, and Brazilian
Portuguese.  These are reportedly free of the onunload referrer bug
(#145579 in bugzilla).

The Sun Java plugin is no longer available from the same places.
AIM is needed by the 7.02 versions.  The DOM inspector and "venkman"
JavaScript debugger are available for 7.1.

Compress generated files with bzip2; omit "linux-" from their names.

The RDF files provided by the ports are no longer needed.

Update references to Netscape 6.

Run chmod to fix permissions on extracted files (for the Portuguese
slave port).

Remove unneeded XXXchecksum target.

Change the configuration process, so that extraneous files are not
downloaded.  This resolves PR 44101, submitted by Fernan Aguero.
2003-07-03 09:55:03 +00:00
Tilman Keskinoz
95fcabc6c0 Update to 0.9.4
PR:		53260
Submitted by:	maintainer
2003-06-13 11:36:33 +00:00
Mario Sergio Fujikawa Ferreira
9433ac58db Update to KDE 3.1.2 2003-05-19 19:43:36 +00:00
Mario Sergio Fujikawa Ferreira
1c0f4389f7 Bring back from Attic: localized messages and documentation for koffice 2003-05-19 18:13:41 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00
Martin Blapp
c9da99079a Add hyphenation dictionaries to the slave ports. 2003-04-08 23:30:15 +00:00
Alan Eldridge
b294b98273 Rejoice, for the long awaited upgrade to kde 3.1.1 is here! 2003-04-05 22:16:12 +00:00
Dirk Meyer
cfd914f4f7 - fix PLIST 2003-04-05 08:08:08 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Ade Lovett
d3fc97c432 Remove pkg-comment from remaining master/slave port sets.
Approved by:	portmgr (implicitly)
2003-03-07 00:16:25 +00:00
Martin Blapp
0424c8c85c de-pkg-comment 2003-03-05 23:35:34 +00:00
Wolfram Schneider
9e7771c7f4 De-pkg-comment. 2003-03-05 12:47:22 +00:00
Dirk Meyer
8491de9f21 - MAINTAINER in standard caption 2003-03-04 20:02:46 +00:00
Jacques Vidrine
f1d221d164 -- Move pkg-comment into Makefile
-- portlint as necessary
2003-02-25 19:11:35 +00:00
Martin Blapp
56da587fc4 Do not fail if libXrender.so doesn't exist at all.
Submitted by:	"Karel J. Bosschaart" <karelj@wop21.wop.wtb.tue.nl>
2003-02-22 14:35:22 +00:00
Akinori MUSHA
a8edaa568e De-pkg-comment. 2003-02-21 12:06:51 +00:00
Akinori MUSHA
57f9198bc7 De-pkg-comment. 2003-02-21 11:08:38 +00:00