devel/projectcenter: unbreak and undeprecate (backport upstream patch)
Note that version 0.7.0 was released three weeks ago on their GitHub which features extensive cleanup to keep up-to-date with contemporary GNUstep and recent compilers, among numerous other improvements.
This commit is contained in:
parent
0437623511
commit
edea0d1d92
3 changed files with 6 additions and 6 deletions
|
@ -5,16 +5,15 @@ CATEGORIES= devel gnustep
|
||||||
MASTER_SITES= GNUSTEP/dev-apps
|
MASTER_SITES= GNUSTEP/dev-apps
|
||||||
DISTNAME= ProjectCenter-${PORTVERSION}
|
DISTNAME= ProjectCenter-${PORTVERSION}
|
||||||
|
|
||||||
|
PATCH_SITES= https://github.com/gnustep/apps-projectcenter/commit/
|
||||||
|
PATCHFILES= 97aa34218f0370ba8b672d3f905df0ed8de9ac8.patch:-p1
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Development environment for GNUstep
|
COMMENT= Development environment for GNUstep
|
||||||
WWW= http://www.gnustep.org/experience/ProjectCenter.html
|
WWW= http://www.gnustep.org/experience/ProjectCenter.html
|
||||||
|
|
||||||
LICENSE= GPLv2+ # comment in code; COPYING says GPLv3
|
LICENSE= GPLv2+ # comment in code; COPYING says GPLv3
|
||||||
|
|
||||||
BROKEN= fails to link: libProjectCenter.so: undefined reference to __objc_ivar_offset_NSView._tracking_rects
|
|
||||||
DEPRECATED= Broken since 2021
|
|
||||||
EXPIRATION_DATE= 2023-03-21
|
|
||||||
|
|
||||||
USES= gnustep
|
USES= gnustep
|
||||||
USE_GNUSTEP= back build
|
USE_GNUSTEP= back build
|
||||||
USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
|
USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
|
||||||
|
|
|
@ -1,2 +1,5 @@
|
||||||
|
TIMESTAMP = 1414148400
|
||||||
SHA256 (ProjectCenter-0.6.2.tar.gz) = c5104ae18511260f900c6de6cca0bcf39361da1866499102bf2a90e2f05d9473
|
SHA256 (ProjectCenter-0.6.2.tar.gz) = c5104ae18511260f900c6de6cca0bcf39361da1866499102bf2a90e2f05d9473
|
||||||
SIZE (ProjectCenter-0.6.2.tar.gz) = 492409
|
SIZE (ProjectCenter-0.6.2.tar.gz) = 492409
|
||||||
|
SHA256 (97aa34218f0370ba8b672d3f905df0ed8de9ac8.patch) = cae37456b8262959e433e9377155c6a59dfd624c23c86c7136efba71bd0af27c
|
||||||
|
SIZE (97aa34218f0370ba8b672d3f905df0ed8de9ac8.patch) = 11416
|
||||||
|
|
|
@ -9,5 +9,3 @@ process of building and debugging your project.
|
||||||
Even the management of a big project keeps being easy as Project Center's
|
Even the management of a big project keeps being easy as Project Center's
|
||||||
file browser lets you always have a well sorted and categorized overview
|
file browser lets you always have a well sorted and categorized overview
|
||||||
over all the files in your project.
|
over all the files in your project.
|
||||||
|
|
||||||
LICENSE: GPL2 or later
|
|
||||||
|
|
Loading…
Reference in a new issue