FreeBSD Bugzilla – Attachment 200111 Details for
Bug 233956
emulators/fs-uae: Allow overrides for new fs-uae-devel port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Make assignments optional to allow for slave ports
fs-uae.diff (text/plain), 1.23 KB, created by
Johannes Lundberg
on 2018-12-14 10:38:09 UTC
(
hide
)
Description:
Make assignments optional to allow for slave ports
Filename:
MIME Type:
Creator:
Johannes Lundberg
Created:
2018-12-14 10:38:09 UTC
Size:
1.23 KB
patch
obsolete
>diff --git a/emulators/fs-uae/Makefile b/emulators/fs-uae/Makefile >index 21cd477f23cf..061f2f3f6fa3 100644 >--- a/emulators/fs-uae/Makefile >+++ b/emulators/fs-uae/Makefile >@@ -2,38 +2,37 @@ > # $FreeBSD$ > > PORTNAME= fs-uae >-PORTVERSION= 2.8.4 >+PORTVERSION?= 2.8.4 > CATEGORIES= emulators >-MASTER_SITES= http://fs-uae.net/stable/${PORTVERSION}/ >+MASTER_SITES?= http://fs-uae.net/stable/${PORTVERSION}/ > >-MAINTAINER= tomse@oagd.net >-COMMENT= Amiga emulator >+MAINTAINER?= tomse@oagd.net >+COMMENT?= Amiga emulator > > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/COPYING > >-CONFLICTS_INSTALL= fs-uae-devel-[0-9]* >+CONFLICTS_INSTALL?= fs-uae-devel-[0-9]* > >-BUILD_DEPENDS= zip:archivers/zip >+BUILD_DEPENDS?= zip:archivers/zip > >-LIB_DEPENDS= libpng.so:graphics/png \ >+LIB_DEPENDS?= libpng.so:graphics/png \ > libopenal.so:audio/openal-soft \ > libmpeg2.so:multimedia/libmpeg2 > >-USES= desktop-file-utils gettext gl gmake \ >+USES?= desktop-file-utils gettext gl gmake \ > gnome localbase pkgconfig shared-mime-info > > USE_SDL= sdl2 > USE_GL= gl > USE_GNOME= glib20 > USE_XORG= x11 >-USE_GCC= any > > LLD_UNSAFE= yes > INSTALLS_ICONS= yes > > GNU_CONFIGURE= yes >-CONFIGURE_ARGS= --disable-jit >+CONFIGURE_ARGS?=--disable-jit > CFLAGS+= -Wno-c++11-narrowing > > OPTIONS_DEFINE= DOCS
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 233956
: 200111