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

2051 Commits

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