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

372635 Commits

Author SHA1 Message Date
Alexander Leidinger
3aeeb3f1bd 64 bit linuxulator support (not activated by default):
- most of the work was done by Alan Jude
 - all errors are mine
 - 64bit (may) have rough edges
 - I validated
    * that the 32bit part doesn't has deinstall regressions
    * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation
      later, when I dare to activate the 64bit linuxulator in the kernel)
 - the infrastructure part looks mature enough to let more test-bunnies get
   some experience with it
 - to use it you shall have no linux ports installed and have to specify
   (on your own risk) the following in make.conf before installing the ports:
   OVERRIDE_LINUX_BASE_PORT=c6_64
   OVERRIDE_LINUX_NONBASE_PORTS=c6_64

This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits
only, we decided to have it as an "overlay" instead of new ports.
The 64bit part only installs 64bit executables, the 32bit ports can not be
installed at the same time (if needed we can think of letting the 64bit
overlay install the 32bit parts too, but given the CentOS 7 comment
above...).

Differential Revision:	https://reviews.freebsd.org/D174
Submitted by:		alanjude
Sponsored by:		Essen FreeBSD Hackathon 2015
Reviewed by:		xmj, eadler (earlier versions)
Approved by:		portmgr (implicit, I remember blanked approval for
			linux parts loooong ago, punish me if you don't
			agree anymore)
2015-07-26 13:06:24 +00:00
Antoine Brodin
dd69971504 Make fetchable again
Reported by:	pkg-fallout
PR:		201744
2015-07-26 11:15:35 +00:00
TAKATSU Tomonari
122a0fb419 - Update to 0.12.0 2015-07-26 10:53:06 +00:00
Tijl Coosemans
49e9e92ca3 r392902 removed a command from post-patch that looked like a duplicate
but wasn't.  Restore it by combining both in one RE.

Reported by:	kwm
2015-07-26 10:31:34 +00:00
Bartek Rutkowski
94ac413070 textproc/html-xml-utils: create port
Simple utilities for manipulating HTML and XML files.

WWW: http://www.w3.org/Status.html#HTML-XML-utils

PR:		201119
Submitted by:	Takefu <takefu@airport.fm>
2015-07-26 09:30:40 +00:00
Mikolaj Golub
ffe0cd9c7c Update to 1.2.12 2015-07-26 09:05:17 +00:00
Jimmy Olgeni
34d12b7221 Upgrade to version 1.3.1. 2015-07-26 09:00:49 +00:00
Nicola Vitale
5a8d06f813 Update to 6.0
Relnotes:	https://spideroak.com/articles/release-notes-for-17-july-2015-spideroakone-60
2015-07-26 08:58:14 +00:00
Lars Engels
bd48ae99b1 - Removed patch suggested by upstream from Makefile, because the other variant has been selected.
- Add additional manpages
- While here, switch to USES= autoreconf and GNU_CONFIGURE
- Bump PORTREVISION

PR:		198322
Submitted by:	Martin Sugioarto <martin@sugioarto.com>
Approved by:	maintainer (timeout after almost 5 months)
Committed from:	Essen FreeBSD Hackathon
2015-07-26 08:35:18 +00:00
Ashish SHUKLA
59c9879d49 - Fix typo in a patch file
Submitted by:	Alexey V. Karagodov <kav.karagodov.name@gmail.com>
		(via private email)
2015-07-26 08:31:21 +00:00
Hiroki Sato
e88bbcc2ea Revert an unintentional change. 2015-07-26 06:59:09 +00:00
Hiroki Sato
520677c14a - Separate libsynctex from tex-web2c to devel/tex-synctex.
- Separate basic TeX engines from tex-web2c to print/tex-basic-engines.
- Add CTAN mirrors to MASTER_SITES.
- Drop gmake where not required.
- Remove extra dependencies in print/tex-aleph, print/tex-dvipdfmx,
  print/tex-luatex, print/tex-xetex, and japanese/tex-ptex.
2015-07-26 06:57:26 +00:00
Hiroki Sato
f58520633b - Add iconv support.
- Add LICENSE.
- Add CTAN mirror to MASTER_SITES.
2015-07-25 21:36:56 +00:00
Rene Ladan
41750ec3c6 Remove expired port:
2015-07-24 devel/p5-Test-use-ok: Part of devel/p5-Test-Simple (use that instead), and included in perl 5.22
2015-07-25 20:46:48 +00:00
Thomas Zander
a85acdea72 Update to upstream version 2.10.1
PR:		201814
Submitted by:	rhurlin@gwdg.de (maintainer)
2015-07-25 20:21:24 +00:00
Rene Ladan
becb4b1888 Switch the test dependency from devel/p5-Test-use-ok (which is expired) to
devel/p5-Test-Simple

Approved by:	perl (swills)
2015-07-25 20:20:21 +00:00
Rene Ladan
8a1a2dd508 Remove expired port:
2015-07-24 devel/p5-Test-Tester: Part of p5-Test-Simple (use that instead), and included in perl 5.22
2015-07-25 20:12:13 +00:00
Dmitry Marakasov
7e79f0f2b0 - Add LICENSE_FILE 2015-07-25 20:03:34 +00:00
Tijl Coosemans
8b421cfbb2 Add Gstreamer plugin for HLS (HTTP Live Streaming) 2015-07-25 19:59:35 +00:00
Kurt Jaeger
312439c99b databases/cego: 2.23.11 -> 2.23.12
- In CegoQueryHelper::evalPredicate fixed termination for INSUB- and
  NOTINB queries. There was no reset at the end of the evaluation, which
  might lead to open table cursors. In case of procedure queries, this
  might lead to locking problems.
  Since the query is reset after evaluation, query caching is no more
  useful. This must be treated in an advanced way.
- Further patches in CegoTableManager::deleteDataTable,
  CegoFactor::evalReferences and CegoSelect::nextTuple for advanced
  query cache handling. All patches have impact on queries of the form
  DELETE FROM t1 WHERE a IN ( SELECT ....)

Submitted by:	Björn Lemke <lemke@lemke-it.com>
2015-07-25 17:11:37 +00:00
Antoine Brodin
836aa8d7d1 Update to 1.3.0
Announce: http://blog.kiddaland.net/2015/07/bringing-end-to-sorrow-new-plaso-release.html
2015-07-25 17:09:01 +00:00
Antoine Brodin
584922bc73 Update to 20150708 2015-07-25 17:05:35 +00:00
Antoine Brodin
b3a75009e5 New port: security/py-artifacts
A free, community-sourced, machine-readable knowledge base of forensic artifacts
that the world can use both as an information source and within other tools.

WWW: https://github.com/ForensicArtifacts/artifacts
2015-07-25 17:04:23 +00:00
Sunpoet Po-Chuan Hsieh
b1a0a86a72 - Add NO_ARCH 2015-07-25 16:30:23 +00:00
Sunpoet Po-Chuan Hsieh
5d312932bf - Update to 7.2.5
Changes:	https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG
2015-07-25 16:30:18 +00:00
Sunpoet Po-Chuan Hsieh
e327c93d21 - Add NO_ARCH 2015-07-25 16:30:14 +00:00
Sunpoet Po-Chuan Hsieh
fce2e7147c - Add NO_ARCH 2015-07-25 16:30:08 +00:00
Sunpoet Po-Chuan Hsieh
362ecaff45 - Update to 3.09
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/XML-Compile-SOAP/ChangeLog
2015-07-25 16:30:03 +00:00
Sunpoet Po-Chuan Hsieh
4f536052bc - Update to 0.99
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/Attribute-Handlers/Changes
2015-07-25 16:29:58 +00:00
Hiroki Sato
cc4a6b7ab5 - Fix a bug which prevented both a package version number and arguments
at the same time in USE_TEX from working.

- Enforce to use a package version number for dependency on base and texmf.
2015-07-25 16:13:54 +00:00
Koop Mast
1a3e636c60 Revert a upstream commit that causes text getting cut off, while upstream
investigates the issue.

Submitted by:	Daniel Kolesa
Tested by:	Daniel Kolesa
2015-07-25 16:01:14 +00:00
Lars Engels
7b4a8a0a64 - Update to 1.13.3
- Remove no longer needed patches or convert them to use ${REINPLACE_CMD}
- Without the patches autoconf is obsolete
- Install Apache 2.x sample config to apache2 subdir
- Do some more s/Linux/${OPSYS}/ in the sample config files
- Set mode for the CGIs in plist

Committed from:	Essen FreeBSD Hackathon
2015-07-25 15:39:09 +00:00
Alexey Dokuchaev
4c6f4f64b5 Fix a typo: LICENSE_FILES -> LICENSE_FILE (should be part of r392887). 2015-07-25 15:20:51 +00:00
Alexey Dokuchaev
856105bda2 - Fix four cases of an obvious typo: LICENSE_FILES -> LICENSE_FILE
- While here: move knobs to their expected location, remove useless check
  for ${PORT_OPTIONS:MDOCS} when installing documentation, standardize
  Makefile headers
2015-07-25 15:06:48 +00:00
Florian Smeets
b40b2c1f3b Update to 3.7.1.1
Committed from:	Essen FreeBSD Hackathon
2015-07-25 14:31:41 +00:00
Florian Smeets
29a2076306 Update to 2.2.14
Committed from:	Essen FreeBSD Hackathon
2015-07-25 13:58:33 +00:00
Mark Felder
966a4c2ea0 Update to 0.9.12.6.1347 2015-07-25 13:09:48 +00:00
TAKATSU Tomonari
fecd80b4ed - Update to 0.4-5 2015-07-25 12:54:45 +00:00
Rene Ladan
4d8ca6a514 Document new vulnerabilities in www/chromium < 44.0.2403.89
Obtained from:	http://googlechromereleases.blogspot.nl/
2015-07-25 12:38:01 +00:00
Rodrigo Osorio
49a20cc95a Upgrade yabb to 2.6.11 and update master site 2015-07-25 12:32:17 +00:00
Florian Smeets
1f2160a8f4 - Update to 3.1.5
- don't make all files/directories writable by the web server, only the ones
  phpbb3 actually needs to write to

PR:		200770
Approved by:	maintainer timeout
Committed from:	Essen FreeBSD Hackathon
2015-07-25 12:00:16 +00:00
Florian Smeets
8bb2d067fb Update to 5.5.44-37.3
Committed from:	Essen FreeBSD Hackathon
2015-07-25 11:51:29 +00:00
Antoine Brodin
27f153056f Update to alpha-20150706 2015-07-25 11:40:09 +00:00
Antoine Brodin
ef7071466b Update to experimental-20150714 2015-07-25 11:39:27 +00:00
Antoine Brodin
8e6f7de4d8 Update to alpha-20150708 2015-07-25 11:38:51 +00:00
Alexander Leidinger
b681e9b46c Add missing dependencies.
PR:	191912
Sponsored by:	Essen FreeBSD Hackathon 2015
2015-07-25 11:38:14 +00:00
Baptiste Daroussin
89b95fd103 Update the cross gcc to 5.2.0
Simplify a bit the plist
Drop upstreamed arm support patches not needed anymore
2015-07-25 11:30:27 +00:00
Baptiste Daroussin
97556ce032 amd64 cross toolchain was somewhere broken and not really useful, let's focus
on gcc cross toolchain for arches not supporting clang for now
2015-07-25 11:13:18 +00:00
Baptiste Daroussin
ff84896b15 Fix date 2015-07-25 11:10:03 +00:00
Alex Kozlov
cb2472596d - Fix typo: ONLY_FOR_ARCH -> ONLY_FOR_ARCHS
Approved by: bapt (manintainer), office (bapt)
2015-07-25 10:53:11 +00:00