Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Emacs ports for 30.1 release #27749

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

amake
Copy link
Contributor

@amake amake commented Feb 24, 2025

Description

  • emacs{,-app} to 30.1
  • emacs{,-app}-devel to latest
Type(s)
  • bugfix
  • enhancement
  • security fix
Tested on

macOS 15.3.1 24D70 arm64
Xcode 16.2 16C5032a

Verification

Have you

  • followed our Commit Message Guidelines?
  • squashed and minimized your commits?
  • checked that there aren't other open pull requests for the same change?
  • referenced existing tickets on Trac with full URL in commit message?
  • checked your Portfile with port lint?
  • tried existing tests with sudo port test?
  • tried a full install with sudo port -vst install?
  • tested basic functionality of all binary files?
  • checked that the Portfile's most important variants haven't been broken?

@macportsbot
Copy link

Notifying maintainers:
@drkp for port emacs.

@macportsbot macportsbot added type: enhancement type: update type: submission maintainer: open Affects an openmaintainer port by: member Created by a member with commit rights labels Feb 24, 2025
pre-configure {
if {[llength $rpaths] > 0} {
configure.ldflags-append "-Wl,-rpath " [join $rpaths " -Wl,-rpath "]
}

system -W ${worksrcpath} "sh ./autogen.sh"
Copy link
Contributor Author

@amake amake Feb 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this how this is done? Is there not some use_autogen yes whatever?

(I just moved this here from the devel subports-specific area)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
by: member Created by a member with commit rights maintainer: open Affects an openmaintainer port type: enhancement type: submission type: update
Development

Successfully merging this pull request may close these issues.

3 participants