Commit graph

40 commits

Author SHA1 Message Date
Ashish SHUKLA
73c6d4b8f6 - Update CONFLICTS, in accordance with PKGNAME changes
Reported by:	jgh
2014-01-03 10:55:40 +00:00
Ashish SHUKLA
8733cac572 - Add PKGNAMESUFFIX
- Remove LATEST_LINK
- Remove ABI versions from LIB_DEPENDS
2014-01-02 13:12:16 +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
Bryan Drewery
c93dfc2e9f SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.

SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.

On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].

On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.

Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.

[1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup

PR:		ports/138228 [2]
Submitted by:	jlh (bsd.ssp.mk based on)
Reviewed by:	bapt
With hat:	portmgr
exp-runs done:	37 over a month on 91i386,91amd64,10i386,10amd64
2013-09-20 12:54:54 +00:00
Baptiste Daroussin
7d20ef9811 Get rid of XAWVER option in bsd.port.mk it does not need to be specified there also remove a useless global XAWVER PLIST_SUB 2013-03-09 21:43:02 +00:00
Dirk Meyer
b47118d3a3 - use libgif 2012-06-03 07:27:46 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +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
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ashish SHUKLA
8ce865b219 - Adopt port.
- Add CONFLICTS to conflict with 23.x and 24.x.

Approved by:	tabthorpe (mentor)
2010-07-28 12:25:22 +00:00
Mark Linimon
c068dbba0d Reset nobutaka@FreeBSD.org on certain ports at his request due to
lack of time.

Hat:		portmgr
2010-06-18 10:05:51 +00:00
Martin Cracauer
00788c4047 Unbreak after utmp changes.
Maintainer timeout, I mailed this in February when I fixed emacs22.

Tested on amd64/current and i386/8-stable.
2010-06-04 23:35:48 +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
92d0cbeefe - Mark BROKEN: fails to build with new utmpx
Reported by:	pointyhat
2010-03-17 06:51:26 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
MANTANI Nobutaka
f9fa1f532e Some portlint cleanups.
PR:		ports/118210
Submitted by:	"Philip M. Gollucci" <pgollucci@p6m7g8.com>
2007-12-22 14:51:25 +00:00
Mark Linimon
d3d40a56c8 Fix fetch.
Part of:	ports/118210
Submitted by:	Philip M dot  Gollucci <pgollucci at p6m7g8 dot com>
Approved by:	portmgr (self)
2007-11-26 23:07:51 +00:00
MANTANI Nobutaka
4d7af48365 Resurrect editors/emacs21 in advance of editors/emacs upgrade.
Set LATEST_LINK=emacs21.
2007-07-16 17:02:47 +00:00
Kris Kennaway
131cd97388 Move the ancient emacs 19.x port from editors/emacs to
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21.  Retire the editors/emacs21 port.

PR:	ports/24983
2004-03-21 07:39:49 +00:00
MANTANI Nobutaka
8a23647149 Add patch-src:process.c.
Due to the change in src/sys/kern/uipc_syscalls.c between rev. 1.153 and 1.154,
connectiton attempt fails with EALREADY after connect (2) is interrupted.
The patch fixes this problem.

Obtained from:	http://www.init-main.com/d/resource/process.c.diff
Patch author:	takawata
2004-02-08 14:44:26 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
MANTANI Nobutaka
2cad569c81 Add emacs-21.2-menu-encode.patch for WITH_MENUBAR_FONTSET knob.
It enables to support multibyte encodings in menu bar.

PR:		ports/60571
Submitted by:	Yoshihiko Sarumaru <mistral@imasy.or.jp>
2003-12-31 14:29:20 +00:00
MANTANI Nobutaka
a5c8d829c3 Update to 21.3.
Submitted by:	Frank Ruell <stoerte@dreamwarrior.net>
2003-04-08 14:53:13 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
MANTANI Nobutaka
b29c65ace8 Add a patch to fix segmentation fault on -current.
Submitted by:  motoyuki
2002-10-27 13:04:44 +00:00
MANTANI Nobutaka
da41fd42c3 Fix dired-mode for Japanese locale.
Submitted by:	IWATSUKI Hiroyuki <don@ma.nma.ne.jp>
2002-05-12 14:29:02 +00:00
MANTANI Nobutaka
60282df075 Update to 21.2. 2002-03-19 03:26:27 +00:00
MANTANI Nobutaka
e1566ae99c Byte-compile only patched elisp files.
Stop removing ${PREFIX}/share/emacs/21.1/etc and ${PREFIX}/share/emacs/21.1/etc
before install.
2002-03-06 17:57:21 +00:00
MANTANI Nobutaka
47980a3a1c Link libncurses to avoid segfaults when emacs is executed with -nw option
and TERM=kterm-color.

Submitted by:	Mori Kouji <mori@tri.asanuma.co.jp>
2002-02-23 09:02:41 +00:00
Will Andrews
f3171de7e6 First round of auto* cleanups:
- USE_AUTO* -> USE_AUTO*_VER=* where required
 - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
 - Other minor changes to fix things

These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.

Submitted by:	bento 4-exp USE_AUTO* cleanups
		http://people.FreeBSD.org/~will/4-exp/
		http://bento.FreeBSD.org/errorlogs/4-exp-latest/
2002-01-06 06:20:22 +00:00
MANTANI Nobutaka
7249364daf Disable menubar fontset support by default.
Add menubar fontset setting instructions to pkg-message.
2001-12-17 06:06:57 +00:00
MANTANI Nobutaka
b0eea5e5bd Set ALL_TARGET=bootstrap to byte-compile patched elisp files.
Add WITHOUT_XIM and WITHOUT_MENUBAR_FONTSET switch.
Make dired output in Japanese locale the same as FreeBSD ls.

Submitted by:	kuriyama, yoichi
Reviewed by:	knu
2001-12-06 12:29:41 +00:00
Jun Kuriyama
cacd966dd8 Fix to make vc-backup file only if vc-make-backup-files is t.
Use (make-backup-file-name-1) to reflect backup-directory-alist in vc-mode.
2001-11-17 03:41:07 +00:00
MANTANI Nobutaka
16a9e4fcba Update fontset patch to 20011109.
Approved by:	knu
2001-11-13 15:58:37 +00:00
MANTANI Nobutaka
801b2133a5 Set LATEST_LINK=emacs21 to avoid "Latest" link name confliction.
Submitted by:	knu
2001-11-07 16:28:19 +00:00
MANTANI Nobutaka
20aa69ddcc Maintainer is committer now.
Reviewed by:	knu
2001-11-03 19:16:50 +00:00
Jun Kuriyama
0b26bb0ae6 Update fontset patch.
Submitted by:	maintainer
2001-10-30 13:37:22 +00:00
Shigeyuki Fukushima
b1acfd0dd8 New port for emacs-21.1. 2001-10-23 16:36:02 +00:00