Page MenuHomeFreeBSD

Add emulators/fs-uae-devel port
Needs ReviewPublic

Authored by johalun on Apr 26 2019, 1:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 9, 11:50 AM
Unknown Object (File)
Jan 26 2024, 2:34 AM
Unknown Object (File)
Jan 18 2024, 1:05 AM
Unknown Object (File)
Dec 22 2023, 11:52 PM
Unknown Object (File)
Dec 21 2023, 11:04 PM
Unknown Object (File)
Dec 4 2023, 10:44 PM
Unknown Object (File)
Nov 1 2023, 2:22 AM
Unknown Object (File)
Oct 10 2023, 5:22 PM
Subscribers

Details

Reviewers
imp
zeising
Summary

Add emulators/fs-uae-devel port. This requires variables in the master port
emulators/fs-uae to be overridden and that change is included in this patch.

Test Plan

Build tested poudriere.
Runtime tested on local laptop.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 24366
Build 23186: arc lint + arc unit

Event Timeline

In general, I'm not sure -devel ports are usually slave ports, slave ports are more often to have ports with different options, such as nox11 variants. You also need to check with the owner of the original port for approval, since you're touching that one. You also need do add CONFLICTS since I assume both ports can't be installed at the same time (installing things in the same place).

Had I done it, I'd probably done svn cp of fs-uae to fs-uae-devel and created a separate port.

emulators/fs-uae-devel/Makefile
7

Use your @f.o mail address. If you own other ports, those should probably be updated as well.

Change from slave port to separate port.

emulators/fs-uae-devel/Makefile
30

Default, remove.

31

Commit 3d6a8dc7a60ffe15a1878fd813f7d96fa432a41a is "2.9.7dev4", so this commit does not really represent the version number you are using here. I suggest either using a version of 2.9.7.gyyyymmdd of the commit, or only gyyyymmdd.

Fix Makefile according to comments by reviewer.

Update distinfo to fix error after changing version.

Take ownership over fs-uae as per agreement with maintainer.

emulators/fs-uae-devel/Makefile
10

I'd say that the fact that the port is named -devel is enough.

32

Can probably be written as:

CONFLICTS_INSTALL=      fs-uae
emulators/fs-uae/Makefile
15

Can probably be written as:

CONFLICTS_INSTALL=      fs-uae-devel