1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Commit Graph

1730 Commits

Author SHA1 Message Date
Tijl Coosemans
3ce0f21808 devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
  didn't conflict with early development versions of glib/gtk 2.0
2014-09-13 15:11:27 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Antoine Brodin
4a46976840 Fix MASTER_SITES
Submitted by:	tijl@
2014-09-05 09:25:45 +00:00
Baptiste Daroussin
5ead879a85 Second run at cleaning out non staged ports without pending PR 2014-09-02 12:45:01 +00:00
Baptiste Daroussin
a76b6b5c50 Remove non staged ports without pending PR from b* 2014-09-01 11:37:14 +00:00
Alexey Dokuchaev
19bbb2d91d - Update Unipro UGENE and documentation to version 1.14.0
- Remove patches integrated upstream (it's nice to have direct contact)
- Sort USES and pkg-plist, cleanup Makefile a bit while here

Approved by:	maintainer (implicit)
2014-09-01 07:38:59 +00:00
Rene Ladan
b414c79f50 biology/crux: stage, modernize, add license (BSD[23]CLAUSE), cleanups
PR:		193026
Submitted by:	Ports Fury
2014-08-26 20:39:05 +00:00
Dmitry Marakasov
336c45a97e - Stagify
- Fix build
2014-08-25 17:19:31 +00:00
Kurt Jaeger
690da7ea38 update ports:
biology/phrab
	biology/phred
	biology/consed

Although these programs are licensed freely for academic and nonprofit
purposes, users have to contact the authors to obtain the tarballs.

PR:		191336
Submitted by:	mzaki@m.u-tokyo.ac.jp (maintainer)
2014-08-23 18:04:58 +00:00
Adam Weinberger
f42216be44 Fix build. Hopefully it doesn't break the app. 2014-08-22 00:33:16 +00:00
Adam Weinberger
00b0c72489 Fix build on -current by un-clobbering LDFLAGS. Also, don't
mute installation commands.
2014-08-15 16:37:37 +00:00
Wen Heping
f6912d8c17 - Update to 5.10.2
PR:		192198
Submitted by:	tkato432@yahoo.com
2014-08-10 06:21:53 +00:00
Marcus von Appen
900db324a3 Convert the Python framework bits to USES=python.
Please use USES=python instead of USE_PYTHON.

  USE_PYTHON=yes becomes USES=python
  USE_PYTHON=2.7+ becomes USES=python:2.7+
  USE_PYTHON_BUILD=3.3 becomes USES=python:3.3,build
  ...

A new PYTHON_FEATURES variable was added, which enables certain features for a
port and replaces some knobs at the same time;

  PYTHON_FEATURES=distutils replaces USE_PYDISTUTILS
  PYTHON_FEATURES=autoplist replaces PYDISTUTILS_AUTOPLIST
  PYTHON_FEATURES=py3kplist replaces PYTHON_PY3K_PLIST_HACK
  PYTHON_FEATURES=noegginfo replaces PYDISTUTILS_NOEGGINFO
  PYTHON_FEATURES=concurrent replaces PYTHON_CONCURRENT_INSTALL
  PYTHON_FEATURES=pythonprefix replaces USE_PYTHON_PREFIX

Some knobs have been deprecated and are to be removed in the near future:

  PYTHON_MASTER_SITES - use MASTER_SITE_PYTHON instead
  PYTHON_PKGNAMESUFFIX - use PYTHON_PKGNAMEPREFIX instead
  PYDISTUTILS_INSTALLNOSINGLE - deprecated without replacement

Some knobs have been removed completely:

  PYTHON_MASTER_SITE_SUBDIR
  PYTHON_DISTNAME
  PYTHON_WRKSRC

Several variables specific to the Python framework are no longer passed to the
build environment to avoid polluting dependency builds.

  PYTHON_VERSION is not passed to .MAKEFLAGS anymore
  PYTHON_DEFAULT_VERSION,
  PYTHON_DEFAULT_PORTVERSION and
  PYTHONBASE are not passed to the make environment anymore

The conversion required a couple of ports to be updated to fit the changes and
new requirements. Those included "bsd.python.mk" directly or contained checks
in places, for which the USES framework would fail to provide correct values.

Python modules directly using the upstream Python package (such as py-tkinter
or py-sqlite3) were updated to avoid using the now unnecessary and remmoved
knobs from "bsd.python.mk".

Phabric:	D399
exp-run:	167368 192357
PR:		167368 192357
Reviewed by:	antoine, wg
Exp-run award:	antoine
With hat:	python@
Approved by:	portmgr
2014-08-09 15:44:27 +00:00
Dmitry Marakasov
217a3cf99c - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-08-06 16:05:49 +00:00
Baptiste Daroussin
895c00dee5 USES=execinfo 2014-08-04 23:06:21 +00:00
Kurt Jaeger
5b6feafc67 biology/p5-bioperl-run: 1.6.1 -> 1.6.901, unbreak, stagify 2014-08-04 08:54:10 +00:00
Kurt Jaeger
4c3f73622a biology/p5-bioperl: fix pkg-descr sidenote link 2014-08-04 04:32:38 +00:00
Adam Weinberger
bb66307960 Add a DOCS option. 2014-08-03 21:44:23 +00:00
Kurt Jaeger
ee152dadd7 biology/seqtools: 4.27 -> 4.28 2014-07-31 03:17:54 +00:00
Adam Weinberger
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Adam Weinberger
bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00
Adam Weinberger
b5e31c70a1 Rename biology/ patch-xy patches to reflect the files they modify. 2014-07-28 14:22:16 +00:00
Wen Heping
aa18ea4cb6 - Update to 1.6.924 [1]
- Reset maintainer to perl@

PR:		192088 [1]
Submitted by:	Kurt Jaeger<pi@FreeBSD.org> [1]
2014-07-27 07:27:17 +00:00
Mathieu Arnold
6800031748 Really fix.
Sponsored by:	Absolight
2014-07-25 23:08:58 +00:00
Mathieu Arnold
3c328a52a2 Fix build.
Sponsored by:	Absolight
2014-07-25 15:06:46 +00:00
Kurt Jaeger
f5a09e89e1 biology/p5-Bio-Graphics: 2.37 -> 2.38 2014-07-24 09:48:03 +00:00
Baptiste Daroussin
64620e9118 Reset maintainership for ports not staged with no pending PR
With hat:	portmgr
2014-07-23 16:44:27 +00:00
Dmitry Marakasov
646f175619 - Switch to USES=libtool, drop .la files
- Fix shebangs

Approved by:	portmgr blanket
2014-07-22 22:12:15 +00:00
John Marino
4fa4056388 biology/mummer: Use OPSYS with OSVERSION
I don't think selecting clang as a function of OSVERSION is generally
desired, but if it's going to happen, make sure FreeBSD-specific
conditions are limited to FreeBSD by comparing OPSYS first.
2014-07-19 22:00:16 +00:00
John Marino
dbb41fc2bf biology/garlic: Stage properly to unbreak
The main problem was the WRKDIR is not within STAGEDIR.  Fix this while
moving all the directory creation steps into one.  While here
set TAR to use switches as outlined in its man page.

Also, the permission setting in stagedir is not necessary, so it's simply
been removed.
2014-07-17 10:13:06 +00:00
Adam Weinberger
44eaadcb75 Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
2014-07-15 23:11:12 +00:00
Adam Weinberger
e7e692da08 Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
While here, use OPTIONS helpers and re-enable manpage installation.
2014-07-15 14:54:54 +00:00
John Marino
74a0052cf9 biology/platon: Unbreak by hosting known distfiles elsewhere
The distfiles are regenerated often, too frequently to be suitable for
ports.  Fonz has decided to host the tarball of a known version to
restore this unmaintained port.

PR:		191685
Submitted by:	Fonz
2014-07-13 11:27:44 +00:00
Kurt Jaeger
c633e61a10 biology/seqtools: 4.26 -> 4.27 2014-07-12 18:56:03 +00:00
Adam Weinberger
55550f84bb Use gcc on all platforms.
PR:		191692
Submitted by:	maintainer
2014-07-10 22:29:52 +00:00
Vanilla I. Shu
1dc5f0c755 Stagify.
Approved by:	portmgr@ (blanket)
2014-07-06 16:05:34 +00:00
Adam Weinberger
ea1babb4f7 Missed a NOPORTDOCS. 2014-07-05 00:15:40 +00:00
Adam Weinberger
0cf8ed500c Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple while
we're here. Remove any other references to NOPORT*.

Approved by:	portmgr (blanket for modernization)
2014-07-04 23:46:52 +00:00
Martin Wilke
bd48d39657 - Chase database/sqlite3 slib bump
Approved by:	portmgr (myself)
2014-06-27 17:21:06 +00:00
Martin Wilke
2a912e1c5e Fix compilation on 10+ (clang)
Fix format of WWW entry in pkg-descr

PR:		190798
2014-06-27 14:14:01 +00:00
Wen Heping
f47ad7b877 - Mark BROKEN
Approved by:	portmgr@(implicit)
2014-06-26 14:38:10 +00:00
Antoine Brodin
063f95149a Put HOME in MAKE_ARGS to handle pverride of HOME in MAKE_ENV from bsd.port.mk 2014-06-25 08:55:55 +00:00
Baptiste Daroussin
3078c82f53 Use MAKE_CMD instead of GMAKE
With hat:	portmgr
2014-06-24 22:02:32 +00:00
Baptiste Daroussin
7984527ad4 Mark as broken: no distinfo provided 2014-06-22 22:07:25 +00:00
Baptiste Daroussin
8fa661c2d9 Mark as broken: no distinfo provided
With hat:	portmgr
2014-06-22 22:06:01 +00:00
Raphael Kubo da Costa
26b977f43a Fix shebang line in Perl and Python scripts.
PR:		191146
Submitted by:	mzaki@m.u-tokyo.ac.jp (maintainer)
2014-06-20 12:54:29 +00:00
Antoine Brodin
6ae01531e3 Mark BROKEN: Fails to configure
===>  Configuring for p5-bioperl-run-1.6.1_4
Invalid prerequisite condition '0/processing XML data/Bio::Tools::Run::EMBOSSacd' for XML::Twig at /usr/local/lib/perl5/site_perl/5.16/Module/Build/Base.pm line 1702.
*** [do-configure] Error code 25

Reported by:	pkg-fallout
With hat:	portmgr
2014-06-19 21:31:16 +00:00
John Marino
af93a9e79e biology/blast: Deprecate for removal after 4 September 2014
This unstaged port will be removed for legal reasons.

PR:		190626
Submitted by:	Muhammad Rahman
Approved by:	portmgr (implicit)
2014-06-19 11:55:50 +00:00
Raphael Kubo da Costa
fa8c84c90c Update to 1.2.10.
PR:		191129
Submitted by:	mzaki@m.u-tokyo.ac.jp (maintainer)
2014-06-17 21:39:44 +00:00
Raphael Kubo da Costa
53828d5f20 Update to 3.8.31.
PR:		191130
Submitted by:	mzaki@m.u-tokyo.ac.jp (maintainer)
2014-06-17 21:36:06 +00:00