Commit graph

349052 commits

Author SHA1 Message Date
Baptiste Daroussin
d7294f43fd Fix WITH_PKGNG=devel backward compatibility 2014-09-18 13:11:36 +00:00
Tijl Coosemans
79a69a9088 Convert to USES=autoreconf:build 2014-09-18 13:10:52 +00:00
Tijl Coosemans
7bb2c5ec48 - Remove old libtool patches and add INSTALL_TARGET=install-strip
- Auto-detect MMX support
2014-09-18 13:09:48 +00:00
Baptiste Daroussin
dd340e8b53 Add a minimal version testing for the installed pkg to enforce people to go to the latest version
Set minimal version to 1.3.7 for now

Differential Revision:	D723
Reviewed by:	bdrewery
2014-09-18 13:05:50 +00:00
Thomas Zander
2e59289758 - Fix build failure in fetch
- New MASTER_SITES
- Update LICENSE*

PR:		193727
Submitted by:	takefu@airport.fm (maintainer)
2014-09-18 12:39:04 +00:00
Mathieu Arnold
46cf4bcb84 Retire MANCOMPRESSED.
Also the compat NO_INSTALL_MANPAGES shim.

Differential Revision:	https://reviews.freebsd.org/D730
Reviewed by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
2014-09-18 12:31:24 +00:00
Thomas Zander
eeab05ac62 - Make FONTCONFIG a default OPTION
- improves compatibility with umplayer
  - does not require manual config modification for subtitle display
- Bump PORTREVISION

PR:		193675
Submitted by:	loox@e-shell.net
2014-09-18 12:08:11 +00:00
Rene Ladan
dffe241cd2 - Update comms/dcf77pi to version 3.2.0
- Use USE_LDCONFIG

Overall changes:
- Compile with -fpic instead of -fPIC (potentially smaller code size)
- Add a schematics file for the hardware receiver in FidoCadJ format
- Language and typographical updates to README.md
- Several signed/unsigned/size fixes

Library changes:
- Extract generic third-party code for bits 1..14 from decode_alarm.h into a
  new file bits1to14.h
- Convert almost all calculations for decoding the live signal into integer
  operations, drop fields 'a', 'frac', and 'maxone' from struct bitinfo.
- New function setclock_ok() in setclock.h
- New functions get_acc_minlen(), add_acc_minlen(), reset_acc_minlen() in
  decode_time.h. The accumulated minute length is now a first-class entity.
  When decoding the live signal, increment it more precisely than just 1000 ms/s
  to prevent drift during bad radio reception.
- New functions dcftime() and isotime() in decode_time.h. Use the latter in
  setclock.c
- Check input values of etc/config.txt:
  - hw.active_high must be 0 or 1
  - hw.freq must be even between 10 and 666666
- Reset the values of bit0 and bit20 if the latter becomes smaller than the
  former, show this in the log file using a '!'
- Compact the signal buffer, it now stores 8 pulses per byte instead of just 1.

Client changes:
- Make dcf77pi and dcf77pi-analyze more agnostic of the contents of the
  third-party contents
- Update display code of dcf77pi and readpin for the updates to the live signal
  decoding
- Show in dcf77pi when the value of bit20 underflows
- Update the code to display the signal buffer in readpin
- Fix readpin to properly clean up when receiving a SIGINT
2014-09-18 11:56:52 +00:00
Jimmy Olgeni
24180189d4 Upgrade to version 17.3. 2014-09-18 10:52:19 +00:00
Tijl Coosemans
bd4006d1d5 Remove old libtool patch and add INSTALL_TARGET=install-strip 2014-09-18 10:45:21 +00:00
Tijl Coosemans
74ca937ba8 Remove old libtool patch 2014-09-18 10:28:39 +00:00
Johan van Selst
f68cf750cc Update to rpm 4.12.0 2014-09-18 10:26:48 +00:00
Tijl Coosemans
3a35534618 Convert to USES=autoreconf 2014-09-18 10:25:38 +00:00
Tijl Coosemans
c624321244 chinese/libtabe: convert to USES=libtool and bump dependent ports 2014-09-18 10:10:53 +00:00
Tijl Coosemans
11508622a3 - Replace patch with USES=pathfix and post-patch command
- Remove old libtool patch
- Remove post-patch command that isn't needed with staging
2014-09-18 09:51:18 +00:00
Tijl Coosemans
a7718b4499 Convert to USES=autoreconf 2014-09-18 09:43:18 +00:00
Tijl Coosemans
df06022e8c Remove old libtool patch 2014-09-18 09:41:31 +00:00
Emanuel Haupt
055ed9dde9 Use install-strip install target instead of manual ${STRIP_CMD} 2014-09-18 09:07:31 +00:00
Bernhard Froehlich
bead6e2747 - Add CPE information to virtualbox ports 2014-09-18 09:06:59 +00:00
Tijl Coosemans
83fa084228 Remove old libtool patch 2014-09-18 08:53:05 +00:00
Tijl Coosemans
68a4be925d Convert to USES=autoreconf 2014-09-18 08:45:08 +00:00
Tijl Coosemans
2f969e2247 Remove old libtool patches 2014-09-18 08:38:14 +00:00
Tijl Coosemans
29a0c60c72 Fix build after previous commit (missing GNU_CONFIGURE=yes) 2014-09-18 08:28:50 +00:00
Tijl Coosemans
9a1afddbdd Convert to USES=libtool and add INSTALL_TARGET=install-strip 2014-09-18 08:16:29 +00:00
Tijl Coosemans
d89a73c730 - Remove old libtool patch
- Add INSTALL_TARGET=install-strip
2014-09-18 08:15:33 +00:00
Tijl Coosemans
255eac7b05 Remove old libtool patch 2014-09-18 08:12:31 +00:00
Tijl Coosemans
e201520b17 Remove old libtool patch 2014-09-18 08:04:54 +00:00
Tijl Coosemans
d5c39adf2c Convert to USES=autoreconf 2014-09-18 07:58:54 +00:00
Tijl Coosemans
c576f8b4cb - Make both cmake and autotools build dependencies only
- Merge MASTER_SITES and MASTER_SITE_SUBDIR
2014-09-18 07:30:24 +00:00
Dmitry Marakasov
1960281636 - Update to 0.17.0 2014-09-18 07:20:06 +00:00
John Marino
b1f1599e6d www/squid and www/squid33: Fix plist error depending on selected options
PR:		193717
Reported by:	kib@
Fixed by:	timp87 (gmail)
2014-09-18 06:58:47 +00:00
Olivier Duchateau
5874b4a6b7 - Update to 1.3.5
- Add LICENSE_FILE
2014-09-18 04:41:04 +00:00
Stephen Montgomery-Smith
8ae39ddbb5 - Update to 1.0.1. 2014-09-17 23:33:25 +00:00
Dmitry Marakasov
d42b12b27d - Bump PORTREVISIONs on php*-mcrypt after libmcrypt .so version change
- Drop specific libmcrypt so version requirement from php53 to fix build

Submitted by:	Matthew D. Fuller <fullermd at over-yonder dot net>
2014-09-17 23:27:08 +00:00
Mathieu Arnold
0a825a6b1d Remove two obsolete and unused lines.
Submitted by:	tijl
Sponsored by:	Absolight
2014-09-17 22:01:10 +00:00
Carlo Strub
3948cb595f Danny takes maintainership 2014-09-17 20:43:12 +00:00
John Marino
673e42630c Add new port graphics/xcftools
PR:		179116
Submitted by:	Kalten (gmx.at)

Xcftools is a set of fast command-line tools for extracting information
from the Gimp's native file format XCF. The tools are designed to allow
efficient use of layered XCF files as sources in a build system that use
'make' and similar tools to manage automatic processing of the graphics.
These tools work independently of the Gimp engine and do not require the
Gimp to even be installed.
2014-09-17 20:33:22 +00:00
Steve Wills
e85e54acf6 devel/py-pyparsing15: create port of older pyparsing module for py-mwlib 2014-09-17 19:54:38 +00:00
Oliver Lehmann
cc6069507d fix scrip
PR:		193707
Submitted by:	a.ulasov
2014-09-17 19:37:26 +00:00
Antoine Brodin
8c8d939697 Fix typo
With hat:	portmgr
2014-09-17 19:02:59 +00:00
Antoine Brodin
b6ac0cab9a Php extensions are built from the same source tarball as php and should
have the same CPE identifier

Discussed with:	des@
With hat:	portmgr
2014-09-17 18:38:18 +00:00
Tijl Coosemans
d11a0cea9d - Convert to USES=autoreconf and USES=libtool
- Add INSTALL_TARGET=install-strip
- Remove MAKE_JOBS_UNSAFE (tested on Redports)
- Use default do-install such that libadf gets installed
2014-09-17 18:30:04 +00:00
Dmitry Marakasov
72ef6a3327 - Fix build failure with perl 5.20 due to error in documentation
(this adds the patch itself, which I forgot in the previous commit;
previous commit should've also said: "- simplify Makefile by using
PORTDATA=*)

PR:             193267
Submitted by:   John.Marshall@riverwillow.com.au
MFH:            2014Q3
2014-09-17 18:25:54 +00:00
Sunpoet Po-Chuan Hsieh
60fcaf85ad - Fix typo 2014-09-17 18:07:33 +00:00
Steven Kreuzer
7232e5d831 Convert to USES framework 2014-09-17 17:39:51 +00:00
Dmitry Marakasov
c5f60a645f - Drop .la files for security/libmcrypt, no dependees require them
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-09-17 17:29:47 +00:00
Antoine Brodin
4da9186ca9 Hook p5-Dancer-Plugin-Memcached to the build
Pointy hat:	zi
2014-09-17 17:20:48 +00:00
Steve Wills
81a249fcc6 devel/rubygem-rspec-spies: mark deprecated as it is no longer needed 2014-09-17 17:04:41 +00:00
Steve Wills
1ff6efd2f4 sysutils/rubygem-guard-rspec: update to 4.3.1 2014-09-17 17:04:12 +00:00
Steve Wills
82deab5cb3 devel/rubygem-rspec: update to 3.1.0 2014-09-17 17:01:47 +00:00