Commit graph

6052 commits

Author SHA1 Message Date
Jeremy Messenger
6c70e18280 Fix the build when japanese/sed is installed. Get it to use the system sed
instead of try to pick up japanese/sed.

PR:		ports/160224
Reported by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Feature safe:	yes
2012-03-17 18:07:47 +00:00
Jeremy Messenger
6c70c5f94b Make startup notification to optional.
PR:		ports/164500
Submitted by:	Zhihao Yuan <lichray@gmail.com>
Feature safe:	yes
2012-03-16 02:59:17 +00:00
Philip M. Gollucci
b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00
Alberto Villa
492e3e6a29 - Fix MIT-SHM problem.
- Bump PORTREVISION.

Qt raster graphics system engine tries to attach to shared memory
segments marked for removal, which is forbidden by POSIX (shmctl(2)).
Backport a fix to invert order of operations.
The issue was triggered by Marble and KDE-Games, which resulted in
blank windows.

PR:		164742
Approved by:	portmgr via miwi
Obtained from:	Qt Project
Feature safe:	yes
2012-03-13 10:03:32 +00:00
Philip M. Gollucci
2cf4c1e2c8 - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
2012-03-08 18:45:38 +00:00
Max Brazhnikov
c9ff9ff91a Disconnect ports we don't maintain from bsd.pyqt.mk 2012-03-08 14:08:42 +00:00
Martin Wilke
e4800bda04 - Unbreak build by remove gecko support
- Bump PORTREVISION

Approved by:	gnome (kwm via irc)
2012-03-04 14:02:57 +00:00
Max Brazhnikov
d70c778e7c Update to 1.3.0
Pass maintainership to submitter

PR:		ports/165531
Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com>
2012-03-02 12:29:55 +00:00
Max Brazhnikov
52aaf8e911 Sort plist
Reformat description
2012-03-02 12:28:13 +00:00
Romain Tartière
7a7f42b7e0 Update dependencies.
PR:		ports/165365
Submitted by:	Steve Wills <swills@freebsd.org>
2012-02-27 07:54:28 +00:00
Koop Mast
c81a1871d5 Fix a typo in the plist.
PR:		ports/165282
Submitted by:	truckman@
2012-02-24 17:14:16 +00:00
Ruslan Makhmatkhanov
9c548be5b6 - fix sort order in few category Makefiles
PR:		165411
Submitted by:	Conrad J. Sabatier <conrads at cox dot net>
2012-02-23 09:21:48 +00:00
Pietro Cerutti
eb45e8cce0 - Update distinfo, the tarball was rerolled. Author assures it's not been
compromised.
- Fix MASTER_SITES
- Remove unused arguments from CONFIGURE_ARGS
- Remove unneeded quotations from pkg-config file
2012-02-22 13:19:55 +00:00
Steve Wills
8f38caca39 - Migreate from libungif to giflib
PR:		ports/165378
Submitted by:	swills (myself)
Approved by:	Dmitry Karasik <dmitry@karasik.eu.org> (maintainer)
2012-02-22 03:48:01 +00:00
Jason Helfman
d8c3d20ee9 - restore epoch
PR:	ports/165362
Submitted by:	maintainer, conrads@cox.net
2012-02-21 16:18:29 +00:00
Jason Helfman
db9c2c04fc - Update to 3.7.1
- pass maintainership to submitter

PR:	ports/164784
Submitted by: Conrad J. Sabatier, conrads@cox.net
2012-02-20 17:20:52 +00:00
Johan van Selst
82a6148da7 Correct CATEGORIES for new port
Reported by:	erwin
Pointy hat to:	myself
2012-02-20 13:05:46 +00:00
Martin Wilke
91769996e5 - Update to 3.0.3
PR:		165048
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2012-02-20 00:06:39 +00:00
Johan van Selst
18d05b2123 - Add new port: x11-toolkits/libxaw3dxft
It is an alternative for libxaw3d, with support for UTF-8 and fancy fonts.
  This library is a requirement for newer versions of graphics/xpaint.

libxaw3dxft is a Xaw (Athena Widget Set) replacement that looks
three-dimensional.

Xaw3dxft is an extended version of xaw3d with support for UTF8 input
and UTF8 encoding of text, and rendering text with the Freetype
library and Truetype fonts. It should be mostly compatible with the
original xaw3d library, except for font management : everything
using the old X11 core font routines should be replaced by their
freetype equivalents.

The main advantage of using libxaw3dxft over libxaw3d or libxaw is
that all text will appear nicely antialiasedd when using truetype fonts
in the menu widgets. Also, the use of UTF8 makes it easier to
internationalize applications in arbitrary languages.

WWW: http://sf-xpaint.sourceforge.net/
2012-02-19 09:07:38 +00:00
Gabor Pali
6088e11500 wxHaskell is a portable and native GUI library for Haskell. It is built
on top of wxWidgets - a comprehensive C++ library that is portable
across all major GUI platforms; including GTK, Windows, X11, and MacOS
X.  This version works with wxWidgets 2.8 and 2.9.

WWW:	http://haskell.org/haskellwiki/WxHaskell

Obtained from:	FreeBSD Haskell
2012-02-18 21:38:48 +00:00
Gabor Pali
0df28bef5d wxHaskell is a portable and native GUI library for Haskell. It is built
on top of wxWidgets, a comprehensive C++ library that is portable across
all major GUI platforms, including GTK, Windows, X11, and MacOS X.  This
version works with wxWidgets 2.8 only.  Distributed under the WXWINDOWS
LIBRARY LICENSE.  Please see LICENSE file, but note that this is
essentially LGPL with an exception allowing binary distribution of
proprietary software.  This is the same license as wxWidgets itself
uses.

WWW:	http://haskell.org/haskellwiki/WxHaskell

Obtained from:	FreeBSD Haskell
2012-02-18 21:35:29 +00:00
Gabor Pali
804b93ca8f wxHaskell is a portable and native GUI library for Haskell. It is built
on top of wxWidgets, a comprehensive C++ library that is portable across
all major GUI platforms, including GTK, Windows, X11, and MacOS X.  This
version works with wxWidgets 2.8 only.

WWW:	http://haskell.org/haskellwiki/WxHaskell

Obtained from:	FreeBSD Haskell
2012-02-18 21:31:42 +00:00
Marcus von Appen
fbd0197639 - Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:	exp-run by pav
2012-02-18 10:18:33 +00:00
Eitan Adler
a32b6f66e6 Normalize the maintainer (freebsd -> FreeBSD.org) 2012-02-16 01:08:31 +00:00
Cy Schubert
846f02966f PORTREVISION bump. 2012-02-15 15:15:31 +00:00
Cy Schubert
ff3d9ce262 Fix pkg-plist errors (resulting in a conflict with the x11/props port).
Flagged by:	pav
2012-02-15 15:06:08 +00:00
Gabor Pali
58f26d5476 - Please welcome Gtk2Hs 0.12.2!
Obtained from:	FreeBSD Haskell
2012-02-13 06:02:19 +00:00
Gabor Pali
43ccbcbdd5 - Update to 0.12.1
Obtained from:	FreeBSD Haskell
2012-02-13 06:01:14 +00:00
Gabor Pali
3cbdd68f6e - Update to 0.12.2
Obtained from:	FreeBSD Haskell
2012-02-13 06:00:08 +00:00
Gabor Pali
0459403968 - Update to 0.12.3
Obtained from:	FreeBSD Haskell
2012-02-13 05:59:18 +00:00
Gabor Pali
c4aebd467c - Please welcome GHC 7.0.4
GHC in the ports tree has been updated to version 7.0.4 and the port revision
for all the Haskell ports without version changes are bumped.  Other per-port
updates are coming soon.

This update also incorporates some improvements for bsd.cabal.mk that makes
working with Haskell ports even easier.

Thanks ashish@ for the help!

Obtained from:	FreeBSD Haskell
2012-02-13 03:49:32 +00:00
Ruslan Makhmatkhanov
847375fe09 - convert to using PYTHON_SITELIBDIR (non-functional change) 2012-02-12 17:40:54 +00:00
Raphael Kubo da Costa
c1301ea016 Update to 0.9.0. 2012-02-10 23:10:25 +00:00
Cy Schubert
6d0e01a6a1 Update 3.2p1-X11R6 --> 3.2p1.4-19c
This fixes cmdtool and shelltool terminal handling and utmpx issues under
9.0.
2012-02-08 06:54:54 +00:00
Cy Schubert
7bc0a17fb9 Add distfile sources. 2012-02-08 05:55:47 +00:00
Eitan Adler
6d535e4b5f Avoid automagical creation of xmlto files
Submitted by:	dougb
2012-02-07 01:18:20 +00:00
Eitan Adler
06116d3b4e Backout previous commit due to missing dependencies not picked up by a tinderbox run
Reported by:	x11@ mailing list
Reviewed by:	miwi
Pointyhat to:	me
2012-02-05 05:12:45 +00:00
Eitan Adler
bbb553382b Update to 1.0.9
Changes:
	This release includes several bug fixes, as well as the usual set
	of recent build configuration improvements & janitorial cleanups.

Reviewed by:	miwi
Obtained from:	xorg-dev repo
2012-02-04 16:20:34 +00:00
Eitan Adler
2f4ad6f34f Update to 1.1.1
Changes:
	Adds new XtAsprintf function

Reviewed by:	miwi
Obtained from:	xorg-dev repo
2012-02-04 16:19:07 +00:00
Steve Wills
c604e7f694 - Update to 1.223
- Improve depends

PR:		ports/164517
Submitted by:	sunpoet
2012-02-01 16:57:23 +00:00
Steve Wills
7cbf34829e - Update to 1.242
PR:		ports/164518
Submitted by:	sunpoet
2012-02-01 16:56:14 +00:00
Sunpoet Po-Chuan Hsieh
3785e0d90f - Use OPTIONS
- Use REINPLACE_CMD to modify makefiles (Makefile and Makefile.PL)
2012-01-30 04:48:57 +00:00
Martin Wilke
39ee2064d8 - Update to 0.95
PR:		164176
Submitted by:	Ports Fury
2012-01-29 06:50:43 +00:00
Pav Lucistnik
61d3e67655 - Add a couple of pure extensions:
devel/pure-readline:   A readline interface for the Pure language
  devel/pure-stldict:    Pure interface to C++ STL map/unordered_map
  devel/pure-stlvec:     Pure interface to C++ STL vector
  math/pure-mpfr:        Multiprecision floats for Pure
  x11-toolkits/pure-tk:  A basic interface between Pure and Tcl/Tk

PR:		ports/161799
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2012-01-26 20:18:32 +00:00
Pav Lucistnik
ff60500447 - Update pure to 0.51 and update modules
PR:		ports/161799
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-01-26 11:18:51 +00:00
Oliver Lehmann
3649162046 update ogre to 1.7.4
bump PORTREVISION on affected ports
2012-01-26 07:59:51 +00:00
Sunpoet Po-Chuan Hsieh
7c2ddfb87f - Fix *_DEPENDS
- Bump PORTREVISION for dependency change
2012-01-26 01:24:57 +00:00
Alberto Villa
cd3fe9e9f2 - Pet Tinderbox and friends.
OPTIONSFILE must be set using ?= to allow overriding.

PR:		163743
PR:		163744
PR:		163745
PR:		163746
Submitted by:	A.J. Kehoe IV (Nanoman) <vOo4vyPj@nanoman.ca>
2012-01-24 23:40:21 +00:00
Pawel Pekala
3cb7e02df4 Don't change rpath of library, port run depends on gcc44+ anyway 2012-01-23 20:24:50 +00:00
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00