1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
Commit Graph

342741 Commits

Author SHA1 Message Date
Baptiste Daroussin
91b426eacc Fix build without readline on head 2014-07-13 23:10:53 +00:00
Baptiste Daroussin
8d29c3c03e Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-13 23:09:10 +00:00
Baptiste Daroussin
d8e365fd1b Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-13 23:02:35 +00:00
Baptiste Daroussin
ef18111759 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-13 22:50:51 +00:00
Baptiste Daroussin
159aec163b Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-13 22:49:19 +00:00
Baptiste Daroussin
f3a64b1d04 Modernize LIB_DEPENDS 2014-07-13 22:45:30 +00:00
Baptiste Daroussin
1a5e8a9ff6 Add a patch from upstream to solve the problem of files include twice in case a new directory is added to the review
Reported by:	many
Obtained from:	https://secure.phabricator.com/D9921
2014-07-13 22:39:04 +00:00
Olli Hauer
010300555b - add fix from https://github.com/Jasig/mod_auth_cas/pull/13
- switch to github
- bump PORTREVISION

PR:		191792
Submitted by:	dgeo <dgeo@centrale-marseille.fr>
2014-07-13 22:31:17 +00:00
Baptiste Daroussin
d9898f92a8 Fix build on recent head without shared readline 2014-07-13 22:24:18 +00:00
Baptiste Daroussin
1fc22c2d95 Fix build on recent head without shared readline 2014-07-13 22:16:30 +00:00
John Marino
6f83dab5f1 security/cracklib: USES+= gettext
This unbreaks cracklib in a clean environment.  The locale stuff was
added when the port was staged.
2014-07-13 22:08:05 +00:00
Rene Ladan
e3befd4330 Remove expired port:
2014-07-11 audio/muine: Fails to build/run since August 2013
2014-07-13 22:03:16 +00:00
Dirk Meyer
7e5bca039b - add CONFLICTS because of libressl 2014-07-13 20:47:21 +00:00
Matthew Seaman
3691a7e888 Add CPE settings
Approved by:	portmgr (infrastructure blanket)
2014-07-13 20:45:24 +00:00
Olli Hauer
b3e28ca352 - add stage support
- remove PKGNAMESUFFIX
- update to upstream svn r1605767
- add additional NO_PACKAGE (this port is only for interested developper)
2014-07-13 20:05:32 +00:00
Thomas Zander
4ac6fb0d27 - Add missing entry in graphics/Makefile after moving py-stl to py-stltools
PR:		191103
Submitted by:	Roland Smith <rsmith@xs4all.nl> (maintainer)
Approved by:	mentors (implicit)
2014-07-13 19:41:30 +00:00
Mikhail Teterin
f117bdbc46 Use the new IA32_BINARY_PORT knob, instead of limiting to archs i386
and amd64. Remove defunct URLs and addresses from pkg-descr. Likewise,
remove the license-printout, which encouraged people to pay for this
shareware after 45 days of use -- the payment's would be recipient has
not been in business for years.
2014-07-13 19:35:06 +00:00
Mikhail Teterin
337da496ce Fix this long-neglected port, which kept bit-rotting over years of
sweeping changes to the tree:

	* Use the SUB_FILES mechanism instead of modifying the
	  wrapper ourselves;
	* Support staging
	* Use PREFIX as appropriate instead of LOCALBASE.
	* Clarify the NO_PACKAGE message and stop using quotes with it.

These old binaries require last century's ld-linux.so.1 and libc5
versions of certain libraries. Because no port remains under
emulation/ that provides them, fetch and use the old RedHat's RPMs
for ld.so-1 and libc-5. The needed bits from the former are stuck
into ${LINUXBASE}/compat/lib (despite portlint's encouragements to
the contrary). The latter's pieces are unpacked into the new
subdirectory under the package's own install tree (Wingz3/lib/libc5).

Modify the wrapper script to set LD_LIBRARY_PATH to include the above
directory and to set XLOCALEDIR to the modern location of locale-files
(the old libraries still look for them under /usr/X11R6/lib/X11/locale).

Should another port ever need these old Linux libraries, I'd be happy to
cooperate on placing them into a port of their own.

Bump PORTREVISION.
2014-07-13 19:23:31 +00:00
Mark Linimon
53ca18a253 Remove py-stl to unbreak portsmon index updates. 2014-07-13 19:12:05 +00:00
Adam Weinberger
e7755bff5b Create /var/run/spamd manually in the rc(8) script, as pkg_tools does
not create the directory from the @dirrm /var/run/spamd in the plist.

So, we'll do it manually for the next 6 weeks.

PR:		190005
Submitted by:	Trond.Endrestol@ximalas.info
2014-07-13 17:55:41 +00:00
Raphael Kubo da Costa
273faacae9 Add dependency on pkg-config when GTK2 is on.
PR:		189138
Approved by:	maintainer timeout (74 days)
MFH:		2014Q3
2014-07-13 17:08:41 +00:00
Baptiste Daroussin
af2e37b8ce Convert to new LIB_DEPENDS
With hat:	portmgr
2014-07-13 17:04:27 +00:00
Baptiste Daroussin
ce21d8d964 Convert to new LIB_DEPENDS
With hat:	portmgr
2014-07-13 16:59:42 +00:00
Roman Bogorodskiy
a56af10799 Drop the appdata files as we really patch Makefile.in to disable them
The mess caused my broken svn checkout of the port.

Pointy hat to:	novel
2014-07-13 16:48:21 +00:00
Mikhail Teterin
b485957452 Though I can not reproduce the error cited by the previous committer
in the commit log with neither g++, clang++, nor clang++33, I'll
try to fix it anyway. Unbreak.
2014-07-13 16:40:24 +00:00
Sahil Tandon
bb4b3c10ff - Update to Postfix 2.12 snapshot 20140709 2014-07-13 16:24:44 +00:00
Thomas Zander
b592464e2e - Move graphics/py-stl to graphics/py-stltools (project has been renamed)
- Update to upstream version 3.2
- Stagify
- Makefile cleanup / Pet portlint

PR:		191103
Submitted by:	Roland Smith <rsmith@xs4all.nl> (maintainer)
Approved by:	mentors (implicit)
2014-07-13 16:09:00 +00:00
Olli Hauer
c667d5ea1f - reflect new preferred apache version 2014-07-13 15:58:45 +00:00
Sunpoet Po-Chuan Hsieh
db0cfb320c - Take maintainership 2014-07-13 15:56:23 +00:00
Olli Hauer
6cd330179a - set www/apache24 as the default apache version
requested by bz@ on ports@
2014-07-13 15:51:43 +00:00
Kurt Jaeger
599ded05f6 www/fcgiwrap: fix rc script, strip sbin/fcgiwrap
PR:		186638
Submitted by:	johan@stromnet.se
Approved by:	freebsd@skysmurf.nl (maintainer)
2014-07-13 15:30:08 +00:00
John Marino
0bf075c98b Remove editors/nxml because it needs recently removed emacs 21 or 22
The nxml editor sets IGNORE for emacs23 and emacs24 since its
functionality is incorporated into those versions of emacs.  It was
meant to be used with emacs21 or emacs22, but since those ports were
recently removed, IGNORE is set in all cases.

This port is unstaged, so it would have been reset and deprecated in any
case soon.
2014-07-13 14:53:17 +00:00
Vsevolod Stakhov
37e3a7774a - Update to 2.0.1 2014-07-13 14:52:25 +00:00
Roman Bogorodskiy
b620b8ec0b Add appdata to plist forgotten in a previous commit. 2014-07-13 14:05:09 +00:00
Jimmy Olgeni
4cb32e81e6 Upgrade to version 4.09. 2014-07-13 14:03:15 +00:00
Tijl Coosemans
cab3e2b673 Small touch-ups to linphone related ports:
net/ortp: add license, update description and WWW
net/mediastreamer: pkg-plist fixes
2014-07-13 14:02:25 +00:00
Niclas Zeising
d902448ff0 Grab 2014-07-13 14:00:59 +00:00
Roman Bogorodskiy
df6d414472 Update to 2.2.3. 2014-07-13 13:43:45 +00:00
Tijl Coosemans
80616db1f4 Fix patch to use the right WRKDIR. 2014-07-13 13:41:04 +00:00
Raphael Kubo da Costa
c9487d5347 - Update to 2.3.7, which contains a security fix.
- Support staging.

PR:		189248
Submitted by:	Lukasz Wasikowski <lukasz@wasikowski.net>
Approved by:	maintainer timeout (72 days)
MFH:		2014Q3
Security:	ff98087f-0a8f-11e4-b00b-5453ed2e2b49
2014-07-13 13:31:01 +00:00
Raphael Kubo da Costa
d82277eb31 Add entry for mail/postfixadmin.
PR:		189248
MFH:		2014Q3
2014-07-13 13:29:21 +00:00
Cy Schubert
f891b3a91a Fix pkg-plist. 2014-07-13 12:54:15 +00:00
Tijl Coosemans
d1085dc0a2 Restore linphone-base, accidentally removed in previous commit 2014-07-13 12:53:03 +00:00
Tijl Coosemans
46bd1799ba New port: net/belle-sip
Belle-sip is a SIP (RFC3261) implementation written in C, with an object
oriented API.

* RFC3261 compliant implementation of SIP parser, writer, transactions and
  dialog layers
* http client api
* support of client TLS certificate
* fully asynchronous transport layer (UDP, TCP, TLS)
* fully asynchronous DNS resolution with SRV
* full dual-stack IPv6 support
* SIP transaction state machines with lastest corrections (RFC6026)
* automatic management of request refreshes with network disconnection
  resiliency thanks to the "refresher" object
* supported platforms: Linux, Mac OSX, windows XP+, iOS, Android,
  Blackberry 10

PR:		191528
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-07-13 12:50:30 +00:00
John Marino
e67f7ec0e3 mail/alpine: Regenerate extra patch for options cons25 support
PR:		191350
Submitted by:	Dan Lukes
Approved by:	maintainer timeout
2014-07-13 12:15:15 +00:00
Bartek Rutkowski
1d6b6de1a5 New port www/tengine: Robust and small WWW server forked from nginx by Taobao
Tengine is a web server originated by Taobao, the largest e-commerce
website in Asia. It is based on the Nginx HTTP server and has many
advanced features. Tengine has proven to be very stable and
efficient on some of the top 100 websites in the world, including
taobao.com and tmall.com.

PR:		185836
Submitted by:	Jim Ohlstein <jim@ohlste.in>
Approved by:	swills, marino (mentors)
2014-07-13 12:00:33 +00:00
Raphael Kubo da Costa
c00cf327d8 Update to 10.0.6.
Changes for 10.0.6:
 cbsd taskd: daemon for internal tasks
 bconstruct-tui: menubox for vm_os_type and get_vm_profiles
 bhyve: add support for install FreeBSD guest from ISO
 bhyve: implement other method for POPCNT checking
 repo: newjname as argument for alternative name of stored jail

PR:		191844
Submitted by:	olevole@olevole.ru (maintainer)
2014-07-13 11:38:47 +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
Guido Falsi
725b832a15 - Fix build when security/libressl is installed [1]
- While here, reorganize the Makefile a little

Reported by:	Kenta S. <kentas@hush.com> [1]
2014-07-13 10:17:45 +00:00
John Marino
231c809495 emulators/yabause: Update version 0.9.11.1 => 0.9.13.1 and stage
PR:		191820
Submitted by:	Ports Fury
2014-07-13 10:12:12 +00:00