1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

380152 Commits

Author SHA1 Message Date
Michael Moll
61df5687ca sysutils/facter: update to 3.1.1 2015-11-05 10:39:46 +00:00
Frederic Culot
19bccf2f61 - Update to 1.20000 [1]
- Add TEST_DEPENDS
- Add LICENSE (Artistic 1 & GPL 1)
- Add NO_ARCH
- Improve COMMENT

PR:		203895 [1]
Submitted by:	andrew@ugh.net.au
Approved by:	maintainer (timeout)
2015-11-05 10:27:43 +00:00
Michael Moll
f914fcc9aa lang/ruby2*: correct configure options
Fix readline & libedit configure options after a slight error slipped in
with the patches done in r400142.

PR:		203988
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>
2015-11-05 10:14:49 +00:00
Frederic Culot
55d8e84347 - Update to 0.13
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Text-TestBase/Changes
2015-11-05 09:56:50 +00:00
Dmitry Marakasov
80188a3898 - Add missing file to plist
- Add NO_ARCH
- Remove unneeded MAN3

Approved by:	portmgr blanket
2015-11-05 09:38:57 +00:00
Bartek Rutkowski
35f5f2f961 multimedia/mpv: update 0.11.0 -> 0.12.0
- Re-added www/youtube_dl build dependency

PR:		204216
Submitted by:	Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
2015-11-05 08:48:51 +00:00
Bartek Rutkowski
cac6a53783 sysutils/debootstrap: update 1.0.72 -> 1.0.74
PR:		204255
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2015-11-05 05:29:18 +00:00
Don Lewis
b9d357df53 Upgrade to vision 1.2.0
* json io: add stubs for formatters and printers

  * dnsdedupe: implement formatters and parsers

  * json io: dnsdedupe don't downcase names when parsing

  * Merge pull request #11 from farsightsec/jsonio
    Implement format and parse functions for all custom print fields.

Nuke PORTSCOUNT= since it doesn't help.  See PR 204135 for the
details about why portscount isn't currently working for this port's
MASTER_SITE.

Sponsored by:	Farsight Security, Inc.
2015-11-05 05:17:05 +00:00
Bartek Rutkowski
5b00bbd716 security/govpn: update 4.0 -> 4.1
PR:		204279
Submitted by:	Sergey Matveev <stargrave@stargrave.org> (maintainer)
2015-11-05 04:49:49 +00:00
Vanilla I. Shu
4c263b3af8 Upgrade to 10.04.
PR:		204222
Submitted by:	maintainer
2015-11-05 03:44:02 +00:00
Danilo Egea Gondolfo
9a9acb718e - Update to 14.3.20151030
- Add LICENSE
- Sort USE_PHP
- Add an entry about the upgrade process to UPDATING
2015-11-05 03:26:09 +00:00
Jan Beich
9d5d7ac4d5 devel/android-tools-adb-devel: unbreak build on DragonFly (forgot in r400820)
make(1) suffix rules discard original extension as used by bsd.*.mk
which leads to unpredictable behavior if more than one candidate is
found under ${.PATH}. So, partially qualify pathname to avoid
accidentally building libcutils/sockets.c despite SRCS=sockets.cpp

  $ echo 'void foo() { }' > a.c
  $ echo 'int main() { }' > a.cxx
  $ make PROG_CXX=test SRCS=a.cxx NO_MAN= -f /usr/share/mk/bsd.prog.mk
  cc  -O -pipe    -std=gnu99  -c a.c
  c++  -O -pipe  -o test a.o
  /usr/lib/crt1.o: In function `_start':
  crt1.c:(.text+0x132): undefined reference to `main'
  *** Error code 1

which in adb case leads to (since partial C++ conversion in 6.0.0)

  adb.o: In function `handle_packet(apacket*, atransport*)':
  adb.cpp:(.text+0x2518): undefined reference to `find_local_socket(unsigned int, unsigned int)'
  adb.cpp:(.text+0x2613): undefined reference to `find_local_socket(unsigned int, unsigned int)'
  adb.cpp:(.text+0x276a): undefined reference to `find_local_socket(unsigned int, unsigned int)'
  adb.cpp:(.text+0x2875): undefined reference to `create_local_service_socket(char const*)'
  adb.cpp:(.text+0x288c): undefined reference to `create_remote_socket(unsigned int, atransport*)'
  adb.cpp:(.text+0x2a41): undefined reference to `create_remote_socket(unsigned int, atransport*)'
  adb_listeners.o: In function `listener_event_func(int, unsigned int, void*)':
  adb_listeners.cpp:(.text+0xe2): undefined reference to `create_local_socket(int)'
  adb_listeners.cpp:(.text+0xfe): undefined reference to `connect_to_remote(asocket*, char const*)'
  adb_listeners.o: In function `ss_listener_event_func(int, unsigned int, void*)':
  adb_listeners.cpp:(.text+0x1b1): undefined reference to `create_local_socket(int)'
  adb_listeners.cpp:(.text+0x1be): undefined reference to `connect_to_smartsocket(asocket*)'
  services.o: In function `host_service_to_socket(char const*, char const*)':
  services.cpp:(.text+0x64d): undefined reference to `create_local_socket(int)'
  services.cpp:(.text+0x6b7): undefined reference to `create_local_socket(int)'
  transport.o: In function `input_thread(void*)':
  transport.cpp:(.text+0x1931): undefined reference to `close_all_sockets(atransport*)'
  *** [adb] Error code 1
2015-11-05 02:01:13 +00:00
Jan Beich
390ed89afd devel/android-tools-{adb,fastboot}: update to 6.0.0.r26
Changes:	https://android.googlesource.com/platform/system/core/+log/android-6.0.0_r1..android-6.0.0_r26/adb (device only)
Changes:	https://android.googlesource.com/platform/system/core/+log/android-6.0.0_r1..android-6.0.0_r26/fastboot
2015-11-05 01:52:50 +00:00
Jan Beich
33e88bc186 devel/android-tools-adb: unbreak build on DragonFly
make(1) suffix rules discard original extension as used by bsd.*.mk
which leads to unpredictable behavior if more than one candidate is
found under ${.PATH}. So, partially qualify pathname to avoid
accidentally building libcutils/sockets.c despite SRCS=sockets.cpp

  $ echo 'void foo() { }' > a.c
  $ echo 'int main() { }' > a.cxx
  $ make PROG_CXX=test SRCS=a.cxx NO_MAN= -f /usr/share/mk/bsd.prog.mk
  cc  -O -pipe    -std=gnu99  -c a.c
  c++  -O -pipe  -o test a.o
  /usr/lib/crt1.o: In function `_start':
  crt1.c:(.text+0x132): undefined reference to `main'
  *** Error code 1

which in adb case leads to (since partial C++ conversion in 6.0.0)

  adb.o: In function `handle_packet(apacket*, atransport*)':
  adb.cpp:(.text+0x2518): undefined reference to `find_local_socket(unsigned int, unsigned int)'
  adb.cpp:(.text+0x2613): undefined reference to `find_local_socket(unsigned int, unsigned int)'
  adb.cpp:(.text+0x276a): undefined reference to `find_local_socket(unsigned int, unsigned int)'
  adb.cpp:(.text+0x2875): undefined reference to `create_local_service_socket(char const*)'
  adb.cpp:(.text+0x288c): undefined reference to `create_remote_socket(unsigned int, atransport*)'
  adb.cpp:(.text+0x2a41): undefined reference to `create_remote_socket(unsigned int, atransport*)'
  adb_listeners.o: In function `listener_event_func(int, unsigned int, void*)':
  adb_listeners.cpp:(.text+0xe2): undefined reference to `create_local_socket(int)'
  adb_listeners.cpp:(.text+0xfe): undefined reference to `connect_to_remote(asocket*, char const*)'
  adb_listeners.o: In function `ss_listener_event_func(int, unsigned int, void*)':
  adb_listeners.cpp:(.text+0x1b1): undefined reference to `create_local_socket(int)'
  adb_listeners.cpp:(.text+0x1be): undefined reference to `connect_to_smartsocket(asocket*)'
  services.o: In function `host_service_to_socket(char const*, char const*)':
  services.cpp:(.text+0x64d): undefined reference to `create_local_socket(int)'
  services.cpp:(.text+0x6b7): undefined reference to `create_local_socket(int)'
  transport.o: In function `input_thread(void*)':
  transport.cpp:(.text+0x1931): undefined reference to `close_all_sockets(atransport*)'
  *** [adb] Error code 1
2015-11-05 01:52:27 +00:00
Danilo Egea Gondolfo
9e9bc5b371 - Update to 1.10.1 2015-11-05 00:51:24 +00:00
Sunpoet Po-Chuan Hsieh
16ee311e41 - Update to 2.0.5
Changes:	http://pyparsing.wikispaces.com/News
PR:		204272
Submitted by:	John W. O'Brien <john@saltant.com>
2015-11-04 21:02:37 +00:00
Sunpoet Po-Chuan Hsieh
1573977dcf - Fix fetch
- Use USES=tar:tgz

PR:		204258
Submitted by:	John Chen <johnpupu@gmail.com> (maintainer)
2015-11-04 20:56:12 +00:00
Sunpoet Po-Chuan Hsieh
3f4d84a026 - Mark DEPRECATED 2015-11-04 20:37:14 +00:00
Sunpoet Po-Chuan Hsieh
aadaf04168 - Update BUILD_DEPENDS: remove redundant LOCALBASE/bin
- Use USES=localbase
2015-11-04 20:17:14 +00:00
Sunpoet Po-Chuan Hsieh
c705944923 - Add LICENSE_FILE
- Update *_DEPENDS: remove redundant LOCALBASE/bin
2015-11-04 20:15:35 +00:00
Sunpoet Po-Chuan Hsieh
06f5f49f77 - Update RUN_DEPENDS: remove redundant LOCALBASE/bin
- Add NO_ARCH
2015-11-04 20:15:32 +00:00
Sunpoet Po-Chuan Hsieh
46ff9bcb38 - Use USES=localbase 2015-11-04 20:15:27 +00:00
Sunpoet Po-Chuan Hsieh
1a08631616 - Update *_DEPENDS: remove redundant LOCALBASE/bin
- Add NO_ARCH
2015-11-04 20:15:23 +00:00
Sunpoet Po-Chuan Hsieh
45d7e4d3f0 - Update *_DEPENDS: remove redundant LOCALBASE/bin
- Add NO_ARCH
2015-11-04 20:15:18 +00:00
Sunpoet Po-Chuan Hsieh
e47e1efe2b - Update RUN_DEPENDS: remove redundant LOCALBASE/bin
- Add NO_ARCH
2015-11-04 20:15:14 +00:00
Sunpoet Po-Chuan Hsieh
34aabcc302 - Update TEST_DEPENDS: remove redundant LOCALBASE/bin 2015-11-04 20:15:09 +00:00
Sunpoet Po-Chuan Hsieh
fbec6d8cfb - Add LICENSE_FILE
- Update RUN_DEPENDS: remove redundant LOCALBASE/bin
- Remove PKGMESSAGE from SUB_FILES
2015-11-04 20:15:05 +00:00
Sunpoet Po-Chuan Hsieh
a40999d0f2 - Add LICENSE_FILE
- Update RUN_DEPENDS: remove redundant LOCALBASE/bin
2015-11-04 20:15:00 +00:00
Sunpoet Po-Chuan Hsieh
f2b29ab6e6 - Update RUN_DEPENDS: remove redundant LOCALBASE/bin 2015-11-04 20:14:57 +00:00
Sunpoet Po-Chuan Hsieh
80b88841a0 - Update BUILD_DEPENDS: remove redundant LOCALBASE/bin
- Cosmetic change
2015-11-04 20:14:52 +00:00
Sunpoet Po-Chuan Hsieh
ea71ed3450 - Fix BUILD_DEPENDS: py-gobject 2.12.0+ is required when PYTHON option enabled 2015-11-04 20:14:47 +00:00
Sunpoet Po-Chuan Hsieh
5c15bec50f - Update RUN_DEPENDS: remove redundant LOCALBASE/bin 2015-11-04 20:14:43 +00:00
Sunpoet Po-Chuan Hsieh
0e16c537a7 - Update *_DEPENDS: remove redundant LOCALBASE/bin 2015-11-04 20:14:39 +00:00
Sunpoet Po-Chuan Hsieh
dd1da2a231 - Update BUILD_DEPENDS: remove redundant LOCALBASE/bin 2015-11-04 20:14:35 +00:00
Sunpoet Po-Chuan Hsieh
4918fc4718 - Use USES=localbase 2015-11-04 20:14:31 +00:00
Sunpoet Po-Chuan Hsieh
c3a8b31d08 - Update BUILD_DEPENDS: remove redundant LOCALBASE/bin
- Use USES=localbase
2015-11-04 20:14:27 +00:00
Sunpoet Po-Chuan Hsieh
f5f88fb1d8 - Add LICENSE_FILE
- Update *_DEPENDS: remove redundant LOCALBASE/bin
2015-11-04 20:14:22 +00:00
Sunpoet Po-Chuan Hsieh
cf0d0a159c - Cleanup Makefile 2015-11-04 20:14:19 +00:00
Sunpoet Po-Chuan Hsieh
3d068e9905 - Update BUILD_DEPENDS: remove redundant LOCALBASE/bin 2015-11-04 20:14:14 +00:00
Sunpoet Po-Chuan Hsieh
72a2854fb8 - Update RUN_DEPENDS: remove redundant LOCALBASE/bin 2015-11-04 20:14:09 +00:00
Sunpoet Po-Chuan Hsieh
aba2649b2a - Update *_DEPENDS: remove redundant LOCALBASE/bin
- Add NO_ARCH
2015-11-04 20:14:05 +00:00
Sunpoet Po-Chuan Hsieh
e37f14d561 - Update RUN_DEPENDS: remove redundant LOCALBASE/bin
- Remove BASH option and install Bash completions unconditionally
- Add NO_ARCH
- Bump PORTREVISION for package change
2015-11-04 20:14:00 +00:00
Sunpoet Po-Chuan Hsieh
bc30cb60b8 - Add LICENSE_FILE
- Update BUILD_DEPENDS: remove redundant LOCALBASE/bin
2015-11-04 20:13:56 +00:00
Sunpoet Po-Chuan Hsieh
e9993d8980 - Add LICENSE_FILE
- Update BUILD_DEPENDS: remove redundant LOCALBASE/bin
2015-11-04 20:13:52 +00:00
Sunpoet Po-Chuan Hsieh
725e26d121 - Add LICENSE_FILE 2015-11-04 20:13:48 +00:00
Sunpoet Po-Chuan Hsieh
781ffea5ef - Update to 1.4.4
- Update WWW

Changes:	https://github.com/rubys/nokogumbo/commits/master
2015-11-04 20:13:43 +00:00
Sunpoet Po-Chuan Hsieh
e02d558fe1 - Update to 0.2.9
- Sort RUN_DEPENDS

Changes:	https://github.com/zquestz/omniauth-google-oauth2/blob/master/CHANGELOG.md
2015-11-04 20:13:39 +00:00
Sunpoet Po-Chuan Hsieh
4fa22bf0b0 - Update to 0.2.0
Changes:	https://gitlab.com/gitlab-org/gitlab_emoji/blob/master/CHANGELOG
2015-11-04 20:13:34 +00:00
Sunpoet Po-Chuan Hsieh
7d26e5df97 - Update to 3.5.2
Changes:	https://github.com/mperham/sidekiq/blob/master/Changes.md
2015-11-04 20:13:30 +00:00
Sunpoet Po-Chuan Hsieh
adebf3ab93 - Update to 2.1.0
Changes:	https://github.com/ai/r18n/blob/master/r18n-core/ChangeLog.md
2015-11-04 20:13:25 +00:00