57 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
e2ad983a24 Update MASTER_SITES
Approved by:	portmgr (blanket)
2018-11-15 19:08:47 +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
Alex Dupre
85f3b1194f Revert last commit / drop gpatch dependency now that FreeBSD 10 is EOL. 2018-11-02 14:09:45 +00:00
Alex Dupre
01f145fab3 FreeBSD 10 still requires gpatch.
PR:		232809
Submitted by:	Bengt Ahlgren <bengta@sics.se>
2018-10-30 10:26:12 +00:00
Alex Dupre
21bd096022 Add post 4.0.1 patches.
PR:		232802
Submitted by:	Dennis Clarke <dclarke@blastwave.org>
2018-10-30 06:56:54 +00:00
Mathieu Arnold
e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00
Dmitry Marakasov
6a018ba82e - Update WWW
Approved by:	portmgr blanket
2018-08-22 09:38:08 +00:00
Alex Dupre
aca2d686e3 Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports. 2018-04-19 07:08:45 +00:00
Dmitry Marakasov
3f792c9f3c - Fix LICENSE
- Add LICENSE_FILE
- Remove unneeded regression-test target (the port supports 'make test')

Approved by:	portmgr blanket
2018-04-04 08:33:30 +00:00
Gerald Pfeifer
008178c996 Simplify MASTER_SITES (GNU/${PORTNAME} is the same as the simpler GNU). 2018-02-18 13:40:42 +00:00
Sunpoet Po-Chuan Hsieh
dd8c8bd1ec Update MASTER_SITES usage 2017-09-21 18:18:05 +00:00
Adam Weinberger
042f68e843 Add some backup sites for math/mpfr
The mpfr.org site is down, and there's no backup mirrors set.
Distcache doesn't have the tarball, so the port is unfetchable
Add MASTER_SITE_GNU as a backup.
2017-09-21 16:33:08 +00:00
Alex Dupre
811eda97f1 Update to 3.1.6 release. 2017-09-21 07:37:13 +00:00
Alex Dupre
0284b301ae Add test target and update patches.
PR:		216820
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw>
2017-02-06 08:17:14 +00:00
Alex Dupre
a9f8bc813e Comment out PATCH_DEPENDS.
Spotted by:	mat
2016-09-28 08:17:03 +00:00
Alex Dupre
b16370a225 Update to 3.1.5 release. 2016-09-28 08:04:21 +00:00
Alex Dupre
b664e8e728 Update to 3.1.4 release. 2016-04-19 12:40:24 +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
Koop Mast
424ceb4c25 Drop :keepla from USES:libtool.
PR:		202029
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
Exp-run by:	antoine@
Approved by:	maintainer timeout (6 months)
2016-02-10 16:13:24 +00:00
Alex Dupre
cbe81e6b46 Update to 3.1.3 release. 2015-11-30 11:32:34 +00:00
Alex Dupre
41688183cd Fix build with gcc 4.9.
PR:		193340
Submitted by:	Olivier <software-freebsd@interfasys.ch>
2014-09-09 13:22:56 +00:00
Adam Weinberger
fff296bfe7 Convert a bunch of USE_XZ to USES=tar:xz.
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:07:39 +00:00
Tijl Coosemans
aad09bc5e2 When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-04-23 13:25:16 +00:00
Baptiste Daroussin
c4acc1963b Convert to USES=libtool
While here remove code for unsupported version of FreeBSD
Remove DOCS patches that is not necessary anymore with staging
2014-03-02 22:34:50 +00:00
Baptiste Daroussin
110f3583b6 Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-run
Exp-run by:	bdrewery
2013-09-24 06:24:17 +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
Alex Dupre
50f77d2352 Update to 3.1.2 release. 2013-03-14 13:55:46 +00:00
Alex Dupre
284cac9d87 Update to 3.1.1 release and enable TLS on supported FreeBSD versions. 2012-08-13 14:45:36 +00:00
Alex Dupre
6cffa48c77 Update to patch level 10.
Note: use gnu patch since patch04 seems to trigger a bug
(or at least a different / not expected behavior of base patch)
2012-05-09 10:27:06 +00:00
Alex Dupre
0962b19b20 Update to patch level 3.
Feature safe:	yes
2011-11-13 12:16:00 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Alex Dupre
a151c359fd Pet portlint and fix NOPORTDOCS.
PR:		ports/161397
Submitted by:	swills
2011-10-08 15:45:17 +00:00
Alex Dupre
6c1c7cc686 Update to -p1 patch-release. 2011-10-07 07:42:43 +00:00
Alex Dupre
298e55bf22 Update to 3.1.0 release.
Do not enable thread-safe support, since
"it seems that the initialisation of Thread Local Storage
 variables to some values which are function address doesn't work
 inside a shared library on FreeBSD"
2011-10-06 12:28:46 +00:00
Alex Dupre
7be9d6bcda Update to 3.0.1 (patch 4) release. 2011-05-10 10:12:45 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Alex Dupre
f7015e22ab Update to 3.0.0 release. 2010-06-11 15:08:51 +00:00
Pav Lucistnik
fe337e0489 - Introduce a new USE_XZ knob that handles lzma/xz compressed distfiles
- Convert a bunch of ports to use it

PR:		ports/146329
Submitted by:	mm
With hat:	portmgr
2010-06-04 08:09:20 +00:00
Alex Dupre
bf330a57d4 Switch to use newer GMP version.
PR:		ports/144487
Submitted by:	ale
Approved by:	portmgr (-exp run by erwin)
2010-04-19 10:43:42 +00:00
Alex Dupre
cb35cb5c5b Update to 2.4.2 release. 2009-12-01 11:33:12 +00:00
Alex Dupre
523a16e2bd Chase libgmp and bump PORTREVISION. 2009-05-13 09:46:02 +00:00
Alex Dupre
c1dc7fd781 Update to 2.4.1 release. 2009-02-26 07:00:04 +00:00
Alex Dupre
ccd7736155 Update to 2.4.0 release.
PR:		ports/131045
Submitted by:	Wen Heping <wenheping@gmail.com>
2009-01-30 23:14:27 +00:00
Alex Dupre
4c396f7485 Update to 2.3.2 release. 2008-09-23 05:45:08 +00:00
Alex Dupre
76e682a03b Add regression-test target.
Submitted by:	Pedro F. Giffuni <pfgshield-freebsd@yahoo.com>
2008-06-25 10:34:43 +00:00
Alex Dupre
163ddaafd2 Update to 2.3.1 release. 2008-01-30 07:09:08 +00:00
Alex Dupre
d2c2c5b0e4 Update to 2.3.0 release. 2007-08-30 09:55:17 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Alex Dupre
e9d6914f4f Update to 2.2.1 release. 2006-11-30 21:20:07 +00:00
Alex Dupre
e07d975a00 Update to 2.2.0 patchset 16. 2006-11-19 18:15:12 +00:00