| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=400190
|
|
|
|
| |
Notes:
svn path=/head/; revision=400160
|
|
|
|
| |
Notes:
svn path=/head/; revision=400152
|
|
|
|
|
|
|
| |
Changes: https://github.com/tanakamura/waifu2x-converter-cpp/compare/a5228c5...ddb865a
Notes:
svn path=/head/; revision=400084
|
|
|
|
|
|
|
| |
- Add a comment explaining the need for USE_GCC
Notes:
svn path=/head/; revision=400030
|
|
|
|
|
|
|
|
| |
PR: 203971
Submitted by: maintainer
Notes:
svn path=/head/; revision=400018
|
|
|
|
|
|
|
|
|
| |
type-related warnings reported by both Clang and GCC.
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=400008
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Switch to options helpers
Notes:
svn path=/head/; revision=400003
|
|
|
|
|
|
|
| |
- Switch to options helpers
Notes:
svn path=/head/; revision=400002
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Regenerate patches with `make makepatch`
Notes:
svn path=/head/; revision=399995
|
|
|
|
|
|
|
| |
- Cosmetic fix
Notes:
svn path=/head/; revision=399994
|
|
|
|
|
|
|
|
|
| |
- Switch to options helpers
- Regenerate patches with `make makepatch`
- Don't remove -Wall
Notes:
svn path=/head/; revision=399985
|
|
|
|
| |
Notes:
svn path=/head/; revision=399981
|
|
|
|
|
|
|
| |
- Switch to options helpers
Notes:
svn path=/head/; revision=399961
|
|
|
|
|
|
|
|
|
| |
PR: ports/203714
Submitted by: Wayne Sierke <ws@au.dyndns.ws>
Approved by: Eugene Mychlo <myc@barev.net> (maintainer)
Notes:
svn path=/head/; revision=399953
|
|
|
|
|
|
|
|
|
|
| |
- Fix MASTER_SITES [*].
Spotted by: Tatsuki Makino [*]
PR: 203652 [*]
Notes:
svn path=/head/; revision=399944
|
|
|
|
|
|
|
| |
PR: 203851
Notes:
svn path=/head/; revision=399927
|
|
|
|
|
|
|
|
| |
- Drop leading indefinite article from COMMENT text
- Stagify, convert to USES=libtool, switch to .tar.bz2 distfile
Notes:
svn path=/head/; revision=399924
|
|
|
|
|
|
|
|
|
|
|
|
| |
ICC profiles.
While it builds with Clang, resulting binary crashes on exit (albeit it
produces seemingly correct output file), so request GCC for the moment.
WWW: http://sourceforge.net/projects/dcp2icc/
Notes:
svn path=/head/; revision=399872
|
|
|
|
| |
Notes:
svn path=/head/; revision=399864
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Geo-Proj4/Changes
Notes:
svn path=/head/; revision=399836
|
|
|
|
|
|
|
| |
Obtained from: Xorg devel repo
Notes:
svn path=/head/; revision=399826
|
|
|
|
|
|
|
|
| |
PR: 203894
Submitted by: Torsten Zohlsdorff <ports at toco-domains.de>
Notes:
svn path=/head/; revision=399819
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add missing jbig2dec and openjpeg to LIB_DEPENDS, registering them
as run-time dependencies.
Without this change, both packages are removed during pkg autoremove,
resulting in the inability to open PDF files.
PR: 203850
Submitted by: Zsolt Udvari <udvzsolt gmail com> (maintainer)
MFH: 2015Q4
Notes:
svn path=/head/; revision=399805
|
|
|
|
| |
Notes:
svn path=/head/; revision=399755
|
|
|
|
|
|
|
| |
- Use USES=localbase
Notes:
svn path=/head/; revision=399754
|
|
|
|
|
|
|
|
| |
- Allow concurrent installation (USE_PYTHON=concurrent)
- Fix build with Python 3.x
Notes:
svn path=/head/; revision=399727
|
|
|
|
|
|
|
|
|
|
|
| |
ports
- Use USES=localbase
- Convert to new options target helper
- Cleanup Makefile
Notes:
svn path=/head/; revision=399726
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ports
- Update COMMENT
- Use USES=localbase
- Use PORTEXAMPLES
- Convert to new options target helper
- Cleanup Makefile
Notes:
svn path=/head/; revision=399725
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ports
- Use USES=localbase
- Use PORTDOCS
- Do not install png2dbl.c
- Convert to new options target helper
- Cleanup Makefile
- Bump PORTREVISION for package change
Notes:
svn path=/head/; revision=399724
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string
Approved by: portmgr (bapt)
Differential Revision: D3756
Notes:
svn path=/head/; revision=399684
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add option for v4l [1]
- Use more option helpers [1]
- Removed CUPS option since CUPS requirement has been dropped upstream [1]
While here:
- Convert to USES=localbase
- Regenerate some patches [1]
This version also includes support for Canon LiDE 220 scanners. [2]
PR: 203799 [1], 200788 [2]
Submitted by: Ports Fury [1], avg@ [2]
Notes:
svn path=/head/; revision=399651
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Convert REINPLACE_CMD's that no longer could remain trivial due to [2]
to regular patch files
- Mute numerous warnings of `__aligned()' macro being redefined as they
severely clutter build logs
- Restrict to Intel CPUs due to heavy use of their SIMD instructions
Reported by: pkg-fallout [1]
Notes:
svn path=/head/; revision=399640
|
|
|
|
|
|
|
|
|
|
| |
- Update to 3.4.46
PR: 203834
Submitted by: Neel Chauhan <neel neelc org> (maintainer)
Notes:
svn path=/head/; revision=399636
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
arch, like is done for the dri drivers. This fixes Mesa build on arm. [1]
* Explicitly disable libva support. This resolves a build issue if libva
is installed. [2]
* remove the gallium-intel configure flag, it is gone.
PR: 197548 [2]
Reported by: sbruno@ [1]
Reported by: rozhuk.im@gmail.com [2]
Tested by: sbruno@ on arm [1]
Notes:
svn path=/head/; revision=399625
|
|
|
|
|
|
|
|
|
|
| |
`x11/nvidia-driver' slave port where it makes sense because dashed number
is actually a major version. Here this suffix is "dedotted" full version
and used purely to give the package unique name. This logic follows our
existing `multimedia/ffmpeg0' and `devel/subversion*' ports, for example.
Notes:
svn path=/head/; revision=399616
|
|
|
|
|
|
|
| |
- Sort LDFLAGS
Notes:
svn path=/head/; revision=399561
|
|
|
|
| |
Notes:
svn path=/head/; revision=399518
|
|
|
|
| |
Notes:
svn path=/head/; revision=399517
|
|
|
|
|
|
|
|
|
|
| |
PR: 203297
Submitted by: fbsd@opal.com
Approved by: maintainer timeout
MFH: 2015Q4
Notes:
svn path=/head/; revision=399513
|
|
|
|
| |
Notes:
svn path=/head/; revision=399474
|
|
|
|
|
|
|
| |
Changes: https://github.com/tanakamura/waifu2x-converter-cpp/compare/6f0fdc6...a5228c5
Notes:
svn path=/head/; revision=399470
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Drop workarounds for older math functions and reenable use of sinhl(3),
coshl(3), and frexp(3) on FreeBSD versions that have them in libm
- Remove useless definite article from COMMENT line
- Install manual page with its section suffix (1) instead of "man"
- Unmute installation commands, sort pkg-plist, trim pkg-descr while here
PR: 203360
Submitted by: pfg
Approved by: maintainer timeout (since 2015-09-26)
Notes:
svn path=/head/; revision=399429
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/GraphViz2/Changes
Notes:
svn path=/head/; revision=399378
|
|
|
|
|
|
|
|
| |
- Use USES=localbase
- Cosmetic change
Notes:
svn path=/head/; revision=399367
|
|
|
|
|
|
|
|
| |
- Use USES=localbase
- Convert to new options target helper
Notes:
svn path=/head/; revision=399366
|
|
|
|
|
|
|
|
| |
- Use USES=localbase
- Convert to new options target helper
Notes:
svn path=/head/; revision=399365
|
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
Notes:
svn path=/head/; revision=399346
|
|
|
|
| |
Notes:
svn path=/head/; revision=399311
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Drop unneeded WX_UNICODE
Notes:
svn path=/head/; revision=399305
|