| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
The port mistakenly used 1.4 branch instead of 1.4.0 tag, so the
fetch was broken as soon as the branch was updated. Point it back
to the commit it was built and tested on. It's several commits after
1.4.0 in fact.
|
|
|
|
|
|
|
|
|
|
| |
As proposed by maintainer.
While here, update pkg-message with instructions on copying files
for Diablo: Hellfire expansion.
PR: 264064
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.4
- Drop dependency on font, no longer needed
- Drop unnecessary .desktop file patches (also upstream PR exists)
- Install from the port (instead of patching CMakeLists.txt), to be
more explicit and flexible
- Convert to pkg-plist as there are more files now
- The new version tries to fetch dependencies from the net, for some
depenencies this is unconditional. Fetch these properly with
GH_TUPLE and place in a directory where CMake expectes them.
- Upstream code expects patch component in the version, so add an extra
.0 to VERSION_NUM. This should not break on (future) X.Y.Z versions
as the component will move to micropatch position and will be ignored
- BINARY_RELEASE option is gone
- Untie DEBUG (engine debug bode) from WITH_DEBUG knob (build debug
binary), these are orthogonal
- Properly support optional depends; zerotier is the only one
broken as it conflicts with system header (see
https://github.com/diasurgical/devilutionX/issues/4585)
- Install devilutionx (own) data file
- Since it's not versioned, use a little hack to add a tag to the
filename to avoid clashes on the future updates; this seemed less
evil than introducing DIST_SUBDIR
- Use two-level datadir to be consistent with ~/.local/share path
- Update pkg-message (Diablo data file doesn't have to be lowercase,
works either way)
PR: 264064
Approved by: eduardo@FreeBSD.org (maintainer)
|
|
|
|
|
| |
- correct PORTVERSION when PORTREVISION should be used
- adjust CXXFLAGS -DTTF_FONT_NAME to match charis font name
|
|
|
|
|
| |
PR: 256932
Reported by: eduardo@ (devilutionX’s maintainer)
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/diasurgical/devilutionX/releases/tag/1.2.1
Approved by: dbaio, garga (mentors)
Differential Revision: https://reviews.freebsd.org/D29965
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While here:
- set version correctly with -DVERSION_NUM=${PORTVERSION} (cmake)
- pet portclippy by using "_" prefix in local variable "MY_DEPENDS"
Changes:
https://github.com/diasurgical/devilutionX/releases/tag/1.2.0
Approved by: dbaio (mentor)
Differential Revision: https://reviews.freebsd.org/D29638
|
|
|
|
| |
Reported by: lwhsu
|
| |
|
|
|
|
|
|
|
| |
Reported by: mat
Notes:
svn path=/head/; revision=564850
|
|
|
|
|
|
|
|
| |
Approved by: dbaio, garga (mentors)
Differential Revision: https://reviews.freebsd.org/D28534
Notes:
svn path=/head/; revision=564845
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix empty "Show Credits" window by changing TTF_FONT_PATH
to TTF_FONT_DIR/TTF_FONT_NAME, introduced in v1.1.0 [1].
[1] https://github.com/diasurgical/devilutionX/commit/791aa60cab453899dfaa7456cde1e8c23fcbee79
PR: 252601
Submitted by: Nuno Teixeira <ed.arrakis@gmail.com> (maintainer)
Approved by: arrowd, tcberner (mentors, implicit)
Notes:
svn path=/head/; revision=561738
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove patch which is already included upstream
- Use debug mode instead of nightly_build for WITH_DEBUG
PR: 251671
Submitted by: Nuno Teixeira (maintainer)
Notes:
svn path=/head/; revision=558159
|
|
|
|
|
|
|
|
|
|
|
| |
ed.arrakis@gmail.com takes maintainership
PR: 251397
Submitted by: ed.arrakis@gmail.com
Approved by: benny.goemans@gmail.com (maintainer)
Notes:
svn path=/head/; revision=556664
|
|
|
|
|
|
|
|
|
| |
PR: 250365
Submitted by: Nuno Teixeira <ed.arrakis@gmail.com>
Approved by: malavon <benny.goemans@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=552931
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/diasurgical/devilutionX/releases/tag/1.0.1
PR: 244722
Submitted by: benny.goemans@gmail.com (maintainer)
Notes:
svn path=/head/; revision=529057
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: /applications/devilutionx.desktop
Error: Orphaned: /icons/hicolor/16x16/apps/devilutionx.png
Error: Orphaned: /icons/hicolor/32x32/apps/devilutionx.png
Error: Orphaned: /icons/hicolor/48x48/apps/devilutionx.png
http://package21.nyi.freebsd.org/data/113amd64-default-qat/526187/logs/devilutionX-1.0.0.log
Pointy hat: 0mp
Notes:
svn path=/head/; revision=526476
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Setting INSTALLS_ICONS makes no sense as the port is not setting
USES=gnome.
Also while here:
- Use MY_DEPENDS for shared build and run time dependencies.
- Sort variables.
- Use CMAKE_ON instead of CMAKE_ARGS where possible.
Approved by: portmgr (blanket approval)
Notes:
svn path=/head/; revision=525796
|
|
|
|
|
|
|
|
| |
PR: 242940
Submitted by: malavon <benny.goemans@gmail.com> (maintainer, with slight changes)
Notes:
svn path=/head/; revision=521859
|
|
|
|
|
|
|
|
|
|
|
| |
Needs C++11 compiler:
Target "devilution" requires the language dialect "CXX11" , but CMake does
not know the compile flags to use to enable it.
Approved by: mentors (implicit approval)
Notes:
svn path=/head/; revision=517277
|
|
|
|
|
|
|
|
|
|
| |
This release builds fine with Clang now.
PR: 241336
Submitted by: benny.goemans@gmail.com (maintainer)
Notes:
svn path=/head/; revision=516296
|
|
|
|
| |
Notes:
svn path=/head/; revision=508837
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
Notes:
svn path=/head/; revision=507372
|
|
|
|
| |
Notes:
svn path=/head/; revision=504618
|
|
|
|
|
|
|
| |
It does not make any sense when also setting USE_GCC=yes.
Notes:
svn path=/head/; revision=502770
|
|
Open-Source implementation of the Diablo(TM) game engine for X. This port
requires a file from the original game to work.
WWW: https://github.com/diasurgical/devilutionX
PR: 237997
Submitted by: benny.goemans@gmail.com
Notes:
svn path=/head/; revision=502742
|