Commit graph

2349 commits

Author SHA1 Message Date
Jason Unovitch
b3b4f22154 - Update to 5.0
- Add NO_ARCH

PR:		201739
Submitted by:	udvzsolt@gmail.com
Approved by:	matthias@petermann-it.de (maintainer), pgollucci (mentor)
2015-08-05 23:54:27 +00:00
Bartek Rutkowski
3a225a1a81 cad/cura-engine: update 14.03 -> 15.04
- Drop obsolete GH_TAGNAME
- Remove pkg-plist and use PLIST_FILES

PR:		201692
Submitted by:	Tomek Cedro <cederom@tlen.pl> (maintainer)
2015-08-05 15:36:10 +00:00
Michael Reifenberger
91dbe6621f Update to r6041. 2015-08-03 14:41:30 +00:00
Koop Mast
2f0486b647 Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
2015-08-02 20:23:55 +00:00
Dmitry Marakasov
d0c94dafcc - Fix shebangs
- Add LICENSE_FILE

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-29 16:19:28 +00:00
Koop Mast
68f883edfc Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.
Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl

PR:		201201 (exp-run)
Approved by:	portmgr (mat@)
Exp run by:	antione@ (previous patch)
Differential Revision:	https://reviews.freebsd.org/D2938
2015-07-16 20:53:28 +00:00
Michael Reifenberger
c13142f262 Update to r5933. 2015-07-14 07:44:21 +00:00
John Marino
5425052e08 cad/tkgate: Unbreak FreeBSD 11, Fix depends on rest
This was specified on USES: iconv:build,lib

This is incorrect; the way iconv.mk is written, "build" and "lib" are
mutually exclusive and "build" takes precedence.  This means the library
dependency was not registered.

Moveover, it's failing on FreeBSD 11 and dev-branch of DragonFly because
it uses transliteration.  Setting USES=iconv:translit fixes both issues.

Approved by:	Just fix it
2015-07-07 06:35:35 +00:00
Dmitry Marakasov
9a9b588b55 In April/May 2012, STEP Class Library was renamed to STEPcode. This was done
because the old name wasn't accurate - the class libraries are only a fraction
of the software.

The STEP Class Library (SCL) originated at the National Institute of Standards
and Technology, or NIST. NIST started working with STEP in the 80's and
continued until the late 90's. Some components of SCL were originally written
in Lisp and then re-written in mixed C and C++ in the early 90's.
The rest of SCL was written in C++ to begin with.

STEPcode (SC) includes the class libraries, some of the most widely used EXPRESS
schemas, some tools to work with EXPRESS, and support libraries for those tools.
Two of the tools can create schema-specific libraries that are used with the
class libraries. There are also some test files and programs.

WWW: https://github.com/stepcode/stepcode/wiki

PR:		201046
Submitted by:	fernando.apesteguia@gmail.com
2015-07-03 14:45:40 +00:00
John Marino
74d3bc86be Add USES=alias to 11 ports (non-invasive DragonFly support) 2015-07-03 10:46:51 +00:00
Baptiste Daroussin
ba40614e80 Use BROKEN helpers 2015-06-27 14:32:12 +00:00
Vsevolod Stakhov
06b786ad3a - Fix build by adding iconv dependency
Pointyhat to:	vsevolod
2015-06-24 15:57:08 +00:00
Vsevolod Stakhov
e34e0e7775 Restore removed cad/tkgate.
- Support staging
- Tested with tcl/tk 8.6
- Removed old patches
- Convert to the modern port rules
- Updated to version 2.0.0 (from bitbucket)
2015-06-24 14:23:14 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Ruslan Makhmatkhanov
81c98c3e93 cad/brickutils: drop dependency on py-xml
According to project documentation and source review/runtime tests this port
doesn't using py-xml, so remove it and bump PORTREVISION.

Add NO_ARCH and limit python version to 2.x while here (because of pygtk2).

With hat:   python
2015-06-22 14:20:23 +00:00
Baptiste Daroussin
35b70af675 Remove all @dirrm/@dirrmtry
Remove useless exec/unexec
2015-06-20 17:27:11 +00:00
Baptiste Daroussin
95b232b47d Remove build-plist target not needed anymore and still generating deprecated
syntax

Use BROKEN_FreeBSD_8 to avoid playing with .pre.mk/.post.mk
2015-06-20 16:47:07 +00:00
Baptiste Daroussin
3db887160e Remove plist generator (we now have make makeplist and make check-plist)
This plist generator was pulling deprecated syntaxes
2015-06-20 16:40:11 +00:00
Danilo Egea Gondolfo
39ff03b89e - Update to 9.06 2015-06-16 21:19:49 +00:00
Mathieu Arnold
8b8abf18b5 CLeanup USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-06-16 09:43:00 +00:00
John Marino
c94ca1a3df cad/ghdl: Upgrade to latest (several fixes including jobs safety for llvm) 2015-06-16 08:57:36 +00:00
Dmitry Marakasov
63197463d0 - Disable precompiled headers to fix build with old gcc on -current kernel
- Comment out unused directory

Approved by:	portmgr blanket
MFH:		2015Q2
2015-06-11 14:22:33 +00:00
Dmitry Marakasov
7b260e5a9f - Fix library installation 2015-06-10 17:24:35 +00:00
John Marino
783f2a31a6 cad/ghdl: Support DragonFly - llvm back now jobs safe
The LLVM backend passes *all* tests on DragonFly (unlike FreeBSD which
fails at test 825)
2015-06-02 22:15:48 +00:00
John Marino
6b14a4ed8a cad/ghdl: Fix missing makeinfo on -CURRENT (caught by pkg-fallout) 2015-06-02 09:13:42 +00:00
Wen Heping
0cd4bd0540 - Update math/cgal to 4.6
- Bump PORTREVISION of the ports depends on cgal
2015-06-01 09:08:08 +00:00
John Marino
2903182ad2 cad/ghdl: Add option to use experimental LLVM backend
The LLVM backend builds much faster assuming clang35 and llvm35
are already available.  It probably builds on FreeBSD's base clang but
not ports llvm36.  In any case, the alternative backend does not
pass the testsuite on FreeBSD (fails at test 825).

The LLVM back is the default backend for DragonFly which allows the
port to build, but it fails the very first test (fails to lock mutex).
There's no need to bump -- for FreeBSD this should package the same
as it did before.
2015-05-31 23:58:12 +00:00
Mathieu Arnold
90a49f0472 Cleanup USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-30 21:25:06 +00:00
John Marino
bb165f9986 Add new port: cad/ghdl
GHDL is the leading VHSIC Hardware Description Language (VHDL) simulator.

Digital and mixed-signal systems such as field-programmable gate arrays
and integrated circuits can be described by VHDL, and VHDL  can also be
used as a general purpose parallel programming language.  GHDL compiles
VHDL files and creates a binary which simulates the design.

GHDL fully supports IEEE 1076-1987, IEEE 1-76-1993, IEEE 1076-2002
versions of VHDL, and partially IEEE 1076-2008.
2015-05-30 21:22:08 +00:00
Dmitry Marakasov
0eb4a5eaf0 - Mark BROKEN on 8.x: absence of strtoll
Approved by:	portmgr blanket
2015-05-28 06:39:19 +00:00
Dmitry Marakasov
d5d4ece744 - Update to 4.6
- While here, clearify license and add LICENSE_FILE

Changes: http://www.sweethome3d.com/history.jsp

PR:		200427
Submitted by:	matthias@petermann-it.de (maintainer)
2015-05-27 13:43:20 +00:00
Dmitry Marakasov
cce3a74ecd - Don't cat pkg-message from Makefiles
Approved by:	portmgr blanket
2015-05-27 00:15:04 +00:00
Dmitry Marakasov
2da7da2c3e - Don't install static libraries with INSTALL_LIB
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-20 01:21:11 +00:00
Mathieu Arnold
f29a218fcd Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-18 17:07:45 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Mathieu Arnold
88bfe4bd43 Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
2015-05-11 18:34:57 +00:00
Mathieu Arnold
c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00
Danilo Egea Gondolfo
2e6bd14a14 - Update to 9.7.92 2015-05-02 19:04:09 +00:00
Ashish SHUKLA
c5167c49ba - Chase GNU Emacs updates
PR:		199553
2015-04-27 10:29:27 +00:00
Thierry Thomas
2b0ffb0383 Mark BROKEN of FreeBSD < 10:
/usr/local/lib/libwebkitgtk-1.0.so.0: undefined reference to `std::chrono::_V2::steady_clock::now()@GLIBCXX_3.4.19'
/usr/local/lib/libjavascriptcoregtk-1.0.so.0: undefined reference to `std::chrono::_V2::system_clock::now()@GLIBCXX_3.4.19'
collect2: error: ld returned 1 exit status

This is standard C++11, but there is a problem with stdlib.

Note: now it could be built with clang, but the produced binaries don't
behave correctly.
2015-04-24 19:34:19 +00:00
Dmitry Marakasov
a727e99380 - Fix plist: remove .desktop file which is handled by DESKTOP_ENTRIES
Approved by:	portmgr blanket
2015-04-22 22:56:05 +00:00
Stephen Montgomery-Smith
234f329b64 - Update to 2.9.3. 2015-04-20 20:45:00 +00:00
Michael Reifenberger
5236c95bc8 Update to r5612 and add a patch to avoid compiling error when using -std=c++11 in CXXFLAGS. 2015-04-19 22:34:09 +00:00
Tijl Coosemans
2358c08a33 Convert to USES=autoreconf 2015-04-18 19:09:03 +00:00
Michael Reifenberger
e0551d0b60 Unbreak after WX update by adding -std=c++11 to CXXFLAGS. 2015-04-13 10:35:14 +00:00
John Marino
cbc2b9d493 cad/ldraw: Fix fetch; distfile was rerolled
I have the idea that ldraw is always released under the same filename.
The port was marked broken due to a checksum mismatch; the file was
fetched but it had changed.

I've expanded DIST_SUBDIR to include the PORTVERSION.  I think the scheme
used is just {YEAR}{ITERATION-2-DIGIT} so I picked 201501 as the new
PORTREVISION.  This builds under poudriere testport just fine.

Approved by:	blanket
2015-04-11 17:53:54 +00:00
John Marino
eb163de86e cad/brickutils: unbreak fetch (relocated at sourceforge)
There's a new version of brickutils, so the distinfo file was moved to
an "obsolete" folder.  Adjust MASTER_SITES accordingly.

Approved by:	blanket
2015-04-11 16:06:31 +00:00
Thierry Thomas
e695731b4a Unbroken by r383483 (this is just a slave port). 2015-04-07 21:20:24 +00:00
Stephen Montgomery-Smith
a49547e660 - Update to 2.9.2.
PR:		199254
Submitted by:	Thierry Thomas
2015-04-06 23:09:51 +00:00
Thierry Thomas
fb3526c59f Unbreak. The tarball had been rerolled again.
Full diff available here:
<http://people.freebsd.org/~thierry/opencascade-6.8.0_141120_141212.diff>
2015-04-06 20:13:22 +00:00
Baptiste Daroussin
1c08288d89 Mark as broken unfetchable ports 2015-04-05 18:34:45 +00:00
Michael Reifenberger
99060d027a Try to use a newer compiler.
Noticed by:  	Andrea Venturoli
2015-04-04 18:54:39 +00:00
Michael Reifenberger
fbfeeeaac2 Update to r5542. 2015-03-27 11:47:54 +00:00
Michael Reifenberger
9e71ec9d5a Upgrade to version 2015.03
PR:		198572
Submitted by:	Pedro F. Giffuni
2015-03-26 17:24:59 +00:00
John Marino
64ee7e63bf 6 ports categories: Remove $PTHREAD_LIBS
Categories: cad, devel, java, x11-fm, biology, deskutils

approved by:	PTHREAD blanket
2015-03-24 16:01:21 +00:00
Bryan Drewery
b4de3a0cdf Unreak.
This does not require fmake. It just has bad return values which
don't build with clang. The build is using 'make -k' so the errors
are ignored. I did not fix that though.
2015-03-22 19:21:43 +00:00
Bryan Drewery
5b5a90256d Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
2015-03-19 16:44:57 +00:00
Dmitry Marakasov
1446e8fe49 - Switch to linguisttools_build 2015-03-16 14:05:36 +00:00
Maho Nakata
a76762b827 Now we can choose between OpenBLAS and reference BLAS. 2015-03-14 06:41:37 +00:00
Stephen Montgomery-Smith
e53213c71e - Update to 2.9.0.
- Add missing run dependency to science/getdp.
2015-03-13 21:52:58 +00:00
Maho Nakata
0a3541d6be Update to 1.8
* Adds Computational Fluid Dynamics.
* Uses openmp.

PR:		198361
Submitted by:	pfg@
2015-03-11 11:59:50 +00:00
Danilo Egea Gondolfo
6198ab7a9e - Update to 9.7.91 2015-03-06 20:49:20 +00:00
Dmitry Marakasov
e26577eafa - Add NO_ARCH
- Add empty directory to plist
2015-03-05 06:58:56 +00:00
Michael Reifenberger
26c0cbda35 Update to r5469. 2015-03-04 11:08:45 +00:00
Danilo Egea Gondolfo
293766aa71 - Update to 9.7.90 2015-03-03 16:28:20 +00:00
Baptiste Daroussin
35c339abf0 Remove Authors from pkg-descr 2015-03-02 23:09:43 +00:00
Max Brazhnikov
23bb6e4584 Fix DESKTOP_ENTRIES:
- Icon field must be either absolute path or icon name if installation follows Icon Theme Specification
- Remove invalid categories
- StartupNotify field must be literally false/true, not ${FALSE}/${TRUE}
2015-02-27 16:30:40 +00:00
Max Brazhnikov
c53c250333 cad/librecad:
- Update to 2.0.7
- Remove no longer needed patch
2015-02-27 14:56:34 +00:00
Danilo Egea Gondolfo
851d781b8c - Update to 9.7.89 2015-02-25 14:27:11 +00:00
Michael Reifenberger
80f8affa17 Try to fix build on FreeBSD 8.* and 9.* 2015-02-25 11:03:09 +00:00
Max Brazhnikov
b2b5151ef3 - Switch my ports to USE_QT4=linguisttools_build and adjust Qt components
- Use LUPDATE/LRELEASE provided by bsd.qt.mk
- Drop needless stripping
2015-02-24 21:46:28 +00:00
Thierry Thomas
db5c3b0a00 Update Code_Aster to 11.7.0-1, with its different tools. 2015-02-18 22:06:54 +00:00
Hiroki Sato
e43c8dd4bb - Fix device support. The previous version was totally broken.
- Fix help(1).
2015-02-15 13:33:38 +00:00
Danilo Egea Gondolfo
5b386fa059 - Update to 9.7.88 2015-02-12 11:56:03 +00:00
Sean Bruno
1a7a789fc9 Reverse the logic of architecture support.
Add a list of support architectures with a REASON that these are the only
supported targets. This will now skip this port on mips/mips64/armv6.

PR:		196970
Differential Revision:	196970
Reviewed by:	hrs (in irc)
Approved by:	mentor (implicit)
2015-02-09 15:33:54 +00:00
Thierry Thomas
c416f44871 Remove GCC_DEFAULT.
Spotted by:	gerald
2015-02-09 10:57:33 +00:00
Thierry Thomas
0d7c986a57 Since Gcc is 4.8 by default, Kicad does not build anymore: e.g. see
http://beefy2.isc.freebsd.org/data/10amd64-default/2015-01-08_21h32m30s/logs/kicad-20140622.2.b4027_1,1.log

Add an ugly hack to make it build with Gcc 4.7.
2015-02-07 16:07:33 +00:00
Danilo Egea Gondolfo
0bde42e313 - Update to 3.8.78 2015-02-03 15:05:57 +00:00
Michael Reifenberger
eb0ac007dc Add datadir to search path.
PR:		197140
2015-01-30 17:20:20 +00:00
Thierry Thomas
3b77824649 Upgrade to 0.54 ans respect options for docs and examples.
Changelog at <http://qfsm.sourceforge.net/changes.html>.
2015-01-26 23:05:41 +00:00
Thierry Thomas
c95f2d2f74 Upgrade to 1.3.3 and define LICENSE. 2015-01-25 21:37:31 +00:00
Antoine Brodin
ae8ba56e8d Fix a typo 2015-01-24 19:51:06 +00:00
Antoine Brodin
364abe76fd Switch some dependencies from a directory name or a file generated by pkg-install
to a package name,  as the former can't be attributed to a package
2015-01-24 15:07:39 +00:00
Michael Reifenberger
ecf51d54a7 Update to Release 3.7.5.0.
Fix conflict with texlive-base

PR:		184368
Submitted by:	vladimir.chukharev (Infos and Patch to resolve the conflict)
2015-01-19 17:30:48 +00:00
Baptiste Daroussin
d908a4b811 PORTDATA=* makes the same job as the custom auto plist used in this port and
avoid now useless @dirrm
2015-01-17 21:30:16 +00:00
Michael Reifenberger
bd10b84c37 Correct WWW URL
Submitted by:	Ashley Mills
Requested by:	Mikaël Urankar
2015-01-16 16:04:56 +00:00
Michael Reifenberger
94a546830c Update to bzr rev 5363
Delete Patches which shouldn't be needed when using boost from ports.
2015-01-16 10:21:47 +00:00
Thierry Thomas
b0633395f7 Uses blaslapack.mk. 2015-01-10 16:16:58 +00:00
Thierry Thomas
36444fcac3 - Uses blaslapack.mk;
- Fix plist for EXAMPLES.

Submitted by:	pfg (by mail)
Approved by:	maho (maintainer)
2015-01-07 22:38:32 +00:00
Antoine Brodin
53bd72d86a Adjust plist after doxygen was updated and vtk6 unbroken 2015-01-02 21:23:54 +00:00
Raphael Kubo da Costa
9b889fcd6b Add upstream commits to fix the build with the upcoming CMake 3.1.0.
I have also tested them with CMake 3.0.2.
2014-12-31 12:15:48 +00:00
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