Commit Graph

57 Commits

Author SHA1 Message Date
Maxim Sobolev
6db96c0500 Bump png shared library version.
Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>
2000-07-04 07:13:35 +00:00
Will Andrews
7ba93e94b6 Add a patch that will hopefully prevent possible buffer overflow with
gethostbyname(); it uses a 25-character buffer which is insufficient for
some localhost domains; increase to 255 (plus terminating character), which
is XNS5 recommendation.

Obtained from:	NetBSD
2000-06-29 20:35:30 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00
Satoshi Asami
b30a8cadf9 Mini typo fix.
Submitted by:	bento
2000-06-01 08:10:00 +00:00
Chris Piazza
fe5426321a Update to use PORTNAME/PORTVERSION 2000-04-13 19:19:05 +00:00
Will Andrews
a0b12bb2ea I forgot to remove GNU_CONFIGURE, as it is now implied by the newly-added
USE_LIBTOOL hook. This does not change anything.

Submitted by:	Andrzej Tobola <san@tmp.iem.pw.edu.pl>
2000-04-03 07:12:36 +00:00
Will Andrews
a0b83061a7 Back in USE_LIBTOOL now that we have libtool 1.3.4 in the ports tree.
This should fix the build for 5.0-CURRENT (as tested on my -current
and -stable machines).

Submitted by:	reg (parts of it)
2000-04-03 00:37:32 +00:00
Will Andrews
246fe3cbb8 Back out USE_LIBTOOL. This thing isn't working. I'll have to do some more
work to ensure that LIBTOOL works properly next time I commit something to
fix this. :-(

Hopefully this will stop all the complaints that have flooded my mailbox.
2000-03-25 21:49:47 +00:00
R. Imura
544bec4012 Add share/applnk/Network 2000-03-25 19:42:59 +00:00
R. Imura
3daf5ca497 Doing KDE style mtree in kdelibs.
OK'd by:	will
2000-03-25 16:14:50 +00:00
Will Andrews
4cf6f6a1c3 Whoops, forgot to re-add libkdecore.la to PLIST per previous Makefile
commit. I hope this doesn't break USE_LIBTOOL. Same pretense as said commit.
2000-03-24 22:24:27 +00:00
Will Andrews
add2ed7652 Emergency add ${PREFIX}/lib/libkdecore.la so kde ports install properly.
Once we have had time to discuss whether this is the best method to solve
the broken configure behavior on most KDE ports, we will decide whether
to keep this commit or not.

Complained about by:	scrappy
2000-03-23 22:22:23 +00:00
Will Andrews
8a99d54a0d Fix kdelibs11 port so it builds on 5.0-CURRENT.
Change MAINTAINER to myself.
Clean up pkg/PLIST, fix some of the unexec rmdir's and change some of the
@dirrm's to unexec rmdir.
Add USE_LIBTOOL + remove pkg/PLIST *.la.
Actually add WWW: to pkg/DESCR.

Reported by:	asami
Approved by:	asami
2000-03-23 02:54:30 +00:00
Satoshi Asami
19a6a6739c Bump shlib numbers. Add ".1" to end of PKGNAME to distinguish it from
the previous version.

Submitted by:	Will Andrews <andrews@TECHNOLOGIST.COM>
2000-02-24 06:54:56 +00:00
R. Imura
46789bfcb4 Remove giflib dependence.
Only changed giflib -> libungif in kdegraphics.

They realy do NOT want libgif, and do NOT use libgif anywhere.
Some ports are checking its existence in configure, but they
are nonsense at all!!
2000-02-15 13:45:23 +00:00
Steve Price
a4c208df4b Remove an empty patch. 1999-09-20 00:29:36 +00:00
Stefan Eßer
833e387518 Update to KDE-1.1.2 1999-09-18 09:02:12 +00:00
Steve Price
2169e434e8 The version number of libgif.so has changed to 5. 1999-09-18 03:12:11 +00:00
Steve Price
ec1b2d16ed The tiff port now lives in ports/graphics/tiff. 1999-09-07 10:45:31 +00:00
Peter Wemm
e17439d50d $Id$ -> $FreeBSD$ 1999-08-31 02:51:23 +00:00
Chris Piazza
8245eaccc6 Pass ${LOCALBASE}/(lib,include) as CPPFLAGS/LDFLAGS so installing
into another prefix will find libjpeg.

Most (if not all) of the kde ports will similarly have to be changed.
1999-08-25 05:18:43 +00:00
Stefan Eßer
c6161bba71 Upgrade KDE to Release 1.1.1. 1999-05-03 22:29:39 +00:00
Satoshi Asami
3d45976da3 Portlint. 1999-02-28 21:48:09 +00:00
David E. O'Brien
732390dac1 MASTER_SITE_SUBDIR was broken. My choices in fixing were either go with
GZIP or BZIP2 distfiles.  I went with BZIP2.
1999-02-28 06:06:25 +00:00
Satoshi Asami
baa8055a26 Remove two hunks that fail. The first one is a duplicate, the second
one is already in the source (according to the submitter).

Submitted by:	Patrick Gardella <patrick@cre8tivegroup.com>
1999-02-13 01:38:54 +00:00
Stefan Eßer
dd6fe9e879 Upgrade to KDE 1.1 RELEASE. 1999-02-08 22:25:54 +00:00
Stefan Eßer
523f3928b7 Upgrade to KDE-1.1pre2 ... 1999-02-06 23:22:08 +00:00
Satoshi Asami
5114e2637e Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.

The fix here is one of the following.

(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
    EXTRACT_* commands.

(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
    calling the "tar" command (i.e., arguments like "-xzf" are spelled
    out).

(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
    add ${EXTRACT_AFTER_ARGS} to the command line as well.

(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
    is set, define the other two too.
1999-02-03 11:12:01 +00:00
SADA Kenji
114aacf38f Fix for 4.x. 1999-02-01 10:25:37 +00:00
Satoshi Asami
274dff273c The red face you see behind the table is yours truly being ashamed by
committing a patch without testing.
1999-01-21 04:32:54 +00:00
Satoshi Asami
cc7d7ac38a Fix ordering of ln -s arguments -- the lib*.so symlinks were not properly
made, causing other kde*11 builds to fall over if dependencies were installed
from packages.
1999-01-21 00:54:24 +00:00
Stefan Eßer
8f11472006 Upgrade to the first pre-release of KDE 1.1.
This port requireat least s version 1.41 of the Qt library.
There will be an error reported by configure, if only an earlier
version is found, but no automatic port dependency exists (i.e.
the x11-toolkits/qt141 port has to be manually built and installed).

There may still be a problem with a missing -lXext in the kdesupport
port. This will be taken care of during the next few days, if the
problem still exists ...
1999-01-07 00:52:05 +00:00
Satoshi Asami
afaa25f0cc Mark these broken while Stefan works on an upgrade. 1999-01-06 05:42:38 +00:00
Satoshi Asami
96bc8048c3 Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change
shell loops to make loops.  Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
1998-11-14 09:43:39 +00:00
Jun Kuriyama
06f40e8a25 Add missing *.so symlinks and add ${LN} for aout systems. 1998-10-10 06:43:49 +00:00
Brian Somers
17960648ef Elfify (no response from the maintainer)
With some help from postings by: Hans Petter Bieker <zerium@webindex.no>
1998-10-01 18:35:36 +00:00
Justin M. Seger
354b6160fa This port hasn't been converted to work with ELF yet.
Mark BROKEN_ELF.
1998-09-30 01:57:21 +00:00
Steve Price
dcf1287e4d giflib is now converted to ELF so remove regexp support. 1998-09-19 01:33:49 +00:00
Satoshi Asami
4dc064b0c5 jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp
 support.)
1998-09-15 11:46:15 +00:00
Satoshi Asami
65edaaa1f5 Replace qt dependencies with USE_QT.
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and
 GNU_CONFIGURE)
1998-08-12 06:29:36 +00:00
Satoshi Asami
5264cbceb5 Fix up dependencies for ports that moved into the x11-toolkits category. 1998-08-07 23:56:56 +00:00
Stefan Eßer
84377cc5f9 Change dependencies to accept Qt-1.33 if present,
but to build Qt-1.40 if no compiled Qt library can be found.
1998-07-23 20:52:04 +00:00
Stefan Eßer
b5072b14e7 Upgrade to KDE Release 1.0
Partially based on patches prepared by Thomas Gellekum.
1998-07-13 23:36:02 +00:00
Stefan Eßer
5946a6428f Minimum required version of Qt is 1.31 1998-05-21 21:31:58 +00:00
Justin M. Seger
18f33c0f93 Change JPEG shared library number to 9. This is to make sure that everyone
installs the version of the port that uses shared library number 9 and the
LIBRARY_VERSION set to the default.  Normally this is against our policy
(bumping the version number for minor things), however due to the major
problems caused with the upgrade, Satoshi and I decided that this was best.

Approved by:    asami
1998-05-04 20:23:32 +00:00
Stefan Eßer
527825c10d Update to KDE Beta4. 1998-04-25 07:33:05 +00:00
Justin M. Seger
b5544f1358 Switch remaining ports to use jpeg lib version 8.0. 1998-04-15 22:18:24 +00:00
Stefan Eßer
1ecf9ece5a Use $(MASTER_SITE_KDE) 1998-03-06 19:52:23 +00:00
Stefan Eßer
8a824b3975 Clean up Makefile 1998-02-15 22:18:32 +00:00