1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

2473 Commits

Author SHA1 Message Date
Joe Marcus Clarke
69defa6052 Fix build with GCC 3.x. Since this presents an API change, bump PORTREVISION.
Reported by:	bento
2003-07-27 18:32:12 +00:00
Kirill Ponomarev
96fe12e0ac Don't wrap <assert.h> in #ifdef __FreeBSD__ because it's
standard C header

Approved by:	fjoe (mentor) (implicit)
2003-07-27 08:24:29 +00:00
Dirk Meyer
f2d0304169 - link with libcipher 2003-07-27 07:06:55 +00:00
Oliver Lehmann
0c5f847b14 update paragui to 1.0.4 2003-07-26 18:40:03 +00:00
Dirk Meyer
fd0d1402dd - update to 0.8.8
- flat layout
2003-07-26 14:51:40 +00:00
Dirk Meyer
b670f0c1f3 - update to 0.8.8
- flat layout
2003-07-26 14:46:13 +00:00
Dirk Meyer
d728189baa - flat layout 2003-07-26 14:41:39 +00:00
Sergey A. Osokin
9b92c3b817 Fix building under -CURRENT (gcc 3.3)
Submitted by:	Simon Barner <barner@in.tum.de>
2003-07-24 15:00:44 +00:00
Dirk Meyer
5d07337364 - update 8.4.4
- extend CATEGORIES
2003-07-24 06:34:51 +00:00
Dirk Meyer
8ac6741232 - Use Tab to navigate forward through interface elements. Notice that Shift-Tab has no effect.
PR:		39946
Submitted by:	eps+fbsdbugs@mooseriver.com
2003-07-24 06:18:20 +00:00
Oliver Lehmann
9ff05dcf62 Add tktable 2.8, a table/matrix widget extension to tk/tcl.
PR:		47166
Submitted by:	thierry@pompo.net
2003-07-23 10:36:01 +00:00
Kirill Ponomarev
31026e5f2d Committed. Thanks!
PR:		54778
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Approved by:	fjoe (mentor) (implicit)
2003-07-23 09:02:55 +00:00
Joe Marcus Clarke
c251c019d9 Fix build with GCC 3.3.1. Bump PORTREVISION since the header change will
affect dependent ports.

Submitted by:	Alexander Nedotsukov <bland@mail.ru>
2003-07-23 03:53:37 +00:00
Joe Marcus Clarke
e86bb8098c * Update to 2.2.5
* Use USE_BZIP2
2003-07-21 23:59:30 +00:00
Joe Marcus Clarke
7af4230e4f Update to 2.2.4. 2003-07-21 19:10:44 +00:00
Daichi GOTO
f373176813 update x11-toolkits/gtkmathview: build on 5.x
PR:		54472
Reviewed by:	sf
2003-07-16 12:10:09 +00:00
Jimmy Olgeni
667e2bc2fa Chase checksum, due to xfce4 update to RC1.
diff -ruN returns nothing, even if the checksum does not match.

Noticed by:	oliver and James Earl <jdearl@telus.net>
2003-07-15 23:51:43 +00:00
Joe Marcus Clarke
79748d7f03 Remove eazel-themes as it depends on sawfish. 2003-07-15 23:46:42 +00:00
Joe Marcus Clarke
75671bea99 Update to 1.2.1. 2003-07-15 17:18:26 +00:00
Daichi GOTO
3b70fd0981 fix x11-toolkits/gtkmathview: do not use -lgnugetopt directory
PR:		54472
Pointed out by:	FUJISHIMA Satsuki <sf@FreeBSD.org>
Pointy hat to:	myself
2003-07-15 14:28:22 +00:00
Daichi GOTO
f87fba36d1 update x11-toolkits/viewklass:
- update imake dependency

PR:		54292
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-07-15 06:31:25 +00:00
Daichi GOTO
b6ba8cb218 update x11-toolkits/gtkmathview: 0.3.0 -> 0.4.2
PR:		54472
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
2003-07-15 06:27:33 +00:00
Norikatsu Shigemura
0f4970f07d Unbreak lacking of the gtktextview.disable_scroll_on_focus element
on gtk-2.2.2.

PR:		ports/54443
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2003-07-14 05:11:41 +00:00
FUJISHIMA Satsuki
3971644de4 get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.

NOTE: This port is still BROKEN.
2003-07-14 02:37:39 +00:00
Joe Marcus Clarke
2abb4742e8 * Update to 0.2
* Install the locale files
* Sort the plist
2003-07-13 20:05:10 +00:00
Alexander Langer
06fa52af7c From the PR:
'colordemo' from open-motif can be used to select colors by either RGB values
or from the file rgb.txt. However, the underlying library doesn't honour XBASE
and looks for the file in the wrong place.

PR:		50239
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Approved by:	maintainer timeout (and the fact that Volker won't let
		me pass my upcoming Haskell classes next terms if I
		don't commit this)
2003-07-13 15:43:35 +00:00
Norikatsu Shigemura
cbecb26057 Fix dependency.
PR:		ports/54378
Submitted by:	Ports Fury
2003-07-11 17:47:29 +00:00
Kris Kennaway
134860f0da The port distfile contains bogus config.sub and config.guess symlinks
pointing to /usr where those files presumably live on the author's machine.
The port pre-configure target repointed them at copies installed by
the automake port, but we want to make sure to use the master version
from ${PORTSDIR}/Templates/ instead.  Remove the symlinks in pre-configure
and touch config.sub so it is replaced with the master script by the
code in bsd.port.mk.
2003-07-11 06:38:09 +00:00
Norikatsu Shigemura
52cba93eb2 o Updated documentation
o Support for scintilla
o Build one shared library instead of many
o Fix bento build error
o Bump PORTREVISION acordingly

PR:		ports/54341
Submitted by:	Alex Kiesel <kiesel@schlund.de> (maintainer)
2003-07-11 02:13:18 +00:00
Adam Weinberger
54b6243269 Update to 1.99.8. 2003-07-11 00:28:11 +00:00
Adam Weinberger
0ada5fb665 Update to 2.2.2. 2003-07-11 00:14:49 +00:00
Adam Weinberger
004c029677 Update to 1.2.6.
PR:		ports/54330
Submitted by:	Philip Paeps <philip@paeps.cx>
2003-07-10 15:55:55 +00:00
Foxfair Hu
f0b037cbcb PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Add xrender - X render library and server implementations for XFree86

PR:		53996
Submitted by:	me
2003-07-10 01:50:16 +00:00
Foxfair Hu
1129422379 PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Add render 0.8 manually, header files and documentation for the X render
extension.

PR:		53995
Submitted by:	me
2003-07-10 01:42:36 +00:00
Tilman Keskinoz
3a6814d3d3 Pass Maintainership to Erik Greenwald.
PR:		53406
Submitted by:	Erik Greenwald <erik@smluc.org>
2003-07-08 23:00:03 +00:00
Adam Weinberger
b15fc750cf Don't build and install examples by default. This cuts build time by
more than half.

Examples are available via a WITH_EXAMPLES knob, which is off by
default.

Bump PORTREVISION.
2003-07-07 23:36:40 +00:00
Trevor Johnson
925ceabb52 Update master site--fenner's survey showed the old one has not been working.
(related PR:  45757, submitted by alane)
2003-07-06 12:04:39 +00:00
Daichi GOTO
2b6e0c42af patch x11-toolkits/slingshot:
- patch the file example/tree/lex.yy.c so the port will build

PR:		50997
Submitted by:	Serge Gagnon <gagnon__s@videotron.ca>
2003-07-04 12:32:52 +00:00
Joe Marcus Clarke
753f9e5735 Update to 0.4.0. 2003-06-30 16:57:13 +00:00
Ade Lovett
b2fd75e438 libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
  any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)

Approved by:	portmgr (kris) - for the bsd.port.mk hooks
Tested by:	bento 4-exp builds (repeatedly)
2003-06-26 22:58:32 +00:00
Tom Hukins
39c45e429a Add pkg-message.
PR:		ports/53660
Submitted by:	haesu <haesu@towardex.com> (MAINTAINER)
2003-06-26 19:39:55 +00:00
Tilman Keskinoz
586e52491f Add port soqt, Qt GUI component toolkit library for Coin.
It is compatible with SGI and TGS Open Inventor, and the API is
based on the API of the InventorXt GUI component toolkit.

PR:		49072
Submitted by:	Roland Jesse <roland.jesse@gmx.net>
2003-06-26 14:29:11 +00:00
Daichi GOTO
f47edd409c x11-toolkits/php-gtk: Fix build dependency
PR:		53579
Submitted by:	Alex Kiesel <kiesel@schlund.de> (maintainer)
2003-06-23 13:10:55 +00:00
Tilman Keskinoz
e5fbe6472d Unbreak by updating to 0.24 2003-06-23 12:41:56 +00:00
Dirk Meyer
26dcded542 Update to gnustep-1.7.1 / gui-8.7 2003-06-21 07:50:04 +00:00
Joe Marcus Clarke
7ba9e2a3fb Change the LATEST_LINK to make this port easier to find.
Requested by:	Alexander Nedotsukov <bland@mail.ru>
2003-06-19 22:01:45 +00:00
Joe Marcus Clarke
aec95451e8 Add a LATEST_LINK to better differentiate this port from the GNOME 1 version.
Submitted by:	maintainer
2003-06-19 22:01:01 +00:00
Kris Kennaway
a92ee89da8 Fix the build
Submitted by:	markp, Cyrille Lefevre <cyrille.lefevre@laposte.net>
PR:		ports/47861
2003-06-19 08:45:56 +00:00
Daichi GOTO
e4b8bfe6d0 - Unbroke xview on -current machine
- New files patch-old-wait.h patch-text_extras_menu patch-util-Imakefile
  types.h.in wait.h.in.

PR:		52437
Submitted by:	Serge Gagnon <gagnon__s@videotron.ca> (maintainer)
2003-06-19 06:56:25 +00:00
Joe Marcus Clarke
41734a812f Remove a patch that is no longer needed.
Reported by:	bento via kris
2003-06-18 21:38:38 +00:00