1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
Commit Graph

5033 Commits

Author SHA1 Message Date
Jeremy Messenger
396556b091 Add xcomposite dependency. Its configure has an autocheck that will build
with xcomposite library and added dependency requirement in gdk-2.0.pc if
xcomposite exists in system. Bump the PORTREVISION.

PR:		ports/126558
Submitted by:	Mel <mel@rachie.is-a-geek.net>
2008-09-04 22:05:34 +00:00
Max Khon
b758a07fb1 - Build with --enable-graphics_ctx
- Bump PORTREVISION

PR:		126583
2008-09-01 15:31:10 +00:00
Mark Linimon
456dd5dbdb With the removal of x11-toolkits/gtkdatabox2, the CONFLICTS line no longer
is relevant.

Submitted by:	maintainer
2008-09-01 02:04:26 +00:00
Mark Linimon
79cb5fc7ff Reset mikeh, who has not done any commits for over a year.
Hat:		portmgr
2008-09-01 00:59:45 +00:00
Alexander Kabaev
fac3cab770 Add explicit dependency for libSM library. It is required for XFCE components
to be able to issue session-management requests to xfce4-session, but is
not pulled in by default when packages are build on package cluster.

The user-visible effect of this omission was non-funtional Quit button
on xfce panel.
2008-08-30 05:26:23 +00:00
Max Brazhnikov
9f607350c6 remove x11-toolkits/gtkdatabox2 in favour of x11-toolkits/gtkdatabox
PR:		ports/126751
Submitted by:	Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de> (maintainer)
Approved by:	miwi (mentor)
2008-08-29 14:35:48 +00:00
Pietro Cerutti
e4bb8cee3a - Actually fix plist issues (trial #2) 2008-08-28 07:17:57 +00:00
Pietro Cerutti
3f9032fcb3 - Update to 1.1.9
- Minor Makefile cleanup
- Take over maintainship [1]
- Fix PLIST [2]

Approved by:	demon@ (former maintainer) [1]
Reported by:	QA Tindie [2]
2008-08-28 06:52:26 +00:00
Steve Price
edcb6ac6ff Keep ports depending on the Motif libraries from crashing on 7.x.
PR:		112999, 117626
Submitted by:	sgk@troutmask.apl.washington.edu
2008-08-27 22:14:06 +00:00
Max Brazhnikov
460429aee4 The slgtkdatabox package binds gtkdatabox, a gtk widget for data plotting,
to the S-Lang scripting language.

WWW: http://laurent.perez2.free.fr/comp/slang/modules/modules.html

PR:		126654
Submitted by:	Alexey Shuvaev
Approved by:	miwi (mentor)
2008-08-26 14:26:30 +00:00
Martin Matuska
dbb9c0b017 - Update to 8.5.4 2008-08-26 12:30:43 +00:00
Edward Tomasz Napierala
0c052bdc36 FlowCanvas is an interactive Gtkmm/Gnomecanvasmm widget for "boxes
and lines" environments (ie modular synths or interactive finite
state automata diagrams).

WWW:    http://wiki.drobilla.net/FlowCanvas
2008-08-24 20:02:23 +00:00
Thierry Thomas
a2cf41641a - This changes adds xt to USE_XORG since the port uses headers from the
xt port (e.g., X11/Intrinsic.h) and clearly links with libXt during the
build;

- Release maintainership.

PR:		ports/126699
Submitted by:	glewis
2008-08-22 19:12:23 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Martin Wilke
df2ed5bf4e Gtk2-Ex-Utils provides simple utility functions for
Gnome/Gtk2 Perl programming.

WWW: http://search.cpan.org/dist/Gtk2-Ex-Utils/

PR:		ports/125888
Submitted by:	Paul Schmehl <pauls at utdallas.edu>
2008-08-19 23:05:01 +00:00
Martin Wilke
1a10d345d8 Gtk2-Ex-Dialogs provides some useful tools for Gnome2/Gtk2
Perl GUI design.

WWW: http://search.cpan.org/dist/Gtk2-Ex-Dialogs/

PR:		ports/125887
Submitted by:	Paul Schmehl <pauls at utdallas.edu>
2008-08-19 23:03:02 +00:00
Martin Wilke
440ae681bb Gtk2-GladeXML allows Perl programmers to use libglade, a
C library that generates GUIs directly from the XML output
of the Glade UI designer.

WWW: http://search.cpan.org/dist/Gtk2-GladeXML/

PR:		ports/125886
Submitted by:	Paul Schmehl <pauls at utdallas.edu>
2008-08-19 23:01:46 +00:00
Dirk Meyer
31ee6087fb - update stable to 0.14.0 2008-08-12 09:26:51 +00:00
Martin Wilke
d56984b056 - Update to qt 4.4.1
Note:
	With this update several ports specific problems
	have been fixed. Qt4 headers and libraries have
	been moved to include/qt4 and lib/qt4. bsd.qt.mk
	defines QT_INCDIR and QT_LIBDIR now, which could
	be used in qt4-dependent ports if required.

Thanks to:	Max Brazhnikov Danny Pansters
2008-08-04 23:30:38 +00:00
Martin Wilke
4ad432a8dc - Update to r6149
PR:		126191
Submitted by:	Thomas-Martin Seck <tmseck@web.de> (maintainer)
2008-08-03 14:52:20 +00:00
Robert Noland
1e22e237ba Update my email address to my @FreeBSD.org address.
Approved by:	garga (mentor)
2008-07-30 19:00:36 +00:00
Martin Wilke
453f8ad228 - Update maintainer mail address
PR:		125786
Submitted by:	Phillip N. <pneumann@gmail.com>
2008-07-25 22:46:15 +00:00
Martin Wilke
38661f2e32 The first iteration of the py-qt4-* ports had a snapshot date as its
PORTVERSION. After that the PORTVERSION became 4.foo. Because this is
numerically lower than before, the PORTEPOCH should have been bumped.

Poked by:	kris@

PR:		125814
Submitted by:	Danny Pansters <danny@ricin.com> (maintainer)
2008-07-25 22:24:16 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Marcelo Araujo
70a765ecd9 - Fix build on FreeBSD 6.X.
- Bump PORTREVISION.

Reported by:	pointyhat via pav
2008-07-25 13:25:50 +00:00
Oliver Braun
ea1cca5a06 Update to 0.9.13. 2008-07-25 13:15:14 +00:00
Pav Lucistnik
2f35b73926 - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:48:47 +00:00
Pav Lucistnik
e314a0d3c4 - Add CC and CXX to MAKE_ENV for all ports
PR:		ports/86106, ports/101120 (based on)
2008-07-24 22:29:33 +00:00
Alexey Dokuchaev
bc3a91b506 - Augment master sites per portlint(1)
- Kill extraneous whitespace
2008-07-23 18:08:32 +00:00
Martin Matuska
ef52bfff83 - Update to 8.5.3 2008-07-23 13:36:24 +00:00
Rong-En Fan
fd47512c4d - Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION

PR:		ports/125435
2008-07-21 04:49:09 +00:00
Martin Wilke
7a07cf7bda - Set only i386 - Attempting to launch any application
that uses xview on amd64 causes a segmentation dump
  (signal 10, bus error).

PR:		125589
Submitted by:	"Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com>
2008-07-19 17:27:39 +00:00
Oliver Braun
f5d876d7f6 Upgrade ghc to 6.8.3. 2008-07-18 20:05:17 +00:00
Marcelo Araujo
cbc9f105b7 - Fix build gcc 4.2.
- Bump PORTREVISION.

Reported by:	itetcu, pav
2008-07-17 16:13:12 +00:00
Marcelo Araujo
5f1a4b9517 - Use RF macro.
- Bump PORTREVISION after some build changes in fox12.
2008-07-14 12:00:04 +00:00
Marcelo Araujo
a0de475920 - Fix build in 7.x.
- Bump PORTREVISION.

PR:		ports/125558
Submitted by:	Alexey Illarionov <littlesavage@orionet.ru>
2008-07-14 11:57:47 +00:00
Martin Wilke
ec1755ca55 - Update to 3.4
PR:		125540
Submitted by:	Robert Noland <rnoland@2hip.net> (maintainer)
2008-07-13 22:54:14 +00:00
Jeremy Messenger
0c5f0d28df Do not use file that py-gobject and py-gtk have same file. It causes record
incorrect dependency when py-object exists. Use different file to detect
file in *_DEPENDS by use USE_GNOME=pygtk. Bump the PORTREVISION.

PR:		ports/125482
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
2008-07-13 16:11:18 +00:00
Beech Rintoul
42348b0b64 - Mark deprecated
- Pass maintainership to submitter

PR:		ports/123937
Submitted by:	Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
Approved by:	portmgr, linimon (maintainer timeout >6 months)
2008-07-11 18:58:32 +00:00
Beech Rintoul
d284e409ba - Add entry for gtkdatabox 2008-07-11 18:48:15 +00:00
Beech Rintoul
10c7e49900 - Pull from attic and update to 0.9.0.0
- Pass maintainership to submitter

PR:		ports/123937
Submitted by:	Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
Approved by:	portmgr, linimon (maintainer timeout >6 months)
2008-07-11 18:45:44 +00:00
Edwin Groothuis
3239905e50 Fix 2.4.2_15 --> 2.4.2_1 issue.
Noticed by: krismail
2008-07-10 23:16:53 +00:00
Beech Rintoul
c1e26cd27f - Add missing lib depend - librsvg-2.2 2008-07-09 23:46:18 +00:00
Beech Rintoul
c00a4af32e - Update to 0.3.0
- Respect portdocs

PR:		ports/125390
Submitted by:	Ashish Shukla <wahjava@gmail.com> (maintainer)
2008-07-08 19:31:57 +00:00
Nicola Vitale
2bef4fbe6c - Update to 1.9.22
- Add WITH_PYGOBJECT and WITH_PYSQLOBJECT knobs
- Replace ${BUILD_DEPENDS} with explicit list of dependencies
- Replace FECH_CMD with FETCH_ARGS
- Use ${COPYTREE_SHARE} to install docs and examples
- Use ${PYTHON_PKGNAMEPREFIX} in (DOC|EXAMPLES)DIR
2008-07-08 11:41:56 +00:00
Max Khon
df3ba14352 Update to 2.8.8 2008-07-07 16:39:04 +00:00
Jeremy Messenger
453bf8ce7a - Update to 0.16.0.20080706, it's more than 0.17 RC1.
- ${RUBY_SITEARCHLIBDIR} -> ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}
  in the *_DEPENDS, that way it will finding correct file when I tweak the
  PREFIX.
- NOPORTDOCS -> NOPORTEXAMPLES on example/demo/test files.
2008-07-07 03:27:45 +00:00
Jeremy Messenger
f431878e42 -NOPORTDOCS -> NOPORTEXAMPLES
-Fix the plist when NOPORTDOCS (now NOPORTEXAMPLES) is defined.

Reported by:	QA Tindy
2008-07-04 03:25:30 +00:00
Jeremy Messenger
29bedf65c6 Update to 1.20.5. 2008-07-02 19:58:39 +00:00