1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

332409 Commits

Author SHA1 Message Date
Adam Weinberger
8d20660b20 STAGE support, replace a wacky "NO_SSL" with an OPTION,
remove extraneous stuff and pick some patch nits.

Most interestingly, it appears that 16 months ago I started
installing a binary as a manpage. So, we're fixing that too,
and a PORTREVISION bump.
2014-04-18 03:12:16 +00:00
Adam Weinberger
48138b7a0a Use OPTIONS helpers, pass proper configure arguments,
and install docs into DOCSDIR, not DATADIR. PORTREVISION
bump for that last change.
2014-04-18 02:53:13 +00:00
Cy Schubert
fc9eeac36a Restore PROGRAM_TRANSFORM_NAME. 2014-04-18 02:37:23 +00:00
Cy Schubert
afbf9cf0c2 Stagify.
Mark broken when KRB5_HOME is set because it not longer works with
LIB_DEPENDS.
2014-04-18 02:23:42 +00:00
Cy Schubert
c09eb9c5cd KRB5_HOME no longer works with LIB_DEPENDS. Mark broken when set. 2014-04-18 02:21:57 +00:00
Steve Wills
0620af4d93 - Update to 3.3.5 2014-04-18 01:58:04 +00:00
Steve Wills
4bf4c95141 - Update to 2.12.1 2014-04-18 01:47:16 +00:00
Peter Wemm
f7c12ea7c4 Bump port revision after I changed LIB_DEPENDS.
Approved by:	bdrewery
Pointy-hat to:	peter
2014-04-18 01:34:31 +00:00
Peter Wemm
afe0fd0f50 Fix apparent typo in LIB_PATH that prevented build with LIBEVENT14
Approved by:	bdrewery
2014-04-18 01:29:43 +00:00
Diane Bruce
6260a8a4fe aprsc (pronounced a-purrs-c) is a plain APRS-IS server intended to be used
on the core and Tier2 APRS-IS servers. It is written in the C language,
and it runs on Linux and Unix servers.

If you need igate or other radio-interfacing features, aprsc is not for you.

- toyo
toyokun@gmail.com

WWW: http://he.fi/aprsc

PR:		ports/188539
Submitted by:	toyokun@gmail.com
2014-04-18 00:19:41 +00:00
John Marino
c10af0ab70 games/minecraft-client: Unbreak run by using official launcher
The method of selectively loading specific versions in Minecraft stopped
working in the 1.5.x series.  From 1.6.0 and later, the official launcher
must be used.  The launcher itself does not change often (last time was
July 2013).  The jar files are downloaded into $HOME/.minecraft directory,
so every user gets their own copy which is not removed when the port is
uninstalled.

The new launcher also downloads lwjgl files, so the dependency on
games/lwjgl is redundant, as well as openal-soft.  This allows the port
to be simplified and to always install the native version.

The port version doesn't really matter anymore.  I will set it to 1.7.9
right now as this is the latest available version.

PR:		ports/188473
Approved by:	marino@. It does mirror the maintainers original intent,
		but he did not weigh in on the PR.  The game was broken.
Simplified by:	marino@
2014-04-17 23:14:24 +00:00
William Grzybowski
0581627335 multimedia/py-guessit: update to 0.7.1 2014-04-17 22:24:55 +00:00
Mathieu Arnold
aa14c304f2 Fix build as a user.
Sponsored by:	Absolight
2014-04-17 22:14:02 +00:00
Mathieu Arnold
6587ed6e34 Fix build as a user.
Sponsored by:	Absolight
2014-04-17 22:11:56 +00:00
William Grzybowski
fc7287275b devel/py-babelfish: update to 0.5.1 and switch from easy_install 2014-04-17 22:06:08 +00:00
William Grzybowski
e016f254c7 devel/py-celery: update 3.1.11 2014-04-17 21:59:26 +00:00
William Grzybowski
7af21e5487 net/py-kombu: update to 3.0.15 2014-04-17 21:50:54 +00:00
William Grzybowski
c8529b78a0 net/py-amqp: update to 1.4.5 2014-04-17 21:36:28 +00:00
Christian Weisgerber
6127877a65 Update to 2.9.4 for minor fixes. 2014-04-17 21:23:35 +00:00
Thierry Thomas
504faa166f Unbreak with the work-around given by Vladimir Chukharev in PR ports/188114
untill math/py-numpy is fixed.
2014-04-17 20:57:37 +00:00
Thierry Thomas
54a50a2b69 - Upgrade cgnslib to 3.2.1
Changelog at <https://sourceforge.net/projects/cgns/files/cgnslib_3.2/>

- Bump PORTREVISION of consumers ports.
2014-04-17 20:31:45 +00:00
Cy Schubert
6149f653b7 1. Fix build when using clang 3.4.
2. RTM_OLDADD and RTM_OLDDEL were removed from -stable. Thanks alfred@ for
   this patch.
3. Stagify.

Submitted by:	alfred (#2)
2014-04-17 20:06:32 +00:00
William Grzybowski
bac02cb4af devel/py-billiard: update to 3.3.0.17 2014-04-17 19:53:42 +00:00
Steve Wills
aacdcbc9d7 - Update to 10.3.0 2014-04-17 19:08:22 +00:00
John Marino
4bd31f9972 www/free-sa-devel: Update version 2.0.0b5.10 => 2.0.0b6
This also unbreaks the port by removing the unrecognized -mrelax flag.

PR:		ports/184050
submitted by:	maintainer (Alexander Moisseev)
2014-04-17 19:05:35 +00:00
William Grzybowski
798cfa96ec devel/py-lxml: update to 3.3.4 2014-04-17 18:39:19 +00:00
Jung-uk Kim
c979edf70f Actually fix the mis-merge. 2014-04-17 18:32:06 +00:00
Jung-uk Kim
ec9037822d Fix couple of mis-merges. 2014-04-17 18:24:47 +00:00
Hajimu UMEMOTO
22787557f3 Add tiarra_sig_stop to change signal to stop tiarra.
Tiarra cannot be stopped with SIGTERM in some cases.
2014-04-17 17:09:54 +00:00
Mathieu Arnold
4fd85a7a49 Fix the rc script reload command.
Noticed by:	David Samms
Sponsored by:	Absolight
2014-04-17 16:43:48 +00:00
David Naylor
baf740502f Update x11-themes/kde4-style-oxygen-transparent to 80fc757 (10-Mar-2014). 2014-04-17 16:43:31 +00:00
David Naylor
f33cdd5974 Update emulators/i386-wine-devel to 1.7.16. 2014-04-17 16:29:22 +00:00
Alex Dupre
8ffddf0496 Fix build on 8.x, by using clang, since boost-lib is built with it.
When will we have a port compiler and, more important, a port c++ library
(and a simple way to use it) that will avoid all these headaches?
2014-04-17 15:52:01 +00:00
Koop Mast
7bb0ac9e50 Add libxcb to the upgrade list.
Submitted by:	tijl@
2014-04-17 15:31:32 +00:00
Steve Wills
9e87dcbe5f - Chase libmikmod upgrade
Approved by:	portmgr (bdrewery)
2014-04-17 15:07:21 +00:00
Steve Wills
6131742d79 - Chase libmikmod upgrade
Reported by:	makc
Pointyhat to:	swills
2014-04-17 15:03:56 +00:00
Bryan Drewery
193b6cc6d8 - Fix HOMEDIR handling to not exclude all directories for ports without USERS
Reported by:	antoine
With hat:	portmgr
2014-04-17 14:45:49 +00:00
Bryan Drewery
e0e4f6e0e6 - Document PLIST_SUB_SED= will disable PLIST_SUB hints
- Avoid a redundant 'test -d'
- Properly show %%PORTEXAMPLES%% %%PORTDOCS%% where needed
- Avoid some forking for always-ignored files

With hat:	portmgr
2014-04-17 14:42:44 +00:00
Sean Bruno
d493c903f3 Change PORTNAME to what it should have been to begin with as there is
already a libshout in ports.

Resolves duplicate warning from INDEX builds.

Submitted by:	indexbuild@
2014-04-17 14:37:23 +00:00
Emanuel Haupt
4c625269ae - Support staging
- Use shebangfix
2014-04-17 14:16:26 +00:00
Joe Marcus Clarke
d20ec2566c Properly apply the patch to fix partition detection. I had assumed I
received a replacement patch file, but I had received a patch to a patch.

Pointyhat to:	me
2014-04-17 13:58:50 +00:00
Emanuel Haupt
fda2815b0a Stage 2014-04-17 13:55:17 +00:00
Emanuel Haupt
24a0a79c61 - Support staging
- Strip binary
2014-04-17 13:37:39 +00:00
Emanuel Haupt
c853fbecde Stage 2014-04-17 13:23:44 +00:00
Alex Dupre
db1aeb286c Improve entry about mod_php. 2014-04-17 13:22:32 +00:00
John Marino
2cff873180 net/py-yadis: mark BROKEN, fails checksum
PR:		ports/188216
status:		timed out
2014-04-17 13:13:11 +00:00
John Marino
b97e180de2 www/py-ulrjr: mark BROKEN, fails checksum
PR:		ports/188215
status:		timed out
2014-04-17 13:09:05 +00:00
Ashish SHUKLA
7914d4e702 - Update to snapshot 201404151432
- Use new LIB_DEPENDS format
- Usd OpenSSL from ports for TLSv1.2 support

Changes:	http://article.gmane.org/gmane.mail.opensmtpd.general/1534
2014-04-17 12:53:32 +00:00
Alex Dupre
ac3133e0fe Update to 1.1.30 release.
PR:		ports/188713
Submitted by:	Patrick Abeya <wombat@marsupial.org>
2014-04-17 12:52:40 +00:00
Emanuel Haupt
b30f8fd62f Stage 2014-04-17 12:31:13 +00:00