1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
Commit Graph

320348 Commits

Author SHA1 Message Date
Vanilla I. Shu
e626c8d133 Add stagedir support.
Approved by:	portmgr (blanket infrastructure)
2014-01-08 16:12:38 +00:00
Vanilla I. Shu
a57522f229 Support STAGEDIR.
Approved by:	portmgr (blanket infrastructure)
2014-01-08 15:47:09 +00:00
William Grzybowski
d9d6cfa623 devel/py-lxml: update to 3.2.5 2014-01-08 15:46:48 +00:00
Pietro Cerutti
fe79ac5c42 - Update to 1.7.45
* FXJSONFile class added. Base class FXJSON improved and generalized.
  * FXIO now tracks file position; new implementation of FXIO counts bytes
    read/written.
  * FXPipe API's added, should now be functional.
  * Renamed FXStringMap to FXStringDictionary for consistency.
  * Fixed a few problems in FXVariantMap, FXDictionary.
  * Fixed possible race in FXThreadPool::startWorker.
  * New FXThreadException class added; FXThreadException will cause graceful
    early termination of a thread when thrown inside of FXThread.
  * FXThread now interceps only FXException (and subclasses), rethrows other
    exceptions. This was necessary due to the way GNU C++ library performs thread
    exits.
  * Non FOX exceptions thrown inside FXThread are now rethrown; but attempts
    are made to maintain proper bookkeeping when unrolling the stack.
  * FXThreadPool tasks may throw exceptions. FXThreadPool now intercepts all
    FOX exceptions and updates bookkeeping when other exceptions are thrown. Note:
    tasks in FXThreadPool are executed by threads, but since sometimes the main
    thread is executing tasks in FXThreadPool also we can not allow tasks to throw
    FXThreadException.
  * Exceptions thrown inside FXWorker now terminate the worker, and reclaim
    worker's thread and memory. Before exceptions were all caught, making it
    impossible to pass return codes from worker execution.
  * Exceptions thrown in FXTaskGroup::Task correctly reclaim the
    FXTaskGroup::Task now, and will update completion count and notifications
    appropriately.
  * The exception philosophy in FOX is that the library only manages FXExceptions
    and their subclasses; other exceptions will be either uncaught or
    caught and rethrown after bookkeeping updates; thus programs should be careful
    throwing exceptions other than FXExceptions.
2014-01-08 15:29:32 +00:00
Pietro Cerutti
2ca72ca1f7 - Fix CONFIGURE
MFH:		2014Q1
2014-01-08 15:13:49 +00:00
Steven Kreuzer
189c242259 Convert USE_DOS2UNIX to USES=dos2unix 2014-01-08 14:59:08 +00:00
Steven Kreuzer
06156de8ba Convert to USES
Fix typo in OPTIONS_DEFINE
2014-01-08 14:56:28 +00:00
Baptiste Daroussin
4a0f73b995 Remove ^MFH: lines from the log 2014-01-08 14:45:13 +00:00
Baptiste Daroussin
00ac6f2705 Do not assume the compiler is g++
While here stage

MFH:	2014Q1
2014-01-08 14:39:51 +00:00
TAKATSU Tomonari
055fbd52e4 - Update to 0.4.000 2014-01-08 14:33:08 +00:00
TAKATSU Tomonari
fcb098f7db - Update to 6.0-21 2014-01-08 14:27:19 +00:00
TAKATSU Tomonari
e2f2c3b3fb - Add LICENSE
- Use PYDISTUTILS_AUTOPLIST
- Adapt to new options framework
- Support STAGEDIR
- Replace tab with a single space after WWW: in pkg-descr
2014-01-08 14:25:26 +00:00
Pietro Cerutti
66a8ece8c8 - Depend on a C11 compiler
- Bump PORTREVISION

Reported by:	PILOT <pilot513@gmail.com>
2014-01-08 14:21:03 +00:00
Baptiste Daroussin
7471a1b298 Remove reflex, this is a duplicate of textproc/reflex
Reported by:	bf
2014-01-08 14:00:02 +00:00
Lars Engels
c8b43047a2 - Add DIG command to SUB_LIST, not overwrite the list
- Use correct OSVERSION for the dig(1) / drill(1) change
- Don't add anything to rc.conf and periodic.conf when WITH_PACKAGE_BUILDING is set to pet poudriere and tinderbox
- Re-word pkg-message
- Bump PORTREVISION

PR:		ports/175879
Submitted by:	Alex Keda <admin@lissyara.su>
Approved by:	maintainer
Reported by:	Alex Keda, 2A, and dvl
Patched by:	A.J. Kehoe and me
2014-01-08 13:53:59 +00:00
Koop Mast
d90268231f Add USES=compiler:c11. We need clang or GCC 4.4+.
This fixes the build on 8.x and 9.x.

Submitted by:	beefy builders
2014-01-08 13:50:36 +00:00
Jimmy Olgeni
553a8361e8 Add staging support and cleanup. 2014-01-08 13:24:28 +00:00
Jimmy Olgeni
6ce56b0c1a Add staging support and cleanup. 2014-01-08 13:22:46 +00:00
Jimmy Olgeni
7c1c731c87 - Upgrade to version 3.2.2
- Take over maintainership
- Add staging support

PR:		ports/184036
Submitted by:	olgeni
Approved by:	maintainer timeout
2014-01-08 12:35:39 +00:00
Roman Bogorodskiy
fb3fb21a56 Deprecate: abandoned by upstream, last activity about 10 years ago.
PR:		158647
Reported by:	rm
2014-01-08 12:10:20 +00:00
Jimmy Olgeni
ccc8b0b357 - Upgrade to version R16B03.
- Add MANPATH entry.
- Do not mute the remaining install commands.
2014-01-08 11:45:58 +00:00
David Naylor
0519f1a93c Update emulators/i386-wine-devel to 1.7.10. 2014-01-08 11:36:02 +00:00
Roman Bogorodskiy
6fa779c1b7 - Fix possbile DoS in TLS record decoding [1]
- Fix installation without NLS [2]
- Require gmake and perl for build because in some
  occasions it will rebuild the documentation that
  works in a proper way with gmake only and needs perl
- Bump PORTREVISION

Security:	CVE-2013-2116
Reported by:	mat [2]
2014-01-08 11:18:44 +00:00
William Grzybowski
27902e0d8f textproc/py-rdflib: support stage and fix plist
PR:		ports/185553
Submitted by:	makc
2014-01-08 11:08:29 +00:00
William Grzybowski
87588ffeb1 databases/py-hiredis: update to 0.1.2
PR:		ports/185552
Submitted by:	maintainer
2014-01-08 11:06:04 +00:00
William Grzybowski
e1490d8634 www/py-flexget: update to 1.2.24 2014-01-08 11:04:20 +00:00
Niclas Zeising
b015a1fa41 Update libXfont to 1.4.7
This is a security fix and it is important to update, since it might lead to
a privilege escalation if the X server is run as root (which is the default)

Security:	CVE-2013-6462
2014-01-08 10:42:04 +00:00
Rene Ladan
e145062a28 Remove expired port:
2013-11-04 devel/llvm: Migrate to devel/llvm32 or newer
2014-01-08 10:22:03 +00:00
Pietro Cerutti
885a3fc5c1 - STAGE-clean
- USES=shebangfix
2014-01-08 10:11:55 +00:00
Pietro Cerutti
c0b57219c9 - Add LICENSE
PR:		185423
Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de>
2014-01-08 10:11:20 +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
Pietro Cerutti
3b8902db22 - Update to 1.2.1 2014-01-08 09:53:19 +00:00
Raphael Kubo da Costa
d19fb4f87c Convert to the new LIB_DEPENDS syntax 2014-01-08 09:31:50 +00:00
Boris Samorodov
46b290066e . update to version 4.5.18;
. pet QA test: remove USES=shared-mime-info (it's not really used).
2014-01-08 09:26:46 +00:00
Pietro Cerutti
7665941c75 - Fix build on 10 (clang) [1]
- STAGE-clean

PR:		185419[1]
Submitted by:	Michael Gmelin <freebsd@grem.de>
2014-01-08 09:19:59 +00:00
Pietro Cerutti
e15297181b - Update to 2.19.0 2014-01-08 09:07:12 +00:00
Pietro Cerutti
f13d3ce710 - Update to 2.10
Changes:

  * Bug in \@makesection (latexcommon.hva). \end@sec@step was
    absent from the definition of stared sectionning comamnd.
    As a result the first label in section was used as the id
    of the section.
  * typo-bug in text/hevea.hva

- STAGE-clean
- Support OPTIONSng (DOCS)
2014-01-08 08:50:25 +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
Rene Ladan
a067cf2edf Defines a variable LLVM_VERSION to ease updating to a newer LLVM version if
desired. Other changes:
- fix EMACS_CONFIGURE option helper
- fix %%ETC%% rendering and name of clang port in pkg-message
- bump PORTREVISION to force a rebuild for the dependency change.

Tested with 'poudriere bulk pure*' on 10.0-amd64, 8.3-i386, and 9.1-i386
(partially).

devel/llvm (expired) should not have any consumers anymore at this point.

PR:		ports/185190
Submitted by:	rene
Approved by:	maintainer timeout (lichray@gmail.com , 14 days)
2014-01-08 08:32:42 +00:00
Baptiste Daroussin
e83650a25b Import reflex into the ports tree 2014-01-08 08:25:01 +00:00
Max Brazhnikov
44348c0dfb Add upgrading instruction for Qt 4 ports 2014-01-08 08:10:21 +00:00
Baptiste Daroussin
b7cfb93f54 Add byacc into the ports tree 2014-01-08 07:49:16 +00:00
Baptiste Daroussin
91ffb1cd96 Update to 5.0.5 2014-01-08 07:28:43 +00:00
Baptiste Daroussin
cf7ff585da Do not overwrite BUILD_DEPENDS
Reported by:	rene
2014-01-08 07:23:14 +00:00
Dirk Meyer
252a9b7c5f - better fix for perl5.18
Submitted by:	Jung-uk Kim

- clean up
2014-01-08 07:12:01 +00:00
Mark Linimon
48d953d23e Reset simon.krenz@ghostbsd.org: "550 No Such User Here". 2014-01-08 02:08:19 +00:00
Renato Botelho
2a7bbfdb21 Support stage 2014-01-08 01:23:03 +00:00
Rusmir Dusko
5187ba77c0 - Add dependency for textproc/p5-XML-Parser
- USES gmake instead of USE_GMAKE
- Support STAGEDIR and add OPTIONS_SUB
- Use NLS_USES=gettext instead of USES=gettext
- Change WWW
2014-01-08 00:42:32 +00:00
Rusmir Dusko
fef6823ee7 - Support STAGEDIR
- Change WWW
2014-01-08 00:38:44 +00:00
Mathieu Arnold
4559998845 Fix build.
Also reset maintainer per his request.

PR:		ports/183825
Submitted by:	Lawrence Chen
Approved by:	maintainer
2014-01-08 00:17:06 +00:00