1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
Commit Graph

1221 Commits

Author SHA1 Message Date
FUJISHIMA Satsuki
4006c97909 Tell configure script proper place where libqt installed in.
This patch prevent the script not to confuse libqthreads as libqt.
libqthreads is part of lang/guile, not QT.

PR:		23186
Submitted by:	Donald J . Maddox <dmaddox@sc.rr.com>
2001-01-29 14:21:00 +00:00
Maxim Sobolev
6569cc16e9 Add missed manpage.
Submitted by:	bento
2001-01-29 12:26:22 +00:00
Lars Koeller
ba965121da Forgotten to bump PORTREVISION due to addition of patch-lp, which fixed
the problems of finding .text_extras_menu.
2001-01-28 14:54:40 +00:00
Will Andrews
359fa6e1e5 Remove inactive MAINTAINER <cwt>, who hasn't committed in 20 months. 2001-01-27 05:31:09 +00:00
Will Andrews
ec4c0231ad Fix bogons related to WANT_STATIC.
Submitted by:	jkh
2001-01-24 03:48:41 +00:00
Akinori MUSHA
6fc8366343 Add ruby-qt2table, Qt2 table extension for Ruby. 2001-01-23 07:55:09 +00:00
Akinori MUSHA
7f5eab6107 Add ruby-qt2canvas, Qt2 canvas extension for Ruby. 2001-01-23 07:54:16 +00:00
Akinori MUSHA
4ffdfdb7d7 Minor wording fixes. 2001-01-23 07:20:39 +00:00
Ade Lovett
548809869d Release a few ports back into the wild that I don't have
time to maintain any more.
2001-01-22 19:33:59 +00:00
FUJISHIMA Satsuki
7797e5c9df move MASTER_SITES to MASTER_SITE_LOCAL.
PR:		23185
Noticed by:	Donald J . Maddox <dmaddox@sc.rr.com>
Approved by:	maintainer
2001-01-22 17:13:36 +00:00
Will Andrews
ceba73ff6e Add workaround (CFLAGS+=-frerun-cse-after-loops) for breakage in GCC
2.95.3.  It's backwards compatible, so no need for OSVERSION or other
checks like that.  Also add new var - MAKE_JOBS, which allows you to
adjust the -jN argument (I wanted this 'cause with more CPUs I can compile
with MAKE_JOBS=4 or greater).  Methinks this kind of thing belongs in
bsd.port.mk, but anyway.  I can now compile (with MAKE_JOBS=4) qt 1.45 in
less than 4 minutes on my dual PIII-600E.  :)

Submitted by:	sf (workaround)
Requested by:	alex (workaround)
2001-01-21 19:36:08 +00:00
Lars Koeller
c614263584 During compile of xview on my 4.2-Release System with XFree-3.3.6 the
location of .text_extras_menu is set via imake to

  -DEXTRASMENU="\"/usr/X11R6/lib/.text_extras_menu\""

This absolute path is not handeld by the code in

  .../lib/libxview/textsw/txt_e_menu.c

This patch fixes this case. The warning message when starting xview
progams it's unable to find

  /usr/lib/./usr/X11R6/lib/.text_extras_menu

didn't appear anymore.
2001-01-21 19:05:07 +00:00
Ying-Chieh Liao
24ebd4cbfc ijliao@csie.nctu.edu.tw -> ijliao@FreeBSD.org 2001-01-21 04:26:37 +00:00
Will Andrews
1e242ef434 Hopefully finish syncing with bsd.port.mk rev 1.361 - use bsd.port.mk
defined PORTDOCS PLIST_SUB.

Submitted by:	lioux
Closes PR:	24468
PR Submitter:	Mikhail Teterin <mi@aldan.algebra.com>
2001-01-20 00:39:55 +00:00
Akinori MUSHA
6d30560f92 Update to 0.11 and unbreak. Now it works fine. :)
The culprit was x11-toolkits/qt22's lack of qgl support, and the author has
kindly separated the qgl module.  At the same time, canvas, table, and xml
modules have been separated too.  I'll make them ports sometime in the not too
distant future.
2001-01-18 16:52:47 +00:00
Maxim Sobolev
a95cd5d230 Update to 2.2.4.
Approved by:	maintainer
2001-01-18 13:18:33 +00:00
Will Andrews
5ccbc2a8ac Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now in
bsd.port.mk, for easy removal of documentation.  I left alone one port -
japanese/elisa8x8 (or something like that), because it appeared to have
some rather weird way of doing PORTDOCS substitution.
2001-01-16 19:08:45 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Maxim Sobolev
5acc3c46f6 Update to 0.1.1. 2001-01-16 12:42:24 +00:00
Maxim Sobolev
af6d08d902 Update to 0.0.10112. 2001-01-12 14:21:39 +00:00
Maxim Sobolev
c57fa83cec Update to 1.34. 2001-01-10 13:24:35 +00:00
Akinori MUSHA
e188d6e740 Temporarily mark as broken. There seems to be something wrong with
the generated qt2.so on 4-STABLE + XFree86 4.0.2 + Mesa 3.2.1:

/usr/local/lib/ruby/site_ruby/1.6/qt2.rb:1:in `require': /usr/local/lib/ruby/site_ruby/1.6/i386-freebsd4.2/qt2.so: Undefined symbol "__ti9QGLWidget" - /usr/local/lib/ruby/site_ruby/1.6/i386-freebsd4.2/qt2.so (LoadError)
        from /usr/local/lib/ruby/site_ruby/1.6/qt2.rb:1
        from hello.rb:17:in `require'
        from hello.rb:17

where "__ti9QGLWidget" is apparently an internal symbol...  I'll have
to take the time to investigate and fix the problem. :(

Any input is welcome.
2001-01-09 21:51:24 +00:00
Akinori MUSHA
5fdad09fd7 Add ruby-qt2, Qt2 extension for Ruby.
Repocopied from:	x11-toolkits/ruby-qt
2001-01-09 20:59:50 +00:00
Lars Koeller
c2c17f9d80 Added accidently lost manually install of patchlevel.h which is needed
by e.g. grace to compile.
2001-01-09 20:37:04 +00:00
Akinori MUSHA
8940d3c747 Update to 0.14b. 2001-01-09 10:17:17 +00:00
Akinori MUSHA
d8c7d9d59f Update to 0.14a. 2001-01-08 23:46:30 +00:00
Maxim Sobolev
486b096e30 Update to 200012301145. 2001-01-08 01:17:20 +00:00
Will Andrews
e40046b15d Clean up inefficient perl invocations; use multiple REs in the same call. 2001-01-07 17:49:52 +00:00
Will Andrews
8fc0ba6af4 Install threaded qt2 library. Nuke GL dependency (should have listened
to garbanzo long ago), to reduce complications involved when building on
X4.0.2 with thread support.  We don't need GL anyway.  Bump PORTREVISION
(unconditionally this time) to 3.

Submitted by:	Jeremy Shaffner <jeremy@external.org>
2001-01-07 16:47:21 +00:00
Lars Koeller
67256d7659 - Cleanup of Makefile
- Properly support of CC/CFLAGS/PREFIX added
- Remove version number from dirnames (share/doc/XmHTML, share/examples/XmHTML)
- Exclude (archtecture dependent) binary program from share/examples/XmHTML
- Respect NOPORTDOCS
- Increase PORTREVISON to 1
PR: 23832
Submitted by: tkato@prontomail.ne.jp
2001-01-07 13:10:07 +00:00
Kevin Lo
51c33146f8 kio8-* encoding improvement
Submitted by: mi@aldan.algebra.com
Approved by:  will
2001-01-05 06:17:03 +00:00
Maxim Sobolev
1f21ddd3f7 Don't build test program. This should solve error when building the port on
system without libglade installed.
2001-01-04 20:56:38 +00:00
Maxim Sobolev
7ad5fbf5f9 Update to 0.0.10103. 2001-01-03 17:27:47 +00:00
Maxim Sobolev
8bce27f85f Add easygtk. EasyGTK is a wrapper library for GTK+ for people who want to learn
GTK programming in 2 hours instead of 2 weeks
2001-01-03 14:32:41 +00:00
Vanilla I. Shu
71bca80c9e Upgrade to 800.022.
PR:		ports/20196
Submitted by:	Palle Girgensohn <girgen@partitur.se>
2001-01-03 03:47:32 +00:00
FUJISHIMA Satsuki
d318bf04e7 add missing files.
PR:		23738
Submitted by:	David W. Chapman Jr.

LIB_DEPENDS GLU.14 -> USE_MESA.
2001-01-02 16:05:21 +00:00
Maxim Sobolev
f77c585ad5 Update to 0.0.10101. 2001-01-01 22:39:42 +00:00
Maxim Sobolev
87ac79e889 Update to 200012290259. 2000-12-30 12:06:43 +00:00
Maxim Sobolev
0544709853 Remove file committed by error. 2000-12-30 02:12:45 +00:00
Lars Koeller
a52c0977b6 Update to version 4.8.4. Affected ports: xmgr, grace, oleo. 2000-12-29 16:15:13 +00:00
Mark Murray
948349b804 Force a link so that "make reinstall" works. 2000-12-27 20:53:49 +00:00
Will Andrews
1ebd628ccb Fix build for XFree86 4.0.2 users: use threads by default in QT even though
it doesn't really work (or so I've been told).  This does not affect the
build for non-XFree86-4.0.2 users.  Apologies for not getting this in
sooner.

Thanks to:	Andrew <elitetek@flashcom.net> for loaning me access to a
		fast machine with XFree86 4.0.2 to do my testing on, as
		well as being the first one to contact me about this.
2000-12-26 04:07:50 +00:00
Maxim Sobolev
1b9f07341c Update to 0.8.0. 2000-12-25 12:29:18 +00:00
Lars Koeller
b9122e9ba8 Complete new patch files for update to version 1.1.7. 2000-12-25 07:22:54 +00:00
Lars Koeller
9775928ec9 Complete new patch files for update to version 1.1.7. 2000-12-24 12:59:19 +00:00
Lars Koeller
9b36675494 Update to 1.1.7 with new packing list. 2000-12-24 12:57:23 +00:00
Lars Koeller
ca4e189d19 Fix one line longer than 80 chars. 2000-12-24 12:56:50 +00:00
Lars Koeller
0b9b35545c Update to 1.1.7 with new checksum. 2000-12-24 12:56:13 +00:00
Lars Koeller
930f61671c Update to version 1.1.7, needed be grace-5.1.2. Alas the imake build of the
source tree is toally broken: It's necessary to use the Makefiles and do the
install by "hand" with manually callinmg libtool, etc.
PR: ports/20464, ports/20577, ports/21836
2000-12-24 12:55:37 +00:00
Yukihiro Nakai
b18ffa5949 Update to 1.2.4
Submitted by:	Maxim Sobolev <sobomax@FreeBSD.org>
2000-12-22 20:50:10 +00:00
Will Andrews
bdffbec64a Add in antialiasing support (PORTREVISION conditional on whether AA
support is compiled in), untested because I don't have X4.0.2, but the
port works fine for the non-X4.0.2 case.  Also substitute multiple perl
regexes on the same file for one sed regex.  Add MAKE_ARGS=-j2 by default
since it makes QT compile faster even on uniprocessor systems.

I wanted to avoid putting the AA patch in CVS since it will be short-lived,
as the patch is in TrollTech's CVS and will most likely be released as part
of QT 2.2.4.  Nevertheless, I thought I'd bring it in for the folks who
like bleeding edge.. since antialiasing most likely improves KDE2's look
and feel very much.

Submitted by:	kevlo (AA patch)
		Mikhail Teterin <mi@aldan.algebra.com> (-j2)
2000-12-22 06:01:12 +00:00
Maxim Sobolev
6bdc992f16 Add MASTER_SITE_SOURCEFORGE into the MASTER_SITES. 2000-12-21 16:27:19 +00:00
Kenjiro Cho
4390a37a22 update BLT from 2.4s to 2.4u.
move from tcl8.2/tk8.2 to tcl8.3/tk8.3.
2000-12-21 11:57:18 +00:00
Will Andrews
d7e451435e Update to QT 2.2.3. This upgrade includes the addition of MNG support
in the port.. although that support has been in QT 2.x for awhile.  The
upgrade is also required for KDE 2.1 beta 1.  Apologies to Kevin for
not getting it done sooner.
2000-12-18 19:19:59 +00:00
Ade Lovett
0a9d3ab427 Update to 0.4.1.2nd-cup-of-coffee 2000-12-16 01:41:52 +00:00
Ade Lovett
dcab8f8fcf Update to 0.4 2000-12-15 17:53:30 +00:00
Daniel Harris
2be3f8901c Revert maintainer to ports@freebsd.org.
PR:		23557
Submitted by:	ex-MAINTAINER
2000-12-14 21:54:27 +00:00
Maxim Sobolev
0ad146f3f2 Add py-gtkscintilla - a Python bindings for GtkScintilla library. 2000-12-14 12:24:39 +00:00
Maxim Sobolev
8d0657e26a Add GtkScintilla. GtkScintilla is a wrapper for the Scintilla editing
component wich adds some facility to this powerful component.
2000-12-14 12:18:25 +00:00
Kevin Lo
2ee0e6e40d - Remove redundant/obsolete discriptions from Makefile
- Update WWW: line

PR: 23479
Submitted by: Ports Fury
2000-12-12 15:01:16 +00:00
Maxim Sobolev
567f39d5ec Update to 0.0.01211. 2000-12-11 15:19:40 +00:00
Maxim Sobolev
21e0fd7826 Build two additional modules required for forthcoming Boa port.
Approved by:	maintainer
2000-12-11 09:43:51 +00:00
Vanilla I. Shu
23c079b4a7 Change RUN_DEPENDS to BUILD_DEPENDS,
and set p5-GtkGLArea BROKEN, it need p5-OpenGL :(
2000-12-09 02:52:22 +00:00
Daniel Eischen
f8bbf0e6c1 GtkAda is an Ada binding to Gtk.
PR:		23138
Submitted by:	Samuel Tardieu <sam@inf.enst.fr>
2000-12-08 21:33:54 +00:00
Ade Lovett
8e1e49f643 Update to 0.3 2000-12-08 21:10:31 +00:00
Will Andrews
57fe8e3b3b Update to QT 2.2.2; mostly minor bugfixes. Required for KDE 2.0.1.
Remove a patch in configure by replacing it with "yes yes" to automate
accepting the GPL license (*sigh*) and avoiding interactive configure.
*THIS TIME* I checked to make sure *.so wasn't removed accidentally.  ;-)
2000-12-06 06:27:16 +00:00
Ade Lovett
b373204b9c Update to 0.4.0 2000-12-05 20:01:56 +00:00
Maxim Sobolev
c16dfa56d5 Update to 0.15. 2000-12-05 13:42:38 +00:00
Maxim Sobolev
66b1e4d317 Update to 200011261817. 2000-12-04 11:41:43 +00:00
Maxim Sobolev
fdbeb48339 Update to 200011270836. 2000-12-04 11:34:30 +00:00
Maxim Sobolev
dc969b046d Use distfile for SciTE, since it contains scintilla and SciTE the only
scintilla user so far.
2000-11-27 16:55:35 +00:00
Maxim Sobolev
bfa077b20e Add scintilla - a full-featured free source code editing component for GTK+. 2000-11-27 13:38:24 +00:00
Maxim Sobolev
29a0461ea9 Ditch out "Version required" from comments section. 2000-11-23 11:56:11 +00:00
Andrew Gallatin
18dc1a0e89 The linux libc on alpha is /lib/libc.so.6.1 not /lib/libc.so.6 2000-11-22 18:52:16 +00:00
Maxim Sobolev
97b95b0487 OOPS, forgot to add patch in previous commit (Update to 2.2).
Approved by:	maintainer
2000-11-22 16:55:52 +00:00
Maxim Sobolev
7ba80c5656 Update to 2.2.
Approved by:	maintainer
2000-11-22 16:53:53 +00:00
Maxim Sobolev
378778659c Update version number of gtkextra shared library. 2000-11-22 11:56:18 +00:00
Maxim Sobolev
322cf22d06 Update to 0.99.12. 2000-11-22 11:55:19 +00:00
Maxim Sobolev
52d5efb730 Update to 21 Nov 2000 cvs snapshot. 2000-11-21 15:40:14 +00:00
Maxim Sobolev
dd37f61c0e Update WWW. 2000-11-21 09:09:40 +00:00
Maxim Sobolev
aa3322163f Update to 1.3.2. 2000-11-20 18:06:10 +00:00
Maxim Sobolev
f6bb40bbfb Update to 0.13. 2000-11-20 18:03:41 +00:00
Maxim Sobolev
97ec9e3e03 Numerous fixes and improvements:
1.In Designer, don't rely on QTDIR environment being set when searching for
  documentation and templates. Also correct search paths relatively to
  QTDIR (/doc/html/... --> /share/doc/qt2/... etc.).
2.Install *all* documentation (previously index files and some pixmaps were
  left behind, which was rendering help system mostly non-functional and
  useless).
3.Install Designer's templates.
4.Don't use ${INSTALL_DATA} to install symbolic link to shared library - it
  leads to the file this link points to being installed and as a result
  two fully indentical versions of lib{qt2,util} are installed, wasting
  user's HDD space (approx 8MB) and bloating package file (+3MB). Also
  use ${INSTALL_PROGRAM} for shared libs to strip unneeded symbols.
2000-11-20 12:18:17 +00:00
Maxim Sobolev
51ef373cd0 Add eazel-themes - a very nice matching temes for GTK+ and Sawfish created by
the Eazel for their demo workstations at LW 2000.

Obtained from:	GNOME cvs
2000-11-20 08:28:04 +00:00
Maxim Sobolev
dbc5b80b85 Update WWW. 2000-11-16 10:00:52 +00:00
Maxim Sobolev
94280db88f Fix patch-aa (I forgot to update it before committing this port).
Submitted by:	bento
2000-11-16 09:18:00 +00:00
Ade Lovett
c0a31816d5 Chase new print/gnomeprint shlib version 2000-11-14 14:10:15 +00:00
Maxim Sobolev
50ff58d996 Add XenoStep. 2000-11-14 08:59:39 +00:00
Maxim Sobolev
172bc5e9de Add XenoStep - yet another nice GTK+ theme engine with NeXT'ish look and feel. 2000-11-14 08:54:28 +00:00
Satoshi Asami
89041aad81 Change "math" to "${PERL_ARCH}" so these will work for perl version < 5.6.0. 2000-11-14 01:32:51 +00:00
Satoshi Asami
f7cfea87b4 Change "mach" to "${PERL_ARCH}" -- otherwise it won't work with perl
prior to 5.6.0.

Submitted by:	bento
2000-11-14 01:21:11 +00:00
Maxim Sobolev
4b5507e8db - Update to 200011101109;
- move MASTER_SITES to MASTER_SITE_THEMES.
2000-11-13 18:03:34 +00:00
Kevin Lo
2d6732060d Support CFLAGS/MAKE properly
PR: 22816
Submitted by: Ports Fury
2000-11-13 15:00:54 +00:00
Dmitry Sivachenko
2514bdf28c Change MAINTAINER field.
I am now at FreeBSD dot org

Approved by:	sobomax
2000-11-13 12:45:40 +00:00
Kris Kennaway
6812a92c39 Remove directory on deinstall 2000-11-11 10:30:05 +00:00
Ade Lovett
69489b498e Update to 0.2.2 2000-11-10 19:29:05 +00:00
Maxim Sobolev
6784068838 Provide workarround for bug in bsd.gnome.mk, which in the case of WANT_GNOME
and HAVE_GNOME defined doesn't provide GNOME/NOGNOME PLIST_SUB.

Submitted by:	Jimmy Olgeni <olgeni@uli.it>
2000-11-09 14:04:32 +00:00
Maxim Sobolev
cb1ac4b7b3 Add WWW. 2000-11-09 07:49:09 +00:00
Satoshi Asami
7112ba2b40 Change motif to a normal dependency. REQUIRES_MOTIF is now called
USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif.  As
before, it implies USE_XPM (and therefore USE_XLIB).  Motif-dummy is
removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.

Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always
have USE_MOTIF.  ftp/moxftp will define USE_MOTIF unless
WANT_ATHENA_VERSION (new variable) is defined.  I merged the X cases
in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined.

I will remove x11-toolkits/Motif-dummy (which has been repo copied to
open-motif) in a few days.
2000-11-07 23:28:20 +00:00
Maxim Sobolev
b3793c8e86 Update to 200011041447. 2000-11-07 17:08:27 +00:00