Commit graph

332790 commits

Author SHA1 Message Date
Pietro Cerutti
6fcd7e3165 - Fix build on < 9.0 2014-04-23 08:29:23 +00:00
Li-Wen Hsu
b23f0076c0 - Stage
- Drop easy_install
- Pet portlint

PR:		ports/188881
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-04-23 06:20:42 +00:00
Li-Wen Hsu
78400aac75 - Stage
- Drop easy_install
- Pet portlint

PR:		ports/188881
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-04-23 06:19:29 +00:00
Cy Schubert
794c40cfee Stagify. 2014-04-23 04:40:06 +00:00
Jung-uk Kim
c20dd5b4a1 - Update to r351880.
- Bundle libfreetype.so.6.
2014-04-23 03:25:08 +00:00
Cy Schubert
e39f034c5a Remove extraneious MAN assignments. 2014-04-23 02:55:24 +00:00
Bryan Drewery
3c7bfe1f22 - Fix build with pkg_install
Reported by:	zi
2014-04-23 02:17:35 +00:00
Bryan Drewery
b979ba81fe - This is not really a quote, I summarized it myself. 2014-04-23 01:55:54 +00:00
Bryan Drewery
b81b2bc341 - Document OpenSSL CVE-2010-5298 2014-04-23 01:54:43 +00:00
Bryan Drewery
59a410425d - Remove LIB_DEPENDS on libpkg.so to fix pkg-devel usage.
* While this dependency is proper, it creates a hard dependency on
    ports-mgmt/pkg, which interferes with pkg-devel testing. Users
    using pkg-devel are forced to install ports-mgmt/pkg if using this
    port or anything depending on this port.
    While the LIB_DEPENDS has been removed, pkg will still record that
    the net-snmp package requires libpkg.so.1, due to its auto shlib
    dependency registering. This is fine as the package depends on
    libpkg.so.1 but not explicitly on ports-mgmt/pkg. The pkg solver
    can decide how to satisfy that dependency.
  * If using pkg you'll already have pkg installed while building
    this port in ports or installing from packages. So nothing is lost
    here.
  * Once pkg-1.3 is out we may change ACTUAL-PACKAGE-DEPENDS to only
    consider RUN_DEPENDS, not also LIB_DEPENDS. This would remove
    the hard dependency on ports-mgmt/pkg here. pkg-1.2 cannot
    handle this yet though.

Reported by:	rpaulo
Reported at:	https://github.com/freebsd/pkg/issues/785
With hat:	portmgr
2014-04-23 01:29:25 +00:00
Dmitry Marakasov
b246b3ea39 - Update to 1.94
PR:		188885
Submitted by:	James Bailie <jimmy@mammothcheese.ca> (maintainer)
2014-04-23 01:20:44 +00:00
Dmitry Marakasov
a489318cbe - Update to 5.4
PR:		188884
Submitted by:	James Bailie <jimmy@mammothcheese.ca> (maintainer)
2014-04-23 01:20:43 +00:00
Dmitry Marakasov
7c7f68b12f - Minor port cleanup
- Add LICENSE
- Fix error handling

PR:		187757
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2014-04-23 01:15:52 +00:00
Dmitry Marakasov
7099f3ea92 - Minor port cleanup
PR:		188145
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2014-04-23 01:14:42 +00:00
Dmitry Marakasov
375aa7879e - Update MASTER_SITES
- Pass maintainership to submitter
- Add LICENSE

PR:		188034
Submitted by:	"A.J. van Werven" <freebsd@skysmurf.nl>
2014-04-23 01:09:58 +00:00
Dmitry Marakasov
fe85221475 - Update MASTER_SITES
- Pass maintainership to submitter
- Add LICENSE

PR:		188033
Submitted by:	"A.J. van Werven" <freebsd@skysmurf.nl>
2014-04-23 01:09:34 +00:00
Dmitry Marakasov
86c417e970 - Fix path to data directory
- While here, don't remove mtree directory

PR:		188834
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
MFH:		2014Q2
2014-04-23 01:06:19 +00:00
Dmitry Marakasov
19415aaafc - Add missing USE_OPENSSL
PR:		187989
Submitted by:	amdmi3
Approved by:	maintainer timeout
2014-04-23 01:04:24 +00:00
Dmitry Marakasov
190cffb418 - Update to 0.9.31.2
- Minor fixes to pkg-deinstall.in / Makefile

PR:		187618
Submitted by:	Marco Steinbach <coco@executive-computing.de> (maintainer)
2014-04-23 01:03:16 +00:00
Dmitry Marakasov
454cceb7c9 - Install includes
- Convert USE_BZIP2 to USES
- Respect user-set LDFLAGS
- Whitespace fix in pkg-descr

PR:		188258
Submitted by:	amdmi3
Approved by:	maintainer timeout
2014-04-23 01:00:52 +00:00
Dmitry Marakasov
667da16725 - Update to 1.7.73
Changelog:
* Restored calls to png_set_crc_action() which had been removed from version 1.7.72 for some testing and inadvertently not restored.
* Changed "fix" internal variable name to "salvage" (still set with "-fix")
* Added code to fix/salvage PNG with "bad adaptive filter value" error.
* Avoid calculating CRC during compression trials except for the last trial, when the output is actually written.
* Fixed a bug with reducing 16-bit images to 8-bit using "-reduce" option.

PR:		188290
Submitted by:	Anton Sayetsky <vsjcfm@gmail.com> (maintainer)
2014-04-23 00:59:06 +00:00
Dmitry Marakasov
b7f05bfda9 GNU Emacs modes for Git-related files.
* git-commit-mode - A major mode for editing Git commit messages
  according to the guidelines by Tim Pope.
* git-rebase-mode - A major mode for git-rebase-todo files created by
  git rebase -i
* gitconfig-mode - A 'conf-mode'-derived major mode for editing
  .gitconfig files.
* gitignore-mode - A 'conf-mode'-derived major mode for editing
  .gitignore files.
* gitattributes-mode - A major mode for editing .gitattributes files.

WWW: https://github.com/magit/git-modes

PR:		187781
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2014-04-23 00:57:10 +00:00
Bryan Drewery
196182d95e - Mostly revert r338509 and re-add SF mirrors. Prefer main redirect.
Sourceforce is currently having major issues and without this we
  risk having weekly packages fail to build.

With hat:	portmgr
2014-04-23 00:46:23 +00:00
Antoine Brodin
3902300dbc Fix ports with duplicate pkgnames
With hat:	portmgr
2014-04-23 00:26:36 +00:00
Guido Falsi
0ee4a50c64 - Prevent from auto-detecting fam library when FAM option is unset
- Add IDN option and stop auto-detection of libidn
- Prefer base iconv
- Add USE_PERL5=build since it is needed only for build
- Use ${opt}_CONFIGURE_OFF knob for MAILWRAPPER option.

PR:		ports/188839
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2014-04-22 23:39:32 +00:00
Guido Falsi
c76e28e800 - Update to 1.3.0
- Use new LIB_DEPENDS format
- USES=tar
- Enable staging

PR:		ports/187986
Submitted by:	me
Approved by:	Maintainer timeout
2014-04-22 23:34:18 +00:00
Bryan Drewery
3964423d4f - Fix handling of "@comment @cwd" so it does not reset real @cwd; only
change the cwd for commented lines (such as %%OPTION%%file). Reset it
  back to the normal on the first non-commented line.
- Sort files after stripping out @comment

With hat:	portmgr
2014-04-22 23:28:27 +00:00
Antoine Brodin
86c6462fcb Fix for real
No bump needed as it didn't build

With hat:	portmgr
2014-04-22 23:00:01 +00:00
Baptiste Daroussin
f3bb394bd6 Update to 20140409 2014-04-22 22:42:50 +00:00
Thierry Thomas
7bd99446c6 Upgrade to a recent snapshot. 2014-04-22 21:25:44 +00:00
Thierry Thomas
b8ff94e5a9 Support staging. 2014-04-22 21:00:34 +00:00
Carlo Strub
eb8a0128ea I'll take it. 2014-04-22 20:42:45 +00:00
Thierry Thomas
d5af42d2b7 - Support staging;
- Mark as deprecated.
2014-04-22 20:30:19 +00:00
Thierry Thomas
6404645136 - Fix the fetch link;
- Support staging.
2014-04-22 20:30:15 +00:00
Rene Ladan
c6e1c30c97 - Add stage support [1]
- cups-image(1) is part of print/cups-image, so depend on that port
  instead of on print/cups-base [1]
- Convert USE_GMAKE and USE_BZIP2 to their corresponding USES [1]
- Fix pkg-plist
- Use modern LIB_DEPENDS
- Add dependency on print/cups-client for cups-config(1) and correctly
  reference it
- Bump PORTREVISION

PR:		ports/188864 [1]
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com>
2014-04-22 19:40:15 +00:00
Kurt Jaeger
129c91f1c6 devel/soapui: update from 4.6.4 to 5.0.0
PR:             ports/188851
Obtained from:	Federico Bernoldi
Submitted by:   pi (myself)
Approved by:    culot (mentor)
2014-04-22 19:36:32 +00:00
Boris Samorodov
0e9ef71a83 print/cups-base: remove BLOCKS detection from cups/cups.h
It appears to be the best option here, i.e. just remove BLOCKS
detection from cups/cups.h: there are some other ports which
use cups/cups.h and get broken by a BLOCKS detection. So:
. patch cups/cups.h to remove the offending code;
. remove traces of previous attempts to fix cups-* ports;
. bump PORTREVISION;
. at PORTNAME block add a note that PORTREVISION is defined
  later for all ports.

Discussed at:	freebsd-ports
Suggested by:	tijl
MFH:		2014Q2
2014-04-22 19:32:06 +00:00
Ruslan Makhmatkhanov
774cdf16a6 Return this port back to Yvan.
Reported by:	thierry
2014-04-22 19:32:02 +00:00
Ruslan Makhmatkhanov
7a03369d8f www/free-sa-devel: update to 2.0.0b6.7
PR:		188791
Submitted by:	Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
2014-04-22 19:29:30 +00:00
Thomas Zander
50fd87108f - Un-break fetch stage: the name scheme of the source tarballs has changed
- Add LICENSE*
- Remove conflict with hunspell:
  - Rename the 'analyze' binary to 'analyze_t'
  - put a note in pkg-message.in
- Pet portlint

PR:		ports/187569
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Approved by:	thierry (mentor)
MFH:	2014Q2
2014-04-22 19:28:18 +00:00
Pawel Pekala
53fb1c4461 - Add staging support
- Use options helpers, subs
2014-04-22 19:16:47 +00:00
John Marino
c5622a1d63 devel/libserver: Upgrade version 1.19 => 1.21
This update fixes a broken checksum reported by myself [1]

PR:		ports/188815 [1]
PR:		ports/188887
submitted by:	maintainer (James Bailie)
2014-04-22 18:48:20 +00:00
Olivier Duchateau
f55ae52e54 - Update to 1.8.2
- Use PYDISTUTILS_AUTOPLIST
2014-04-22 18:42:43 +00:00
Rene Ladan
34b3ce97e3 - Fix package build as non-root
- Use option helpers

Note that the CONFLICT with the -nox11 variant is not registered anymore.
PR:		ports/188785
Submitted by:	John Hein <john.hein@microsemi.com>
2014-04-22 18:40:24 +00:00
Rene Ladan
71afc9d4e8 - Stage support [1]
- Clean up pkg-plist a bit [1]
- Use modern LIB_DEPENDS

PR:		ports/188037
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Approved by:	maintainer timeout (<pakhom706@gmail.com> , 3 weeks)
2014-04-22 18:31:13 +00:00
Antoine Brodin
edff1225fa Fix options helpers conversion 2014-04-22 18:22:58 +00:00
Rene Ladan
0072d00b1c - Add stage support
- Use modern LIB_DEPENDS

Based on ports/188037

Approved by:	portmgr (infrastructure blanket)
2014-04-22 18:14:34 +00:00
Glen Barber
8a84cf91a9 Fix pkg-descr for vhdtool.
Spotted by:	bapt
Pointyhat:	gjb
Sponsored by:	The FreeBSD Foundation
2014-04-22 17:37:26 +00:00
Baptiste Daroussin
7751fb0ecc Fix build with clang/libc++
Fix regeneration of the configure [1]
While here switch to lua 5.2

Reported by:	mat [1]
2014-04-22 17:21:32 +00:00
Baptiste Daroussin
b82f94e1ce Update to 2.0.8
Fix pthsem.m4 macros to avoid [] to disappear (this allow net/linknx to generate a working test for conf
2014-04-22 17:14:44 +00:00