notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: editors/emacs21/Makefile
SVNWeb

Number of commits found: 43

Wed, 25 Jun 2014
[ 20:10 antoine search for other commits by this committer ] Original commit   Revision:359298
Allow to build with texinfo from ports

With hat:	portmgr
[ 05:35 bapt search for other commits by this committer ] Original commit   Revision:359185 (Only the first 10 of 304 ports in this commit are shown above. View all ports for this commit)
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
Mon, 26 May 2014
[ 13:05 miwi search for other commits by this committer ] Original commit   Revision:355326
- Convert gmake to USES

Approved by:	portmgr
Fri, 3 Jan 2014
[ 10:55 ashish search for other commits by this committer ] Original commit   Revision:338536
- Update CONFLICTS, in accordance with PKGNAME changes

Reported by:	jgh
Thu, 2 Jan 2014
[ 13:12 ashish search for other commits by this committer ] Original commit   Revision:338439
- Add PKGNAMESUFFIX
- Remove LATEST_LINK
- Remove ABI versions from LIB_DEPENDS
Fri, 20 Sep 2013
[ 16:36 bapt search for other commits by this committer ] Original commit   Revision:327720 (Only the first 10 of 298 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors)
[ 12:54 bdrewery search for other commits by this committer ] Original commit   Revision:327697 (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 9 Mar 2013
[ 21:43 bapt search for other commits by this committer ] Original commit   Revision:313760 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
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
Sun, 3 Jun 2012
[ 07:27 dinoex search for other commits by this committer ] Original commit 
- use libgif
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Wed, 28 Jul 2010
[ 12:25 ashish search for other commits by this committer ] Original commit 
- Adopt port.
- Add CONFLICTS to conflict with 23.x and 24.x.

Approved by:    tabthorpe (mentor)
Fri, 18 Jun 2010
[ 10:05 linimon search for other commits by this committer ] Original commit 
Reset nobutaka@FreeBSD.org on certain ports at his request due to
lack of time.

Hat:            portmgr
Fri, 4 Jun 2010
[ 23:35 cracauer search for other commits by this committer ] Original commit 
Unbreak after utmp changes.

Maintainer timeout, I mailed this in February when I fixed emacs22.

Tested on amd64/current and i386/8-stable.
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Wed, 17 Mar 2010
[ 06:50 miwi search for other commits by this committer ] Original commit 
- Mark BROKEN: fails to build with new utmpx

Reported by:    pointyhat
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Sat, 18 Jul 2009
[ 11:11 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 337 ports in this commit are shown above. View all ports for this commit)
- update to jpeg7
Tested by:      pav on pointyhat
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- 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)
Sat, 22 Dec 2007
[ 14:51 nobutaka search for other commits by this committer ] Original commit 
Some portlint cleanups.

PR:             ports/118210
Submitted by:   "Philip M. Gollucci" <pgollucci@p6m7g8.com>
Mon, 26 Nov 2007
[ 23:07 linimon search for other commits by this committer ] Original commit 
Fix fetch.

Part of:        ports/118210
Submitted by:   Philip M dot  Gollucci <pgollucci at p6m7g8 dot com>
Approved by:    portmgr (self)
Mon, 16 Jul 2007
[ 17:02 nobutaka search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Resurrect editors/emacs21 in advance of editors/emacs upgrade.
Set LATEST_LINK=emacs21.
Sun, 21 Mar 2004
[ 07:38 kris search for other commits by this committer ] Original commit  (Only the first 10 of 65 ports in this commit are shown above. View all ports for this commit)
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
Sun, 8 Feb 2004
[ 14:44 nobutaka search for other commits by this committer ] Original commit 
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
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Wed, 31 Dec 2003
[ 14:29 nobutaka search for other commits by this committer ] Original commit 
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>
Tue, 8 Apr 2003
[ 14:53 nobutaka search for other commits by this committer ] Original commit 
Update to 21.3.

Submitted by:   Frank Ruell <stoerte@dreamwarrior.net>
Fri, 7 Mar 2003
[ 06:00 ade search for other commits by this committer ] Original commit  (Only the first 10 of 110 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Sun, 27 Oct 2002
[ 13:04 nobutaka search for other commits by this committer ] Original commit 
Add a patch to fix segmentation fault on -current.

Submitted by:  motoyuki
Sun, 12 May 2002
[ 14:29 nobutaka search for other commits by this committer ] Original commit 
Fix dired-mode for Japanese locale.

Submitted by:   IWATSUKI Hiroyuki <don@ma.nma.ne.jp>
Tue, 19 Mar 2002
[ 03:26 nobutaka search for other commits by this committer ] Original commit 
Update to 21.2.
Wed, 6 Mar 2002
[ 17:57 nobutaka search for other commits by this committer ] Original commit 
Byte-compile only patched elisp files.   Stop removing
${PREFIX}/share/emacs/21.1/etc and ${PREFIX}/share/emacs/21.1/etc   before
install.    
Sat, 23 Feb 2002
[ 09:02 nobutaka search for other commits by this committer ] Original commit 
Link libncurses to avoid segfaults when emacs is executed with -nw option   and
TERM=kterm-color.    
Sun, 6 Jan 2002
[ 06:20 will search for other commits by this committer ] Original commit  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
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    
Mon, 17 Dec 2001
[ 06:06 nobutaka search for other commits by this committer ] Original commit 
Disable menubar fontset support by default.   Add menubar fontset setting
instructions to pkg-message.    
Thu, 6 Dec 2001
[ 12:29 nobutaka search for other commits by this committer ] Original commit 
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.    
Sat, 17 Nov 2001
[ 03:41 kuriyama search for other commits by this committer ] Original commit 
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.    
Tue, 13 Nov 2001
[ 15:58 nobutaka search for other commits by this committer ] Original commit 
Update fontset patch to 20011109.    
Wed, 7 Nov 2001
[ 16:28 nobutaka search for other commits by this committer ] Original commit 
Set LATEST_LINK=emacs21 to avoid "Latest" link name confliction.    
Sat, 3 Nov 2001
[ 19:16 nobutaka search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Maintainer is committer now.    
Tue, 30 Oct 2001
[ 13:37 kuriyama search for other commits by this committer ] Original commit 
Update fontset patch.    
Tue, 23 Oct 2001
[ 17:36 shige search for other commits by this committer ] Original commit 
New port for emacs-21.1.    

Number of commits found: 43