Commit graph

16 commits

Author SHA1 Message Date
Mathieu Arnold
21a283f3be Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
2015-08-17 14:20:40 +00:00
Ashish SHUKLA
b2edd3a92d GNU Emacs Updates
editors/emacs:
 - Update to 24.4[1]
 - Remove all upstreamed diffs[1]
 - Switch to static pkg-plist[1]
 - Add OPTIONs for ACL, file notification, LTO, ALSA, and OSS[1]
 - Reword IGNORE messages for portlint[1]
 - Add fix for a Emacs TRAMP bug
 - Update CANNA patchset[2]

editors/emacs-devel:
 - Update to bzr snapshot revision 118251
 - Add pkg-install, and pkg-deinstall file missed from r364499
 - Switch to static pkg-plist

editors/emacs-nox11:
 - Remove PLIST_DIRSTRY

Mk/bsd.emacs.mk:
 - Update Emacs version numbers
 - Remove deprecated XEmacs entries

PR:		194624[1]
Submitted by:	Joseph Mingrone <jrm at ftfl.ca>[1],
                TAKANO Yuji <takachan at running-dog.net>[2]
2014-11-05 13:17:17 +00:00
Baptiste Daroussin
195b72f0f9 Propagate the bump of emacs portrevision to notice the plist change 2014-10-06 17:06:13 +00:00
Ashish SHUKLA
794b673e7b - Fix breakage caused by r364084, where @dirrmtry entries were removed
from emacs port Makefile by adding the removed @dirrmtry entries in
  PLIST_DIRSTRY

Reported by:	QAT
2014-08-07 06:42:58 +00:00
Ashish SHUKLA
2c7614b3e1 - Move /var/games/emacs stuff from pkg-plist into pkg-{de,}install as it's
not installed in $PREFIX, which causes issues with `check-plist' target
- Remove extraneous @dirrmtry entries
- Bump PORTREVISION due to pkg-plist change

Reported by:		rpaulo
2014-08-05 09:09:26 +00:00
Tijl Coosemans
3ab1b8443e - Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-07-23 09:54:02 +00:00
Ashish SHUKLA
4235c52973 - Fix the logic in updating emacs.desktop file, from the regression introduced
in r338450

PR:		ports/185468
Submitted by:	rakuco
2014-01-04 20:12:38 +00:00
Ashish SHUKLA
c13e49fed8 - Add PKGNAMESUFFIX
- Add STAGE support
- Use OptionsNG helpers
- Rename X11TOOLKIT option to X11
- Add OPTIONS for emacs-nox11 slave
- Install info manuals to their own directory to avoid conflicts[1][3][4]
- Add a patch from upstream to fix building on non-X11 platforms[2]
- Add a patch from upstream to fix building on 9.x and later platforms
  due to C11 support
- Explicitly depend on GCC for i386 platforms, broken due to clang bug# 18171
- Mark port as MAKE_JOBS_SAFE

PR:		ports/183064[2], ports/181758[3], ports/179843[4]
Reported by:	Jay Borkenhagen <jayb at braeburn.org>[1]
2014-01-02 15:43:18 +00:00
Baptiste Daroussin
68ede13b49 Add NO_STAGE all over the place in preparation for the staging support (cat: editors) 2013-09-20 16:36:23 +00:00
Ashish SHUKLA
78e064c0c1 - Enable SYNC_INPUT option, which was disabled in previous commit
- Bump PORTREVISION

Feature safe:	yes
2011-11-02 13:02:33 +00:00
Ashish SHUKLA
8af2e0b03b - Disable OPTIONS for editors/emacs-nox11 slave port
- Bump PORTREVISION of editors/emacs-nox11

Thanks to dougb, and eadler for showing the way

Reported by:	bz
2011-10-29 22:17:12 +00:00
Ashish SHUKLA
da6797116b - Exclude DBUS support from editors/emacs-nox11 so it builds without X11.
Thanks to swell.k@gmail.com for the fix.

PR:		ports/147103
Submitted by:	swell.k@gmail.com
Approved by:	pgj (mentor)
Feature safe:	yes
2010-06-22 07:48:38 +00:00
Giorgos Keramidas
e464f9717f Revert revision 1.3 it breaks "make -V PKGNAME" (possibly others too)
The check for WITH_DBUS && WITHOUT_X11 can be done in the
Makefile of the master port.  It doesn't really help to have the
same check repeated in all the slave ports.  Updating multiple
places is actually worse.
2010-05-24 12:03:23 +00:00
Giorgos Keramidas
f22fa4fe9b When dbus is already installed on FreeBSD 6.X emacs-nox11 may
pick it up as a dependency and fail to link with the proper
threading libraries too.

Approved by:	Ashish SHUKLA <wahjava@gmail.com> (maintainer)
2010-05-21 19:49:46 +00:00
Boris Samorodov
21e8bc8e5e Assign LATEST_LINK to apropriate directory names for ports:
. editors/emacs;
. editors/emacs-devel;
. editors/emacs-nox11;
. editors/emacs22.

Approved by:	keramida (maintainer via e-mail)
2009-12-22 20:11:47 +00:00
Pav Lucistnik
4ea122bdf6 - Add a slave port so packages of X11-less emacs are available for pkg_add -r
PR:		ports/127193
Submitted by:	phoffman@proper.com
2008-11-14 13:02:57 +00:00