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

345778 Commits

Author SHA1 Message Date
John Marino
ac78bbc584 Removed trailing blank line in MOVED 2014-08-16 19:43:54 +00:00
Adam Weinberger
c807af47c3 Fix build. 2014-08-16 19:43:50 +00:00
John Marino
70c872c44b Mark sysutils/zfsnap BROKEN due to fetching checksum mismatch
PR:		192705
Reported by:	amvandemore (gmail)
2014-08-16 19:42:06 +00:00
John Marino
2deb13d2f5 sysutils/LPRng: Fix rc script path locations
PR:		192693
Proposed fix:	papowell (astart.com)
Final fix:	Adam McDougall
2014-08-16 19:35:10 +00:00
John Marino
b788f1f865 games/bsdtris: Fix highscores file location
I missed one change after relocating the highscores file from
$PREFIX/var/games to /var/games, so fix that now.

Noticed by:	Christian Mangin
PR:		192691
2014-08-16 19:27:57 +00:00
Gerald Pfeifer
7a974f5e0c Update to the 20140810 snapshot of GCC 4.10.0. 2014-08-16 19:25:06 +00:00
Sunpoet Po-Chuan Hsieh
29dfe585de - Remove leading indefinite article from COMMENT
- Remove NO_LATEST_LINK
2014-08-16 19:13:34 +00:00
John Marino
f7e9cdf081 remove 3 ports: security/sguid-(client|sensor|server)
These were combined to a single port at security/sguil which is also
a newer version.
2014-08-16 19:10:08 +00:00
Marcus von Appen
c561c45384 - Enable stagedir support
- Convert USE_PYTHON -> USES=python
2014-08-16 18:39:56 +00:00
John Marino
389083ef74 Add new port security/sguil (version 0.9.0)
This port replaces security/sguil-client, security/sguild-server and
security/sguil-sensor which are at version 0.8.0.  They will be removed
shortly as a result.

PR:		191347
Submitted by:	Muhammad Rahman

Sguil (pronounced sgweel) is built by network security analysts for network
security analysts. Sguil's main component is an intuitive GUI that provides
access to realtime events, session data, and raw packet captures. Sguil
facilitates the practice of Network Security Monitoring and event driven
analysis. The Sguil client is written in tcl/tk and can be run on any operating
system that supports tcl/tk (including Linux, *BSD, Solaris, MacOS, and Win32).
2014-08-16 18:38:25 +00:00
Adam Weinberger
c80daa6b80 Fix build on -current. 2014-08-16 18:27:35 +00:00
Adam Weinberger
6c871e60b1 Fix build on -current. 2014-08-16 18:21:35 +00:00
Thomas Zander
5fb093f64e - Update to upstream version 2.3.21
- Stagify
- Handle file ownerships via plist macros

PR:		192602
Submitted by:	Janky@purplehat.org
Approved by:	mentors (implicit)
2014-08-16 18:21:10 +00:00
Adam Weinberger
38b6a89b4b Try to fix build on -current.
Untested because java is ridiculous.
2014-08-16 18:18:57 +00:00
Dmitry Sivachenko
00fe03319f Update to version 0.9.5.4 2014-08-16 18:10:19 +00:00
Adam Weinberger
bbce779c7c Fix build with clang. 2014-08-16 18:10:14 +00:00
Dmitry Sivachenko
1155c67d88 Update to version 1.3.8. 2014-08-16 18:05:47 +00:00
Adam Weinberger
758b4b1d1b Fix build on -current. 2014-08-16 17:55:08 +00:00
Adam Weinberger
882b898091 Remove a very strange series of ^H's from the pkg-message, and remove the
${CAT} ${PKGMESSAGE} from post-install.
2014-08-16 17:42:04 +00:00
Jason E. Hale
8be2849db7 - Abbreviate MASTER_SITES
- Add LICENSE_FILE
- Update IGNORE message as it is no longer neccessary to rebuild gpgme
2014-08-16 17:30:13 +00:00
Marcus von Appen
41baefc8a0 - Enable stagedir support
- Convert USE_PYTHON -> USES=python
2014-08-16 17:27:02 +00:00
Adam Weinberger
f1560cebed Fix typo that turned off all the default OPTIONS. Bump PORTREVISION. 2014-08-16 17:20:06 +00:00
Adam Weinberger
7d3444db5b Fix build on -current. 2014-08-16 17:00:35 +00:00
Jason E. Hale
2ac4ea4a91 - Update to 4.6.6
- Add LICENSE_FILE
2014-08-16 17:00:13 +00:00
Adam Weinberger
d7c7f56a44 Fix build on -current. 2014-08-16 16:57:24 +00:00
Adam Weinberger
a35c8f2f6d Fix build on -current.
This particular fixup could probably be applied across-the-board for
GNU configure.
2014-08-16 16:54:49 +00:00
Adam Weinberger
c056f83b88 Add USES=readline to fix build on -current. 2014-08-16 16:47:56 +00:00
Adam Weinberger
1399aac2c1 Fix build on -current. 2014-08-16 16:45:37 +00:00
Adam Weinberger
595fcc53ed Fix build by adding -lm. 2014-08-16 16:37:57 +00:00
Adam Weinberger
457473c1ec Add USES=readline to fix build on -current.
Also, remove @dirrmtry info.
2014-08-16 16:34:56 +00:00
Jason E. Hale
7d08549738 - Update to 1.46
- USE_PYTHON -> USES=python and restrict to 2.x
- Add LICENSE_FILE
- Strip binaries
2014-08-16 16:33:45 +00:00
Adam Weinberger
c9bf57300d Because this is a slave port, it cannot load bsd.port.pre.mk before defining
the do-install target. This means that the test for .if defined(WITH_NEW_XORG)
will always be false unless it's actually set in make.conf. WITH_NEW_XORG is
automatically set for OSVERSION > 100704, but the port can't access that.

Apply a really inelegant kludge that simply tries to install the manpage
from both possible places. One will fail, and one will succeed.
2014-08-16 16:15:19 +00:00
Jason E. Hale
aaf3970fbf - USE_PYTHON -> USES=python
- Use autoplist
- Update LICENSE
2014-08-16 16:13:22 +00:00
Jason E. Hale
f322351990 - USE_PYTHON -> USES=python
- Add LICENSE_FILE
- Strip binaries
- Use options helpers
- Add USES=desktop-file-utils per stage-qa
- Bump PORTREVISION since d-f-u changes RUN_DEPENDS and plist
2014-08-16 16:01:51 +00:00
Danilo Egea Gondolfo
715cf897de - Update from 4.320.0 to 4.320.1 [1]
- Take maintainership

PR:		192704
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> [1]
2014-08-16 15:49:06 +00:00
Tijl Coosemans
67be5ea88d Add USES=libtool and INSTALL_TARGET=install-strip 2014-08-16 15:48:11 +00:00
Tijl Coosemans
ef2ec07cbc misc/openr2:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use @sample
2014-08-16 15:30:05 +00:00
Danilo Egea Gondolfo
a72d467af3 - Update from 2.2a to 2.2b
- Take maintainership
2014-08-16 15:26:58 +00:00
Mikolaj Golub
c28950b94d Update to 1.1.0. 2014-08-16 15:20:40 +00:00
Adam Weinberger
af8fe0ce49 Add USES=makeinfo. It still doesn't build but at least it fails using the
correct tools.
2014-08-16 15:20:14 +00:00
Sunpoet Po-Chuan Hsieh
3ce7a5b404 - Remove contiguous blank lines 2014-08-16 15:14:16 +00:00
Sergey A. Osokin
a5a72eee5e Update from 2.0.2 to 2.0.3.
<ChangeLog>

Add PS4 port.
Add support for multilib distro builds.
Fix OSX build.
Fix MinGW build.
Fix Xbox 360 build.
Improve ULOAD forwarding for open upvalues.
Fix GC steps threshold handling when called by JIT-compiled code.
Fix argument checks for math.deg() and math.rad().
Fix jit.flush(func|true).
Respect jit.off(func) when returning to a function, too.
Fix compilation of string.byte(s, nil, n).
Fix line number for relocated bytecode after closure fixup.
Fix frame traversal for backtraces.
Fix ABC elimination.
Fix handling of redundant PHIs.
Fix snapshot restore for exit to function header.
Fix type punning alias analysis for constified pointers.
Fix call unroll checks in the presence of metamethod frames.
Fix initial maxslot for down-recursive traces.
Prevent BASE register coalescing if parent uses IR_RETF.
Don't purge modified function from stack slots in BC_RET.
Fix recording of BC_VARG.
Don't access dangling reference to reallocated IR.
Fix frame depth display for bytecode dump in -jdump.
ARM: Fix register allocation when rematerializing FPRs.
x64: Fix store to upvalue for lightuserdata values.
FFI: Add missing GC steps for callback argument conversions.
FFI: Properly unload loaded DLLs.
FFI: Fix argument checks for ffi.string().
FFI/x64: Fix passing of vector arguments to calls.
FFI: Rehash finalizer table after GC cycle, if needed.
FFI: Fix cts->L for cdata unsinking in snapshot restore.

</ChangeLog>
2014-08-16 15:08:10 +00:00
Tijl Coosemans
a44b2f459f - USES=libtool pathfix
- Use MAKE_CMD
2014-08-16 15:04:45 +00:00
Sunpoet Po-Chuan Hsieh
73c3d661b1 - Add CPE information 2014-08-16 15:01:59 +00:00
Sunpoet Po-Chuan Hsieh
74f9e395b4 - Fix *_DEPENDS
- Bump PORTREVISION for dependency change

Reported by:	leeym
2014-08-16 15:01:29 +00:00
Tijl Coosemans
f4d3832eaf Add USES=libtool and INSTALL_TARGET=install-strip 2014-08-16 14:58:34 +00:00
John Marino
f495c7d14b net-mgmt/pads: USES=shebangfix 2014-08-16 14:49:17 +00:00
Veniamin Gvozdikov
f849b1ec93 - Update to 10.0.7
- fixes for incorrect ZFS fs name in jcoldmigrate
- jail start via taskd
- bhyve: support for VM auto start
- bhyve: add virtio RNG for FreeBSD 10.1+

PR:		192662
Submitted by:	olevole@olevole.ru (maintainer)
2014-08-16 14:39:58 +00:00
John Marino
d9de8cf6c2 devel/tcltls: complete staging (Just Fix It) 2014-08-16 14:31:59 +00:00
Sunpoet Po-Chuan Hsieh
7b7cfba3c5 - Update to 2.015
Changes:	http://search.cpan.org/dist/Socket/Changes
2014-08-16 13:55:09 +00:00