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: graphics/libwpg/Makefile

Number of commits found: 31

Tuesday, 26 Jan 2016
22:33 jkim search for other commits by this committer
Mark deprecated and set expiration.  editors/abiword was the last user and
it depends on graphics/libwpg03 now.
Original commitRevision:407319 
Monday, 6 Oct 2014
19:20 bapt search for other commits by this committer
Import libwpg03
Make sure that libwpg is not conflicting with libwpg03
Original commitRevision:370213 
Tuesday, 10 Jun 2014
17:17 bapt search for other commits by this committer
Strip binaries
Original commitRevision:357353 
Thursday, 24 Apr 2014
11:28 gahr search for other commits by this committer
- USES shebangfix + tar:bzip2

PR:		188943
Approved by:	bapt (portmgr)
Original commitRevision:351994 
Wednesday, 23 Apr 2014
13:25 tijl search for other commits by this committer
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
Original commitRevision:351936 
Sunday, 2 Mar 2014
22:24 bapt search for other commits by this committer
Convert to USES=libtool
Remove useless USE_GNOME=gnomeprefix
Remove now useless DOCS patches
Original commitRevision:346824 
Saturday, 14 Dec 2013
01:08 bapt search for other commits by this committer
Support stage
Original commitRevision:336414 
Friday, 20 Sep 2013
18:35 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Original commitRevision:327733 
Monday, 16 Sep 2013
17:07 bapt search for other commits by this committer
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Original commitRevision:327419 
Tuesday, 21 May 2013
02:35 fluffy search for other commits by this committer
- Update textproc/libwpd to 0.9.8 release [1]
- Pass maintainerhip of libwp[d|g] to office@ team

Submitted by:	jkim via email [1]
Original commitRevision:318637 
Tuesday, 23 Apr 2013
10:47 bapt search for other commits by this committer
Convert g* to USES=pkgconfig
Original commitRevision:316343 
Monday, 22 Apr 2013
18:47 jkim search for other commits by this committer
- Updated to 0.2.2.
- Update license.  It is now dual-licensed under MPL2+ and LGPL2.1+.
- Fix packaging without DOCS.
- Trim Makefile header.

Approved by:	fluffy (maintainer)
Original commitRevision:316261 
Monday, 27 Aug 2012
04:23 fluffy search for other commits by this committer
- USE_PKGCONFIG [1]
- make docs build optional

PR:		171093 [1]
Submitted by:	dougb
Original commit
Thursday, 23 Aug 2012
15:55 kwm search for other commits by this committer
Disable -Werror so clang can build this port.

Approved by:	maintainer (fluffy@)
Original commit
02:42 fluffy search for other commits by this committer
- Unbroke after recent doxygen update (and prevent such breakage in future)
- Remove shlib versioning from dependency

Submitted by:	ale@ via email
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Thursday, 3 May 2012
17:19 jkim search for other commits by this committer
- Update to 0.2.1.
- Add an upstream patch to fix build with Clang.
- Switch distfile to bunzip2 format.

Reviewed by:    fluffy (maintainer)
Original commit
Friday, 9 Mar 2012
00:59 scheidell search for other commits by this committer
- Fix pkg-plist for doxegen 1.8.0
- Bump PORTREVISION

Reported by:    portmgr (pav)
Approved by:    portmgr (pav), fluffy@FreeBSD.org (maintainer, implicit)
Original commit
Saturday, 22 Jan 2011
11:03 fluffy search for other commits by this committer
- Fix package build after recent doxygen update

Feature safe:   yes
Original commit
Monday, 3 Jan 2011
11:51 fluffy search for other commits by this committer
- Update graphics/libwpg to 0.2.0 release
- Update textproc/libwpd to 0.9.0 release
- Add graphics/libwpg01 and textproc/libwpd08 as support libraries only
- Take maintainership of textproc/libwpd[08]    [1]
- Chase dependencies in related ports
- Describe updating procedure in UPDATING

Approved by:    Mikhail Teterin (maintainer) via mail [1]
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Tuesday, 3 Aug 2010
12:18 rene search for other commits by this committer
- Update devel/doxygen to 1.7.1
- Update pkg-plist and bump PORTREVISION of affected ports

PR:             ports/148156
Submitted by:   maintainer
Approved by:    tabthorpe (mentor), fluffy (graphics/libwpg)
Tested by:      exp-run by pav
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
Saturday, 2 Jan 2010
07:49 fluffy search for other commits by this committer
- Fix docs plist after latest doxygen upgrade

Reported by:    pointyhat via pav
Approved by:    miwi, tabthorpe (mentors implicit)
Original commit
Thursday, 22 Oct 2009
02:01 fluffy search for other commits by this committer
- Fix plist issues after latest doxygen upgrade
- Bump PORTREVISION

Reported by:    pointyhat via pav, erwin
Approved by:    miwi (mentor)
Feature safe:   yes
Original commit
Saturday, 22 Aug 2009
00:23 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with G
Original commit
Monday, 10 Aug 2009
17:59 fluffy search for other commits by this committer
Update my MAINTAINER's email to @FreeBSD.org

Approved by: tabthorpe (co-mentor)
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Original commit
Wednesday, 29 Jul 2009
17:11 miwi search for other commits by this committer
- Update to 0.1.3

Submitted by:   maintainer via irc
Original commit
Tuesday, 28 Jul 2009
17:08 miwi search for other commits by this committer
Library for importing and converting Corel WordPerfect(tm) Graphics images

WWW: http://libwpg.sourceforge.net/

Submitted by:   Dima Panov <fluffy at Fluffy.Khv.RU>
Original commit

Number of commits found: 31