Commit Graph

564 Commits

Author SHA1 Message Date
David E. O'Brien
2184c9ed7f Turn maintance over the ports list. Now that this is in the main src tree
it could be cvs rm'ed for all I care.
2001-09-07 06:16:40 +00:00
Maxim Sobolev
810fcd34d2 USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate. 2001-08-31 14:20:29 +00:00
David W. Chapman Jr.
5dab8f6739 Add patches to not define putc and getc as a macro
Bump PORTREVISION

PR:		29284
2001-08-30 19:49:08 +00:00
Akinori MUSHA
23a999b22b Make CATEGORIES and MAINTAINER overridable for japanese/kde*.
Approved by:	kde (will), demon (MAINTAINERs)
2001-08-30 18:56:50 +00:00
Dmitry Sivachenko
e4043b9a6f Upgrade to 1.14 2001-08-29 19:22:35 +00:00
Ying-Chieh Liao
82f34cee44 add lbrate
Extract/decompress CP/M LBR archives

PR:		30087
Submitted by:	Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
2001-08-29 11:12:02 +00:00
Maxim Sobolev
54edf3598f Update to 0.5.
Submitted by:	petef
2001-08-27 08:35:40 +00:00
Will Andrews
fe68eec3e2 Reassign MAINTAINER to kde@FreeBSD.org, a group formed specifically to
maintain and improve QT/KDE on FreeBSD.  This group (at this time)
consists of:  demon, olgeni, kevlo, lauri@kde.org, rwatson, and will.

While I'm here, fail build of kdelibs11 if kdelibs2 is installed.  This
was originally supposed to be committed with the 2.2 update, but...
2001-08-25 02:17:59 +00:00
Maxim Sobolev
0cf6a54ffb Update to 0.4. 2001-08-20 08:13:32 +00:00
Akinori MUSHA
329c977502 Conditionalize bzip2 dependencies. 2001-08-15 20:33:16 +00:00
Will Andrews
b4a7c57e95 *sigh* They changed the path to the tarballs again. This was verified
on my local mirror at ftp://csociety-ftp.ecn.purdue.edu/pub/kde/.  :\

Submitted by:	scottl
2001-08-15 16:25:13 +00:00
Will Andrews
3901adbb04 Update to KDE 2.2:
* All patches except sysutils/kdeadmin/files/patch-rpmMessages.c:
	- Either obsoleted or merged into KDE.
 * All pkg-plists:
	- Huge diffs are due to mass conversion from static HTML pages
	  to XML/XSL versions.
 * audio/kdemultimedia2:
	- aRts + Noatun, etc. now work and play MP3s et al properly,
	  using the mpg123 aRtsplugin.  Remove mpeglib[,_artsplug]
	  from compile.
 * converters/kdesupport2:
	- Obsolete.  No longer used in this version of KDE.
 * deskutils/kdepim:
	- Use autoconf and account for brokenness in the configure
	  script by replacing invocations of INSTALL under libical
	  with the proper incantations.
	- Per David O'Brien's request, move libimap to libkimap;
	  this was performed by Rik Hemsley <rikkus@kde.org>.
 * devel/kdesdk:
	- New module with some helpful tools.  One in particular that
	  seems demanded is ``kbabel'', which, as I've been told, is
	  a translator's wet dream.
	- Workaround dumb problem in kbabel's libgettext (which I could
	  not figure out how to remove) by replacing its error() with
	  errc().  KBabel seems to run fine with this patch.
 * devel/kdevelop:
	- Fix lame check for libkdeui.so.* by replacing it with just
	  a check for libkdeui.so.  It's been/being removed from
	  kdevelop after 2.2.
 * editors/koffice:
	- Fix kivio compile errors by substituting in PTHREAD_LIBS
	  in the correct place.  Compensate for kivio's dependency
	  on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so
	  in kivio.desktop.
 * games/kdegames2:
	- Some new games.
 * graphics/kdegraphics2:
	- Fix link errors in libkscan and kamera where they
	  require gettext (ie: add -lintl).
	- Fix compile error in kamera.cpp which is dependent on a
	  correctly done gphoto2.. of course, this will only help
	  people who've manually installed gphoto2 themselves.
 * net/kdenetwork2:
	- Mimelib was moved here (reason for removal of kdesupport2).
 * misc/kdeaddons:
	- New module to FreeBSD ports; some simple addons for KDE2.
	  Suggested by Lauri Watts <lauri@kde.org>.
 * misc/kdeutils2:
	- Added a couple manpages.
 * x11-clocks/kdetoys2:
	- Some new apps.
 * sysutils/kdeadmin:
	- Remove kuser from compile because it has some problems.  ;\
 * x11/kdelibs2:
	- Add libFAM dependency to help people who run FAM; FAM
	  increases the overall desktop responsiveness.
	  Submitted by Lauri Watts <lauri@kde.org>.
	- Add CUPS dependency to bring in KDE's new print system.
	- Add bzip2/libxml2 dependencies to support the new help kioslave.
	- Disable installation of libltdl stuff to prevent conflicts
	  with other stuff.  Submitted by wjv.
	- Add pkg-req script to avoid conflicts with kdelibs11; add
	  to Makefile too.  Submitted by benno.
	- Be sure to remove the pth header conflicts stuff from the
	  arts/mcop_mt section.
	- Fix problem with configure trying to find -lfam in the
	  wrong place.
	- Remove kspell and api subdirs from doc; we don't need them,
	  and there are problems trying to build/install them.
	  Submitted by Lauri Watts <lauri@kde.org>.
 * x11/kdebase2:
	- Solve link permissions problem by changing the modes on
	  files installed by kdesktop/init/Templates to 644.
	  Submitted by Jim Durham <durham@w2xo.pgh.pa.us>.
 * x11/kde2:
	- Bump version; no other changes.

Special thanks to Lauri Watts <lauri@kde.org> for helping me test
packages generated by these changes on a virgin system.  I believe
that this is the best-tested update I've ever done for KDE, and it
really shines this time around.

I just noticed there are a couple other PRs in the PR db that need
to be addressed.  I will take care of those by tomorrow.  Sorry...

PR:			22735, 28549
Blanket approval by:	demon (kdesdk, kdevelop)
2001-08-15 12:43:08 +00:00
Andrey A. Chernov
73f81b8c42 Protect against bad entry size in header 2001-08-11 18:19:11 +00:00
Andrey A. Chernov
95d62e7d1a DISTDIR -> _DISTDIR 2001-08-10 13:53:32 +00:00
Andrey A. Chernov
65682f633f Add master site 2001-08-10 13:47:19 +00:00
Andrey A. Chernov
285870f29f Replace dead WWW 2001-08-10 13:44:45 +00:00
Andrey A. Chernov
9917d36c4c Replace dead master sites
Add WITH_UNZIP_UNREDUCE option
2001-08-10 13:39:06 +00:00
Maxim Sobolev
6dfe9f89dd Update to 0.3. 2001-08-07 11:57:53 +00:00
Doug Barton
a15c360a67 Remove the non-living freesoftware.com from MASTER_SITES 2001-08-06 01:11:41 +00:00
Vanilla I. Shu
1ae83debda Upgrade to 1.13. 2001-07-23 14:10:57 +00:00
Ying-Chieh Liao
d2533e4425 add zipios++
A java.util.zip-like C++ library for reading and writing Zip files
2001-07-23 08:16:56 +00:00
Mario Sergio Fujikawa Ferreira
6963bd30a0 - Style fix: RUN_DEPENDS -> USE_LINUX
- Add missing BUILD_DEPENDS on linux_base

PR:		28886
Submitted by:	David A. Bader <dbader@eece.unm.edu>
2001-07-12 19:17:50 +00:00
David W. Chapman Jr.
43ecbf8b97 Quietly try to delete directories
PR:		28523
Submitted by:	Pete Fritchman <petef@databits.net>
2001-07-07 04:16:53 +00:00
David W. Chapman Jr.
4999253ac2 Update MASTER_SITE to new location
Use EXTRACT_SUFX instead of DISTFILE since its only one file
Update distinfo to reflect new filename on new site

PR:		28382
Submitted by:	Miguel Mendez <flynn@energyhq.org>
2001-07-07 03:47:49 +00:00
Mario Sergio Fujikawa Ferreira
964755c0fa Add NOPORTDOCS support
PR:		28575
Submitted by:	Patrick Li <pat@databits.net>
2001-07-03 18:42:13 +00:00
Mario Sergio Fujikawa Ferreira
05b11b1d2a Add NOPORTDOCS support
PR:		28574
Submitted by:	Patrick Li <pat@databits.net>
2001-07-03 18:41:16 +00:00
Mario Sergio Fujikawa Ferreira
a84f6e867b unecho a command
PR:		28575
Submitted by:	Patrick Li <pat@databits.net>
2001-07-03 18:33:36 +00:00
Mario Sergio Fujikawa Ferreira
b01f67dc8e Add NOPORTDOCS support
PR:		28577
Submitted by:	Patrick Li <pat@databits.net>
Approved by:	maintainer (he is on vacation :)
2001-07-03 00:18:48 +00:00
Jimmy Olgeni
9989759a20 Add management for etc/hpack.cfg. 2001-06-17 10:55:03 +00:00
Will Andrews
b8786aafea Add xpk 0.1.4, the eXternal PacKer (XPK) library system.
PR:		27500
Submitted by:	Miguel Mendez <flynn@energyhq.org>
2001-06-11 03:48:12 +00:00
Mark Pulford
3246a363a8 Updated MAINTAINER to my new committer email address
Reviewed by:	will
2001-06-08 05:36:46 +00:00
Doug Barton
5bc18049fe Chase the checksum 2001-05-26 02:59:50 +00:00
Jimmy Olgeni
a083736260 Add MASTER_SITES from the archivers/unzip port. 2001-05-23 20:24:42 +00:00
Ying-Chieh Liao
0987abe4ce change master site and WWW:
Submitted by:	Jeff Palmer <scorpio@drkshdw.org>
Approved by:	maintainer
2001-05-22 17:25:50 +00:00
Ying-Chieh Liao
353fc9f863 change master site
PR:		27514
Submitted by:	Jeff Palmer <scorpio@drkshdw.org>
2001-05-22 17:21:42 +00:00
Vanilla I. Shu
1c65cdfa71 Upgrade to 1.12. 2001-05-09 06:56:24 +00:00
Ying-Chieh Liao
d9928ede9e change master site and update WWW: 2001-05-08 18:52:04 +00:00
Akinori MUSHA
26d2f613e2 Oops, make it *work* with Ruby 1.7 (make RUBY_VER=1.7). 2001-05-06 14:23:53 +00:00
Akinori MUSHA
2d1ee302c2 Make it compile with Ruby 1.7 (make RUBY_VER=1.7). 2001-05-06 14:05:06 +00:00
David E. O'Brien
63f643c150 Update to version 1.3.
Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2001-05-04 16:20:15 +00:00
Ying-Chieh Liao
dc28ce0c8d primary site missing (dont know why :< ), so add some more sites ...
Submitted by:	Adam Kranzel <adam@alameda.edu>
2001-04-20 18:02:37 +00:00
Will Andrews
b4c49d7baa Add xdms 1.3, an Amiga DMS archiver unpacker.
PR:		26524
Submitted by:	Mark Pulford <mark@kyne.com.au>
2001-04-17 18:01:40 +00:00
David E. O'Brien
a0655feead * Build with compilers other than cc: egcs, ccc, ....
* Cosmetic:  Remove useless subshell.

Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2001-04-14 02:19:33 +00:00
David E. O'Brien
000ab40d99 Switch to using "MASTER_SITE_SOURCEWARE" 2001-04-13 07:50:40 +00:00
Steve Price
e6d900ae81 Remove a couple of extra directories if empty. 2001-04-11 03:52:36 +00:00
Ying-Chieh Liao
6fa1d575b7 add gnugetopt lib depend
use INSATLL_PROGRAM instead of INSTALL

Submitted by:	steve
2001-04-10 01:25:35 +00:00
Mikhail Teterin
138b5db23b Prepend %%PORTDOCS%% where needed. 2001-04-09 23:28:44 +00:00
Ying-Chieh Liao
8675b7998a add bitbox
BitBox is a GPL'd file splitter/joiner utility
2001-04-08 18:00:28 +00:00
Andrey A. Chernov
49fbf6304c Distfile moved
Honor CFLAGS
2001-04-07 01:42:21 +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