1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Commit Graph

345766 Commits

Author SHA1 Message Date
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
Sunpoet Po-Chuan Hsieh
627f472903 - Update to 0.14.10
Changes:	http://git.gnome.org/browse/gssdp/tree/NEWS
2014-08-16 13:55:04 +00:00
Veniamin Gvozdikov
d2ff1f93fe - Update distinfo, mismatch sha256 2014-08-16 13:21:26 +00:00
John Marino
5aacf488a0 Reserve UID and GID for sguil 2014-08-16 13:03:50 +00:00
John Marino
f8f6f8d3b5 sysutils/ansible: switch to USES=python, upgrade version 1.7 => 1.7.1
PR:		192679
Submitted by:	maintainer (Nikolai Lifanov)
2014-08-16 12:14:55 +00:00
Ryan Steinmetz
098bc62bb0 - Update to 4.3.1 2014-08-16 12:14:42 +00:00
John Marino
c124de29e7 graphics/py-stltools: switch to USES=python
PR:		192549
Submitted by:	maintainer (rsmith)
2014-08-16 12:01:39 +00:00
John Marino
f47f3aa29d science/lamprop: switch to USES=python
PR:		192548
Submitted by:	maintainer (rsmith)
2014-08-16 11:42:41 +00:00
John Marino
cc4d718dcf Stage games/bsdtris
Note that scores file moves from $PREFIX/var/games to /var/games

PR:		192691
Submitted by:	Christian Mangin
Improvements:	marino
2014-08-16 11:23:28 +00:00
John Marino
65ded05f74 textproc/teckit: CATEGORIES+= converters
This is the only thing remaining from the PR, everything else was already
done in sweeps.

PR:		191120
Submitted by:	maintainer (Nikola Lecic)
2014-08-16 10:05:45 +00:00
John Marino
784455eb9d textproc/teckit: Add header to fix build on lang/gcc47
PR:		192698
Submitted by:	Justin Hibbits
Approved by:	maintainer (Nikola Lecic)
2014-08-16 09:47:24 +00:00
John Marino
22f2f2c795 Add new port comms/owfs
PR:		189222
Submitted by:	Johan (stromnet.se)

OWFS -- 1-Wire file system.
OWFS is an easy way to use the powerful 1-wire system of Dallas/Maxim.
OWFS is a simple and flexible program to monitor and control the physical
environment. You can write scripts to read temperature, flash lights, write
to an LCD, log and graph, ...
2014-08-16 09:15:17 +00:00
Eitan Adler
27037736c6 Fix bug in libexecinfo by using -fno-omit-framepointer
PR:		191465
Approved by:	maintainer timeout (2014-06-28)
2014-08-16 09:02:04 +00:00