Commit graph

1763 commits

Author SHA1 Message Date
Stephen Montgomery-Smith
a7feb8d3d7 - Change option OCC (build with opencascade libraries) to default to on.
- Bump portrevision.

PR:		ports/178538
Submitted by:	thierry@FreeBSD.org
2013-05-17 03:24:24 +00:00
Thierry Thomas
3ddb85a7a3 Unbreak on FreeBSD-8.x.
Reported by:	stephen
2013-05-16 20:32:27 +00:00
Pietro Cerutti
3f3312d9a1 - Fix PLIST
Reported by:	QAT
2013-05-14 19:26:19 +00:00
Raphael Kubo da Costa
775590b6f2 Update to 2.2.0a4.
PR:		ports/178483
Submitted by:	Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
2013-05-14 17:44:08 +00:00
Martin Wilke
6eeff83f2b - Update to 7.5.231
PR:		178570
Submitted by:	Ports Fury
2013-05-14 16:33:11 +00:00
Pietro Cerutti
b33f26818d - Fix run-time with Tcl/Tk 8.6
- Remove INVALID_TK_VER= 86
2013-05-14 14:34:33 +00:00
Pietro Cerutti
835fd4bc75 - Update to 2.0-b10
- Fix build with Tcl/Tk 8.6. Unfortunately, tkgate segfaults on startup when
  built against 8.6, so set 86 as an invalid version for this port.

Reported by:	miwi (Tcl/Tk 86 exp-run)
2013-05-14 14:05:09 +00:00
Niclas Zeising
ce758a4724 Update to 3.3.46
Add a new option GCONF (off by default) that makes gtkwave use gconf2 for
storing settings.
2013-05-13 13:48:32 +00:00
Thierry Thomas
6ef0d4f59c xlocale.h is required: mark BROKEN on FreeBSD-8.x until I have a fix.
Reported by:	stephen
2013-05-12 21:06:26 +00:00
Thierry Thomas
284bc966be Chase OpenCascade's upgrade, thus fixing the slave port cad/gmsh-occ. 2013-05-12 17:32:13 +00:00
Thierry Thomas
1431cd6ef6 Upgrade to 6.6.0, with several patches from Andrea Venturoli <ml (at)
netfence.it>.

Release notes at
<http://www.opencascade.com/pub/doc/Release_Notes_6.6.0.pdf>.
2013-05-12 17:31:20 +00:00
Max Brazhnikov
7678193c3d - Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE and partly revert r315222 [1]
- Convert WITH_DEBUG to new options framework
- Trim Makefile header
- Adjust COMMENTs
- Reformat/update description

[1] See follow-up discussion: http://lists.freebsd.org/pipermail/svn-ports-head/2013-March/016094.html
2013-05-12 11:48:49 +00:00
Stephen Montgomery-Smith
c1bcaa0b5e - Source tarball was rerolled. Diffing old and new sources indicates
changes are not a security risk.
- Bumped portrevision because difference in code indicates difference in
  binaries.

Pointed out by:	thierry@
2013-05-12 01:15:50 +00:00
Stephen Montgomery-Smith
47f7e0e39d - Update to 2.7.1. 2013-05-11 17:18:48 +00:00
Wen Heping
bfd54e6f62 - Update the Makefile header
- Minor cleanup in Makefile
2013-05-11 15:14:44 +00:00
Wen Heping
8165ca1912 - Update to 2013.1 [1]
- Add LICENSE [1]
- Update MASTER_SITES [1]
- Fix the flex dependency [1]
- Fix the build with custom PREFIX and LOCALBASE
- Trim Makefile headers
- Update LIB_DEPENDS

PR:		177064 [1]
Submitted by:	Pedro Giffuni <giffunip@tutopia.com> [1]
Approved by:	maintainer(timeout, > 50 days)
2013-05-11 15:07:55 +00:00
Martin Wilke
f4566fb3df - BROKEN fails to build 2013-05-10 13:35:46 +00:00
Martin Wilke
95f550e9b1 - Broken fails to build 2013-05-10 13:25:00 +00:00
Martin Wilke
ff1844b107 - Broken fails to fetch 2013-05-10 09:23:06 +00:00
Bryan Drewery
75e0a28623 - Fix extract on 9+ due to this picking up /usr/bin/unzip instead of
looking for the proper LOCALBASE/bin/unzip that UNZIP_CMD is set to.
  Will let maintainers decide if archivers/unzip is really still needed.
  Some of these ports/options remain broken due to other issues.

With hat:	portmgr
2013-05-10 01:46:52 +00:00
Pietro Cerutti
da6ddfe950 - Update to 1.3.2
Release notes:
  http://sf.net/apps/mediawiki/meshlab/index.php?title=Release_Notes_1.3.2
- Unbreak
2013-05-08 14:09:31 +00:00
Baptiste Daroussin
9f1de9b900 Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
2013-05-06 15:34:17 +00:00
Raphael Kubo da Costa
a920e3b708 Update to 3.400.
PR:		ports/177726
Submitted by:	Otacilio <otacilio.neto@ee.ufcg.edu.br> (maintainer)
2013-05-03 21:42:40 +00:00
Baptiste Daroussin
f23c968b4f Fix extraction 2013-05-03 14:00:05 +00:00
Hiroki Sato
cb28a2affc - Fix SIGSEGV when there are spaces after a comma like ".PRINT TRAN v(2, 1)".
- Style clean-ups.

PR:		ports/157313
Spotted by:	Makoto Kishimoto
2013-04-30 20:30:22 +00:00
Baptiste Daroussin
9ff06b3cbf Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}
While here:
- trim headers
- convert to new options framework
2013-04-29 22:27:05 +00:00
Baptiste Daroussin
5271da855f Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
2013-04-29 08:57:12 +00:00
Hiroki Sato
eb2918fe52 - Add LICENSE.
- Add MAKE_JOBS_SAFE=yes.
- Use OPTIONS_DEFINE.
- Enable NLS by default.
- Trim old-style header.
- Update WWW: in pkg-descr.
2013-04-28 21:23:56 +00:00
Guido Falsi
622505c421 Fix patch which got mangled somehow before committing.
Reported by:	Barbara Guida <barbara.freebsd@gmail.com>,
		Matthias Petermann <matthias@petermann.it> (maintainer)
2013-04-27 23:42:07 +00:00
Guido Falsi
78a4b4a0d2 - Update to 4.0
- Remove Created by line (requested by maintainer/creator)

PR:		ports/178167
Submitted by:	Matthias Petermann <matthias@petermann.it> (maintiner)
2013-04-27 13:43:58 +00:00
Marcus von Appen
821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Martin Wilke
fd78bed5a3 - Update MASTER_SITES
PR:		177907
Submitted by:	ports fury
2013-04-26 13:35:29 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Baptiste Daroussin
598e3b95e3 In preparation of the removal of USE_FREETYPE from bsd.port.mk: remove
USE_FREETYPE from all ports using it

While here trim some headers, and do some conversion to new options framework.
2013-04-26 09:23:54 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Pietro Cerutti
fef02240ea - Remove lang/tcl83 and x11-toolkits/tk83 (expired)
- Remove references to Tcl/Tk 8.3 from bsd.tcl.mk
- Update ports that required 8.3+ to require 8.4+ (since 8.5 is the
  default, I don't expect this change to cause much trouble)
2013-04-23 11:51:52 +00:00
Baptiste Daroussin
e2eefe5472 Convert all c categories to USE=pkgconfig 2013-04-23 06:34:47 +00:00
Tijl Coosemans
1bdb2146ca Update to version 2.2.3.
PR:		ports/177849
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Feature safe:	yes
2013-04-16 20:19:19 +00:00
Ashish SHUKLA
7fc5bd70f3 GNU Emacs updates
editors/emacs:
 - Update to 24.3
 - Update CANNA patchset[1]
 - Unbreak ARM support by using the patch from emacs-devel port
 - Add missing INSTALLS_ICONS[2]
 - Remove a patch which is already integrated upstream
 - Fix Makefile header

editors/emacs-devel:
 - Update to bzr revision 112178
 - Fix Makefile header
 - Add missing INSTALLS_ICONS[2]

editors/emacs23:
 - Remove ABI versions from LIB_DEPENDS
 - Fix Makefile header
 - Add missing INSTALLS_ICONS[2]

Mk/bsd.emacs.mk:
 - Update major version for editors/emacs port

*:
 - Bump PORTREVISION to chase Emacs updates

PR:		ports/177428[2]
Submitted by:	Yuji TAKANO[1] (via private email), bdrewery[2]
2013-03-30 05:13:30 +00:00
Eitan Adler
d1f32a3e5d Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +00:00
Eitan Adler
e33cf86f74 - Remove duplicate USES.
- Drop gnomehack

Submitted by:	jgh
2013-03-28 05:21:21 +00:00
Eitan Adler
1e5f12f776 Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead. 2013-03-28 03:28:30 +00:00
Beech Rintoul
a7357043e5 - Makefile tweaks
- Add Icons
- Change Homepage
- Bump portrevision

PR:		ports/177221
Submitted by:	nemysis <nemysis@gmx.ch>
2013-03-25 02:51:20 +00:00
Martin Wilke
e5546142e8 - Update to 0.79.3
PR:		177271
Submitted by:	Ports Fury
2013-03-23 17:59:12 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Pawel Pekala
d2a582db5c Sweet Home 3D is a free interior design application that helps you place your
furniture on a house 2D plan, with a 3D preview.

WWW: http://www.sweethome3d.com

PR:		ports/171760
Submitted by:	Matthias Petermann <matthias@petermann.it>
2013-03-21 20:16:53 +00:00
Baptiste Daroussin
7ef963090c Convert to new options framework left unconverted ports in c* categories 2013-03-21 17:39:03 +00:00
Thierry Thomas
4e562e73c9 Chase french/med upgrade. 2013-03-19 20:35:32 +00:00
Thierry Thomas
bb70d9af91 Upgrade to 1.10.4. 2013-03-19 20:34:59 +00:00
Eitan Adler
334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00