1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Commit Graph

1873 Commits

Author SHA1 Message Date
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