1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
Commit Graph

4207 Commits

Author SHA1 Message Date
Jeremy Messenger
3fc732f023 -INSTALLS_SHLIB -> USE_LDCONFIG.
-Add locale stuff in plist that aren't in mtree/BSD.x11-4.dist.

PR:		ports/101521
Submitted by:	Stanislav Sedov <ssedov@mbsd.msk.ru>
2006-09-04 23:14:58 +00:00
Jeremy Messenger
76d0eba88a -INSTALLS_SHLIB -> USE_LDCONFIG.
-Add locale stuff in plist that aren't in mtree/BSD.x11-4.dist.

PR:		ports/101472
Submitted by:	Stanislav Sedov <ssedov@mbsd.msk.ru>
2006-09-04 22:41:45 +00:00
Max Khon
1bc8f2d66a INSTALLS_SHLIB -> USE_LDCONFIG. 2006-09-02 12:29:18 +00:00
Shaun Amott
f73c5d7bee - Take over maintainership of the abandoned SDL ports.
- Add an additional mirror for a few of them.
- Fix a few minor portlint(1) complaints.
2006-09-01 21:34:14 +00:00
Andrew Pantyukhin
15ec282058 Add port x11-toolkits/p5-Tk-JComboBox:
JComboBox is a composite widget that contains a text Label or Entry, a
Button, and a popup Listbox. It performs the same sort of tasks that can be
accomplished by several other Composite widgets. Some such as BrowseEntry
and Optionmenu are part of the standard Tk distribution, and there are many
others available in CPAN.

JComboBox borrows features from the Java Swing component bearing the same
name, but falls short of being a true clone. Many of the methods and the
general look and feel should be familiar to java developers. JComboBox also
combines several features offered by many of the other "Combo Box"
implementations, and works in two modes: editable and readonly.

In readonly mode, JComboBox offers similar functionality to Optionmenu. It
is basically a labeled button that activates a popup list. An item from the
list is displayed on the Button when selected.

When editable, JComboBox somewhat resembles BrowseEntry. That is, the
widget is composed of an Entry widget with a Button to the right of it. As
in the editable mode, the Button activates a popup Listbox from which a
single item can be selected.

WWW: http://search.cpan.org/dist/Tk-JComboBox/
Author: Rob Seegel <RobSeegel@comcast.net>

Justification:	sysutils/namefix dep
2006-08-31 11:38:32 +00:00
Dirk Meyer
948177502f - update to 0.11.0 2006-08-31 05:37:04 +00:00
Dirk Meyer
af45108c6e - unbreak package build
backout USE_LDCONFIG

Reported by: pointyhat
2006 Aug 28 06:08:20    lesstif-0.95.0,2.log            libdata/ldconfig/lesstif
2006 Aug 25 01:30:35    lesstif-0.95.0,2.log            libdata/ldconfig/lesstif
2006 Aug 23 10:13:56    lesstif-0.95.0,2.log            libdata/ldconfig/lesstif
http://pointyhat.freebsd.org/errorlogs/amd64-7-latest/lesstif-0.95.0,2.log
2006-08-31 04:40:36 +00:00
Mathieu Arnold
1895e4e298 Update to 0.90 2006-08-30 12:42:32 +00:00
Andrew Pantyukhin
e697e0618c Add forgotten PKGNAMEPREFIX 2006-08-28 06:13:17 +00:00
Andrew Pantyukhin
c635689a6a Add port x11/p5-DynaTabFrame:
A notebook widget with orientable, dynamically rearranging tabs. When
the containing window is resized, the tabs will either stack or unstack
as needed to fit the enclosing widget's width(height). Likewise, when
tabs are added or removed, the tabs will stack/unstack as needed.

WWW: http://search.cpan.org/dist/Tk-DynaTabFrame/
Author: Dean Arnold <darnold@presicient.com>

Justification:	sysutils/namefix dep
2006-08-28 06:09:33 +00:00
Maxime Henrion
35876007ac Add a patch from vendor that fixes a crash with TreeView widgets and
bump PORTREVISION.

Approved by:	obraun
2006-08-27 19:16:22 +00:00
Joe Marcus Clarke
d80d91f81f Remove x11-toolkits/gob2 as this port already exists as devel/gob2. 2006-08-25 20:45:16 +00:00
Martin Wilke
c9957e17e5 GOB2 is a preprocessor for making GObjects with inline C code so that
generated files are not edited. Syntax is inspired by Java and Yacc or
Lex. The implementation is intentionally kept simple, and no C actual
code parsing is done.

WWW: http://www.5z.com/jirka/gob.html

PR:		ports/102332
Submitted by:	Alexey Mikhailov <karma(at)ez.pereslavl.ru>
Approved by:	krion (mentor)
2006-08-25 20:00:03 +00:00
Martin Wilke
50130fcfc6 - Update maintainer addresses
PR:		ports/102230
Submitted by:	Wesley Shields <wxs(at)atarininja.org>
Approved by:	krion (mentor)
2006-08-19 16:49:49 +00:00
Mathieu Arnold
8e3478399b There's some bug somewhere in some cleanup routine of either tcl84 or p5-Tcl
which dumps a core at cleanup time when exiting when using MALLOC_OPTIONS=AJ.
As it still produces a nice Makefile and the port builds fine afterwards, allow
the perl Makefile.PL part to fail badly.

Noticed by:	kris via pointyhat
2006-08-17 09:52:33 +00:00
Kirill Ponomarev
6dc574b3b5 Drop maintainership, ENOTIME for these ports now. 2006-08-17 08:33:00 +00:00
Cheng-Lung Sung
7fcd38cac3 - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- x11-toolkits/ of ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-15 01:13:42 +00:00
Cheng-Lung Sung
b12e36139a - Respect DESTDIR
PR:		ports/101885
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-14 08:04:09 +00:00
Jean Milanez Melo
0a9f8dd1df - Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.
Approved by:	portmgr (erwin)
2006-08-08 11:35:27 +00:00
Jean Milanez Melo
1945979c39 - Add backup mastersite.
- Replace INSTALLS_SHLIB with USE_LDCONFIG.

PR:		ports/101574
Submitted by:	Nicola Vitale <nivit@email.it> (maintainer)
2006-08-07 13:02:19 +00:00
Mathieu Arnold
165fce3dec Update p5-Tcl-Tk to 0.88, and move p5-Tcl-Tk to p5-TclTk where it belongs. 2006-08-07 09:01:16 +00:00
Tilman Keskinoz
509be0c5ad - Update to snapshot r5274 and make fetchable again.
- Remove a mirror that was not kept up to date for quite some time now.
- Remove a no longer needed workaround for a compilation issue because
  the problem was fixed upstream.

PR:		101419
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
2006-08-06 14:26:32 +00:00
Ion-Mihai Tetcu
945631eae3 - CFLAGS safety
- Fix permissions (change cp->install in Makefile)
- Use new OCaml framework
- Pass maintainership to submitter

PR:		ports/101130
Submitted by:	Stanislav Sedov
2006-08-05 19:01:53 +00:00
Erwin Lansing
50513d5d52 Add support for DESTDIR part I.
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.

Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.

PR:             100555
Submitted by:   gabor
Sponsored by:   Google Summer of Code 2006
2006-08-04 12:34:50 +00:00
Rong-En Fan
6a9e56c097 - Update to 1.2.7
- Use new OCaml framework
- Respect PREFIX
- Add OPTIONS
- Install findlib's META
- Keep permissions safe by replacing cp to BSD_INSTALL_* equivalents
- Pass maintainership to submitter

PR:		ports/101144
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru> (new maintainer)
Approved by:	Ronald Kuehn <rk at ronald.org> (old maintainer)
2006-08-02 23:33:36 +00:00
Joe Marcus Clarke
4f58616f79 Update to 2.14.3. 2006-08-01 03:55:56 +00:00
Michael Johnson
0f822880eb - Update to 2.14.3 2006-07-31 21:20:48 +00:00
Tom McLaughlin
dbb63066fc Update to 1.1.13.6 2006-07-31 00:10:55 +00:00
Andrew Pantyukhin
c36ad3d129 - Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes
2006-07-30 22:46:04 +00:00
Joe Marcus Clarke
5bc3f1dbb7 Update to 1.6.2. 2006-07-29 19:19:17 +00:00
Jose Alonso Cardenas Marquez
c8f8bcdfe0 - Added post-extract on Makefiles.units. It remove the svn directories from
some fpc ports.
- Added PORTREVISION for each port
- Fixed pkg-plist on fpc-gtk2 and fpc-gtk ports
- Fixed the gtk, glib and gdk libraries linking for fpc-gtk
- Removed obsolete patches from fpc-gtk. Now it's using ${REINPLACE_CMD}
- Removed post-extract from fpc-fcl. I just added it to makefiles.units file

Approved by:	garga (mentor)
2006-07-29 02:48:26 +00:00
Ion-Mihai Tetcu
d495a8c682 Update to 0.0.4.3
PR:		101003
Submitted by:	Soeren Straarup
2006-07-28 21:45:47 +00:00
Ion-Mihai Tetcu
760aeb84eb Update to 2.6.3.3
PR:		ports/100882
Submitted by:	Neal Nelson (maintainer)
2006-07-27 11:19:06 +00:00
Dirk Meyer
3d33110327 - unbreak WITH_GNUSTEP_CAIRO 2006-07-26 15:46:10 +00:00
Dirk Meyer
216841fa37 - fix WITH_GNUSTEP_XDPS with imake 2006-07-26 15:35:50 +00:00
Thierry Thomas
332a0c4ffa Fix new gmake end of line problem. 2006-07-26 14:16:28 +00:00
Jose Alonso Cardenas Marquez
995ae8b1bd - The big change on ports of freepascal, now all ports are compiled
- Adding entry for lang/fpc-utils

Approved by:	garga (mentor)
2006-07-24 11:21:27 +00:00
Rong-En Fan
215c9dc5a2 - Update to snapshot r5256
- Add new option FLTK_CAIRO for cairo support (default off)

PR:		ports/100744
Submitted by:	Thomas-Martin Seck <tmseck at netcologne.de> (maintainer)
2006-07-24 02:00:22 +00:00
Jose Alonso Cardenas Marquez
b6b4a544cd Change maintainer address to my @FreeBSD.org email
Approved by:	garga (mentor)
2006-07-23 02:45:24 +00:00
Renato Botelho
4e9cb75947 I made a mistake when moved it from graphics to x11-toolkits, i forgot to
change CATEGORIES var. Fixing it now
2006-07-22 17:44:58 +00:00
Andrew Pantyukhin
fd77c93082 - Update to 0.53 and adopt 2006-07-22 12:16:05 +00:00
Mark Linimon
03de951cfc Reset bouncing maintainer address ip@doom.homeunix.org. We hope to see him
back soon.

Hat:		portmgr
2006-07-22 04:28:27 +00:00
Rong-En Fan
afe4918caa The py-xlib code has some problems running in a modern
environment. It refers to modules that don't exist any more,
is missing encoding declerations, and needs a buffer bumped.

This commit addresses these problems.

PR:		ports/100569
Submitted by:	maintainer
2006-07-19 23:25:17 +00:00
Alejandro Pulver
ccbf773b26 - Change shared library version in LIB_DEPENDS to match current version of
x11-toolkits/gtkglext.

Reported by:	linimon
Approved by:	maintainer
2006-07-19 01:41:34 +00:00
Alejandro Pulver
507ce75915 - Fix x11-toolkits/gtkglext dependency in LIB_DEPENDS (1.0.2 -> 1.0.0), which
has changed since the last update.

Reported by:	linimon
2006-07-18 18:18:43 +00:00
Mark Linimon
80eb4b4034 Mark broken: fails to install. 2006-07-16 21:52:28 +00:00
Mark Linimon
a11ef24e41 Mark broken on ia64. 2006-07-16 19:03:08 +00:00
Boris Samorodov
7210b5f9c0 o remove locale dirs from pkg-plist (those locales are taken care of
by linux_base-fc4);
o  bump PORTREVISION.

Pointed out by:	pointyhat (i386-4-latest)
Approved by:	netchild (mentor, implicit)
2006-07-14 22:08:21 +00:00
Cheng-Lung Sung
8f1be0da72 - gtkglext changed names of the libs it installed, so fixing to build with
the new 1.2.0 version of that port.

PR:		ports/100269
Submitted by:	maintainer (David Thiel)
2006-07-14 04:38:13 +00:00
Joe Marcus Clarke
a2cb06aedf Update to 2.14.2. 2006-07-13 02:53:41 +00:00