Commit graph

82 commits

Author SHA1 Message Date
Dmitry Marakasov
a2105d9f79 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [bce])
Approved by:	portmgr (bdrewery)
2013-10-22 13:57:35 +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
Gerald Pfeifer
41e60477bd Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
2013-08-17 16:27:24 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Baptiste Daroussin
4ab73fde6e Convert from USE_MOTIF to USES=motif 2013-07-10 06:49:35 +00:00
Ashish SHUKLA
3158568038 - Update to bzr snapshot 112532 2013-05-13 05:33:57 +00:00
Baptiste Daroussin
9f1de9b900 Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
2013-05-06 15:34:17 +00:00
Ashish SHUKLA
117bb8acc0 - Fix brokenness on SPARC platforms
Reported by:	tabthorpe
Approved by:	portmgr
2013-04-09 18:14:37 +00:00
Ashish SHUKLA
7fc5bd70f3 GNU Emacs updates
editors/emacs:
 - Update to 24.3
 - Update CANNA patchset[1]
 - Unbreak ARM support by using the patch from emacs-devel port
 - Add missing INSTALLS_ICONS[2]
 - Remove a patch which is already integrated upstream
 - Fix Makefile header

editors/emacs-devel:
 - Update to bzr revision 112178
 - Fix Makefile header
 - Add missing INSTALLS_ICONS[2]

editors/emacs23:
 - Remove ABI versions from LIB_DEPENDS
 - Fix Makefile header
 - Add missing INSTALLS_ICONS[2]

Mk/bsd.emacs.mk:
 - Update major version for editors/emacs port

*:
 - Bump PORTREVISION to chase Emacs updates

PR:		ports/177428[2]
Submitted by:	Yuji TAKANO[1] (via private email), bdrewery[2]
2013-03-30 05:13:30 +00:00
Ashish SHUKLA
d1a973517d - Update to bzr snapshot 111818
- Add OPTION for ACL support
- Make GSETTINGS option depend on DBUS option, as GSettings requires
  DBus to be functional
2013-02-19 10:09:45 +00:00
Roman Bogorodskiy
91e365d630 - Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
2013-02-05 16:17:06 +00:00
Ashish SHUKLA
5c30de3a0f editors/emacs-devel:
- Update to bzr snapshot 111312
- Add OPTION for LTO support
- Remove ABI versions from LIB_DEPENDS
- Fix configure command-line arguments
- Add patches to make sure it compiles with GCC 4.6+
- Add patch for compilation on FreeBSD/arm[1]

Mk/bsd.emacs.mk
- Update EMACS_VER for editors/emacs-devel

Submitted by:	kientzle[1]
2012-12-25 16:28:05 +00:00
Beech Rintoul
93f571ea00 - Bump port after MagickCore bump. 2012-12-10 23:40:18 +00:00
Ashish SHUKLA
d98bb49da8 GNU Emacs updates
editors/emacs
- Update to v. 24.1[1]
- Update CANNA patch to v. 24.1[2]
- Convert OPTIONS to OptionsNG
- Remove patch to VC to make it work with Subversion 1.7
- Add patch to implement process support for FreeBSD from Emacs bug# 5243
- Add patch to fix segfault on Terminal (from NetBSD emacs port)[2]

editors/emacs23
- Convert OPTIONS to OptionsNG
- Bump PORTREVISION of editors/emacs23 port
- Remove PORTEPOCH, as port needs to be explicitly installed/upgraded
- Connect repocopied editors/emacs23 to build

editors/emacs-devel
- Update to bzr revision 109364
- Convert OPTIONS to OptionsNG
- Remove redundant patches
- Add patch to add openpty support for 10-CURRENT from Emacs bug# 12040[3]

Mk/bsd.emacs.mk
- Add EMACS_PORT_NAME block for Emacs 24 to bsd.emacs.mk
- Update major version for emacs-devel port
- Take maintainership of bsd.emacs.mk

Thanks to everyone who tested these updates, and provided their feedback.

Submitted by:	http://www.gnu.org/software/emacs/NEWS.24.1[1]
Submitted by:	Yuji TAKANO[2] (via private email), Jan Beich[3]
2012-08-01 15:20:25 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Ashish SHUKLA
335ab732a2 - Update to bzr revision 107364
- Fix building on Sparc architecture
- Remove dependency on libungif[1]

PR:		ports/165299[1]
Submitted by:	olgeni[1]
2012-02-22 13:23:12 +00:00
Ashish SHUKLA
8dfa08a680 - Bring back patch in ports/161181 which got accidentally,
removed in previous commit
- Bump PORTREVISION

PR:		ports/161911
2011-10-30 16:46:10 +00:00
Ashish SHUKLA
0e5d917761 - Update to bzr revision 106240
- Remove patches which are now in upstream[1]
- Add patch to implement process support for FreeBSD from Emacs bug# 5243[1]

PR:		ports/161911[1]
Submitted by:	Nali Toja <nalitoja@gmail.com>[1]
2011-10-30 15:08:13 +00:00
Ashish SHUKLA
efb10588db - Update to bzr revision 106087
- Fix detection of 'make' program in use in configure script[1]
- Use openpty(3) instead of deprecated pty(4) interface[2]
- Add patch to interrupt `debug-on-quit' during loops[3]
- Track ncurses dependency[4]

PR:		ports/160986[1], ports/161181[2], ports/161220[3], ports/161497[4]
Submitted by:	h h <aakusta@gmail.com>[1], Nali Toja <nalitoja@gmail.com>[2][3][4]
2011-10-17 04:55:31 +00:00
Martin Matuska
3b6562012d Update ImageMagick to 6.7.2-10 (shlib bumped to .5) 2011-10-11 07:17:46 +00:00
Ashish SHUKLA
484ad3c7ab - Update to bzr revision 105951 2011-09-30 21:18:12 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Ashish SHUKLA
45c25c4db3 - Mark port as multi-jobs safe
PR:		ports/160747
Submitted by:	h h <aakuusta@gmail.com>
2011-09-19 15:18:42 +00:00
Ashish SHUKLA
87e44003c4 - Update to bzr revision 105651
- Add fix for GNU Emacs bug report# 8522 which affects users of euc-japan
  keyboard-coding-system[1]
- Restrict INSTALLS_ICONS knob to GTK2/3 section as it installs GTK+
  dependencies[2]
- Update MASTER_SITES
- Fix portlint warnings

Submitted by:	hrs[1]
Reported by:	Yue Wu <vanopen@gmail.com>[2]
2011-09-08 06:16:32 +00:00
Ashish SHUKLA
853dfaba6c - Update to bzr revision 105418.
- Apply INSTALLS_ICONS fix[1].
- Add GTK3 option.
- Add GSETTINGS option.
- Remove alloca fix as it's not needed anymore.

Submitted by:	olgeni[1] (via private email)
2011-08-08 14:32:54 +00:00
Ashish SHUKLA
260ad894de - Update to bzr revision 104609. 2011-06-17 18:12:15 +00:00
Roman Bogorodskiy
207386f96a Chase security/gnutls update and add an UPDATING entry. 2011-06-05 18:43:16 +00:00
Ashish SHUKLA
bebf027a35 - Update to bzr revision 104432. 2011-05-30 18:13:30 +00:00
Ashish SHUKLA
cc53588749 - Update to bzr revision 104238.
- Update emacs.desktop to launch Emacs in Terminal when WITHOUT_X11 is defined.[1]
- Emacs picks up giflib if available instead of libungif. Account for
  this.[2]

PR:		ports/156167[1]
Submitted by:	Zhihao Yuan <lichray@gmail.com>[1]
	  	Herbert J. Skuhra <h.skuhra@gmail.com>[2] (via private email)
2011-05-16 12:14:17 +00:00
Ashish SHUKLA
7e860505f7 - Add autoheader to USE_AUTOTOOLS[1].
- Include 'alloca' fix[1].
- Fix ImageMagick dependency to depend on X11[2].

Submitted by:	Pan Tsu[1], swell.k@gmail.com[2]
Approved by:	pgj (implicit)
2011-05-01 09:56:45 +00:00
Ashish SHUKLA
4c918a10b5 - Update to bzr revision 104000.
Approved by:	tabthorpe (mentor)
2011-04-28 15:08:25 +00:00
Ashish SHUKLA
5c37bd26b0 - Update to bzr revision 102364.
- Restore GTK2 option.
- Enable IMAGEMAGICK option by default.
- Add GNUTLS option.
- Fix the issue with bad plist generation and mention it in UPDATING.
- Include 'alloca' fix provided by swell.k@gmail.com [1].

PR:		ports/149049[1]
Submitted by:	swell.k@gmail.com[1]
Approved by:	tabthorpe (mentor)
2010-11-18 03:39:12 +00:00
Ashish SHUKLA
030c983273 - Update port to latest snapshot.
- Clean up pkg-plist.
- Add new OPTIONs.

Approved by:	tabthorpe (mentor)
2010-09-27 01:19:31 +00:00
Ashish SHUKLA
88b15e6566 - Delete pkg-message (missed from last-commit).
- Fix pkg-plist to avoid deleting directories in MTREE.

PR:		ports/146576
Approved by:	pgj (mentor)
2010-07-30 08:25:23 +00:00
Ashish SHUKLA
ab1642fb0a - Add OPTIONS to the port.
- Add the LICENSE information to the port.
- Fix building of port on 6.x/9.x with DBUS option enabled, provided
  by swell.k@gmail.com.
- Remove unneeded dependencies on gettext and dbus-glib.
- Remove ALSA detection logic from configure script.

PR:		ports/147546
Approved by:	tabthorpe (mentor)
2010-07-28 12:23:02 +00:00
Ashish SHUKLA
cffcff87c3 - Change my maintainer address.
Approved by:	   pgj (mentor)
2010-06-11 13:37:41 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Giorgos Keramidas
dcbc723ae1 Ashish SHUKLA is very active in patching the emacs22, emacs and
emacs-devel ports.  My own time is now limited due to personal
reasons.  Since Ashish has agreed to take over the maintainership
of the ports from me, change MAINTAINER= for the following ports:

    editors/emacs22
    editors/emacs
    editors/emacs-devel

Many thanks to Ashish for taking over...
2010-05-12 05:56:38 +00:00
Wen Heping
04e5f714fd - Bump PORTREVISION to chase the update of m17n-lib
PR:		ports/146249
Submitted by:	Nikola Lecic <nikola.lecic@anthesphoria.net>
2010-05-03 06:41:03 +00:00
Dirk Meyer
0b0f936de4 - update patch png14
PR:		145171
2010-03-30 18:15:38 +00:00
Dirk Meyer
f860019f62 - fix build for png-1.4.1
Submitted by:	Andreas Tobler
2010-03-30 04:15:33 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Martin Wilke
f29016bb0c - Mark BROKEN on HEAD: fails to build with new utmpx
Reported by:	pointyhat
2010-03-20 14:20:32 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +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
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Philip M. Gollucci
9513e77d65 - Udpate to 23.0.95 pretest
PR:             ports/135951
Submitted by:   Giorgos Keramidas <keramida@ceid.upatras.gr> (maintainer)
2009-06-23 15:05:32 +00:00
Philip M. Gollucci
e9688c09b8 Part 3:
- Update to 23.0.94

PR:             ports/134875
Approved by:    maintainer
Submitted by:   Ashish SHUKLA <wahjava@gmail.com>
2009-06-17 22:29:44 +00:00
Philip M. Gollucci
1b83dffcf9 Part 2:
- Add WITH_SOURCES option

PR:             ports/134875
Approved by:    maintainer
Submitted by:   Ashish SHUKLA <wahjava@gmail.com>
2009-06-17 03:51:58 +00:00
Philip M. Gollucci
ed9c31b9e7 Part 1:
- Update to 23.0.93 [1]
  - Mark MAKE_JOBS_UNSAFE

PR:             ports/134875  [1]
Approved by:    maintainer [1]
Submitted by:   Ashish SHUKLA <wahjava@gmail.com>
2009-06-17 03:25:23 +00:00