1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

322447 Commits

Author SHA1 Message Date
Baptiste Daroussin
cc445d3636 Do not show orphans anymore with pkgng for .info files 2014-01-27 10:35:19 +00:00
Alexey Dokuchaev
c831935db5 - Stagify, do not set LICENSE_FILE for well-known license (GPLv2)
- While here, trim Makefile header; augment and fix a typo in pkg-descr
2014-01-27 10:27:53 +00:00
Baptiste Daroussin
679cca8b6e Support stage 2014-01-27 10:26:32 +00:00
Alex Dupre
7f50cc984c Update to 3.0.4 release.
PR:		ports/186142
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk>
2014-01-27 10:07:36 +00:00
Martin Wilke
cfc65da34d - Stage support
- While here trim header
2014-01-27 09:49:41 +00:00
Alexey Dokuchaev
92eb84aad3 Stagify, convert to OptionsNG, sort pkg-plist. 2014-01-27 09:44:39 +00:00
Martin Wilke
0aaf0ff9d5 - Stage support
- switch to USES
2014-01-27 09:36:47 +00:00
Martin Wilke
7fea7a2409 - Stage support 2014-01-27 09:36:00 +00:00
Martin Wilke
3873ee6066 - Stage support
- switch to USES
2014-01-27 09:35:06 +00:00
Martin Wilke
1f8ad9ddee - Stage support 2014-01-27 09:34:37 +00:00
Martin Wilke
b407aa1f57 - Stage support 2014-01-27 09:25:28 +00:00
Martin Wilke
4ae592f5a1 - Stage support 2014-01-27 09:24:16 +00:00
Martin Wilke
3c8991f953 - Stage support 2014-01-27 09:23:58 +00:00
Pietro Cerutti
6226549f27 - Fix staging as non-root
PR:		186143
Submitted by:	Stephen Montgomery-Smith <stephen@missouri.edu>
2014-01-27 09:13:02 +00:00
Martin Wilke
2d3fa03334 - Stage support 2014-01-27 09:07:25 +00:00
Martin Wilke
317af9981a - Stage support 2014-01-27 09:06:49 +00:00
Martin Wilke
c9ad61e7d6 - Switch to USES
- Stage support
2014-01-27 09:06:26 +00:00
Martin Wilke
10b06336d9 - Stage support 2014-01-27 09:05:43 +00:00
Martin Wilke
ca4757692d - Stage support
- While here switch to USES
2014-01-27 09:04:59 +00:00
Martin Wilke
787bf74fb5 - Stage support 2014-01-27 09:04:24 +00:00
Baptiste Daroussin
1bc6aa4fa8 Support stage 2014-01-27 08:59:58 +00:00
Baptiste Daroussin
3cca5603cc Support stage
Modernize LIB_DEPENDS
2014-01-27 08:59:00 +00:00
Baptiste Daroussin
cd07cdb183 Support stage
Use modern LIB_DEPENDS
2014-01-27 08:54:52 +00:00
Baptiste Daroussin
b5e6aea28a Support stage
Add a DOCS option
2014-01-27 08:52:10 +00:00
Baptiste Daroussin
e4350d60d0 Support stage
Remove directories not in the mtree
Modernize LIB_DEPENDS
2014-01-27 08:48:34 +00:00
Baptiste Daroussin
635db1894c Support stage
This port was using DESTDIR for a non standard purpose, to use STAGEDIR for
the DESTDIRNAME, use desthack to make the configure stagedir aware
2014-01-27 08:41:45 +00:00
Baptiste Daroussin
9647411e87 Support stage 2014-01-27 08:32:08 +00:00
Baptiste Daroussin
dec46ed75f Support stage 2014-01-27 08:30:47 +00:00
Baptiste Daroussin
56a2c75888 Convert to stage using desthack
Use options helpers
2014-01-27 08:29:23 +00:00
Alex Kozlov
b73f0938c9 - Support STAGEDIR [1]
- Use options helpers
- Rewrap overly long line in pkg-descr, remove gratuitous whitespaces at the end of the line

PR:	ports/186148 (based on) [1]
Submitted by:	Olivier Cochard-Labbé <olivier@cochard.me> (maintainer) [1]
2014-01-27 08:22:55 +00:00
Martin Wilke
c4dbeb1174 - Stage support 2014-01-27 08:20:05 +00:00
Baptiste Daroussin
7c89ef9773 Do not pass DESTDIR to build target (with a syntax compatible with both fmake and bmake)
That fixes a couple of STAGEDIR references in the install files
2014-01-27 08:14:30 +00:00
Maho Nakata
e64266f024 Update to svn 1543006
Suggested by: pfg@
2014-01-27 07:32:02 +00:00
Baptiste Daroussin
fa009248bd Support stage 2014-01-27 07:29:51 +00:00
Baptiste Daroussin
5d68e6a30c Add USES=desthack
This allow to pass DESTDIR through configure --prefix to ports that are
not destdir aware

Obtained from:	OpenBSD ports tree (discussed in Malta with Marc Espie)
2014-01-27 07:29:32 +00:00
Baptiste Daroussin
1fce2b0440 Remove Useless test on the value of NO_STAGE 2014-01-27 07:23:07 +00:00
Kubilay Kocak
f7980a1f73 devel/capstone: Multi-platform, multi-architecture disassembly framework [NEW PORT]
Capstone is a lightweight multi-platform, multi-architecture disassembly
framework.

Features:
 * Supported architectures: ARM, ARM64 (aka ARMv8), Mips, PowerPC & X86
 * Clean/simple/lightweight/intuitive architecture-neutral API
 * Provide details on disassembled instruction (called "decomposer")
 * Provide some semantics of the disassembled instruction, such as list of
   implicit registers read & written.
 * Implemented in pure C language, with bindings for Python, Ruby, C#, Java,
   GO, OCaml & Vala available.
 * Native support for Windows & *nix (including MacOSX, Linux, *BSD & Solaris)
 * Thread-safe by design
 * Distributed under the open source BSD license

WWW: http://capstone-engine.org/

PR:		ports/186102
Submitted by:	Oliver Pinter <oliver.pntr@gmail.com>
2014-01-27 07:00:24 +00:00
Alex Kozlov
6d9c0ebc96 - Use proper url
Submitted by:	mat
Approved by:	portmgr (mat)
2014-01-27 06:21:51 +00:00
Martin Wilke
f98515f4b2 - Stage support
- While here switch to USES
2014-01-27 05:48:29 +00:00
Martin Wilke
4b9719a944 - Stage support 2014-01-27 05:41:50 +00:00
Stephen Montgomery-Smith
977925e87e - Mark removal of math/octave-forge-image-acquisition. 2014-01-27 05:08:09 +00:00
Stephen Montgomery-Smith
c3483ac84c - Remove broken port. 2014-01-27 05:03:57 +00:00
Dirk Meyer
6a6b6795b8 - update to 8.14.8
- use OPT_USE
- use OPT_*_DEPENDS
2014-01-27 04:46:57 +00:00
Stephen Montgomery-Smith
15518b2854 - Mark broken. Recent version of multimedia/lib4vl does not include the
necessary headers.  Unfortunately when I tested this port, I had some old
  cruft left behind.
2014-01-27 04:28:06 +00:00
Stephen Montgomery-Smith
689fb2d226 - Remove optional dependency math/octave-forge-image-acquisition.
- Bump portrevision.
2014-01-27 04:24:43 +00:00
Stephen Montgomery-Smith
ed3df92c8f - Add optional dependency math/octave-forge-image-acquisition.
- Update to 20140127.
2014-01-27 03:50:53 +00:00
Stephen Montgomery-Smith
a0f2a56363 - New port math/octave-forge-image-acquisition.
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.

This is image-acquisition.
2014-01-27 03:41:33 +00:00
Stephen Montgomery-Smith
8406ec7127 - Removed some dirrmtry entries from pkg-plist.
Reference:	https://qat.redports.org//~stephen@FreeBSD.org/20140126211800-20871-263412/opendx-4.4.4_14.log
2014-01-27 03:03:51 +00:00
Kubilay Kocak
fca351ebff multimedia/x264: Turn HI10P option off by default.
Inadvertently left the new HI10P option included in OPTIONS_DEFAULT in the
last commit while I was testing. Remove it.

PR:		ports/186138
Submitted by:	Anton Sayetsky <vsjcfm@gmail.com>
2014-01-27 01:53:33 +00:00
Baptiste Daroussin
12a5fef01e Support stage 2014-01-27 00:12:40 +00:00