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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: japanese/ebview/Makefile

Number of commits found: 47

Friday, 19 Sep 2014
20:43 tijl search for other commits by this committer
graphics/imlib:
- Remove :oldver from USES=libtool and bump dependent ports
Original commitRevision:368595 
Saturday, 13 Sep 2014
15:11 tijl search for other commits by this committer
devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
  didn't conflict with early development versions of glib/gtk 2.0
Original commitRevision:368108 
Sunday, 19 Jan 2014
14:24 miwi search for other commits by this committer
- Fix build with clang
- Add License

PR:		185708
Submitted by:	ports fury
Original commitRevision:340304 
Friday, 20 Sep 2013
18:47 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese)
Original commitRevision:327737 
Thursday, 13 Sep 2012
20:33 rm search for other commits by this committer
- update japanese/eb to 4.4.3
- add support for NOPORTDOCS and WITHOUT_NLS
- bump PORTREVISION for dependent ports:
  - japanese/eblook
  - japanese/ebview
  - japanese/ebview-gtk2
  - japanese/ebnetd

while here, common changes:
- strip Makefile headers
- remove shlib versions from dependent ports
- remove deprecated attributions from pkg-descr
- whitespace fixes to pkg-descr

PR:		167175
Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail dot com> (original
patch)
Submitted by:	Yasuhiro KIMURA <yasu at utahime dot org> (maintainer, final
patch)
Original commitRevision:304232 
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
Saturday, 16 Oct 2010
11:52 ade search for other commits by this committer
Punt autoconf267->autoconf268
Original commit
Wednesday, 15 Sep 2010
18:35 ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
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
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Monday, 1 Feb 2010
03:41 pgollucci search for other commits by this committer
- Bump shlib and PORTREVISION for japanese/eb update
  libeb.so.14 -> libeb.so.15
Original commit
Saturday, 22 Aug 2009
00:24 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L
Original commit
Monday, 20 Jul 2009
18:13 nork search for other commits by this committer
o Update to 4.4.1.
o Bump shlib version.
o Bump PORTREVISION of ports depending on, accordingly.

PR:             ports/136298
Submitted by:   Yasuhiro KIMURA  yasu utahime org
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Wednesday, 20 Aug 2008
00:57 ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Original commit
Friday, 6 Jun 2008
13:37 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Thursday, 20 Mar 2008
09:51 pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Original commit
Thursday, 27 Dec 2007
16:15 nobutaka search for other commits by this committer
Fix build with gcc 4.2.
Original commit
Sunday, 30 Sep 2007
04:47 linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
Original commit
Sunday, 27 May 2007
02:47 kris search for other commits by this committer
BROKEN with gcc 4.2
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Saturday, 2 Dec 2006
16:06 pav search for other commits by this committer
- Chase japanese/eb update
Original commit
Tuesday, 7 Mar 2006
08:28 ade search for other commits by this committer
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with: kris
Approved by:    portmgr (implicit)
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Original commit
Sunday, 31 Jul 2005
07:17 nork search for other commits by this committer
o Update to 4.2. [1]
o Fix minor bug. [2]

PR:             ports/81629 [1]
Submitted by:   KIMURA Yasuhiro <yasu@utahime.org> [1]
Obtained from:  ndtpd/01982 [2]
Approved by:    maintainer timeout
Original commit
Tuesday, 12 Apr 2005
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
08:04 obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Original commit
Sunday, 26 Dec 2004
11:30 nork search for other commits by this committer
Update to 4.1.1.
o Repocopy japanese/eb -> japanese/eb3 for safe keeping.
o Chase eb library version bump.
o Connect japanese/eb3 to japanese/Makefile

PR:             ports/74133
Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
Requested by:   Motoyuki Kasahara <m-kasahr@sra.co.jp> (author)
Repocopied by:  portmgr(marcus)
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
Saturday, 27 Dec 2003
14:58 nork search for other commits by this committer
Resurrect previous commit, pre-build to post-patch.
"post-patch" is right.  I missed his description.

Submitted by:   Ports Fury
Original commit
13:34 nork search for other commits by this committer
o Add CONFLICTS. [1]
o Fix "pre-build" target to "post-patch". [2]

PR:             ports/60402 [1]
Submitted by:   faust@ua.airnet.ne.jp [1]
Submitted by:   Ports Fury [2]
Original commit
Thursday, 4 Sep 2003
17:01 krion search for other commits by this committer
- Fix build
- Use DOCSDIR macro

PR:             56435
Submitted by:   Ports Fury
Original commit
Tuesday, 2 Sep 2003
18:39 krion search for other commits by this committer
- Fix build with upgraded gettext package

PR:             56321
Submitted by:   Ports Fury
Original commit
Saturday, 3 May 2003
15:16 nork search for other commits by this committer
Update to 0.2.1.

PR:             ports/51707
Submitted by:   Ports Fury
Original commit
Thursday, 1 May 2003
21:51 sumikawa search for other commits by this committer
Use USE_GETOPT_LONG.

PR:             ports/51374
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Original commit
Sunday, 20 Apr 2003
19:26 marcus search for other commits by this committer
Remove USE_GNOMENG.
Original commit
Friday, 28 Feb 2003
17:38 nork search for other commits by this committer
Bump PORTREVISION by updating japanese/eb.
Original commit
Sunday, 23 Feb 2003
17:38 nork search for other commits by this committer
Ebview requires a rich stack size each thread, so extend to 256k.
I don't know whether or not enough size(to 256k), but some test ok.
Original commit
Thursday, 20 Feb 2003
18:32 knu search for other commits by this committer
De-pkg-comment.
Original commit
Sunday, 2 Feb 2003
14:29 nork search for other commits by this committer
Conditionalize libgnugetopt dependencies.

PR:             ports/47747
Submitted by:   Ports Fury
Original commit
Thursday, 2 Jan 2003
17:45 ijliao search for other commits by this committer
upgrade to 0.2.0

PR:             45854
Submitted by:   Ports Fury
Original commit
Friday, 30 Aug 2002
13:56 lioux search for other commits by this committer
Deploy USE_GNOMENG infrastructure

PR:             42203
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Original commit
Sunday, 26 May 2002
10:23 yoichi search for other commits by this committer
Drop maintainership. Anyone can take it.
Original commit
Wednesday, 1 May 2002
19:43 yoichi search for other commits by this committer
Disable imlib test in configure script to build with imlib-1.9.14.
Original commit
Friday, 5 Apr 2002
16:02 yoichi search for other commits by this committer
Add ebview, a gtk based tool to access CD-ROM dictionaries.
Original commit

Number of commits found: 47