notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: editors/emacs21/Makefile

Number of commits found: 43

Wednesday, 25 Jun 2014
20:10 antoine search for other commits by this committer
Allow to build with texinfo from ports

With hat:	portmgr
Original commitRevision:359298 
05:35 bapt search for other commits by this committer
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
Original commitRevision:359185 
Monday, 26 May 2014
13:05 miwi search for other commits by this committer
- Convert gmake to USES

Approved by:	portmgr
Original commitRevision:355326 
Friday, 3 Jan 2014
10:55 ashish search for other commits by this committer
- Update CONFLICTS, in accordance with PKGNAME changes

Reported by:	jgh
Original commitRevision:338536 
Thursday, 2 Jan 2014
13:12 ashish search for other commits by this committer
- Add PKGNAMESUFFIX
- Remove LATEST_LINK
- Remove ABI versions from LIB_DEPENDS
Original commitRevision:338439 
Friday, 20 Sep 2013
16:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors)
Original commitRevision:327720 
12:54 bdrewery search for other commits by this committer
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
Original commitRevision:327697 
Saturday, 9 Mar 2013
21:43 bapt search for other commits by this committer
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
Original commitRevision:313760 
Sunday, 3 Jun 2012
07:27 dinoex search for other commits by this committer
- use libgif
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Wednesday, 28 Jul 2010
12:25 ashish search for other commits by this committer
- Adopt port.
- Add CONFLICTS to conflict with 23.x and 24.x.

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

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

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

Tested on amd64/current and i386/8-stable.
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Wednesday, 17 Mar 2010
06:50 miwi search for other commits by this committer
- Mark BROKEN: fails to build with new utmpx

Reported by:    pointyhat
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 18 Jul 2009
11:11 dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- 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)
Original commit
Saturday, 22 Dec 2007
14:51 nobutaka search for other commits by this committer
Some portlint cleanups.

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

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

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

Submitted by:   Frank Ruell <stoerte@dreamwarrior.net>
Original commit
Friday, 7 Mar 2003
06:00 ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

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

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

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

Number of commits found: 43