Commit graph

76 commits

Author SHA1 Message Date
Pietro Cerutti
7be97a1bb4 math/yacas: update to 1.5.0
Release notes: http://www.yacas.org/release_1_5_0/
2016-05-10 09:58:00 +00:00
Pietro Cerutti
6621dfd6c0 math/yacas: update to 1.4.2, provide DOCS option to build the sphinx-based docs 2016-04-08 11:10:10 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Pietro Cerutti
161383aef5 math/yacas: unbreak on 9. w/ gcc 2016-03-04 15:13:16 +00:00
Pietro Cerutti
b2e89824f8 math/yacas: update to 1.4.0, take back maintainership
Announcement: http://www.yacas.org/release_1_4_0/
2016-03-04 11:30:12 +00:00
Antoine Brodin
f0d0f3d8e0 Make ports using libtool treat elftoolchain's strip the same as GNU strip
Any strip on any FreeBSD version should be able to handle stripping requested
by libtool

PR:		198611
Reviewed by:	emaste
Exp-run:	self
2015-06-08 05:59:13 +00:00
Thomas Zander
f84bddd9c2 Un-break build on 8.x
PR:		199244
Submitted by:	tkato432@yahoo.com
MFH:		2015Q2
2015-04-18 14:07:54 +00:00
John Marino
cef8f1f082 math/yacas: Unbreak DragonFly by modifying new patch to include it. 2015-01-04 15:05:06 +00:00
Antoine Brodin
76cfd4ca52 Convert to USES=libtool 2014-12-20 20:09:06 +00:00
Pietro Cerutti
7c5c62948d - Update to 1.3.6 2014-12-11 21:50:42 +00:00
Pietro Cerutti
c020107379 - Reset maintainership of my ports 2014-12-10 22:29:14 +00:00
Antoine Brodin
942951d86b Cleanup plist 2014-11-14 09:39:21 +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
Pietro Cerutti
c61156c3cb - Update to 1.3.4 2014-02-03 15:04:21 +00:00
Pietro Cerutti
fdf4386d0f - Restore dependency on perl when building DOCS
Reported by:	marino
2013-10-29 08:15:05 +00:00
Pietro Cerutti
2c2f4740d1 - STAGE-clean
- Remove unneeded dependency on perl
2013-10-24 10:18:31 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
Baptiste Daroussin
cddacdc1a8 Convert to new perl framework
Convert USE_GMAKE to USES
2013-09-16 16:45:35 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Pietro Cerutti
c5fc7a1558 - Update to 1.3.3
- Take maintainership
- Trim Makefile header
2012-09-26 12:40:12 +00:00
Baptiste Daroussin
222461c302 Convert to new option framework 2012-06-29 12:42:04 +00:00
Martin Wilke
c6d429acc0 - Update to version 1.3.2
PR:		164998
Submitted by:	Ports Fury
2012-02-20 00:06:30 +00:00
Eitan Adler
e1925f7102 - Remove outdated version checks
Reviewed by:	nox
2012-01-09 04:01:17 +00:00
Wen Heping
913b808785 - Update to 1.3.1 2011-12-28 02:17:41 +00:00
Martin Wilke
f8418cdd38 - Update to 1.3.0
PR:		162823
Submitted by:	Ports Fury
Feature safe:	yes
2011-11-25 16:45:13 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Wen Heping
0d6989432a - Update to 1.2.2
- Remove unneeded patches.
2010-01-17 05:29:56 +00:00
Max Brazhnikov
7cb3294da7 Chase math/gsl update,
bump PORTREVISION
2009-12-01 20:33:45 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Alex Dupre
523a16e2bd Chase libgmp and bump PORTREVISION. 2009-05-13 09:46:02 +00:00
Shaun Amott
e947ebc240 Free most of my ports, since they aren't being maintained to a
reasonable standard.
2009-03-13 23:27:19 +00:00
Martin Wilke
3381619583 - Chase gsl shlib bump 2009-01-12 20:37:24 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Philippe Audeoud
d369e5c287 - Chase the gsl shared lib bump.
Approved by:	thierry (mentor)
2008-04-08 13:53:22 +00:00
Mark Linimon
dc06283100 Mark as broken with gcc4.2 on 64-bit archs. 2007-10-01 09:25:49 +00:00
Ying-Chieh Liao
b9ba1ad61e chase math/gsl lib version 2007-06-29 05:46:43 +00:00
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Shaun Amott
5361678373 Switch to my @FreeBSD.org address.
Approved by:	ahze (mentor)
2006-06-19 20:06:59 +00:00
Ion-Mihai Tetcu
db4d9f9306 - Update to 1.0.61
- Use OPTIONS
- Pass maintainership to submitter

PR:		ports/98793
Submitted by:	Shaun Amott <shaun@inerd.com>
Approved by:	lawrance (mentor, implicit)
2006-06-11 19:49:09 +00:00
Alex Dupre
ffcb54b54f Chase gmp library and bump PORTREVISION. 2006-05-10 14:46:47 +00:00
Marcus Alves Grando
57c00223d0 - Bump PORTREVISION and change lib version because math/gsl are updated.
- portlint(1)
2006-05-06 01:28:22 +00:00
Pav Lucistnik
6d7f8c459f - Add SHA256 2005-11-25 15:48:16 +00:00
Marcus Alves Grando
cc8f034532 Update to 1.0.59
PR:		88193
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-10-29 23:22:06 +00:00
Michael Johnson
2ab696ca9a - Update to 1.0.58
PR:		ports/85387
Submitted by:	Ports Fury
2005-08-30 01:52:16 +00:00
Jean-Yves Lefort
c7f8e50b69 Bump PORTREVISION after the libgsl update.
Obtained from:	thierry
2005-05-02 20:46:12 +00:00
Jean-Yves Lefort
f733c761d0 Chase the libgsl update. 2005-05-02 13:00:18 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00