FreeBSD Bugzilla – Attachment 251592 Details for
Bug 279866
ports-mgmt/synth: update to 3.01
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Refined patch for ports-mgmt/synth/Makefile adding +wxneeded using elfctl(1)
ports-mgmt___synth___Makefile.elfctl.diff (text/plain), 1.18 KB, created by
Trond Endrestøl
on 2024-06-20 20:08:19 UTC
(
hide
)
Description:
Refined patch for ports-mgmt/synth/Makefile adding +wxneeded using elfctl(1)
Filename:
MIME Type:
Creator:
Trond Endrestøl
Created:
2024-06-20 20:08:19 UTC
Size:
1.18 KB
patch
obsolete
>diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile >index 141ba1ce17b0..d29aafb84c27 100644 >--- a/ports-mgmt/synth/Makefile >+++ b/ports-mgmt/synth/Makefile >@@ -1,7 +1,6 @@ > PORTNAME= synth > DISTVERSIONPREFIX= v >-DISTVERSION= 2.13 >-PORTREVISION= 2 >+DISTVERSION= 3.01 > CATEGORIES= ports-mgmt > > MAINTAINER= fluffy@FreeBSD.org >@@ -11,13 +10,16 @@ WWW= https://github.com/jrmarino/synth > LICENSE= ISCL > LICENSE_FILE= ${WRKSRC}/License.txt > >-BUILD_DEPENDS= ${GPR}/ini_file_manager.gpr:misc/ini_file_manager \ >+BUILD_DEPENDS= gprbuild>0:devel/gprbuild \ >+ ${GPR}/ini_file_manager.gpr:misc/ini_file_manager \ > ${GPR}/adacurses.gpr:devel/adacurses > >-USES= ada:6 ncurses:base >+USES= ada elfctl ncurses:base > USE_GITHUB= yes > GH_ACCOUNT= jrmarino > >+ELF_FEATURES= +wxneeded:build/${PORTNAME} >+ > GPR= ${LOCALBASE}/lib/gnat > MAKE_ENV= NCURSES_LINK=static > >@@ -42,7 +44,7 @@ do-build: > gcc -c unix_core.c -o ../build/unix_core.o) > (cd ${WRKSRC}/synthexec && ${SETENV} ${MAKE_ENV} \ > gcc synthexec.c -o ../build/synthexec) >- (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gnatmake -P default \ >+ (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gprbuild -P default \ > -largs build/unix_core.o) > > do-install:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 279866
:
251583
| 251592