Commit graph

7 commits

Author SHA1 Message Date
Thomas Klausner
bb528ddf4b Convert to bl3. 2004-04-25 01:07:12 +00:00
Soren Jacobsen
084e0938cf LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now shell globs relative to
WRKSRC.  LIBTOOL_OVERRIDE defaults to "libtool */libtool and */*/libtool,"
meaning that, in most packages, there's no need to set it.

So: Nuke tons of LIBTOOL_OVERRIDE=${WRKSRC} and adjust a few
SHLIBTOOL_OVERRIDEs (remove ${WRKSRC} from them).
2004-02-17 02:55:13 +00:00
grant beattie
e7e15b4322 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-25 02:22:38 +00:00
Juan Romero Pardines
b91373425d Hmm, FreeBSD 4.x has soundcard.h in sys and machine, they are the same,
so remove the __FreeBSD_version and use <sys/soundcard.h>.
2003-09-26 06:37:01 +00:00
Juan Romero Pardines
0e4f9c1776 * Fix the trouble with locales
* Add optional support for KDE
2003-09-26 06:28:43 +00:00
Juan Romero Pardines
ea6897f8f7 Use pkglint and fix the trouble, use the correct header for the souncard,
e.g:

+#ifdef __Linux__
                #include <linux/soundcard.h>
+#elif defined(__FreeBSD__) && (__FreeBSD_version >= 500000)
+               #include <sys/soundcard.h>
+#else
+               #include <soundcard.h>
+#endif

Remove unused variables, regen PLIST, etc...
2003-09-26 06:26:48 +00:00
Juan Romero Pardines
d2d2ad5b0d Initial import of kvirc 3.0.0-beta2. Provided by Florian Franzmann
<siflfran@hawo.stw.uni-erlangen.de> via PR pkg/22811.

A highly configurable graphical IRC client with an MDI interface,
built-in scripting language, support for DCC, drag & drop, and much
more. KVIrc uses the Qt widget set, has support for KDE, has more
features than you can think of, can be extended using its own scripting
language, supports custom plugins and is nearly a desktop environment on
its own.
2003-09-22 16:18:26 +00:00