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

3091 Commits

Author SHA1 Message Date
Rene Ladan
4c20e3ab39 comms/dcf77pi: Update to 1.1.3
Changes:
- Add the correct number of minutes when the accumulated minute length is
  more than 60 seconds (happens when e.g. the transmitter is off).
- Disallow DST changes or leap seconds if a 0 is specified for summermonth,
  wintermonth, or leapsecmonths.
- Allow compilation on NetBSD.
2014-01-31 00:34:27 +00:00
Andrej Zverev
6c49c5cfa7 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-30 10:27:43 +00:00
Guido Falsi
2adafd8687 - Add note in rc script on how to log to syslog
Thanks to Dmitry Selivanov <sd@rlan.ru> for testing.

Reported by:	Dmitry Selivanov <sd@rlan.ru> and a few others
2014-01-30 09:14:15 +00:00
Tijl Coosemans
70772d8b36 - Remove part of a patch that wasn't entirely correct and let the port
use the WCHAR_T iconv extension instead.
- Add USES=libtool and let libtoolize copy the necessary files instead of
  symlinking them such that they can be patched.
- Add a configure check for libusb_handle_events_completed.
2014-01-29 21:01:51 +00:00
Pietro Cerutti
a5bc72f275 - Convert to USES=gmake tk 2014-01-29 13:33:39 +00:00
Pietro Cerutti
96bb272cf6 - Convert to USES=tcl 2014-01-29 13:32:25 +00:00
Martin Wilke
f5f4ad69d1 - Stage support 2014-01-28 16:48:22 +00:00
Dmitry Marakasov
6270f9f8ae - Keep category Makefiles sorted 2014-01-28 03:25:28 +00:00
Juergen Lock
1174b885c8 - Switch to USES= gmake.
- Stagify.
2014-01-26 17:37:03 +00:00
Juergen Lock
329dff455e Remove duplicate SSP_UNSAFE that's already set by USES= kmod.
Submitted by:	danfe
2014-01-26 15:55:43 +00:00
Juergen Lock
eee5e164c4 Stagaing also no longer needs running kldxref in do-install. 2014-01-26 15:31:21 +00:00
Juergen Lock
1ecfb8aeed - Switch to USES= kmod.
- Stagify.
- Remove obsolete ${OSVERSION} < 800000 check.
2014-01-26 15:13:04 +00:00
Antoine Brodin
81c3e8234d Finish stage support 2014-01-25 22:30:09 +00:00
John Marino
5d2bf00922 comms/xmorse: Fix build on F10+, support stage
PR:		ports/185398
Submitted by:	Stephan Hurd
Fixed by:	marino@
2014-01-25 09:28:51 +00:00
Baptiste Daroussin
56fcf8379f Fix properties on pkg-plist 2014-01-21 23:18:05 +00:00
Antoine Brodin
85d1a044eb - Stage support
- Get rid of infozip dependency
2014-01-20 18:32:19 +00:00
Antoine Brodin
1d2db93eed Stage support 2014-01-20 18:28:51 +00:00
Martin Matuska
d37ef03d7a Horde package update:
Horde_ActiveSync 2.10.0 -> 2.11.0
Horde_Compress 2.0.4 -> 2.0.6
Horde_Imap_Client 2.16.2 -> 2.17.0
Horde_Mail 2.1.2 -> 2.1.3
2014-01-19 13:19:58 +00:00
Jimmy Olgeni
2a66bb8ec1 Unbreak on FreeBSD 10. 2014-01-17 12:22:13 +00:00
Baptiste Daroussin
67cf19a68f Reduce over inclusion of bsd.port.mk 2014-01-15 23:23:32 +00:00
Baptiste Daroussin
23aafdb2b3 Reduce over inclusion of bsd.port.mk 2014-01-15 23:22:46 +00:00
Baptiste Daroussin
0ac6ae1a44 Reduce over inclusion of bsd.port.mk 2014-01-15 23:22:11 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Koop Mast
c10de79b1a Update to 1.0.
Update Comment
Add LICENSE blob.
Stagify.
2014-01-12 19:48:11 +00:00
Pietro Cerutti
7f6ea9306d - Chase x11-toolkits/xforms shlib bump
- Bump PORTREVISION
- STAGE-clean here and there
2014-01-08 09:53:50 +00:00
Max Brazhnikov
77280673df Clean up port Makefile and patch sources to respect PREFIX (this also fixes
properly STAGEDIR support the original PR was filed for). While I'm here:

- Don't fiddle with strip
- Mark IGNORE for debug build: apparently the author of software wrote debug
  target for himself only
- Use QMAKE_SOURCE_PATH instead of overwriting INSTALL_WRKSRC

PR:		ports/184586
Submitted by:	Stephen Hurd (maintainer)
Approved by:	maintainer
2014-01-08 08:36:34 +00:00
Diane Bruce
e179a5b3c8 - convert from old USE_ to USES 2014-01-07 16:13:43 +00:00
Diane Bruce
7a9f0ccbe1 - convert old USE_GMAKE and USE_DOS2UNIX to new Uses= 2014-01-07 01:16:36 +00:00
Tijl Coosemans
5272612b0f New port comms/hidapi.
HIDAPI is a platform independent library that allows applications to
work with USB HID-Class devices.  While it can be used to communicate
with standard HID devices like keyboards, mice, and joysticks, it is
most useful when used with custom (Vendor-Defined) HID devices.
2014-01-03 20:42:35 +00:00
Adam Weinberger
3b51b8f050 Fix type (..if) 2014-01-03 16:18:05 +00:00
Adam Weinberger
fbd9122a40 Convert comms to MDOCS and MEXAMPLES.
Hold-out shame list: perl
2014-01-03 16:06:00 +00:00
Johan van Selst
250294032e Add patch to fix build, forgotten in previous commit
Reported by:	Jan Henrik Sylvester <me@janh.de>, Eric Camachat <eric.camachat@gmail.com>
Pointyhat to:	johans
2014-01-02 19:32:27 +00:00
Johan van Selst
495733685f - Update minicom to 2.7
- Run-time dependency lrz is not optional
- Simplify options handling
2014-01-02 17:50:04 +00:00
Rene Ladan
ceb97a7397 Update to 1.1.2
Changes:
- replace hardcoded realfreq parameter with a dynamically determined value
  and update README.md
- minor updates to time decoder
2014-01-01 22:00:20 +00:00
Antoine Brodin
14ab4e19f0 - Stage support
- Use OPTIONS helpers
2013-12-31 12:27:57 +00:00
Sunpoet Po-Chuan Hsieh
5ac239bf2c - Add LICENSE
- Sort RUN_DEPENDS
2013-12-31 10:09:00 +00:00
Diane Bruce
77e7efe88a - Enabled stagedir 2013-12-30 21:59:55 +00:00
Diane Bruce
82a0f43d37 - Enable staging 2013-12-30 21:51:43 +00:00
Diane Bruce
5335a2ee51 - Enable staging 2013-12-30 21:37:31 +00:00
Diane Bruce
58656ba90c - Enable staging 2013-12-30 21:30:58 +00:00
Diane Bruce
4f6f36cf03 - Enable staging 2013-12-30 21:12:16 +00:00
Diane Bruce
b703cedd67 - Enable staging 2013-12-30 21:07:40 +00:00
Diane Bruce
242b394646 - Update to latest 3.3.0
- Upstream have fixed some of the FreeBSD problems but not all, hence
  some of our patches are no longer required

Submitted by:	portscout@
2013-12-30 19:41:21 +00:00
Diane Bruce
6663e8d08b - Enable stage 2013-12-30 01:20:55 +00:00
Diane Bruce
227f4a1bb6 - Enable stage
- Add LICENSE
2013-12-30 01:03:13 +00:00
Diane Bruce
406c4f4f69 - Enable stage 2013-12-30 00:34:53 +00:00
Diane Bruce
9049c12c2a - Fix under stage
- add LICENSE
2013-12-30 00:08:15 +00:00
Diane Bruce
b6b117d865 - convert to stage
- add LICENSE
- patch to use new libcw lib from unixcw
2013-12-29 16:17:51 +00:00
Martin Matuska
cec269b5fc Add missing requirements for Horde_ActiveSync 2013-12-29 08:32:37 +00:00
Diane Bruce
f7c9618098 - convert to stage
- add LICENSE
2013-12-29 00:33:17 +00:00