Commit graph

2258 commits

Author SHA1 Message Date
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
7ae46e9b12 Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25 19:04:25 +00:00
Baptiste Daroussin
b994e947d1 Cleanup plist 2014-12-20 17:28:02 +00:00
Baptiste Daroussin
920782a507 Convert to USES=autoreconf
Strip binaries
2014-12-18 11:08:23 +00:00
Danilo Egea Gondolfo
666155735c - Update to 7.0.20141202
PR:		195789
Submitted by:	pfg@ (maintainer)
2014-12-14 02:07:52 +00:00
Pietro Cerutti
c020107379 - Reset maintainership of my ports 2014-12-10 22:29:14 +00:00
Danilo Egea Gondolfo
688a00386f - Update from 3.8.76 to 3.8.77 2014-12-09 13:37:08 +00:00
Stephen Montgomery-Smith
dcc9f5e5b8 - Patch to fix build error.
- Bump portrevision.

Reference:      http://beefy2.isc.freebsd.org/data/10amd64-default/2014-11-26_04h02m22s/logs/gmsh-2.8.5.log
Obtained from:  Comparing to development branch of gmsh.
2014-11-28 20:21:17 +00:00
Thierry Thomas
ef60f49131 Unbreak. The tarball has been rerolled: now VTK could be optional.
Since there is no option for VTK in the port, there is no impact.
I'll try to add this option with the next update.

Full diff at
<http://people.freebsd.org/~thierry/ports/opencascade-6.8.0_141110_141120.diff>
2014-11-27 21:21:55 +00:00
Antoine Brodin
083d8a49ff Mark BROKEN: Checksum and size mismatch
Reported by:	pkg-fallout
2014-11-27 18:28:36 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Hiroki Sato
5945146fd3 Update to 0.23.8. 2014-11-23 10:16:30 +00:00
Thierry Thomas
5676e4c0b6 Upgrade cad/opencascade to 6.8.0.
Changelog at http://www.opencascade.com/pub/doc/Release_Notes_6.8.0.pdf

PR:		ports/195172
Submitted by:	/me
2014-11-22 18:44:55 +00:00
Stephen Montgomery-Smith
049888a68b - Update to 2.8.5 and chase cad/opencascade.
PR:		ports/195173
Submitted by:	Thierry Thomas <thierry@FreeBSD.org>
2014-11-22 17:46:21 +00:00
Joerg Wunsch
73292ac157 Replace %%QT_BINDIR%% (as suggested by makeplist) by plain "bin".
Submitted by:	makc
2014-11-20 20:57:51 +00:00
Dmitry Marakasov
a0b39f147f - Unbreak, actualize 2014-11-20 20:18:07 +00:00
Joerg Wunsch
e14e9e3eea Revive Qucs, now that it no longer depends on Qt3.
Took me quite some pulled out hairs to resolve a couple of things
Clang++ didn't like even though GCC apparently could handle them.
2014-11-19 21:59:02 +00:00
John Marino
bae8c9cbe9 cad/geda: fix gsch2pcb utility by using gnu M4
PR:		195155
Submitted by:	Tobias Rehbein
2014-11-19 19:17:06 +00:00
Danilo Egea Gondolfo
aaf5c65c10 - Update from 3.8.75 to 3.8.76 2014-11-18 16:49:44 +00:00
Antoine Brodin
0f91245dbb Add back man pages, mistakenly removed in r371238 2014-11-14 19:53:19 +00:00
Danilo Egea Gondolfo
9be7784e14 - Update from 3.8.74 to 3.8.75 2014-11-07 15:41:01 +00:00
Ashish SHUKLA
85f56adb6e - Chase GNU Emacs updates
PR:		194624
2014-11-05 13:19:31 +00:00
Thierry Thomas
4bf1d39058 Update URL.
Submitted by:	pfg (maintainer)
2014-10-22 21:40:51 +00:00
Baptiste Daroussin
afb0da4983 Cleanup plist 2014-10-20 07:19:22 +00:00
Thierry Thomas
1a24129c6f Update cad/elmerfem to 20141015 snapshot.
This brings many small fixes.
While here drop the autoconf support since we are using the CMake branch.

PR:		ports/194410
Submitted by:	pfg@ (maintainer)
2014-10-19 13:34:34 +00:00
Marcus von Appen
dae43d7a6d - Convert ports from cad/, chinese/, comms/ and converters/ to new
USES=python

Approved by:	portmgr (implicit)
2014-10-19 07:50:53 +00:00
Thierry Thomas
c6615e8df9 Fix build on FreeBSD-8.4. 2014-10-18 14:38:06 +00:00
Thierry Thomas
7326f6fa20 Fix bad links for headers.
Reported by:	Stas Timokhin <devel (at) stasyan -dot- com>
2014-10-11 15:41:02 +00:00
Danilo Egea Gondolfo
06828693df - Update from 3.8.73 to 3.8.74 2014-10-10 14:14:18 +00:00
Max Brazhnikov
3de66e5d5b cad/librecad:
- update to 2.0.5
2014-10-09 19:14:36 +00:00
Baptiste Daroussin
f3195a4d9e Fix without gperf in base 2014-10-07 15:59:10 +00:00
Dmitry Marakasov
8fb2648953 - Drop @dirrm* from plist 2014-10-07 12:03:46 +00:00
Thierry Thomas
0e8782b2e6 Add elmerfem.
Elmer includes physical models of fluid dynamics, structural mechanics,
electromagnetics, heat transfer and acoustics, for example. These are
described by partial differential equations which Elmer solves by the
Finite Element Method (FEM).

PR:		ports/193531
Submitted by:	pfg
2014-10-06 21:48:25 +00:00
Wen Heping
aa31baa85c - Bump PORTREVISION to chase the update of math/cgal 2014-10-05 11:28:20 +00:00
Tijl Coosemans
278b41534b Avoid a dependency on devel/libtool 2014-10-01 11:25:35 +00:00
Dmitry Marakasov
53020ca478 - Drop @dirrm* from plist 2014-09-23 16:32:16 +00:00
Dmitry Marakasov
3207356f1d - Drop @dirrm* from plist 2014-09-23 11:19:49 +00:00
Tijl Coosemans
d9aa7a8cbf print/freetype:
- Remove old libtool patch
- Remove :oldver from USES=libtool and bump dependent ports
2014-09-19 15:45:14 +00:00
Mathieu Arnold
46cf4bcb84 Retire MANCOMPRESSED.
Also the compat NO_INSTALL_MANPAGES shim.

Differential Revision:	https://reviews.freebsd.org/D730
Reviewed by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
2014-09-18 12:31:24 +00:00
Ganael LAPLANCHE
7373fd9b08 Update devel/tbb to 4.3.0 and bump dependent ports' revisions
PR:		193214
Submitted by:	Oleksii Tsai <oleksii.tsai@googlemail.com>
2014-09-16 07:05:28 +00:00
Hiroki Sato
4c29bd6378 Update to 3.29. 2014-09-15 14:51:35 +00:00
Hiroki Sato
a9857fee26 - Update cad/p5-GDS2 to 3.28.
- Add x11-toolkits/p5-Tk-WaitBox.  This is an wait dialog module
  for Perl/Tk.
2014-09-14 15:38:23 +00:00
Tijl Coosemans
a5bee80ce4 Use default LIBTOOLIZE_ARGS 2014-09-13 18:25:04 +00:00
Antoine Brodin
944c6e818b - Allow staging as a regular user
- USES=shared-mime-info
2014-09-11 22:30:43 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Thierry Thomas
78e2b56a8a - Upgrade to 1.5;
- Bump PORTREVISION for consumers.
2014-09-01 21:50:14 +00:00
Tijl Coosemans
796095d541 Add USES=libtool to accessibility/atkmm and bump dependent ports 2014-09-01 19:34:02 +00:00
Dmitry Marakasov
8b3eb2eddf - Clarify LICENSE
Approved by:	portmgr blanket
2014-09-01 15:06:41 +00:00
Baptiste Daroussin
5c9c2e45c8 Remove non staged ports without pending PR from c* 2014-09-01 12:03:09 +00:00
Hiroki Sato
5fc6c94931 - Add MAKE_JOBS_UNSAFE [*].
- Simplify LICENSE_COMB=multi handling.

PR:	193180 [*]
2014-08-31 19:44:16 +00:00
Tijl Coosemans
aafc6248a1 lang/guile:
- Add USES=libtool and bump dependent ports
- Replace Makefile.* patches with USES=pathfix
- Replace config.h.in patch with USE_AUTOTOOLS=autoheader
- Avoid automake by touching Makefile.in

Approved by:	portmgr (implicit, bump unstaged port)
2014-08-31 15:17:49 +00:00
William Grzybowski
5c1daffbf6 cad/adms: update to 2.3.4
PR:		193027
Submitted by:	Ports Fury
2014-08-30 18:47:50 +00:00
Hiroki Sato
9e29570778 - Update to 7.5.240.
- Fix LICENSE.
2014-08-30 18:00:52 +00:00
Hiroki Sato
17d2fbf5cb - Add LICENSE.
- Update MASTER_SITES and WWW: in pkg-plist.
- Use PORTEXAMPLES and OPTIONS_DEFINE=EXAMPLES.
2014-08-30 17:31:12 +00:00
John Marino
a3951781e6 cad/alliance: Upgrade version 5.0.20090901 => 5.0.20120515, stage
This port was marked broken due to a bison error.  The newest version had
the same flaw, but I got the fix from Debian.  The 5.0.20120512 is also
not limited to i386, it builds fine on amd64 now.

It is still not jobs safe (it can't find libVrd before it's built) but
I suspect only minor changes are necessary to make it jobs safe.
2014-08-30 16:41:04 +00:00
Hiroki Sato
f9a5ebf656 Update to 0.23.6. 2014-08-30 14:29:47 +00:00
Antoine Brodin
7c6dbbbbfd Unbreak 2014-08-30 08:13:55 +00:00
Baptiste Daroussin
5dadceeb8c Convert to USES=libtool
State that configure script is a GNU one
Strip binaries
Use pathfix instead of gnomehack
2014-08-29 19:35:00 +00:00
Michael Reifenberger
0f4a250b0c Update to bzr rev 5104. 2014-08-29 17:05:28 +00:00
Danilo Egea Gondolfo
1d9d5209a2 - Update from 3.8.72 to 3.8.73 2014-08-29 12:14:57 +00:00
Thierry Thomas
78ae62f1d4 Chase the upgrade of net/mpich2.
Approved by:	portmgr (non staged ports)
2014-08-26 19:55:00 +00:00
Hiroki Sato
5ecb60ec0a - Add HiSIM2 support.
- Add LICENSE for DEV_BSIM3, DEV_BSIM3, and DEV_HISIM2 options.
- Simplify do-configure.
2014-08-25 15:51:30 +00:00
John Marino
2913e108ba cad/geda: Unbreak on FreeBSD 11
PR:		192786
Submitted by:	Ports Fury
2014-08-23 20:27:55 +00:00
Hiroki Sato
a2dc82fcc1 Add BSIM4v4 support. 2014-08-22 11:08:48 +00:00
Hiroki Sato
ad2594965d - Add BSIM3v3 support. This is disabled by default because its license is
not compatible with SPICE3f5.
- Remove bsd.prog.mk dependency.
- Put variables in ${FILESDIR}/FreeBSD* configuration file into
  ${FILES}/Makefile.
- Use opt_USE instead of .if ${PORT_OPTIONS:Mopt}.
- Remove unnecessary changes in patch-conf_defaults.
2014-08-22 05:05:02 +00:00
Hiroki Sato
605c6c3a90 - Cleanup ${FILESDIR}/Makefile.
- Remove MAKE_JOBS_UNSAFE.
2014-08-21 19:41:06 +00:00
Hiroki Sato
e3e0fbf905 - Fix MASTER_SITES for PS documents.
- Fix LICENSE.  SPICE license is a variant of MIT license, not BSDL, while
  the copyright holder is UCB.
- Style clean-ups.
2014-08-21 06:03:30 +00:00
Thierry Thomas
336daad8d7 Chase conflicts. 2014-08-19 16:54:24 +00:00
Thierry Thomas
50a3474220 Upgrade to 0.20140622+bzr4027-2.
Changelog at
<https://launchpad.net/ubuntu/utopic/+source/kicad/+changelog>.
2014-08-19 16:49:32 +00:00
John Marino
d96901c320 Stage cad/cider. Mark BROKEN on F10+ caused by bmake
This port generates a makefile and then passes it to "make" via stdin,
which makes it different to troubleshoot.  When I finally saw the file
in order to figure out why several internal static libraries weren't
getting built leading to some programs not getting built, I saw a
generic static library target made up of variables.  fmake likes it;
bmake does not.

I tried USES+= fmake along with some patching but I must have missed
some hardcoded "make" commands because bmake got called again.  This
software is 20 years old so I finally gave it.  It got a stay of
execution by getting staged.  If somebody wants to study a target that
bmake just doesn't get, this is a good place to start.
2014-08-18 15:41:36 +00:00
John Marino
643f83a81d Stage cad/jspice3 and unbreak on FreeBSD 10+
It would have been easy just to set this to "USE_GCC=any" to fix it,
but the code had plenty of undefined returns when a type was expected.
Using clang exposed those problems.  Hopefully I defined the missing
return values correctly.
2014-08-18 08:32:20 +00:00
John Marino
482fd2f409 Stage cad/spice 2014-08-18 00:28:54 +00:00
Thierry Thomas
f732c13c5e - Upgrade Code_Aster to 11.6.0-1.
- Fix Homard.
2014-08-17 19:51:45 +00:00
Vanilla I. Shu
fb4f0f0bc1 Stagify. 2014-08-14 08:43:08 +00:00
Antoine Brodin
6f5765b31f Canonicalize some old USE_PY*
With hat:	portmgr
2014-08-11 12:29:17 +00:00
Tijl Coosemans
3b7bd0a149 Fix problems with missing libs when the linker enforces explicit linking
(a* to d* categories)

PR:		192062
2014-08-10 19:50:23 +00:00
Antoine Brodin
ecdb015753 Allow building on old freebsd 2014-08-10 12:31:43 +00:00
Adam Weinberger
e15082b844 Don't try to clobber ccos(3). 2014-08-09 03:53:18 +00:00
William Grzybowski
08e78c7124 cad/cura-engine: Engine of slicing solution for RepRap 3D printers
The CuraEngine is a C++ console application for 3D printing GCode generation.
It has been made as better and faster alternative to the old Skeinforge engine.

The CuraEngine is pure C++ and uses Clipper from
http://www.angusj.com/delphi/clipper.php. There are no external dependences
and Clipper is included in the source code without modifications.

This is just a console application for GCode generation. For a full graphical
application look at https://github.com/daid/Cura with is the graphical
frontend for CuraEngine.

The CuraEngine can be used seperately or in other applications.
Feel free to add it to your application. But to take note of the License.

WWW: http://wiki.ultimaker.com/Cura

PR:		192486
Submitted by:	cederom tlen pl
2014-08-08 01:28:03 +00:00
Guido Falsi
1a473d0679 Update to 4.4
PR:		192354
Submitted by:	Matthias Petermann <matthias@petermann-it.de> (maintainer)
2014-08-07 23:20:40 +00:00
Baptiste Daroussin
af05658457 USES=execinfo 2014-08-04 23:06:51 +00:00
Adam Weinberger
511c49bdec In some straightforward cases, protect documentation behind
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure.
2014-08-04 03:40:14 +00:00
Adam Weinberger
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Adam Weinberger
08a006d08a Rename all patches that contain '::' as a path separator, and use
'__' instead.
2014-07-29 17:12:47 +00:00
Danilo Egea Gondolfo
b3dca31e45 - Update from 3.8.71 to 3.8.72 2014-07-28 12:08:01 +00:00
John Marino
4a91dd82c6 cad/systemc: match RESTRICTED text with /usr/ports/LEGAL
The former maintainer indicates that he no longer has time to work on
this port.  He understands is not staged and thus headed for removal,
so the RESTRICTED update is being done by itself in case somebody else
steps up to stage the port.

PR:		189883
Submitted by:	maintainer (at the time) (Daniel Thiele)
Approved by:	portmgr (implicit, NOT_STAGED)
2014-07-28 07:31:49 +00:00
Max Brazhnikov
8ca1dc2c06 cad/openscad:
- Update to 2014.03
- Update MASTER_SITES
- Switch dependency from math/eigen2 to math/eigen3
- USES+= desktop-file-utils pkgconfig
- Remove patch, pass required bits to qmake instead

PR:		191788
Approved by:	maintainer timeout (17 days)
2014-07-27 18:23:54 +00:00
Danilo Egea Gondolfo
2b6571f220 - Update from 3.8.70 to 3.8.71 2014-07-26 16:59:43 +00:00
Stephen Montgomery-Smith
c530818f3f - Link with multimedia/ffmpeg0 instead of multimedia/ffmpeg (only applies when
the option FFMPEG is set).
- Bump portrevision.

PR:		192074
Submitted by:	Ivan Klymenko <fidaj@ukr.net>
2014-07-25 04:51:29 +00:00
Thierry Thomas
64ce5e6fc7 Take maintainership again.
Note: to be upgraded with french/aster.
2014-07-23 20:10:23 +00:00
Baptiste Daroussin
64620e9118 Reset maintainership for ports not staged with no pending PR
With hat:	portmgr
2014-07-23 16:44:27 +00:00
Baptiste Daroussin
c9e9c8b1c6 Do not hardcode dependency on pdflatex 2014-07-23 12:08:39 +00:00
Dmitry Marakasov
ea953a7f02 - Switch to USES=libtool, drop .la files 2014-07-23 08:42:13 +00:00
Dmitry Marakasov
f590dd2bf9 - Switch to USES=libtool, drop .la files
- Fix plist
2014-07-23 08:41:52 +00:00
Dmitry Marakasov
fe3bf421d9 - Update to 2.3.2 (fixing fetch)
- Switch to USES=libtool, drop .la files
- Strup libraries
2014-07-22 22:14:32 +00:00
Max Brazhnikov
48b69327f4 Remove needless MAKE_ENV 2014-07-19 10:25:16 +00:00
John Marino
32842933d3 cad/freehdl: Unbreak on F10+ and stage
I could not fix this port on clang.  It finds the double argument to the
"to_string" function ambiguious and nothing I tried resolved the
ambiguity.  In the end, I cheated by setting USE_GCC=any and I'll leave
the clang fix to a C++ expert.
2014-07-18 08:09:53 +00:00
Adam Weinberger
44eaadcb75 Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
2014-07-15 23:11:12 +00:00
Adam Weinberger
195a103c5b Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 15:00:15 +00:00
Danilo Egea Gondolfo
c634b98f20 - Update from 3.8.69 to 3.8.70 2014-07-07 23:53:12 +00:00
Nicola Vitale
00a0f6a6ed - Chase math/muparser change from static to dynamic library 2014-07-07 02:43:44 +00:00
Baptiste Daroussin
bc1e9a160d Switch to wxGTK30 2014-07-06 11:41:03 +00:00
Tijl Coosemans
ec94e4d5eb Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery

Approved by:	portmgr (implicit)
2014-07-05 12:19:32 +00:00
Danilo Egea Gondolfo
1c5fc0c008 - Update from 3.8.68 to 3.8.69 2014-07-04 15:31:00 +00:00
Danilo Egea Gondolfo
f100df5a19 - Update from 3.8.67 to 3.8.68 2014-07-02 15:22:07 +00:00
Danilo Egea Gondolfo
536a8fa505 - Update from 3.8.65 to 3.8.67 2014-07-02 02:01:20 +00:00
Baptiste Daroussin
55d532c9fd Fix build with readline in base while here convert to USES=libtool 2014-07-01 23:06:48 +00:00
Dmitry Marakasov
40940da3e8 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-01 22:01:01 +00:00
Dmitry Marakasov
8bf5e15496 - Switch to USES=libtool, drop .la files 2014-06-30 22:05:48 +00:00
Renato Botelho
b2b68f19a3 - Update to 3.404
- Fix build, it needs gcc

PR:		191368
Submitted by:	otaciliodearaujo@gmail.com (maintainer)
2014-06-27 18:59:28 +00:00
Danilo Egea Gondolfo
f2544819e0 - Update from 9.04 to 9.05 2014-06-26 22:08:49 +00:00
Baptiste Daroussin
a33191366c Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
2014-06-25 05:35:31 +00:00
Baptiste Daroussin
e904930dda Use MAKE_CMD to set MAKE in MAKE_ENV 2014-06-24 22:16:12 +00:00
Baptiste Daroussin
671c9706f8 Use MAKE_CMD instead of GMAKE 2014-06-24 22:15:36 +00:00
Baptiste Daroussin
b36807dd6a Properly use the framework 2014-06-24 22:15:19 +00:00
Baptiste Daroussin
c109325636 Properly call MAKE_CMD 2014-06-24 22:11:41 +00:00
Baptiste Daroussin
816aea7759 Properly use MAKE_CMD 2014-06-24 22:05:47 +00:00
Danilo Egea Gondolfo
b900893a27 - Update from 3.8.63 to 3.8.65 2014-06-24 16:34:27 +00:00
John Marino
3742af9fa8 cad/kicad-devel: Unbreak build on DragonFly
DragonFly needs the same patch as FreeBSD on the current version.
Covered by just-fix-it blanket (no-op for FreeBSD)
2014-06-24 14:44:35 +00:00
Stephen Montgomery-Smith
cc35c50824 - Removed license, because the situation is complex. 2014-06-22 22:37:05 +00:00
Stephen Montgomery-Smith
0d39304e87 - Put the NO_CDROM option in the correct place.
Pointed out by:	mat@
Pointy hat:	stephen@
2014-06-21 18:56:50 +00:00
Stephen Montgomery-Smith
ae54340702 - Slightly reword the NO_CDROM option. 2014-06-21 18:35:52 +00:00
Stephen Montgomery-Smith
34e6154c89 - Add NO_CDROM if tetgen or metis options are set. 2014-06-21 18:32:37 +00:00
Pietro Cerutti
5007818f49 - Unbreak 2014-06-11 07:06:01 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Jimmy Olgeni
37e782dfbc Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-09 11:21:52 +00:00
Jimmy Olgeni
55dc0f983a Remove all space characters from Makefile assignments.
No functional changes included.

CR:		D193 (except math/sedumi)
Approved by:	portmgr (bapt)
2014-06-08 19:51:27 +00:00
Niclas Zeising
3e6ce8977d Update to 3.3.60 2014-06-06 20:57:37 +00:00
Antoine Brodin
212b0536a1 Mark BROKEN: Fails to configure
cd /wrkdirs/usr/ports/cad/meshlab/work/meshlab-1.3.2/meshlab/src/external && /usr/local/bin/qmake-qt4 -spec /usr/local/share/qt4/mkspecs/freebsd-$(ccver="$(c++ --version)"; case "$ccver" in *clang*) echo clang ;; *) echo g++ ;; esac)  QMAKE_CC="cc" QMAKE_CXX="c++"  QMAKE_LINK_C="cc" QMAKE_LINK_C_SHLIB="cc"  QMAKE_LINK="c++" QMAKE_LINK_SHLIB="c++"  QMAKE_CFLAGS="-O2 -pipe -fno-strict-aliasing"  QMAKE_CXXFLAGS="-O2 -pipe -fno-strict-aliasing"  QMAKE_LFLAGS=""  QMAKE_CFLAGS_DEBUG=""  QMAKE_CFLAGS_RELEASE=""  QMAKE_CXXFLAGS_DEBUG=""  QMAKE_CXXFLAGS_RELEASE=""  PREFIX="/usr/local" CONFIG+="release"  CONFIG-="debug separate_debug_info" -recursive -recursive external.pro
Reading /wrkdirs/usr/ports/cad/meshlab/work/meshlab-1.3.2/meshlab/src/external/lib3ds-1.3.0/lib3ds/lib3ds.pro
Reading /wrkdirs/usr/ports/cad/meshlab/work/meshlab-1.3.2/meshlab/src/external/bzip2-1.0.5/bzip2-1.0.5.pro
Reading /wrkdirs/usr/ports/cad/meshlab/work/meshlab-1.3.2/meshlab/src/external/muparser_v132/src/src.pro
Reading /wrkdirs/usr/ports/cad/meshlab/work/meshlab-1.3.2/meshlab/src/external/levmar-2.3/levmar-2.3.pro
Reading /wrkdirs/usr/ports/cad/meshlab/work/meshlab-1.3.2/meshlab/src/external/structuresynth/structuresynth.pro
Reading /wrkdirs/usr/ports/cad/meshlab/work/meshlab-1.3.2/meshlab/src/external/OpenCTM-1.0.3/openctm.pro
Reading /wrkdirs/usr/ports/cad/meshlab/work/meshlab-1.3.2/meshlab/src/external/jhead-2.95/jhead-2.95.pro
Usage: /usr/local/bin/qmake-qt4 [mode] [options] [files]

Reported by:	pkg-fallout
2014-06-06 20:43:40 +00:00
Danilo Egea Gondolfo
d5558167c0 - Update from 3.8.61 to 3.8.63 2014-06-06 15:41:18 +00:00
Danilo Egea Gondolfo
ffcbf1aeb2 - Update from 9.7.85 to 9.7.87 2014-06-06 15:39:13 +00:00
Michael Reifenberger
4c61fee7cd Update to r4913. 2014-06-05 12:30:47 +00:00
Maho Nakata
133321abce Silent re-roll of files. I cannot check the difference exactly, but
https://aur.archlinux.org/packages/ca/calculix/PKGBUILD
https://aur.archlinux.org/packages/ca/calculix-doc/PKGBUILD
have the same sha256sums as my update. Still I cannot check what have
been changed in calculix/ccx_2.7.ps.tar.bz2 and calculix/ccx_2.7.test.tar.bz2
but look like not significant and safe. The authors sometimes
change the distfiles without notice.
2014-06-05 07:22:46 +00:00
Michael Reifenberger
acef2a2373 Update to version 3.5.1. 2014-06-03 11:56:05 +00:00
Michael Reifenberger
8133bcedaf Add two forgotten patchfiles. 2014-06-03 09:22:42 +00:00
Michael Reifenberger
62479ded65 Try to avoid bzr leftovers.
Use boost from ports.
Request same compiler as boost.
2014-06-03 09:20:54 +00:00
Antoine Brodin
c06e7d552e Maintainer can no longer maintain these ports
Pass maintainership of urlview to Zsolt Udvari
2014-06-02 17:55:42 +00:00
Olli Hauer
4644881909 - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) 2014-06-01 14:48:08 +00:00
Olli Hauer
07139bedfd - add stage support 2014-06-01 14:46:12 +00:00
Olli Hauer
2f3121abfc - add stage support
- unbreak
2014-06-01 14:19:13 +00:00
Danilo Egea Gondolfo
7b9aa0052c - Update from 3.8.60 to 3.8.61 2014-05-31 04:10:40 +00:00
Danilo Egea Gondolfo
90e2691a25 - Update from 9.7.84 to 9.7.85 2014-05-31 04:10:06 +00:00
Danilo Egea Gondolfo
e3d6c061bb - Update from 9.7.83 to 9.7.84 2014-05-30 02:24:10 +00:00
Danilo Egea Gondolfo
35358ba315 - Update from 3.8.59 to 3.8.60 2014-05-28 15:52:22 +00:00
Danilo Egea Gondolfo
6e633b5b00 - Update from 3.8.58 to 3.8.59 2014-05-28 15:15:17 +00:00
Danilo Egea Gondolfo
6c4e41f5e6 - Update from 9.7.82 to 9.7.83 2014-05-28 15:14:37 +00:00
Hiroki Sato
8f1ba19b37 Update to 20140316. 2014-05-26 20:21:53 +00:00
Thierry Thomas
1c4d588772 Add some missing bits. 2014-05-26 19:20:37 +00:00
Martin Wilke
3576b7e564 - Remove useless gmake entry 2014-05-26 11:58:53 +00:00
Pietro Cerutti
0f553ec318 - Fix MASTER_SITES
Reported by:	bapt
2014-05-26 07:14:53 +00:00