| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
by make and contains -j flag
- Use MANPREFIX
Notes:
svn path=/head/; revision=399173
|
|
|
|
| |
Notes:
svn path=/head/; revision=399166
|
|
|
|
|
|
|
|
| |
PR: 203538
Submitted by: kalten@gmx.at
Notes:
svn path=/head/; revision=398647
|
|
|
|
| |
Notes:
svn path=/head/; revision=398248
|
|
|
|
| |
Notes:
svn path=/head/; revision=398247
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
You can now `make test' on any port to run test sequence, no-op by default.
If a port defines TEST_TARGET, it'll run sub-make with specified target,
usually `check' or `test', useful if upstream supports that. The port may
instead define custom do-test target, as well as usual satellite targets:
{pre,do,post}-test, {pre,do,post}-test-OPT, {pre,do,post}-test-OPT-off
`make test' builds and stages port first, so test may use both WRKDIR and
STAGEDIR, and both BUILD and RUN depends are available for test target.
Additionally, TEST_DEPENDS is now properly supported and may be used to
define additional depends specifically for testing.
Framework may define default tests for specific cases. For instance,
perl5.mk and cran.mk already provide default test target on their own.
This commit also converts my ports which have tests to this new framework.
Approved by: portmgr (bapt)
Differential Revision: D3680
Notes:
svn path=/head/; revision=398125
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=398057
|
|
|
|
| |
Notes:
svn path=/head/; revision=397966
|
|
|
|
| |
Notes:
svn path=/head/; revision=397577
|
|
|
|
| |
Notes:
svn path=/head/; revision=397576
|
|
|
|
| |
Notes:
svn path=/head/; revision=397549
|
|
|
|
|
|
|
|
|
|
| |
Also switch to working dependency astro/josm to unbreak the dep-tree
PR: 203025
Submitted by: uqs
Notes:
svn path=/head/; revision=397258
|
|
|
|
| |
Notes:
svn path=/head/; revision=397171
|
|
|
|
| |
Notes:
svn path=/head/; revision=397169
|
|
|
|
| |
Notes:
svn path=/head/; revision=397168
|
|
|
|
|
|
|
| |
- Add NO_ARCH
Notes:
svn path=/head/; revision=397145
|
|
|
|
| |
Notes:
svn path=/head/; revision=397144
|
|
|
|
|
|
|
|
|
|
|
| |
All applications in the ports tree works correctly with unicode version of wxGTK
Newer version of wxGTK are unicode only (3.0+)
Note that now WX_UNICODE macro is noop
Notes:
svn path=/head/; revision=397077
|
|
|
|
|
|
|
|
|
|
| |
Thanks chrome, you were helpful...not
PR: 203102
Submitted by: martin.dieringer@gmx.de
Notes:
svn path=/head/; revision=396931
|
|
|
|
|
|
|
| |
Sponsored by: iXsystems
Notes:
svn path=/head/; revision=396902
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542
Notes:
svn path=/head/; revision=396892
|
|
|
|
| |
Notes:
svn path=/head/; revision=396887
|
|
|
|
|
|
|
|
|
|
|
| |
While on it:
- Pet portlint
PR: 202496
Submitted by: coder@tuxfamily.org (maintainer)
Notes:
svn path=/head/; revision=396881
|
|
|
|
|
|
|
| |
Does not support newer wxWidget and no release upstream for 8 years
Notes:
svn path=/head/; revision=396835
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NO_BUILD does more than dummy do-build. It creates BUILD_COOKIE that marks
all targets in _BUILD_SEQ as done, including do-build-${opt}-on/off and
post-build-${opt}-on/off. Since the targets haven't been run yet
do-install-DOXYGEN-on fails due to missing files.
Fix by leaking a call to nop "all" target in vendor Makefile. It should
be less kludgy than defining our own dummy do-build and less confusing
than treating do-build itself as an option helper. In case "all" starts
doing something useful the port would automatically take advantage of it.
PR: 202951
Reviewed by: mat
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=396400
|
|
|
|
|
|
|
|
|
|
|
|
| |
Even though the port still has a few FindIconv.cmake files scattered around,
they are not actually used by the build system anymore, so the dependency is
unnecessary.
Approved by: danfe (maintainer)
Differential Revision: https://reviews.freebsd.org/D3531
Notes:
svn path=/head/; revision=395607
|
|
|
|
| |
Notes:
svn path=/head/; revision=395475
|
|
|
|
|
|
|
|
| |
I missed the unnecessary use of immediate evaluation assignment operators.
Let's fix that once and for all.
Notes:
svn path=/head/; revision=395417
|
|
|
|
|
|
|
|
| |
PR: 202441
Submitted by: tatsuki_makino@hotmail.com (maintainer)
Notes:
svn path=/head/; revision=395409
|
|
|
|
|
|
|
|
|
| |
- Fix library installation
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=395236
|
|
|
|
|
|
|
|
| |
Pointy hat to: mat
Sponsored by: Absolight
Notes:
svn path=/head/; revision=394780
|
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412?
Notes:
svn path=/head/; revision=394778
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add GUI option (requires qt4-gui,qt4-xml,qt4-network and qt4-webkit at runtime).
- Remove autoconf/pcre/glib20/gettext dependencies (unused).
- USE_QT4=linguist_build -> USE_QT4=linguisttools_build (GUI option only).
- Use system zlib.
- Regenerate patch.
PR: 201680
Submitted by: s3erios@gmail.com
Approved by: dev2@heesakkers.info
Notes:
svn path=/head/; revision=394642
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
Notes:
svn path=/head/; revision=394462
|
|
|
|
|
|
|
|
|
|
|
|
| |
using python
PR: 201077
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D2955
Notes:
svn path=/head/; revision=393196
|
|
|
|
| |
Notes:
svn path=/head/; revision=392647
|
|
|
|
| |
Notes:
svn path=/head/; revision=391829
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for graphics/gdal shlib change
- Mark astro/merkaartor as BROKEN
Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News
Notes:
svn path=/head/; revision=391657
|
|
|
|
| |
Notes:
svn path=/head/; revision=391602
|
|
|
|
|
|
|
| |
Changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.070/Changes
Notes:
svn path=/head/; revision=390749
|
|
|
|
|
|
|
| |
Fix wrong conversion to stage
Notes:
svn path=/head/; revision=390714
|
|
|
|
| |
Notes:
svn path=/head/; revision=390709
|
|
|
|
|
|
|
|
|
|
| |
- Convert to autoreconf
- note shared lib bump, but nothing to chase
Submitted by: tatsuki_makino@hotmail.com (maintainer)
Notes:
svn path=/head/; revision=390530
|
|
|
|
|
|
|
|
|
| |
downside to having this set is that portscout cannot find new releases
when the username changes (which happens often in large projects with
multiple maintainers).
Notes:
svn path=/head/; revision=390487
|
|
|
|
| |
Notes:
svn path=/head/; revision=390310
|
|
|
|
| |
Notes:
svn path=/head/; revision=390113
|
|
|
|
| |
Notes:
svn path=/head/; revision=390062
|
|
|
|
| |
Notes:
svn path=/head/; revision=389864
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION to chase the update of proj
PR: 200434
Submitted by: wen@(myself)
Approved by: maintainer(timeout, >20 days)
Notes:
svn path=/head/; revision=389704
|
|
|
|
| |
Notes:
svn path=/head/; revision=389651
|