Stephen Montgomery-Smith
d1fc3e11f4
- Update to 1.7.7.
2019-09-25 04:12:59 +00:00
Jan Beich
e5688543b0
Drop C++11 workaround for GCC < 6 after r449590
...
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.
PR: 193528
2019-09-14 22:01:13 +00:00
Stephen Montgomery-Smith
5af5d46b6d
_update to 1.7.6.
2019-04-22 23:34:51 +00:00
Stephen Montgomery-Smith
822c7b75e1
- Update to 1.7.5.
2019-02-17 23:40:35 +00:00
Baptiste Daroussin
7990f81066
Install texinfo files (GNU info) into ${PREFIX}/share/info
...
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
2018-11-10 18:12:57 +00:00
Stephen Montgomery-Smith
0bd6b84112
- Update 1.7.2.
2017-06-20 03:09:02 +00:00
Stephen Montgomery-Smith
8bb9453082
- Put back CXXFLAGS option suggested by Walter Schwarzenfeld to hopefully
...
enable build on FreeBSD-9.
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at >
2016-05-10 23:17:44 +00:00
Stephen Montgomery-Smith
481c6fe6c9
- Trying a different solution to C11 compliance on FreeBSD-9.
...
Submitted by: Don Lewis <truckman@FreeBSD.org >
2016-05-09 16:23:32 +00:00
Stephen Montgomery-Smith
2dbdb99021
- One more attempt to make it work with FreeBSD-9.
...
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at >
2016-05-07 17:39:02 +00:00
Stephen Montgomery-Smith
0cc234d363
- Further attempts to make it C11 compliant for FreeBSD 9.
...
Suggested by: Brooks Davis <brooks@freebsd.org >
Reported by: pkg-fallout@FreeBSD.org
2016-05-06 22:35:16 +00:00
Stephen Montgomery-Smith
350ac38c4e
- Use a C11 compliant compiler.
...
Reported by: pkg-fallout@FreeBSD.org
2016-05-03 17:24:20 +00:00
Stephen Montgomery-Smith
4ba6a5140f
- Update to 1.7.0.
2016-04-30 21:43:26 +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
Stephen Montgomery-Smith
bc6676f7b8
- Update to 1.6.6.
2016-01-12 01:09:30 +00:00
Stephen Montgomery-Smith
4109fdf4d4
- Update to 1.6.5.
...
- Add license.
2015-07-28 03:26:42 +00:00
Stephen Montgomery-Smith
aa5cb53710
- Update to 1.6.4.
2015-05-08 13:02:39 +00:00
Wen Heping
7353cc072b
- Update math/cln to 1.3.4 and bump PORTREVISION of the ports
...
which depends on cln
2015-01-10 11:08:07 +00:00
Antoine Brodin
7d0eca119c
Unbreak
2014-11-28 23:18:22 +00:00
Stephen Montgomery-Smith
f4284c8164
- Update to 1.6.3.
2014-11-28 19:20:15 +00:00
Antoine Brodin
cff02893b4
Cleanup plist
2014-11-13 23:24:00 +00:00
Antoine Brodin
d12e6e2a79
Allow to build with texinfo from ports
2014-06-25 21:45:56 +00:00
Stephen Montgomery-Smith
f3ddd4ddb5
- Change AUTOTOOLS=libtool to USES=libtool.
...
- Bump portrevision.
Reference: http://lists.freebsd.org/pipermail/freebsd-ports/2014-May/092082.html
2014-05-10 21:36:36 +00:00
Baptiste Daroussin
4a4ec28d37
Convert all :U to :tu and :L to :tl
...
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
2014-05-05 09:45:36 +00:00
Alexey Dokuchaev
79d977deeb
- Drop indefinite article from COMMENT, modernize LID_DEPENDS syntax
...
- Remove the check for long-unsupported "alpha" architecture
- Reindent INFO knob and wrap one overly long line while I'm here
2014-01-29 16:18:32 +00:00
Stephen Montgomery-Smith
6898842616
- Implement staging.
2014-01-26 22:56:25 +00:00
Stephen Montgomery-Smith
8f0b0f7187
- Fix compilation error with clang.
...
Reported by: pkg-fallout@FreeBSD.org
Reference: http://beefy1.isc.freebsd.org/bulk/10i386-default/2014-01-08_23h51m38s/logs/GiNaC-1.6.2.log
Obtained from: http://www.cebix.net/pipermail/ginac-list/2013-October/001974.html
2014-01-13 01:20:58 +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
877e282dd3
Convert USE_GNOME=pkgconfig to USES=pkgconfig
...
Convert USE_GNOME=gnomehack to USES=pathfix
Convert USE_GMAKE to USES=gmake
2013-08-31 00:35:35 +00:00
Stephen Montgomery-Smith
9f0739783b
- Update to 1.6.2.
2011-11-06 16:29:15 +00:00
Dmitry Marakasov
6f6fbe4bdf
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
...
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
2011-09-23 22:26:39 +00:00
Stephen Montgomery-Smith
d1a5abb27c
- Update to 1.6.1
...
Approved by: maho (mentor)
2011-07-19 01:52:48 +00:00
Stephen Montgomery-Smith
bb6090bb13
- Update to version 1.6.0
...
PR: 157257
Submitted by: stephen
Approved by: gabor (mentor)
2011-06-14 22:40:08 +00:00
Stephen Montgomery-Smith
fc7976f6a8
Maintainer: stephen@missouri.edu -> stephen@FreeBSD.org
...
Approved by: maho (mentor)
2011-06-14 07:38:51 +00:00
Martin Wilke
a7bc89cbe1
- Update to 1.5.8
...
PR: 154564
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu > (maintainer)
2011-03-04 14:07:14 +00:00
Ade Lovett
4a8684e352
Sync to new bsd.autotools.mk
2010-12-04 07:34:27 +00:00
Wen Heping
8a6a97bf83
- Update to 1.5.6
...
- Remove USE_GCC since the creators of GiNaC claim that it now works with gcc-3.4
PR: ports/143314
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu > (maintainer)
2010-01-30 01:09:44 +00:00
Pav Lucistnik
c566efa2ca
- Unbreak INDEX on amd64/6
...
Reported by: pointyhat
Pointy hat to: wen
2010-01-17 23:57:10 +00:00
Wen Heping
d0f0f988c8
- Update to 1.5.5
...
PR: ports/142848
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu > (maintainer)
2010-01-15 11:08:15 +00:00
Marcelo Araujo
b173b5857c
- Fix build on AMD64 based on the latest patch that was sent by
...
maintainer.
- Bump PORTREVISION.
PR: ports/137577 (based on)
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br >
Reported by: itetcu (QAT)
Approved by: maintainer implicit
2009-08-16 14:42:45 +00:00
Marcelo Araujo
9f946a0526
- Update to 1.5.3.
...
PR: ports/137577
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu > (maintainer)
2009-08-16 01:22:58 +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
Dennis Herrmann
cf8759b2c9
- Update maintainer mail address
...
PR: ports/133397
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu > (maintainer)
Approved by: tabthorpe (co-mentor)
2009-04-05 20:50:49 +00:00
Wesley Shields
6ce638fdbf
- Pass maintainership along.
2009-02-13 15:25:26 +00:00
Martin Wilke
324bff29d1
- Update to 1.4.4
...
PR: 130434
Submitted by: KATO Tsuguru <tkato432@yahoo.com >
2009-01-16 09:12:36 +00:00
Martin Wilke
5c5b0ab7cd
- Update to 1.4.3
...
PR: 122501
Submitted by: Ports Fury
2008-04-28 07:52:03 +00:00
Pav Lucistnik
a3b28031ef
- Chase cln update
...
Pointy hat to: araujo
2008-04-22 21:10:33 +00:00
Ying-Chieh Liao
e0f35f1b73
upgrade to 1.3.8
2007-10-20 09:04:13 +00:00
Martin Wilke
5b267b6afd
- Update to 1.3.6
...
PR: 109802
Submitted by: KATO Tsuguru <tkato432@yahoo.com >
2007-03-06 20:04:31 +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
Martin Wilke
b199753f76
- Update to 1.3.5
...
PR: ports/104076
Submitted by: trasz <trasz@pin.if.uz.zgora.pl >
2006-10-07 15:01:20 +00:00