1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
Commit Graph

1161 Commits

Author SHA1 Message Date
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