Dmitry Marakasov
c100c44f2d
- Switch to USES=libtool, drop .la files
...
- Fix build on 9.x: requires unordered_map, thus c++11-lib
Approved by: portmgr blanket
2014-07-04 08:02:23 +00:00
Adam Weinberger
49fdfda270
Correct a few typos.
2014-07-04 00:58:47 +00:00
Adam Weinberger
5fe18e6dba
Missed a NOPORTDOCS
2014-07-04 00:56:41 +00:00
Adam Weinberger
d9b5127626
Remove NOPORTDOCS and NOPORTEXAMPLES.
...
Approved by: portmgr (blanket)
2014-07-04 00:52:39 +00:00
Dmitry Marakasov
d5958f6bf3
- Drop .la files, no dependees require them
...
Approved by: portmgr blanket
2014-07-03 19:38:49 +00:00
Dmitry Marakasov
744f44a5cd
- Switch math/cloog to USES=libtool, drop .la files
...
- Bump dependent ports as .so version has changed
- Fix PREFIX/LOCALBASE misuse
PR: 191572
Submitted by: amdmi3
Approved by: danilo (maintainer)
2014-07-03 17:53:02 +00:00
Danilo Egea Gondolfo
a0c438c082
- Update from 2.1.1 to 2.1.2
...
- Fix LICENSE
- Fix build on i386
- Install language and desktop files
PR: ports/191491
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
2014-07-03 01:56:05 +00:00
Brendan Fabeny
9690b69c2b
Use options and staging
2014-07-02 17:49:53 +00:00
Brendan Fabeny
0d55bb5a7d
Use staging
2014-07-02 17:28:30 +00:00
Brendan Fabeny
4630b16f45
Use staging; strip; provide documentation distinfo; correct options [1]
...
PR: 188790 [1]
Submitted by: ohauer [1]
2014-07-02 05:39:55 +00:00
Brendan Fabeny
94320d61c6
Update to 3.1.5; use staging and libtool fixes; strip;
...
remove examples; run the full test suite
2014-07-02 02:09:11 +00:00
Brendan Fabeny
9226e02bc1
Use staging; strip
2014-07-01 23:44:40 +00:00
Antoine Brodin
cd419fd1df
Make those ports more likely to build with texinfo from ports
...
With hat: portmgr
2014-07-01 17:37:41 +00:00
Pietro Cerutti
21e68952ac
- Add OPTIONal off-screen rendering support with graphics/libosmesa
2014-07-01 14:21:27 +00:00
Eitan Adler
6e2e6fe4b0
multiple: avoid RUN_DEPENDS=${BUILD_DEPENDS} anti-pattern
...
The ports infrastructure may insert additional content into the
BUILD_DEPENDS variable which is not supposed to be a run depend.
Approved by: portmgr (bapt)
2014-07-01 07:04:47 +00:00
Stephen Montgomery-Smith
c52c910337
- Update to 1.0.5.
2014-06-30 22:04:00 +00:00
Antoine Brodin
e2a4b4186b
Remove pkg-plist, the Makefile already has PLIST_FILES/PORTDOCS/PORTEXAMPLES
...
Add missing OPTIONS_DEFINE
2014-06-30 21:43:23 +00:00
Tijl Coosemans
5123b58834
- Add USES=libtool to x11-toolkits/xforms and bump dependent ports.
...
- Remove xforms dependency from graphics/qslim.
2014-06-30 17:52:23 +00:00
Sunpoet Po-Chuan Hsieh
99b61650d6
- Take maintainership
2014-06-30 16:42:17 +00:00
Pietro Cerutti
f41c62f044
- Convert to USES=tar:bz2 libtool:keepla
2014-06-30 15:10:44 +00:00
Eitan Adler
e6ab3ba661
multiple: reset gslin's maintainer
...
By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD.
Gea-Suan Lin's work is much appreciated.
Approved by: portmgr (implicit) (not really, skipping NO_STAGE check)
2014-06-30 05:51:02 +00:00
Marcus von Appen
ab4f0b9716
- Unbreak ports, which installed setup.py files due to the messed up argument
...
lists in PYDISTUTILS_SETUP
PR: 191317
Phabric: D270
With hat: python@
2014-06-28 07:03:19 +00:00
Stephen Montgomery-Smith
fd6210746e
- Update to 0.4.4.
2014-06-28 00:53:34 +00:00
Ashish SHUKLA
fba661e8a6
- Remove editors/emacs21, and editors/emacs22 as they're no longer maintained
...
upstream
- Also remove dependent ports
- Add UPDATING entry informing users of the same
- Add MOVED entries
Approved by: portmgr (bapt)
2014-06-27 12:34:52 +00:00
Dmitry Marakasov
5ee44cfa12
- Switch to USES=libtool, drop .la files
...
- Stagify
- Fix shebangs
Approved by: portmgr blanket
2014-06-27 12:11:53 +00:00
Dmitry Marakasov
a1c75c0e88
- Switch to USES=libtool, drop .la files
...
Approved by: portmgr blanket
2014-06-27 11:18:47 +00:00
Dmitry Marakasov
bdb24a916f
- Switch to USES=libtool, drop .la files
...
Approved by: portmgr blanket
2014-06-27 11:18:01 +00:00
Antoine Brodin
7f56b3545d
Patch fftw.texi to allow building with new texinfo
2014-06-26 19:52:22 +00:00
Antoine Brodin
af7cc6136e
Allow to build with texinfo from ports
...
With hat: portmgr
2014-06-26 13:51:14 +00:00
Antoine Brodin
d12e6e2a79
Allow to build with texinfo from ports
2014-06-25 21:45:56 +00:00
Antoine Brodin
4c520f4b23
makeinfo is not needed for fftw-float
2014-06-25 20:24:01 +00:00
Antoine Brodin
f02564e742
Allow to build with texinfo from ports
2014-06-25 20:14:28 +00:00
TAKATSU Tomonari
eb22ebb8f2
- Update to 0.5-74
2014-06-25 11:33:20 +00:00
Baptiste Daroussin
698f728a34
Fix build on system built WITHOUT_INFO
...
With hat: portmgr
2014-06-25 08:58:09 +00:00
TAKATSU Tomonari
71bf6b0f0b
- Update to 0.4.300.8.0
2014-06-25 08:57:10 +00:00
TAKATSU Tomonari
0d6f869919
- Update to 2.15
2014-06-25 08:52:58 +00:00
Antoine Brodin
a628b334dc
- Convert to OPTIONS
...
- Put HOME in MAKE_ARGS to handle possible override of HOME in MAKE_ENV
from bsd.port.mk
2014-06-25 08:40:14 +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
Stephen Montgomery-Smith
44fda2d4b5
- Update to 1.1.2.
2014-06-23 14:42:13 +00:00
Stephen Montgomery-Smith
deb057b1b5
- Update to 2.6.5.
2014-06-23 14:41:02 +00:00
Stephen Montgomery-Smith
638e5f2b0c
- Correct license option.
2014-06-23 00:07:48 +00:00
Stephen Montgomery-Smith
21f8591d93
- Set license_file.
2014-06-23 00:05:58 +00:00
Stephen Montgomery-Smith
fbdf0d1ca6
- Set license_file.
2014-06-22 23:17:56 +00:00
Stephen Montgomery-Smith
3834390460
- Set license_file.
2014-06-22 22:54:31 +00:00
Stephen Montgomery-Smith
ef8a6bc6e7
- Set license_file.
2014-06-22 22:50:55 +00:00
Baptiste Daroussin
4546d9fd39
Mark as broken: no distinfo provided for some of the distfiles
...
With hat: portmgr
2014-06-22 22:14:40 +00:00
Rene Ladan
3ce126781d
Remove expired ports:
...
2014-06-22 www/phpbb-devel: Use www/phpbb3 instead
2014-06-22 math/polymake: Does not build with any supported version of Perl
2014-06-22 www/phpsysinfo-dev: Use www/phpsysinfo instead
2014-06-22 20:47:37 +00:00
William Grzybowski
e11c2260cd
math/py-ufl: support stage
...
- Use auto plist
2014-06-22 14:55:50 +00:00
Ashish SHUKLA
ffc72665c6
- Update to 1.5.4
...
- Add LICENSE information
- Add STAGE support
- Fix building with clang
2014-06-22 13:11:17 +00:00
Jason E. Hale
572ce0f8c1
- Update to 4.300.8
...
- Support staging
- Return to ports@
PR: 191251
Submitted by: pfg
2014-06-22 11:35:59 +00:00