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: archivers/liborange/Makefile

Number of commits found: 34

Monday, 14 Oct 2019
10:15 rene search for other commits by this committer
archivers/orange: drop dependency on expired palm/synce-libsynce
Original commitRevision:514449 
Sunday, 15 Jan 2017
15:21 sunpoet search for other commits by this committer
Update to 1.4.1

- Bump PORTREVISION for archivers/unshield shlib change

Changes:	https://github.com/twogood/unshield/releases
MFH:		2017Q1
Original commitRevision:431574 
Sunday, 1 Jan 2017
21:39 sunpoet search for other commits by this committer
Bump PORTREVISION for archivers/unshield shlib change
Original commitRevision:430283 
Thursday, 4 Aug 2016
00:29 marino search for other commits by this committer
archivers/liborange: Remove redundant dependency on unzip

A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
Original commitRevision:419568 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Wednesday, 20 Jan 2016
20:50 pawel search for other commits by this committer
- Improve options descriptions
- Switch to USES=localbase
- Use options helpers
Original commitRevision:406806 
Saturday, 9 May 2015
02:32 amdmi3 search for other commits by this committer
- Strip library
Original commitRevision:385860 
Wednesday, 16 Jul 2014
22:21 marino search for other commits by this committer
archivers/liborange: Unbreak port by working around configure flaw

The configure error "Not configured with libgsf or libole2 but that's
needed for MSI support" is caused by using the wrong configure option
of MSI that was introduced in last commit.

Changing to MSI_CONFIGURE_ENABLE=libgsf to MSI_CONFIGURE_WITH=libgsf
should have solved the problem, but unfortunately there is a logic
flaw in the configure script.  If --without-libgsf is passed to it,
it mistakenly tries to find it anyway with pkgconfig and then fails.

The way to fix this properly is to patch the configure script, but I am
going to cheat by making libgsf an unconditional requirement as it was
before adamw fixed the options reversal.
Original commitRevision:362115 
Thursday, 3 Jul 2014
19:06 adamw search for other commits by this committer
Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers.

For liborange, reverse the logic, as I'm pretty sure the OPTIONS were being
used to disable the selected options.

Approved by:	portmgr (blanket)
Original commitRevision:360446 
Thursday, 5 Jun 2014
19:49 amdmi3 search for other commits by this committer
- Drop .la files, no dependees require them

Approved by:	portmgr blanket
Original commitRevision:356690 
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 
Wednesday, 5 Feb 2014
13:37 bapt search for other commits by this committer
Convert to USES=libtool
Original commitRevision:342697 
Wednesday, 11 Dec 2013
10:04 bapt search for other commits by this committer
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in accessibility

With hat:	portmgr
Original commitRevision:336153 
Friday, 15 Nov 2013
09:49 ehaupt search for other commits by this committer
Support staging.
Original commitRevision:333828 
Friday, 20 Sep 2013
13:11 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers)
Original commitRevision:327699 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Saturday, 27 Apr 2013
18:31 mva search for other commits by this committer
- Fix USE_ICONV leftovers missed in the previous update
Original commitRevision:316684 
08:50 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
Original commitRevision:316654 
Tuesday, 23 Apr 2013
14:20 bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
Original commitRevision:316355 
Tuesday, 19 Mar 2013
13:04 eadler search for other commits by this committer
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
Original commitRevision:314640 
Wednesday, 20 Feb 2013
20:12 bapt search for other commits by this committer
Fix typo
Original commitRevision:312660 
16:08 fluffy search for other commits by this committer
- Reassign ports from avl@ back to pool at his request.

Submitted by:	avl via IM
Approved by:	avl via IM
Original commitRevision:312628 
Saturday, 29 Dec 2012
23:00 bapt search for other commits by this committer
- Convert to new options framework
- Add an explicit built dependency on pkgconf
- Trim headers

PR:		ports/173808
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
Approved by:	maintainer timeout (1 month)
Original commitRevision:309639 
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, 22 Aug 2009
00:13 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with A
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
Thursday, 28 May 2009
20:44 avl search for other commits by this committer
Change MAINTAINER on my ports to my FreeBSD email address

Approved by:    tabthorpe (mentor)
Original commit
Tuesday, 31 Mar 2009
22:08 miwi search for other commits by this committer
- Allow to build with MAKE_JOBS_SAFE
- Move some ports to SF macro

PR:             133124
Submitted by:   Alexander Logvinov <ports@logvinov.com> (maintainer)
Original commit
Tuesday, 13 Jan 2009
00:18 miwi search for other commits by this committer
- Update to 0.4

PR:             130395
Submitted by:   Alexander Logvinov <ports@logvinov.com> (maintainer)
Original commit
Thursday, 7 Aug 2008
08:16 beech search for other commits by this committer
- Add missing RUN_DEPENDS on archivers/cabextract and archivers/unzip

PR:             ports/126321
Submitted by:   Alexander Logvinov <ports@logvinov.com> (maintainer)
Original commit
Tuesday, 29 Jul 2008
23:51 pav search for other commits by this committer
- Fix build with LIBSYNCE, LIBDYNAMITE, LIBUNSHIELD options enabled
- Fix pkg-config file
- Change WWW
- Bump PORTREVISION

PR:             ports/126063
Submitted by:   Alexander Logvinov <ports@logvinov.com> (maintainer)
Original commit
Tuesday, 17 Jun 2008
21:47 araujo search for other commits by this committer
- Repocopy archivers/orange to archivers/liborange.
- Update to 0.3.2.

PR:             ports/124402
Submitted by:   Alexander Logvinov <ports@logvinov.com> (maintainer)
Original commit
21:26 araujo search for other commits by this committer
- Forced commit to note repocopy archivers/orange -> archivers/liborange.

PR:             ports/124402
Submitted by:   Alexander Logvinov <ports@logvinov.com> (maintainer)
Repocopied by:  marcus
Original commit

Number of commits found: 34