Commit graph

2258 commits

Author SHA1 Message Date
Baptiste Daroussin
f0a8714b3a Convert to USES=dos2unix
With hat:	portmgr
2014-05-26 06:55:07 +00:00
Eitan Adler
eccf5db03a Multiple ports: reset maintainers
Maintainers for these ports have been notified on 5 separate occasions
	over the course of several months about pending actions required.

	We really appreciate the time and effort you put in to maintain
	these ports.

	If you are still interested in helping to maintain these ports just
	reply to me or file a PR and I will happily assign the port to you
	again.

Approved by:	portmgr (implicit)
2014-05-26 02:33:38 +00:00
Michael Reifenberger
60018d1831 Fix USES 2014-05-23 16:55:42 +00:00
Michael Reifenberger
37f6262686 Update to r4886 and stagify.
This version should contain the CERN push&shove router.
2014-05-23 16:27:38 +00:00
Hiroki Sato
2a8229755a Fix build on a box where gcc does not exist. 2014-05-22 03:27:03 +00:00
Michael Reifenberger
73c3a3965d Stagify 2014-05-21 17:29:54 +00:00
Alex Kozlov
f8b8b513e9 - Support STAGEDIR
PR:	ports/189727
Submitted by:	Anton Shterenlikht <mexas@bris.ac.uk> (maintainer)
2014-05-20 12:02:32 +00:00
Nicola Vitale
1809df758d - Update to 0.24.4
- Add support for stage dir
- Update URL of the web site

Release Notes:	http://sourceforge.net/p/fidocadj/news/
2014-05-19 02:46:34 +00:00
Danilo Egea Gondolfo
a0e9a04d87 - Update from 3.7.57 to 3.8.58 2014-05-18 16:10:50 +00:00
Rusmir Dusko
9c285869c9 - Change pkg-plist, add missing
Reported by:	swills
2014-05-17 19:41:44 +00:00
Rusmir Dusko
2656904255 These ports are no longer used or cared for.
Dave Shar <koalative at gmail.com> wishes to maintain these ports
with my help.

audio/liblo

- Pass maintainership to koalative at gmail.com

cad/brickutils

- Bump PORTREVISION for adding PDF
- Add DIST_SUBDIR because more files
- Pass maintainership to koalative at gmail.com
- Add PDF to DOCS

cad/ldraw

- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
- Break lines around 80 characters
- Cosmetical changes

cad/leocad

- Update to 0.80.3, Announce message:

    Fixed mouse coordinates in OSX retina displays.
    Fixed shortcuts in the parts tree.

- Pass maintainership to koalative at gmail.com
- Remove TODO.txt from DOCS
- Add more supplied icons

textproc/unoconv

- Pass maintainership to koalative at gmail.com
2014-05-16 19:57:11 +00:00
Thierry Thomas
1db92475f5 There is no xlocale in 8.4.
Reported by:	pkg-fallout
2014-05-15 19:55:12 +00:00
Thierry Thomas
537a2794f6 Fix plist for i386.
Reported by:	pkg-fallout and Andrea Venturoli
2014-05-15 19:18:31 +00:00
Thierry Thomas
34c444753d - Stagify;
- since I'm there, don't reinstall the license files.
2014-05-11 10:04:02 +00:00
Thierry Thomas
4eeb61888d Chase the upgrade of kicad in CONFLICTS.
Approved by:	portmgr (implicit)
2014-05-11 10:03:02 +00:00
Baptiste Daroussin
d48434b92b Support stage 2014-05-08 23:41:05 +00:00
Baptiste Daroussin
1d930db62a Support stage 2014-05-08 23:40:50 +00:00
Thierry Thomas
c4cae478c8 The tarball was rerolled 2 days ago, with several minor modifications,
but they forgot to bump the version number...

Full diff at
<http://people.freebsd.org/~thierry/opencascade-6.7.1_140430_140505.diff>

Reported by:    pkg-fallout-builder and Andrzej Tobola
2014-05-07 17:15:52 +00:00
Danilo Egea Gondolfo
04fcc13a47 - Update from 3.7.56 to 3.7.57 2014-05-07 15:15:51 +00:00
Thierry Thomas
d0aca13bf4 Chase OpenCascade's upgrade. 2014-05-06 19:38:43 +00:00
Thierry Thomas
cbcf86835c Upgrade to 6.7.1. 2014-05-06 19:38:13 +00:00
Tijl Coosemans
a45da9a027 Convert archivers/libzip to USES=libtool. Bump PORTREVISION on all
dependent ports.

cad/repsnapper:
- Remove excessive dependencies.
- Convert to USES=libtool.
- Set LDFLAGS to fix detection of libintl.
- Use @sample.

databases/mysql-workbench51:
- Remove remnants of former slave ports.
- Convert some LIB_DEPENDS to USE_GNOME.
- Convert to USES=libtool.
- Staging.

databases/mysql-workbench52:
- USES=libtool.

devel/libsigrok:
- USES=libtool.
- INSTALL_TARGET=install-strip.

devel/liborcus:
- USES=libtool tar:bzip2.
2014-05-05 22:50:59 +00:00
Raphael Kubo da Costa
5b979ce1a8 The KDE on FreeBSD team presents Qt 4.8.6.
This is a minor bugfix release that fortunately contains quite a few patches
that we have upstreamed in the past months.

See http://blog.qt.digia.com/blog/2014/04/24/qt-4-8-6-released/ for a
summary of changes, and
http://download.qt-project.org/official_releases/qt/4.8/4.8.6/changes-4.8.6
for a detailed list of changes.

This patch contains commits by me, makc@ and Schaich Alonso.

PR:		ports/189213
2014-05-05 20:47:22 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Thierry Thomas
ee93a49cbc It seems that FreeBSD-9.2 does'nt like 'std::__1'...
Reported by:	Jenkins via swills
2014-05-04 10:57:52 +00:00
Thierry Thomas
ae7bbebef9 I forgot to remove MAKE_JOB_UNSAFE in my previous commit. 2014-05-02 16:33:52 +00:00
Thierry Thomas
5c1b1684de Remove cad/kicad-library: it is no more provided separately but included
with cad/kicad.
2014-05-02 16:11:56 +00:00
Thierry Thomas
b5dcbe0c96 Upgrade Kicad to the latest stable (2013-05-18). 2014-05-02 16:06:56 +00:00
Steve Wills
3b5bf7c929 - Stage
- Pet portlint

PR:		ports/188821
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@ (blanket)
2014-04-26 21:01:23 +00:00
Mathieu Arnold
f2cac0fa35 Replace all @unexec /bin/rmdir with @unexec rmdir
With hat:	portmgr
Sponsored by:	Absolight
2014-04-24 16:42:32 +00:00
Thierry Thomas
54a50a2b69 - Upgrade cgnslib to 3.2.1
Changelog at <https://sourceforge.net/projects/cgns/files/cgnslib_3.2/>

- Bump PORTREVISION of consumers ports.
2014-04-17 20:31:45 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Rene Ladan
7e5f1066a3 Remove expired ports:
2014-03-10 www/p5-CGI-modules: No more public distfiles
2014-04-10 www/p5-WWW-Link: Depends on expired www/p5-CGI-modules
2014-03-10 www/sbox-dtc: No more public distfiles
2014-04-10 sysutils/dtc: Depends on expired www/sbox-dtc
2014-03-10 textproc/glimpse: No more public distfiles
2014-04-10 ftp/ftplocate: Depends on expired textproc/glimpse
2014-04-10 misc/tkman: Depends on expired textproc/glimpse
2014-04-09 devel/asl: Unmaintained since 1997
2014-04-09 net/pcnfsd: Unmaintained since 1997
2014-04-10 cad/chipmunk: Unmaintained since 1999
2014-04-10 graphics/comix: Insists on installing in /usr/local, and uses nautilus2 which is deprecated.
2014-04-10 www/mambo: Broken for more than 6 months
2014-04-10 devel/lua-rds-parser: Broken for more than 6 months
2014-04-10 editors/the: Unmaintained since 1999
2014-04-10 japanese/exmh2: Unmaintained since 1999
2014-04-10 net/freewais-sf: Unmaintained since 1999
2014-04-10 editors/elvis: Unmaintained since 1999
2014-04-10 japanese/sed: Unmaintained since 1999
2014-04-10 x11-fm/xfm: Unmaintained since 1999
2014-04-10 print/rtf2latex: Unmaintained since 1999
2014-04-10 graphics/fbm: Unmaintained since 1999
2014-04-11 devel/p5-Penguin-Easy: Unmaintained since 2000
2014-04-11 emulators/prodosemu: Unmaintained since 2000
2014-04-11 security/gtkportscan: Unmaintained since 2000
2014-04-11 graphics/xmfract: Unmaintained since 2000
2014-04-11 databases/xmbase-grok: Unmaintained since 2000
2014-04-11 emulators/svr4_base: Unmaintained since 2000
2014-04-11 math/freefem: Unmaintained since 2000
2014-04-11 graphics/tiff2png: Unmaintained since 2000
2014-04-11 math/wingz: Unmaintained since 2000
2014-04-11 lang/STk: Unmaintained since 2000
2014-04-11 graphics/kdc2tiff: Unmaintained since 2000
2014-04-11 math/xlispstat: Unmaintained since 2000
2014-04-11 databases/typhoon: Unmaintained since 2000
2014-04-11 graphics/dc20ctrl: Unmaintained since 2000
2014-04-11 www/fhttpd: Unmaintained since 2000
2014-04-11 graphics/xmorph: Unmaintained since 2000
2014-04-11 editors/axe: Unmaintained since 2000
2014-04-11 www/cgic: Unmaintained since 2000
2014-04-11 13:20:44 +00:00
Baptiste Daroussin
0542e45bb8 Mark as broken unstaged perl ports
With hat:	portmgr
2014-04-09 09:49:02 +00:00
Max Brazhnikov
243c6814c2 cad/librecad:
- update to 2.0.3
2014-03-31 11:00:46 +00:00
Rene Ladan
123a7489e1 - Update to 20140100 and undeprecate
- Update MASTER_SITES
- Port now consists of four source tarballs
- Set license to GPLv2
- Use zip and dos2unix
- Depend on lapack if not using atlas

Submitted by:	thierry
2014-03-29 23:43:21 +00:00
Antoine Brodin
7683e284a9 Mark broken: checksum and size mismatch
Reported by:	pkg-fallout and Pierre Smars
PR:		ports/187440
2014-03-28 19:20:45 +00:00
Pawel Pekala
5f5fab98b3 - Add staging support
- Use option helper
- Switch to PORTDATA, add missing files to PLIST_FILES
2014-03-24 12:05:21 +00:00
Baptiste Daroussin
83f5d6ccf0 Switch to wx 2.8
Requires a modern STL instead of enforcing gcc
2014-03-24 11:43:08 +00:00
Baptiste Daroussin
65ffcebfe3 Switch to wx 2.8 2014-03-24 11:37:29 +00:00
Danilo Egea Gondolfo
c70e84eac6 - Update from 3.7.55 to 3.7.56 2014-03-21 13:30:53 +00:00
Thierry Thomas
55e6556d12 Upgrade Code_Aster to 11.5.0-4.
N.B.: french/aster is still marked BROKEN, but this allows to unbreak
other ports sharing the same dependencies.

Patch for french/med provided by tijl.
2014-03-18 21:09:03 +00:00
Gerald Pfeifer
ed08b27967 Now that the default version of GCC in the Ports Collection (per
lang/gcc and Mk/bsd.default-versions.mk) is GCC 4.7, replace
USE_GCC=4.7+ by USE_GCC=yes.

Approved by:	portmgr (mat)
2014-03-16 22:33:04 +00:00
Thomas Zander
0b7b160169 - Stage support
- Makefile cleanup
- Move pkg-message to files/pkg-message.in
- Convert plist to use %%DATADIR%%
- Introduce LICENSE_*
- Bump PORTREVISION
- Update maintainer e-mail address
- Add NO_PACKAGE according to (my understanding of) the license

PR:		ports/187507
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
Approved by:	thierry (mentor)
2014-03-16 13:28:54 +00:00
Hiroki Sato
5719efe0d3 - Update to 0.23.3.
- STAGEDIR support.
2014-03-14 13:54:48 +00:00
Martin Wilke
3a68e61d1f - Convert USE_GMAKE to USES 2014-03-13 08:06:32 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
Rusmir Dusko
551b8d4bf7 - Use INSTALL_PROGRAM instead of INSTALL_SCRIPT
- Remove strip executable

Reported by:	makc@
2014-03-09 19:50:40 +00:00
Michael Reifenberger
e720ee1a68 Update to version 3.4.6 2014-03-08 22:51:16 +00:00
Antoine Brodin
c6c742d7cc Deprecate a few unmaintained ports (leaf ports, non staged and unmaintained since more than 12 years) 2014-03-08 22:26:21 +00:00
Antoine Brodin
4d55a357aa Unbreak 2014-03-08 08:59:08 +00:00
Baptiste Daroussin
b411bc617f Convert c* to USES=zip 2014-03-07 15:59:54 +00:00
Baptiste Daroussin
83c7a59022 Support stage
Convert to dos2unix
Modernise (options helpers, etc)
2014-03-07 14:03:55 +00:00
Baptiste Daroussin
40e9c4fede Convert to dos2unix 2014-03-07 11:37:49 +00:00
Rusmir Dusko
fb7cded5dc - Update to 0.80.2, Announce message:
Added Look At command.
  Added orthographic projection option.
  Added editing of group names from the Edit Group Dialog.
  Fixed wrong transform of some pieces when importing nested LDraw files.
  Fixed printing and saving images on certain Intel video cards.
  Fixed grid studs being enabled by grid lines option.
  Fixed piece arrows not being drawn if the axis icon is enabled.
  Preserve groups when merging.

  Note that due to changes in Google Code I had to switch to Google Drive
  to host the files and I'll probably close the project there so if you had
  any links/bookmarks pointing to that page please update them.

- Change master site from GOOGLE_CODE to my SF site,
  have used svn download from Trac and Google Drive for pieces
- Add OPTIONS_SINGLE=LIBRARY and LDRAW, LEOCAD Options
- Change dependency for cad/ldraw, only for LDRAW Option
- Change dependency for archivers/unzip, only for LEOCAD Option
- Change REINPLACE
- Remove obsolete patch, changed by upstream,
  the /usr change was a request from the Debian maintainers
2014-03-07 00:40:29 +00:00
Rusmir Dusko
34aafcd3be BrickUtils is a simple utility for builders that use LEGO Digital Designer
or LDraw-compatible CAD for designing models.

WWW: http://bricksnspace.wordpress.com/brickutils/
2014-03-06 13:34:59 +00:00
Rusmir Dusko
c07e669290 - Update to 201302, Announce message:
This update includes 869 files in the core library, including 570 new parts.

- Strip executable
- Change mklist -n to -d according to pkg-message
2014-03-05 21:04:04 +00:00
Maho Nakata
d1de8a7e7b Update cad/calculix to version 2.7
PR:		187104
Submitted by:	pfg@
2014-03-04 00:18:31 +00:00
Emanuel Haupt
73593f9a63 Support staging 2014-02-27 13:43:27 +00:00
Emanuel Haupt
a54af2ed3d Remove trailing whitespaces from category cad 2014-02-21 13:35:32 +00:00
Pawel Pekala
8c79d3d1c8 - Support staging [1]
- Use option helpers and install docs and examples files implicitly
  allowing to remove bsd.port.options.mk inclusion

PR:		ports/186800 [1]
Submitted by:	maintainer
2014-02-17 23:10:39 +00:00
Tijl Coosemans
564a799c71 Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
USE_GCC=yes has been omitted though.

Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.

Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...

Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-02-16 17:15:31 +00:00
Emanuel Haupt
6deefd29a8 Support staging 2014-02-16 12:02:44 +00:00
Emanuel Haupt
c9699bcce3 Support staging 2014-02-16 11:45:15 +00:00
Antoine Brodin
5f1f20ce4d Mark broken: Does not compile
on 8 and 9:
 cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"alliance\" -DVERSION=\"5.0\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBM=1 -DHAVE_LIBM=1 -DHAVE_LIBM=1 -DHAVE_LIBM=1 -DHAVE_UNISTD_H=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DRETSIGTYPE=void -DHAVE_MOTIF=1 -DHAVE_XPM=1 -DHAVE_XPM=1 -DHAVE_X11_XPM_H=1 -DHAVE_XP=1 -DHAVE_MOTIF=1 -DHAVE_XMUSEVERSION=1 -DHAVE_XMINSTALLIMAGE=1 "-DALLIANCE_VERSION=\"5.0 20090901\"" -DALLIANCE_TOP=\"/usr/local/alliance\" -I. -I. -I../../mbk/src -I../../pat/src -O2 -pipe -fno-strict-aliasing -MT pat_decl_y.lo -MD -MP -MF .deps/pat_decl_y.Tpo -c pat_decl_y.c  -fPIC -DPIC -o .libs/pat_decl_y.o
y.tab.c:562: error: duplicate 'extern'

on 10 and head:
elp.c:252:1: error: non-void function 'elpLotrsShrink' should return a value [-Wreturn-type]
return ;
^
elp.c:460:1: error: non-void function 'elpLofigCapaDiff' should return a value [-Wreturn-type]
return ;
^
elp.c:490:1: error: non-void function 'elpLofigCapaGrid' should return a value [-Wreturn-type]
return ;
^
elp.c:518:1: error: non-void function 'elpLofigShrink' should return a value [-Wreturn-type]
return ;

Reported by:	pkg-fallout since august 2013
2014-02-12 20:42:58 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
Martin Wilke
0c85328eb2 - Stage support 2014-02-09 10:30:04 +00:00
Stephen Montgomery-Smith
8f77984825 - Update to 2.8.4. 2014-02-09 00:52:13 +00:00
Emanuel Haupt
85ad94b8c1 - Support staging
- Use shebangfix
2014-02-08 21:29:55 +00:00
Max Brazhnikov
b94738b4e5 cad/varkon:
- Add stage support and LICENSE
- While here rename patches to match up makepatch

PR:		ports/186475
Submitted by:	Eero Hänninen <fax@nohik.ee>
2014-02-07 21:23:30 +00:00
Pawel Pekala
2ec977763b Update to version 26
PR:		ports/186438
Submitted by:	maintainer
2014-02-07 20:22:00 +00:00
Baptiste Daroussin
155aa7f937 Deprecate ports unmaintained for which distillator is not able to find public distfiles
Reported by:	distilator
2014-02-07 18:50:30 +00:00
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
John Marino
0c900713a3 cad/z88: Explicitly link libm (taken from dports) 2014-02-05 23:39:36 +00:00
Michael Reifenberger
3b4acc1021 Upgrade to version 3.4.5 2014-02-02 13:19:05 +00:00
Pietro Cerutti
30fb1088d3 - Remove cad/mars -- does not build, no releases in the past 20 years 2014-01-31 09:12:58 +00:00
Pietro Cerutti
07e27e6281 - Convert to USES=tk
- STAGE-clean
- Fix spaces in Makefile
- Register conflict with graphics/gts
2014-01-29 09:52:04 +00:00
Pietro Cerutti
7246bf7e08 - Convert to USES=tk 2014-01-29 08:43:32 +00:00
Pietro Cerutti
28e28658d6 - Convert to USES=tk
- STAGE-clean
2014-01-28 14:43:22 +00:00
Pietro Cerutti
f9bc2da385 - Convert to USES=gmake tk desktop-file-utils
- STAGE-clean
2014-01-28 14:18:34 +00:00
Pietro Cerutti
15573b9943 - Convert to USES=gmake tk 2014-01-28 14:06:16 +00:00
Dmitry Marakasov
6270f9f8ae - Keep category Makefiles sorted 2014-01-28 03:25:28 +00:00
Bernhard Froehlich
9d634e0b5f - Style and typo fixes
- pkg-plist reordered

PR:		ports/185556
Submitted by: 	Kevin Zheng <kevinz5000@gmail.com> (maintainer)
2014-01-27 16:22:55 +00:00
Stephen Montgomery-Smith
a4821a49d3 - Implement staging. 2014-01-26 22:25:15 +00:00
Antoine Brodin
be1d3f697a Add a missing plist 2014-01-25 19:32:14 +00:00
Rene Ladan
fa395fa1c8 Remove expired ports:
2013-12-22 devel/mico: Broken for more than 6 month
2014-01-22 cad/salome: depends on expired cad/salome-kernel
2014-01-22 cad/salome-netgenplugin: depends on expired cad/salome-kernel
2014-01-22 cad/salome-jobmanager: depends on expired cad/salome-kernel
2014-01-22 cad/salome-visu: depends on expired cad/salome-kernel
2014-01-22 cad/salome-kernel: does not configure
2014-01-22 cad/salome-multipr: depends on expired cad/salome-kernel
2014-01-22 cad/salome-smesh: depends on expired cad/salome-kernel
2014-01-22 cad/salome-gui: depends on expired cad/salome-kernel
2014-01-22 cad/salome-yacs: depends on expired cad/salome-kernel
2014-01-22 cad/salome-med: depends on expired cad/salome-kernel
2014-01-22 cad/salome-light: depends on expired cad/salome-kernel
2014-01-22 cad/salome-randomizer: depends on expired cad/salome-kernel
2014-01-22 cad/salome-sierpinsky: depends on expired cad/salome-kernel
2014-01-22 cad/salome-geom: depends on expired cad/salome-kernel
2014-01-22 devel/combat: depends on expired devel/mico
2014-01-24 09:32:00 +00:00
Baptiste Daroussin
56fcf8379f Fix properties on pkg-plist 2014-01-21 23:18:05 +00:00
Antoine Brodin
7718983035 Stage support 2014-01-20 21:00:05 +00:00
Antoine Brodin
3428aabb68 Stage support 2014-01-20 20:55:14 +00:00
Antoine Brodin
4b9c1fc5ad Stage support 2014-01-20 20:51:34 +00:00
Antoine Brodin
a9b42cab55 - Stage support
- Use OPTIONS helpers
2014-01-20 20:48:11 +00:00
Antoine Brodin
05d0ebde52 Stage support 2014-01-20 20:35:51 +00:00
Antoine Brodin
d3ade374e7 Stage support 2014-01-20 20:33:59 +00:00
Antoine Brodin
d507da2f32 Stage support 2014-01-20 20:30:18 +00:00
Baptiste Daroussin
d164d228e5 Reduce over inclusion of bsd.port.mk 2014-01-15 23:14:38 +00:00
Baptiste Daroussin
a39af80e2e Reduce over inclusion of bsd.port.mk 2014-01-15 23:11:44 +00:00
Baptiste Daroussin
735e688541 Reduce over inclusion of bsd.port.mk 2014-01-15 22:54:35 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Baptiste Daroussin
eed5d20c30 Support stage
General cleanup
2014-01-09 00:00:05 +00:00
Baptiste Daroussin
3022916800 Support stage
Use option helpers
2014-01-08 23:43:45 +00:00
Mathieu Arnold
bddf7ea542 Fix build with gcc47
PR:		ports/184565
Submitted by:	Christoph Moench-Tegeder
Approved by:	maintainer
2014-01-07 22:48:05 +00:00
Rene Ladan
eba22ec2a7 Deprecate and schedule for removal on 2014-01-22, depends on expired
cad/salome-kernel.

PR:		ports/185111
Submitted by:	rene
Approved by:	maintainer timeout (devel@stasyan.com , 14 days)
2014-01-06 12:21:33 +00:00
Adam Weinberger
e936740ebe Switch back to using WITH_EXAMPLES. The logic in this port is
far too twisted for a simple change to MEXAMPLES.
2014-01-03 20:56:59 +00:00
Adam Weinberger
43b73e5cfa Convert cad to MDOCS and MEXAMPLES 2014-01-03 15:53:42 +00:00
Baptiste Daroussin
c0d7b638ed Part 1 at removing now useless FETCH_ARGS redifition 2014-01-03 00:46:47 +00:00
Antoine Brodin
f4ca0fecbd Stage support 2013-12-30 22:19:48 +00:00
Antoine Brodin
b50f428179 - Stage support
- Uses shared-mime-info
2013-12-30 22:16:41 +00:00
Antoine Brodin
f0c86dd235 Stage support 2013-12-30 22:06:56 +00:00
Antoine Brodin
2cebe6d724 - Stage support
- shebangfix a bash script
2013-12-30 21:57:05 +00:00
Antoine Brodin
3c0899c54a Stage support 2013-12-30 21:51:27 +00:00
Antoine Brodin
a28f15d003 Stage support 2013-12-30 21:49:01 +00:00
Antoine Brodin
51ffa8efa2 - Stage support
- shebangfix a bash script
2013-12-30 21:46:21 +00:00
Antoine Brodin
dc49bc4563 - Stage support
- Uses desktop-file-utils
2013-12-30 18:51:25 +00:00
Antoine Brodin
d054878971 - Stage support
- Uses desktop-file-utils
2013-12-30 18:46:15 +00:00
Antoine Brodin
ab423ae319 Stage support 2013-12-30 18:39:48 +00:00
Antoine Brodin
5e1c9c042d Stage support 2013-12-30 18:36:10 +00:00
Antoine Brodin
cc7a829b38 Stage support 2013-12-30 18:31:26 +00:00
Diane Bruce
6efb941c7e - convert to stage
- add LICENSE
- fix tab to space in pkg-plist WWW
2013-12-29 21:32:15 +00:00
John Marino
10515a73d1 cad/pdnmesh: Restore previous commit erased by r337036
tijl did a sweeping cleanup of pdnmesh on r337036, but he accidently
removed the addition of -lm introduced in r32377 by myself.  This is
needed for newer gcc compilers using the latest binutils.

This commit restores the LDFLAGS still needed.
2013-12-26 18:17:07 +00:00
Antoine Brodin
468134583e Fix LIB_DEPENDS 2013-12-23 20:32:11 +00:00
Tijl Coosemans
e185f5af76 - Use options framework.
- USES=fortran.
- Eliminate FORTRANLIBS and GCCLIBDIR.
- Staging.
- Install examples depending on the EXAMPLES option instead of DOCS.
- Fix build with THREADS option (superlu_mt changes and C++11 mutex
  conflict).
2013-12-21 13:40:18 +00:00
Tijl Coosemans
3b62318317 Bump PORTREVISION for all the dependency changes in the previous commit.
Reported by:	mat
2013-12-20 17:25:22 +00:00
Tijl Coosemans
a1664197d7 - Remove excessive dependencies and fix dependency on gtkglext.
- USES=fortran.
- Staging.
2013-12-20 16:37:22 +00:00
Niclas Zeising
47be7a61c9 Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]
If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG=
to /etc/make.conf to get the old version.

Update several xorg related ports, including:
x11/libxcb 1.9.1 -> 1.9.3
graphics/libdrm 2.4.46 -> 2.4.50
x11/pixman 0.30.2 -> 0.32.4
x11/xkeyboard-config 2.9 -> 2.10.1
x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0

Fix dissapearing cursor in xf86-video-vmware [2]

Stagify all x11@-owned ports

Bump portrevisions for xf86-* ports due to xserver version change.

Fix fallout from updates where needed.

Thanks to:	all testersi, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/184684 [1], ports/181385 [2]
Submitted by:	Douglas Carmichael <dcarmich@dcarmichael.net> [2]
Approved by:	portmgr (bdrewery), core (jhb) [0]
2013-12-16 11:11:09 +00:00
Danilo Egea Gondolfo
3db9cc4377 - Update from 3.7.54 to 3.7.55 2013-12-14 18:35:58 +00:00
Pawel Pekala
ade94852b2 Update to version 2.3.0
PR:		ports/184752
Submitted by:	maintainer
2013-12-14 11:46:04 +00:00
Baptiste Daroussin
8f2d58e93c Fix typo 2013-12-12 17:43:31 +00:00
Baptiste Daroussin
c706f7f344 Convert LIB_DEPENDS for ports depending on boost 2013-12-12 11:14:49 +00:00
Baptiste Daroussin
a327ff430a In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in cad

With hat:	portmgr
2013-12-11 14:53:20 +00:00
Ganael LAPLANCHE
6e39a5dd87 - Update devel/tbb to 4.2.2
- Cleanup DISTNAME and WRKSRC definitions
- Use INSTALL_LIB instead of INSTALL_DATA + STRIP_CMD
- Bump dependent ports' revisions

PR:		ports/184526
Submitted by:	delphij
2013-12-11 07:53:16 +00:00
Max Brazhnikov
b28d767859 - Update to 2.0.0rc3
- Remove NLS options and related patches for simplicity
- Add patch to fix build on 10 and head
2013-12-10 18:42:46 +00:00
Niclas Zeising
636bb0b5f6 Update to 0.9.7.
Stagify.
2013-12-10 16:08:47 +00:00
Rusmir Dusko
c860ccbdb3 - Fix build, adjust staging
- Change pkg-plist

Approved by:	pawel / wg (mentors, implicit)
2013-12-09 17:59:17 +00:00
Max Brazhnikov
064f57d542 - Respect CMAKE_BUILD_TYPE
Approved by:	portmgr (bapt)
2013-12-04 18:48:48 +00:00
Michael Reifenberger
d89dfda814 Register conflicts with texlive-base-* since it has one file in common.
PR:		ports/184368
Submitted by:	lbartoletti
2013-12-02 08:59:13 +00:00
Danilo Egea Gondolfo
1cc851e852 - Update from 2.3.0a4 to 2.3.2a3
PR:		ports/184358
Submitted by:	Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
2013-11-30 00:34:54 +00:00
Pawel Pekala
3bca824aa4 - Update to version 4.2
- Allow staging

PR:		ports/184156
Submitted by:	maintainer
2013-11-23 00:38:02 +00:00
Michael Reifenberger
fc58a0f367 Use gcc for now. 2013-11-22 15:07:38 +00:00
Max Brazhnikov
5898d7df5c - Convert to USES=qmake (and other USES while I'm here)
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.

Approved by:	portmgr (blanket approval)
2013-11-22 12:55:00 +00:00
Baptiste Daroussin
b346d3d4d6 Deprecated ports broken for more than 6 month 2013-11-22 08:24:11 +00:00
Max Brazhnikov
4ddfac46e6 - Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Convert to USES=dos2unix
2013-11-21 15:41:06 +00:00
Pietro Cerutti
137f0d684c - Update to 7.5.233 2013-11-19 11:15:38 +00:00
Rusmir Dusko
da6bb456a6 - USES dos2unix instead of USE_DOS2UNIX
Approved by:	pawel / wg (mentors, implicit)
2013-11-18 22:53:52 +00:00
Rusmir Dusko
55c51d42ec - Add USE_DOS2UNIX
- Use mklist1_6 instead of mklist1_4
- Support STAGEDIR
- Add patch, fix typo

Approved by:	pawel / wg (mentors, implicit)
2013-11-18 21:55:54 +00:00
John Marino
f971cfdbe1 cad/feappv: Fix CFLAGS support
This problem could also be fixed by changing the sed pattern, but the
patch provided to the PR was tested.  The maintainer has not responded
to the last entries in the PR for over 15 days, so I'm timing it out.

PR:		ports/183513
Approved by:	maintainer timeout
2013-11-18 09:52:42 +00:00
Raphael Kubo da Costa
4ccd821a8f - Add a patches sent upstream and adjust the build flags to build with
libc++.
- Support staging.

PR:		ports/183623
Submitted by:	rakuco
Approved by:	maintainer timeout (14 days)
2013-11-17 17:40:39 +00:00
Michael Reifenberger
55e0dd8ab1 Update qcad to 3.4.2.0
PR:		ports/183346
Submitted by:	rakuco@
2013-11-05 20:34:42 +00:00
Raphael Kubo da Costa
e984a3a1c4 Welcome CMake 2.8.12!
With contributions from Schaich Alonso <alonsoschaich@fastmail.fm>,
including stage support for devel/cmake-gui.

This update took much longer than expected due to CMake changing the
arguments to an internal macro that ended up being used by some ports:

  http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9ce60ff5

I have also started a discussion about this on CMake's development list:

  http://article.gmane.org/gmane.comp.programming.tools.cmake.devel/8464

It required adjusting the affected ports, and these changes have approved by
portmgr (bdrewery).

PR:		ports/182981
Approved by:	portmgr (bdrewery)
2013-11-05 18:34:22 +00:00
William Grzybowski
0a4bb6ab22 cad/geda: update to 1.8.2
- Update to 1.8.2
- Allow staging
- Convert lib depends to new format [1]
- USES shared-mime-info shebangfix

PR:		ports/183566
Submitted by:	KATO Tsuguru <tkato432 yahoo.com>, wg [1]
2013-11-02 14:28:26 +00:00
Danilo Egea Gondolfo
f4180f6a01 - Update from 2.2.0b3 to 2.3.0a4
- Use options helpers
- Add stage support

PR:		ports/182887
Submitted by:	Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
2013-11-01 21:26:32 +00:00
Pawel Pekala
f3bb6fac5c - Update to version 2.6.1
- Remove leading article from COMMENT
- support staging

PR:		ports/181056
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-11-01 20:59:30 +00:00
Veniamin Gvozdikov
c0117f2aa0 The 0.3 version brings more electrical elements, more translations,
texts-related improvements, a faster elements panel and custom title block
templates.

- Update to 0.3
- Changed my email

Approved by:	eadler, osa, rm (mentors, implicit)
2013-10-31 19:34:14 +00:00
Pietro Cerutti
4532f38559 - Fix run-time segmentation fault [1]
- Convert to new LIB_DEPENDS format
- Fix build with clang (no longer depends on GCC)
- Statically link against own library libcommon.a, to avoid
  installing a library with such a generic name as libcommon.so

PR:		183474 [1]
Submitted by:	Pierre Smars <smars@yuntech.edu.tw> [1]
2013-10-31 17:19:27 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Michael Reifenberger
b9f534fd68 Avoid to download the boost library during the build.
Its bundled in the distfile instead.
Tell bzr to use ${WRKSRC} as the HOME directory.

PR:             ports/183121
2013-10-24 11:34:55 +00:00
Michael Reifenberger
a5a6e81907 Try to fix build on current.
Submitted by:	andreast@
2013-10-22 20:59:23 +00:00
Dmitry Marakasov
a2105d9f79 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [bce])
Approved by:	portmgr (bdrewery)
2013-10-22 13:57:35 +00:00
Danilo Egea Gondolfo
adcc14be0e - Update from 3.7.52 to 3.7.54 2013-10-21 17:39:42 +00:00
Antoine Brodin
11ddbda386 Update to 2.2.5
Fixes/features in this release:

Save CFD export options.
Automatically add *.vsp extension when saving.
Add *.ram files to file-open dialog.
Write propellers to XSec *.hrm files.
Fixed PovRay *.inc file bug.
Fix FEA elements not getting written.
Fix 64-bit GLFont support and embed font in executable.
Fix parameter linking and design files for propeller.

While here:
- Use MASTER_SITES=GH as the distfile is not on GHC
- Add LICENSE
- Use new LIB_DEPENDS syntax
- Convert to STAGEDIR

PR:		ports/182974
Submitted by:	maintainer
2013-10-14 19:53:58 +00:00
Michael Reifenberger
e41ba52b72 Update to 3.3.3.0
PR:             ports/182881
Submitted by:   rakuco@
2013-10-11 16:25:50 +00:00
Michael Reifenberger
2b5eb99017 Apply fixes provided by Max
Submitted by:	makc@
2013-10-10 12:47:00 +00:00
Michael Reifenberger
226a07a88b Try to fix the build. 2013-10-10 12:32:56 +00:00
Max Brazhnikov
a821cad16d - Convert to USES= qmake
- Bring stage support
- Adjust DESKTOP_ENTRIES
- Use options helpers
- Use new LIB_DEPENDS syntax
2013-10-09 10:08:04 +00:00
John Marino
37b4775802 cad/varkon: Hardcode PLATFORM to "FreeBSD"
The use of $OPSYS to define the platform actually breaks the build on
DragonFly.  The PLATFORM has to be recognized, and it serves for file
selection.  DragonFly (the only other OPSYS using ports for now) needs
"FreeBSD", not "DragonFly" to be defined as PLATFORM in order to build.
This change has no effect for FreeBSD users.

Varkon is an unmaintained port.
2013-10-06 22:58:15 +00:00
Danilo Egea Gondolfo
ef72260cd5 - Change maintainer email to @FreeBSD.org
- Add stage support
- Add pkg-plist file
- Increment PORTREVISION *

* The developers have updated the system without changing version.
The packages were compared with diff, some changes and the following
changelog were found in the new package:

IMP: (6/19/13, SMR) Added ability to save selections by clicking on
the selection area of the status bar (Bug #5130).
BUG: (6/18/13, GVG) ReadProjectSettingsFromLibrary' cannot serialize parameter (Bug #5122)
FIX: Not allowing EditPreferences in ReadLibrary Job. Undoing change done for (Bug #3654)
BUG: (6/18/13, SMR) Spice output may write bus notation (Bug #5121).
FIX: Fixed getPortName() so global names do not substitute arrays.
IMP: Added DFTM export for parallel routing (Bug #5120).

Approved by:	wg/culot (mentors, implicit)
2013-10-06 15:23:36 +00:00
Baptiste Daroussin
5e26b09ed7 Removed dependency on gwave
Bump portrevision
2013-10-05 14:07:56 +00:00
Baptiste Daroussin
65bf36e901 Remove the EOLed x11-toolkits/guile-gtk (gnome1) and its latest user
Approved by:	gnome (implicit)
2013-10-05 13:39:43 +00:00
Niclas Zeising
5a4c543c2b The FreeBSD graphics/x11 team proudly presents
a kwm, zeising production:

MESA 9.1.6

Starring:
Mesa 9.1.6, including libGL, libGLU and dri (new xorg only)
Addition of libEGL and libglesv2
KMS support for ATI graphics cards in 10-current (new xorg only)
Improved sparc64 support for new xorg. [1]
pixman 0.30.2, including shlib bump and portrevision bumps
libX11 1.6.2
Make absolute pointing devices work with x11-drivers/xf86-input-mouse
x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver)

Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
When updating MESA related ports (libGL, dri) you need to remove old versions
first.  See UPDATING for details.

PR:		ports/181962 [2]
Submitted by:	marius [1]
		zeising [2]
Exp-run by:	bdrewery
Approved by:	portmgr (bdrewery)

Thanks to all who helped testing!
2013-09-29 17:01:41 +00:00
Stephen Montgomery-Smith
60c4e5c852 - Update to 2.8.3. 2013-09-27 20:28:16 +00:00
Pietro Cerutti
c4918b7203 - Fix on CURRENT [1]
- Support STAGEDIR
- Fix up CFLAGS

Reported by:	pkg-fallout
2013-09-26 16:26:17 +00:00
Danilo Egea Gondolfo
ad33dc50ec - Update from 3.7.51 to 3.7.52
- Change maintainer email to @FreeBSD.org
- Convert USE_{GMAKE,TCL,TK} to USES
- Add staging support

Approved by:	wg (mentor)
2013-09-25 19:09:12 +00:00
Danilo Egea Gondolfo
f309702c8b - Update from 9.7.81 to 9.7.82
- Change maintainer email to @FreeBSD.org
- Add staging support
- Convert USE_TK to USES

Approved by:	culot (mentor)
2013-09-25 05:28:35 +00:00
Bryan Drewery
2d8b17ea39 - Remove NO_STAGE as these have been tested to be safe
With hat:	portmgr
2013-09-25 00:54:08 +00:00
Pietro Cerutti
2ef71f9340 - Remove cad/tkgate: it segfaults on startup, and has been doing so for as long
as I can remember.
2013-09-24 16:31:11 +00:00
Pietro Cerutti
5374c0ff88 - Convert to USES+=tk 2013-09-23 14:21:53 +00:00
Baptiste Daroussin
8e91f3161f Add NO_STAGE all over the place in preparation for the staging support (cat: cad) 2013-09-20 15:58:41 +00:00
Alex Kozlov
97e5e7dc3d - Remove last vestiges of MAKE_JOBS_SAFE knob
Approved by:	portmgr (bapt)
2013-09-20 10:54:22 +00:00
Pietro Cerutti
e50f460424 - Unbreak on CURRENT by adding USE_GCC= yes
Reported by:	pkg-fallout
2013-09-18 12:54:37 +00:00
Michael Reifenberger
c20c93f090 Fix plist 2013-09-17 22:34:35 +00:00
Michael Reifenberger
efa4f4d1ec Update to a newer snapshot. 2013-09-17 21:00:01 +00:00
Rusmir Dusko
8b25673568 - Update to 0.80.1
- Change maintainer email gmx.ch --> FreeBSD.org
- Use the new format for LIB_DEPENDS
- Add dependency for cad/ldraw
- USES desktop-file-utils gmake pkgconfig shared-mime-info
- Add USE_QT4

Approved by: tabwg/pawel (mentors)
2013-09-17 19:14:02 +00:00
Rusmir Dusko
f41c997e80 - Update to 201301
- Add PORTEPOCH
- Change maintainer email gmx.ch --> FreeBSD.org
- Add license (CCbyNCSA2)
- Remove BROKEN and NO_BUILD
- USES gmake
- Add docs and docs Option
- Add pkg-message

Approved by:	wg/pawel (mentors)
2013-09-17 17:51:28 +00:00
Baptiste Daroussin
46c6877a4a Convert to new perl framework
Submitted by:	az
2013-09-17 06:12:35 +00:00
Stephen Montgomery-Smith
88d3cb2512 - Set make_jobs_unsafe.
PR:		ports/182125
Submitted by:	Thierry Thomas <thierry@FreeBSD.org>
2013-09-15 21:41:35 +00:00
Andrej Zverev
4f9a4c9a94 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-12 16:41:28 +00:00
John Marino
a10f987e18 Add explicit dependency on pkgconf (11 ports) 2013-09-12 00:48:38 +00:00
Michael Reifenberger
df6aea5652 Add GLU to the build dependencies 2013-09-11 13:15:46 +00:00
John Marino
21a029f54c cad/ldraw: Mark BROKEN, checksum mismatch
PR: ports/181547 (timed out)
2013-09-10 09:35:54 +00:00
Andrej Zverev
38499cc4f9 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 07:12:35 +00:00
Sunpoet Po-Chuan Hsieh
7684922546 - Use single space after WWW: 2013-09-07 17:20:21 +00:00
William Grzybowski
a72306e9e6 cad/freehdl: fix build with clang
- Fix build with clang

PR:		ports/181830
Obtained from:	NetBSD
2013-09-06 15:39:44 +00:00
William Grzybowski
2a993a3b2b cad/irsim: update to 9.7.81
- Update to 9.7.81
- Use options helpers
- USES gmake
- Pass maintainership to submitter

PR:		ports/181843
Submitted by:	Danilo Egêa Gondolfo <danilogondolfo gmail.com>
2013-09-05 17:23:04 +00:00
Baptiste Daroussin
3a4866fb15 Add an explicit dependency on pkgconf 2013-09-05 09:15:49 +00:00
Boris Samorodov
9f7e7e1326 Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).

Co-authors:	bapt, madpilot and bsam (me)
2013-09-04 20:01:05 +00:00
William Grzybowski
07868e3a66 cad/repsnapper: update to 2.2.0b3
- Update to 2.2.0b3 [1]
- Fix gtkglextmm depend

PR:		ports/181812 [1]
Submitted by:	Martin Dieringer <martin.dieringer gmx.de> (maintainer)
2013-09-04 15:39:52 +00:00
Michael Reifenberger
890a5c28b9 Add two more dependencies. 2013-09-04 09:46:43 +00:00
Baptiste Daroussin
db7a56d5ed Add an explicit dependency on pkgconf 2013-09-03 06:36:41 +00:00
Baptiste Daroussin
f2b85008da Add an explicit dependency on pkgconf 2013-09-02 22:58:16 +00:00
Baptiste Daroussin
14d01e3e90 Add an explicit dependency on pkgconf 2013-09-02 22:50:21 +00:00
Baptiste Daroussin
2729c7d447 Add an explicit dependency on pkgconf 2013-09-02 21:32:24 +00:00
Baptiste Daroussin
9880c1a378 Add an explicit dependency on pkgconf 2013-09-02 21:27:53 +00:00
Baptiste Daroussin
77aed62c7d Add an explicit dependency on pkgconf 2013-09-02 20:51:40 +00:00
Baptiste Daroussin
b03628b94f Fix a hidden USE_GNOME=pkgconfig 2013-09-02 20:32:55 +00:00
William Grzybowski
64929401ac cad/repsnapper: update to 2.2.0b2
- Update to 2.2.0b2 [1]
- Convert lib depends to new syntax
- USES gmake

PR:		ports/180757
Submitted by:	Martin Dieringer <martin.dieringer gmx.de> (maintainer)
2013-09-02 15:57:02 +00:00
Baptiste Daroussin
efeb4f1aa7 Add an explicit dependency on pkgconfig 2013-09-02 06:39:37 +00:00
Michael Reifenberger
91ba5be776 Add moc to the dependencies to fix the build. 2013-08-29 07:30:12 +00:00
Maho Nakata
96c9fa9646 Now metis-edf is selectable. 2013-08-27 04:22:46 +00:00
Alexey Dokuchaev
3bcf60e003 - Update to version from 12 August 2013
- Give maintainership to submitter
- Cleanup the port a bit while I'm at it

PR:	ports/180611
2013-08-25 12:41:50 +00:00
Michael Reifenberger
356db3c10a Readd qcad and upgrade to version 3.2.1
PR:		ports/181199
Submitted by:	Thierry Thomas (thierry@)
2013-08-21 07:52:35 +00:00
Gerald Pfeifer
41e60477bd Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
2013-08-17 16:27:24 +00:00
Maho Nakata
4524259466 update to 2.6.1
PR:		 181234
Submitted by:	Pedro Giffuni <giffunip@tutopia.com>
2013-08-16 01:45:13 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Dirk Meyer
b83d7bf933 - update libdg to 2.1.0 2013-08-09 14:05:52 +00:00
Stephen Montgomery-Smith
394bc3d5fa - Update to 2.8.2. 2013-08-04 22:27:55 +00:00
Mathieu Arnold
62a41b423b - Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-03 13:44:00 +00:00
Baptiste Daroussin
df72538395 Mark as broken: does not configure on any support version
Reported by:	pkg-fallout
2013-07-28 20:46:52 +00:00
Rene Ladan
66fee90926 KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.

Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports

PR:		ports/180745
Submitted by:	rene
Approved by:	portmgr (bapt)
Exp-run by:	bapt
2013-07-26 19:19:20 +00:00
Daniel Eischen
9f03fa1667 Change maintainership from @ports to new maintainer. From the
new maintainer:

  Trim comment
  Add license (GPLv2)
  New world order USES: gmake, pkgconfg, shared-mime-info
  Add docs
  Add DOCS option
  Trim icons
  Trim pkg-descr
  Trim pkg-plist

PR:		174911
Submitted by:	nemysis at gmx dot ch
2013-07-26 18:21:02 +00:00
John Marino
f24aed2e65 cad/pdnmesh: Specify libmath explicitly to linker to unbreak build.
Approved by:	culot (mentor)
2013-07-24 08:10:12 +00:00
Pietro Cerutti
c4b15c6d20 - Make graphics/togl's libraries location independent from the Tcl/Tk version
used to build it
- Fix cad/netgen to use this new location

Reported by:	bapt
2013-07-24 06:53:48 +00:00
Baptiste Daroussin
296bda1ce2 Mark as broken, does not build
/usr/local/bin/ld: parser.o: undefined reference to symbol 'log@@FBSD_1.0'
/usr/local/bin/ld: note: 'log@@FBSD_1.0' is defined in DSO //lib/libm.so.5 so try adding it to the linker command line
//lib/libm.so.5: could not read symbols: Invalid operation

Reported by:	pkg-fallout
2013-07-24 06:43:14 +00:00
Veniamin Gvozdikov
862c06b489 - Changed my email
- Trim Makefile headers and positions name and surname within

Approved by:	eadler, rm (mentors)
2013-07-22 14:34:22 +00:00
Max Brazhnikov
d15fa81db0 - Update to 1.0.3
- Switch to GITHUB
- Prevent from writing to /root during build (XDG_CONFIG_HOME)
- Add build-time dependence on math/muparser
2013-07-20 11:08:57 +00:00
Martin Wilke
1b963e3e0f - Update to 3.7.51
PR:		180586
Submitted by:	maintainer
2013-07-17 09:35:13 +00:00
John Marino
bcf15de284 cad/pcb: unbreak after USES= gmake
The makefile already had USES defined in the NLS option.
After replacing USE_GMAKE with "USES= gmake", the value of USES is
subsequently overwritten by the default-on NLS option.  Change the
NLS option to USES+= to fix.

Approved by:	hrs (maintainer)
2013-07-15 05:37:39 +00:00
Guido Falsi
b0295dd306 - Update to 4.1
- Update maintainer address

PR:		ports/180479
Submitted by:	Matthias Petermann <matthias@petermann-it.de> (maintainer)
2013-07-13 11:18:23 +00:00
Baptiste Daroussin
d0dd2971fc Mark as job unsafe 2013-07-12 22:55:44 +00:00
Baptiste Daroussin
cfcc8c6c9a Mark jobs unsafe
Trim headers
Convert to USES=gmake
2013-07-12 13:20:04 +00:00
Baptiste Daroussin
d331601d3e Mark jobs unsafe 2013-07-10 12:27:40 +00:00
Baptiste Daroussin
bad37a6cd4 Convert from USE_MOTIF to USES=motif
While here:
- trim headers
- Remove indefinite article from comment
- convert USE_GMAKE to USES=gmake
2013-07-09 21:49:35 +00:00
Rene Ladan
97ae939ffb - Remove optional dependency on deprecated QT3
- Convert Makefile header
- Drop leading article from comment
2013-07-03 15:01:36 +00:00
Thierry Thomas
c9a53c43cc Fix installation when DRAW is not selected.
Reported by:	Andrea Venturoli <ml (at) etfence.it>
2013-07-02 20:47:29 +00:00
William Grzybowski
7c44cd576e cad/electric-ng: update to 9.0.4
- Update to 9.0.4 [1]
- Removed tab from WWW entry [1]
- Add LICENSE (GPLv3) [1]
- Remove leading article from COMMENT

PR:		ports/179845 [1]
Submitted by:	Danilo Egêa Gondolfo <danilogondolfo@gmail.com> (maintainer)
2013-06-23 12:05:23 +00:00
Niclas Zeising
0380739ce1 Update to 3.3.47. 2013-06-22 19:15:53 +00:00
Pawel Pekala
2b6d9fd950 Update to version 7.24.0
PR:		ports/179620
Submitted by:	Erik Greenwald <erik@brlcad.org> (maintainer)
2013-06-21 19:55:20 +00:00
William Grzybowski
da2ef4f03e cad/openvsp: update to 2.2.4
- Update to 2.2.4 [1]
- Unmute install command

PR:		ports/179636 [1]
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-18 14:27:24 +00:00
William Grzybowski
959ffda594 cad/ngspice_rework: update to 25
- Update to version 25
- Trim Makefile header
- Improve COMMENT
- Add DEBUG option
- Pass maintainership to submitter

PR:		ports/178555
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
Approved by:	culot / jpaetzel (mentors, implicit), maintainer (timeout)
2013-06-13 15:58:20 +00:00
Martin Wilke
4408574d8b - Trim header 2013-06-12 10:31:12 +00:00
Raphael Kubo da Costa
137b9dfee3 Update to 3.7.50.
PR:		ports/179467
Submitted by:	Danilo Egêa Gondolfo <danilogondolfo@gmail.com> (maintainer)
2013-06-11 18:31:39 +00:00
Martin Wilke
5379368005 - Fix i18n manpages 2013-06-11 15:16:23 +00:00
Hiroki Sato
7a823705e4 - Update to 4.0.
- Trim old-style header.
- Add LICENSE.
- Use shebangfix.
- Replace pathname lookups in the scripts with fixed pathnames.
2013-06-01 11:23:22 +00:00
Niclas Zeising
92ea0d614b The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:

Xorg 7.7

Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.

PR:		ports/177942
Exp-run by:	miwi
Approved by:	portmgr (miwi)

Thanks to all who helped testing!
2013-05-25 14:37:02 +00:00
Bryan Drewery
5b7e831c02 - Update to 3.7.49
PR:		ports/178790
Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
2013-05-22 01:49:31 +00:00
Niclas Zeising
c1dc5f0604 Do quite a bit of cleanup work for cad/gspiceui. This means:
- Trim Makefile header
- Take maintainership
- Install a nice-looking desktop icon (and bump PORTREVISION)
- Remove LICENSE_FILE for standard license
- Improve OPTIONS now that we have optionsng
- Update pkg-descr and WWW

Pass maitanership to submitter

PR:		ports/178678
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
2013-05-20 14:57:46 +00:00
Stephen Montgomery-Smith
83d5ed0eb3 - Source tarball was rerolled. diff indicates changes were harmless.
- Bump port revision as pkg-plist changed.

Pointed out by:	mexas@bris.ac.uk
2013-05-17 12:39:04 +00:00
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
Maho Nakata
0b22089ce5 * Fix pkg-plist for WITH_EXAMPLES case.
* Update variable in case we want to replace default browser
  or gv (and port revision bumped accordingly).

Submitted by: pfg@
PR:	176649
2013-03-18 01:19:49 +00:00
Alexey Dokuchaev
f42840e555 In categories starting with 'c' and 'd', remove empty lines from pkg-plist
(except for `databases/tdbc' and `devel/py-mercurialserver', where it looks
like they're being used deliberately).
2013-03-17 13:55:04 +00:00
Pawel Pekala
3b60309ab2 LDraw is an open standard for LEGO CAD programs that allow the user to create
virtual LEGO models and scenes. You can use it to document models you have
physically built, create building instructions just like LEGO, render 3D photo
realistic images of your virtual models and even make animations.
The possibilities are endless. Unlike real LEGO bricks where you are limited by
the number of parts and colors, in LDraw nothing is impossible.

WWW: http://www.ldraw.org/

PR:		ports/174901
Submitted by:	nemysis@gmx.ch
2013-03-13 21:39:40 +00:00
Stephen Montgomery-Smith
fd0f39aa6e - Update to 2.7.0.
Reported by:	thierry@
2013-03-09 22:22:52 +00:00
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00