| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Using variables for port origins break make operators like N: and M:
depending on where they are applied. It more robust (and arguable
more correct) to use a "hardcoded" path for *DEPENDS.
Approved by: marino (Listed as reviewer)
Notes:
svn path=/head/; revision=411924
|
|
|
|
|
|
|
| |
- Pet portlint(1) after r401096 and r411721
Notes:
svn path=/head/; revision=411859
|
|
|
|
|
|
|
|
| |
Approved by: portmgr modernization blanket
Differential Revision: https://reviews.freebsd.org/D4190
Notes:
svn path=/head/; revision=411858
|
|
|
|
|
|
|
| |
[1] http://lists.freebsd.org/pipermail/freebsd-ports/2016-March/102600.html
Notes:
svn path=/head/; revision=411834
|
|
|
|
|
|
|
|
|
|
| |
based games. It's currently in beta (2.0.0 release is planned on June 22
which is Quake's 20th anniversary).
WWW: http://kristianduske.com/trenchbroom/
Notes:
svn path=/head/; revision=411820
|
|
|
|
|
|
|
|
| |
PR: 208240
Submitted by: lifanov@mail.lifanov.com (maintainer)
Notes:
svn path=/head/; revision=411771
|
|
|
|
| |
Notes:
svn path=/head/; revision=411749
|
|
|
|
| |
Notes:
svn path=/head/; revision=411748
|
|
|
|
|
|
|
|
| |
The domain where the distfile was hosted no longer exists and the port is
unmaintained.
Notes:
svn path=/head/; revision=411721
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add NO_ARCH
- Fix *_DEPENDS: p5-Test-* are test-only dependencies
- Convert to new options target helper
- Remove regression-test:
- Bump PORTREVISION for dependency change
Approved by: portmgr (blanket)
With hat: perl
Notes:
svn path=/head/; revision=411491
|
|
|
|
|
|
|
|
|
|
|
|
| |
The upcoming CMake 3.5.0 ends up generating Makefiles that cause much more
problems in parallel builds when the dependencies are not declared correctly.
This also allows us to get rid of MAKE_JOBS_UNSAFE.
PR: 208033
Notes:
svn path=/head/; revision=411404
|
|
|
|
|
|
|
| |
PR: 207657
Notes:
svn path=/head/; revision=411314
|
|
|
|
|
|
|
|
|
|
| |
This update also fixes a hang on startup.
PR: 204189
MFH: 2016Q1
Notes:
svn path=/head/; revision=411277
|
|
|
|
| |
Notes:
svn path=/head/; revision=411256
|
|
|
|
|
|
|
| |
some especially major ones. Define LICENSE (GPLv2) while here.
Notes:
svn path=/head/; revision=411244
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 207198
Submitted by: Hannes Hauswedell <h2+fbsdports@fsfe.org>
Valley Benchmark is a new GPU stress-testing tool from the developers
of the very popular and highly acclaimed Heaven Benchmark. The
forest-covered valley surrounded by vast mountains amazes with its
scale from a bird's-eye view and is extremely detailed down to every
leaf and flower petal. This non-synthetic benchmark powered by the
state-of-the art UNIGINE Engine showcases a comprehensive set of
cutting-edge graphics technologies with a dynamic environment and
fully interactive modes available to the end user.
This port includes the linux-binaries of the basic (free-to-use)
version of the benchmark.
http://unigine.com/en/products/benchmarks/valley
Notes:
svn path=/head/; revision=411233
|
|
|
|
| |
Notes:
svn path=/head/; revision=411232
|
|
|
|
|
|
|
| |
https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html
Notes:
svn path=/head/; revision=411229
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 189829 (based on)
Submitted by: operator@myrechenzentrum.net
Reviewed by: marino (partially, earlier version)
Tesseract is a first-person shooter game focused on instagib deathmatch
and capture-the-flag gameplay as well as cooperative in-game map editing.
http://www.tesseract.gg
Notes:
svn path=/head/; revision=411185
|
|
|
|
|
|
|
|
|
| |
PR: 207989
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
Notes:
svn path=/head/; revision=411173
|
|
|
|
|
|
|
|
|
| |
PR: 207988
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
Notes:
svn path=/head/; revision=411172
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Install x11/kdelibs4's headers into include/kde4 instead of include (which
consequently causes several other ports to have their installation paths
changed too).
The idea behind this is to reduce path conflicts between KDE4 ports and the
upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If
we continue installing the KDE4 headers into include/, we can end up in a
situation like this:
c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp
If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port
will unintentionally be picked up first and the build will fail.
Most of this huge patch is just PORTREVISION bumps, pkg-plist changes and a
few patches to FooConfig.cmake files to make them look into the kde4/
subdirectory in include/.
Changes which don't fit into the above are:
- deskutils/kdepimlibs4: Import an upstream patch to remove some double
semicolons that cause base GCC to fail. They have always been present, but
since the faulty header was referenced via -isystem /usr/local/include
this never caused any problems.
- devel/subversion, devel/subversion18: Update patch-configure. The current
kwallet changes there date back to 2011 (r272490), at a time when the
build could fail when both KDE3 and KDE4 were installed. Replace those
bits with a change I've submitted upstream to use the kde4-config program
to determine where KDE4's headers and libraries are installed instead of
assuming the headers are always in include/.
Once again, huge thanks to Tobias Berner <tcberner@gmail.com> for being the
first one to notice this problem when working on the KDE Frameworks 5 ports,
coming up with the solution and bugging me until I had time to work on this
and ask for the exp-run :-)
PR: 207906 (exp-run)
Notes:
svn path=/head/; revision=411156
|
|
|
|
| |
Notes:
svn path=/head/; revision=411102
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Changes: http://search.cpan.org/dist/Algorithm-Pair-Best2/Changes
Notes:
svn path=/head/; revision=411085
|
|
|
|
|
|
|
|
|
| |
PR: 203798
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
Notes:
svn path=/head/; revision=411078
|
|
|
|
|
|
|
|
|
|
|
| |
Announcement:
http://te4.org/blogs/darkgod/2016/03/news/tales-majeyal-146-aka-twilight-darkness-released
PR: 207907
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
Notes:
svn path=/head/; revision=411033
|
|
|
|
| |
Notes:
svn path=/head/; revision=411014
|
|
|
|
|
|
|
|
| |
- Switch to options helpers
- Simplify installation
Notes:
svn path=/head/; revision=410887
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
print/cups and update it to 2.1.3. Also remove print/cups-pstoraster,
improve print/cups-filters, print/foomatic-* and update print/hplip to
3.16.2.
Long description:
First some background. When you hand a file to cups it sets up a chain of
filter programs that converts the file to something a printer understands.
Each filter has a cost associated with it and cups tries to find the
cheapest chain. Costs used to be configured in such a way that files were
first converted to PostScript. This could then be manipulated further (e.g.
putting multiple pages on one sheet) before finally being sent to a
PostScript printer or another filter like pstoraster which produces a raster
format understood by non-PostScript printer drivers. Nowadays most filters
have been moved from cups to cups-filters and they have been configured to
use PDF as an intermediate format instead of PostScript.
Merging of cups-base, cups-client and cups-image into print/cups:
- cups-image provides a library to work with the cups raster format. It is
only used to implement filters and printer drivers and these only exist
in the context of a cups server so there's no need to separate this from
cups-base.
- cups-client provides a library that allows applications to print via cups.
It is possible to use the library to access a remote cups server without
running a local cups server, but such a setup is discouraged and the
configuration file to set this up has been marked deprecated. It is
better to run a local cups server and let that talk to the remote cups
server because then you have the benefits of local job queuing in case the
remote server is down or busy. Given this and the fact that without
filters cups-base is now smaller than it used to be it makes sense to
merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which
when disabled make the new cups package smaller than the current
cups-client package. Merging the ports also prevents problems with
options like ZEROCONF being configured differently in both ports.
- print/cups was a metaport that depended on cups-base and some filters.
There isn't really a need for such a metaport so cups-base can be renamed
to cups. The filters can be depended on by printer drivers such as hplip
if they need them.
Additional changes to the new print/cups:
- Clean up the patches. They seem to have been regenerated with post-patch
changes included.
- Add a patch to prevent intermediate conversion to PDF when a PostScript
file is sent to a PostScript printer when cups-filters is installed.
- Fix the PAM configuration file.
- Add a patch to let the server search /usr/local/share/ppd like on Linux so
other ports don't have to add links to it.
- Remove ulpt(4) helper scripts. The port uses libusb with ugen(4).
- Remove support for mDNSResponder. cups-filters only supports Avahi.
- Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11.
- Optionally depend on colord for ICC profile support.
- Various smaller changes.
Changes to print/cups-filters:
- Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead
of LOGIN.
- Development of foomatic-filters has been moved to cups-filters so let this
port install foomatic related files and add foomatic-filters to CONFLICTS.
- Fix location of liblouis tables.
- Add patch to fix ICC support.
Changes to print/cups-pstoraster:
This port is essentially an old version of Ghostscript plus a cups filter.
It's no longer developed. This commit removes it and changes existing
dependencies to print/cups-filters which depends on print/ghostscript* and
includes a gstoraster filter that can handle both PostScript and PDF.
Changes to print/foomatic-db*:
Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX.
Changes to print/foomatic-filters:
Install beh backend with its original name again and add cups-filters to
CONFLICTS.
Changes to print/hplip:
- Stop installing hpijs/foomatic-rip support. This is no longer supported
upstream.
- Stop installing hpcups PPDs. These are now automatically generated. The
bundled PPDs are generated for an older version of cups.
- Rename the QT option to X11 to support WITHOUT_X11.
- Simplify the patches now that ports are installed in a staging area.
- Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket
like avahi-daemon does. This fixes Zeroconf support for HP network
printers.
PR: 207746
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=410825
|
|
|
|
| |
Notes:
svn path=/head/; revision=410636
|
|
|
|
|
|
|
|
|
| |
PR: 207162
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
Notes:
svn path=/head/; revision=410631
|
|
|
|
|
|
|
|
|
| |
PR: 207161
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
Notes:
svn path=/head/; revision=410630
|
|
|
|
|
|
|
|
|
| |
PR: 207159
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
Notes:
svn path=/head/; revision=410629
|
|
|
|
|
|
|
|
|
| |
PR: 205206
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
Notes:
svn path=/head/; revision=410623
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix distinfo for the offending ports.
lang/yorick's tag was moved, and the added patch was no longer needed.
PR: 207644
Submitted by: mat
Exp-run by by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D4268
Notes:
svn path=/head/; revision=410613
|
|
|
|
|
|
|
| |
MFH: 2016Q1
Notes:
svn path=/head/; revision=410588
|
|
|
|
|
|
|
|
| |
Submitted by: 207604
Reviewed by: maintainer
Notes:
svn path=/head/; revision=409938
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES and unbreak
- Remove DOCS option since those files are not included anymore.
- Update pkg-descr
PR: 205207
Submitted by: Ports fury
Notes:
svn path=/head/; revision=409905
|
|
|
|
|
|
|
| |
ports where it is applicable (alongside with other shared descriptions).
Notes:
svn path=/head/; revision=409886
|
|
|
|
|
|
|
|
|
|
| |
- Make MIDI playback via FluidSynth optional
- Rename patches to chase new source structure
Reported by: portscout
Notes:
svn path=/head/; revision=409875
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Remove unneeded INSTALLS_ICONS
- Use option targets
PR: 207160
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=409864
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a bugfix release.
Also, this update removes a premake4 s/gcc/cc/ hack that's no longer necessary.
Note: Embers of Rage 1.0.2 is out. It can be placed in $HOME/.t-engine/addons.
PR: 207597
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
Notes:
svn path=/head/; revision=409832
|
|
|
|
|
|
|
|
|
|
| |
Note that saved games from previous versions are not compatible.
PR: 206811
Submitted by: lightside at gmx.com (maintainer)
Notes:
svn path=/head/; revision=409733
|
|
|
|
| |
Notes:
svn path=/head/; revision=409718
|
|
|
|
|
|
|
|
| |
PR: 207545
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
Notes:
svn path=/head/; revision=409697
|
|
|
|
| |
Notes:
svn path=/head/; revision=409577
|
|
|
|
|
|
|
|
|
|
| |
Tweaked to run either on Python2 pr Python3.
Ported to Python 3.
- USES python:3.2+:run instead of python:run
Notes:
svn path=/head/; revision=409366
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog:
- New entity properties using the . delimited syntax concept for CronoCrash engine.
- Player specific credit count was not be carried across saved games.
- Very minor refactor in ImportCache
Notes:
svn path=/head/; revision=409351
|
|
|
|
|
|
|
| |
Changes: https://github.com/AquariaOSE/Aquaria/compare/OSE-v1.002...OSE-v1.002-20-g6971e78
Notes:
svn path=/head/; revision=409350
|
|
|
|
|
|
|
|
|
|
| |
- Project moved to GITHUB
- LICENSE_FILE renamed
- Regenerated patch
- Bumped PORTREVISION in dependent ports due to ABI changes.
Notes:
svn path=/head/; revision=409306
|