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

336253 Commits

Author SHA1 Message Date
John Marino
2a58569cb2 net-mgmt/wifimgr: Use OPSYS when OSVERSION is used (Unbreaks DragonFly) 2014-05-26 20:29:49 +00:00
Eitan Adler
7562b64d6e - Update flash to the latest version
- Add desktop-file-utils

PR:		ports/189856
PR:		ports/190150
2014-05-26 20:27:59 +00:00
Dmitry Marakasov
e7b81852c3 - Stagify
- Improve highscore file handling
- Pass maintainership to games@
- Fix insallation from user
- Strip binary
2014-05-26 20:23:16 +00:00
Hiroki Sato
8f1ba19b37 Update to 20140316. 2014-05-26 20:21:53 +00:00
Dmitry Marakasov
869c04242a - Stagify
- Use new LIB_DEPENDS syntax

Approved by:	portmgr blanket
2014-05-26 20:17:22 +00:00
Dmitry Marakasov
8dc039df69 - Switch to USES=libtool, drop .la file
- Strip library
- Use new LIB_DEPENDS syntax
2014-05-26 20:17:03 +00:00
Dmitry Marakasov
807c41ecda - Switch to USES=gmake,libtool, drop .la files
- Strip library
- Fix comment
2014-05-26 19:57:28 +00:00
Dmitry Marakasov
e7b510c965 - Convert to USES=gmake,libtool, drop .la files
- Stagify
- Fix DOCS installtion
- Sort plist
- Strip binaries
- Use new LIB_DEPENDS syntax
- Chase libnetdude update
2014-05-26 19:54:47 +00:00
Dmitry Marakasov
247bb1d434 - Convert to USES=libtool, drop .la files
- Fix DOCS installation
- Strip libraries
- Sort plist
- Fix comment
- Chase libpcapnav update
2014-05-26 19:54:41 +00:00
Dmitry Marakasov
65a1bf6dde - Convert to USES=libtool, drop .la files
- Fix DOCS installation
- Strip libraries
2014-05-26 19:54:35 +00:00
Dmitry Marakasov
b70db56b07 - Add LICENSE_FILE
- Convert to USES=tar
2014-05-26 19:45:04 +00:00
Dmitry Marakasov
32cd4f5876 - Switch to USES=libtool,tar
- Add LICENSE_FILE
- Strip binaries
- Fix bash shebang
2014-05-26 19:43:36 +00:00
Dmitry Marakasov
030ed576ba - Switch to USES=libtool,tar
- Strip library
2014-05-26 19:43:27 +00:00
Dmitry Marakasov
5253496871 - Add LICENSE_FILE
- Convert to USES=libtool
- Strip binaries
- Use new LIB_DEPENDS syntax
2014-05-26 19:38:50 +00:00
Thierry Thomas
1c3ad3bd76 Unbreak and make packageable. 2014-05-26 19:20:41 +00:00
Thierry Thomas
1c4d588772 Add some missing bits. 2014-05-26 19:20:37 +00:00
Dmitry Marakasov
70c68df372 - Convert USE_BZIP2 to USES 2014-05-26 19:01:09 +00:00
Dmitry Marakasov
7c47c61e4f - Convert to USES=libtool
- Add LICENSE_FILE
- Strip libraries
2014-05-26 18:57:58 +00:00
Dmitry Marakasov
f12a8a26f4 - Convert to USES=libtool,tar
- Strip libraries
2014-05-26 18:56:50 +00:00
Allan Jude
453b4b8883 - Update to version 1.11.3
- turn GeoIP on by default
- portlint and staging cleanups
- update maintainer email address

PR:		ports/190192
Reviewed by:	swills
Approved by:	eadler (mentor)
2014-05-26 18:50:59 +00:00
Chris Rees
5bbbc39c45 Update to version 0.10.1
Update automx-test patch

Fetch upstream files from github

Add missing dependencies

Remove apache as a dependency (allows other web servers to be used)

Add py-memcahced as an optional dependency

Add INSTALL and BASIC_CONFIGURATION_README to docs

Change the post install message to direct to the INSTALL file rather than
dumping it to the console

PR:		ports/188630
Submitted by:	Andrew Fyfe <andrew@neptune-one.net>
2014-05-26 18:30:11 +00:00
Baptiste Daroussin
a1a7034808 Add forgotten patch
Reported by:	many
2014-05-26 18:29:33 +00:00
Chris Rees
aaf75e3063 Update to 0.18.11
PR:		ports/189038
2014-05-26 18:24:17 +00:00
Sean Bruno
d38b3d1db0 Update clementine-player to 1.2.3
- Move distfile location to GitHub
- Remove three uneeded patches accepted upstream
- Add one new patch for <functional> support
- Add new dependency on libechonest

From Changelog:
Version 1.2.3:
  Bugfixes:
    * Fix compilation with GCC 4.9.
    * (Linux) Fix poor search performance with sqlite 3.8.
    * (Ubuntu) Fix dependency issues on Ubuntu 14.04.
    * (Windows) Upgrade to OpenSSL 1.0.1g to fix CVE-2014-0160.

Version 1.2.2:
  Major features:
    * (Android Remote) Add kittens support.

  Bugfixes:
    * Rename SkyDrive to OneDrive.
    * Don't include the user's IP address in the log (from the network remote
      settings dialog).
    * (Debian) Fix a bug with HTTPS logins to all cloud storage providers.
    * (Mac OS X) Fix a bug in the workaround for a weird font issue on 10.9.
    * (Mac OS X) Fix rendering of source icons on retina displays.
    * (Android Remote) Don't advertise songs that aren't available.
    * (Android Remote) Fix playing songs with special characters in filenames.

Reviewed by:	mat@
2014-05-26 18:18:09 +00:00
John Marino
a4a8a9377b devel/p5-SVN-Access: Don't strip scripts
The strip program from new binutils will complain if one tries to strip
executables non-binaries.  The INSTALL_PROGRAM macro tries to strip; for
a perl script the INSTALL_SCRIPT macro is the correct one to use.

Swapping the macros fixes this error:
  /usr/libexec/binutils224/elf/strip:
    /wrkdirs/devel/p5-SVN-Access/work/stage/usr/local/share/examples/
    SVN-Access/svnaclmgr.pl: File format not recognized

Approved by:	just-fix-it blanket
2014-05-26 18:11:19 +00:00
Thomas Zander
3af48c1f2c UIDs:
- Add freevo

GIDs:
- Add freevo

multimedia/freevo
- Handle user/group creation via Makefile variables
- Stagify
- Add License
- Bump PORTREVISION
- Simplify install
  - remove pkg-install.in
  - handle private subdirs in /var via pkg-plist and Makefile
  - remove user/group handling in pkg-deinstall.in

PR:		ports/189995
Submitted by:	"J.R. Oldroyd" <fbsd@opal.com> (maintainer)
Approved by:	thierry (mentor), maintainer
2014-05-26 17:42:21 +00:00
Antoine Brodin
695815c8a0 Update to alpha-20140526 2014-05-26 17:38:41 +00:00
John Marino
b94e6e8224 graphics/libGL: Improve gallium patches to unbreak DragonFly
Some dependent ports are now building Gallium by default.  This never
build on DragonFly before so the ports broke.  Add DragonFly macro
to existing patches and add one new patch to restore DF builds.

Approved by:	portmgr (bapt)
2014-05-26 17:33:29 +00:00
Antoine Brodin
125764e022 Attempt to fix INDEX
With hat:	portmgr
2014-05-26 17:31:43 +00:00
Stephen Montgomery-Smith
ff33874530 - Update to 1.0.5. 2014-05-26 16:56:07 +00:00
Tim Bishop
a8f7250f08 - Set ownership with @owner and @group rather than chown.
PR:		ports/190249
Submitted by:	Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
2014-05-26 16:51:57 +00:00
Baptiste Daroussin
75062f2356 Prefer lua 5.2 over lua 5.1 2014-05-26 16:41:08 +00:00
Baptiste Daroussin
5a740d7970 Fix lua option 2014-05-26 16:35:58 +00:00
Baptiste Daroussin
d79b00041b Fix building with lua 2014-05-26 16:30:54 +00:00
Baptiste Daroussin
e1a5518351 Fix lua option 2014-05-26 16:30:45 +00:00
Baptiste Daroussin
c008a6647b Fix build 2014-05-26 16:28:48 +00:00
Baptiste Daroussin
6a1f35270b Fix build with new lua 5.1 2014-05-26 16:25:23 +00:00
Baptiste Daroussin
c37f411e91 Fix lua option 2014-05-26 16:17:43 +00:00
Baptiste Daroussin
d4abd5db0f LUA_BINDIR is not defined anymore given that lua is install in "normal" bindir 2014-05-26 16:17:26 +00:00
Sunpoet Po-Chuan Hsieh
0df93dbb15 - Update to 1.2.14
- Use USES=libtool

Changes:	http://www.netxms.org/download/ChangeLog
PR:		ports/190216
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2014-05-26 16:15:40 +00:00
Sunpoet Po-Chuan Hsieh
c11fb52a8e - Add pecl-mosquitto 0.2.2
Mosquitto provides support for the MQTT protocol, including publishing,
subscribing, and an event loop.

WWW: http://pecl.php.net/package/Mosquitto

PR:		ports/190262
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
2014-05-26 16:15:33 +00:00
Sunpoet Po-Chuan Hsieh
8b1ff79114 - Update to 20140513 2014-05-26 16:15:27 +00:00
Sunpoet Po-Chuan Hsieh
db5a1e30f5 - Update to 2014.05.25 2014-05-26 16:15:22 +00:00
Sunpoet Po-Chuan Hsieh
f40a440519 - Update to 2014.05.25 2014-05-26 16:15:16 +00:00
Sunpoet Po-Chuan Hsieh
d02d147243 - Update to 2014.05.25 2014-05-26 16:15:10 +00:00
Sunpoet Po-Chuan Hsieh
25807e8b88 - Update to 20140525 2014-05-26 16:15:05 +00:00
Sunpoet Po-Chuan Hsieh
0ab0c42c82 - Update to 2014.05.25 2014-05-26 16:14:59 +00:00
Baptiste Daroussin
e854512661 Fix packaging as a user 2014-05-26 16:12:27 +00:00
Baptiste Daroussin
72e8a15794 Convert to USES=lua, use lua 5.2 by default 2014-05-26 16:07:33 +00:00
Baptiste Daroussin
ff732faf5b Commit forgotten bits to support lua 5.1 2014-05-26 16:02:07 +00:00