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

Number of commits found: 34

Mon, 14 Oct 2019
[ 10:15 rene search for other commits by this committer ] Original commit   Revision:514449
archivers/orange: drop dependency on expired palm/synce-libsynce
Sun, 15 Jan 2017
[ 15:21 sunpoet search for other commits by this committer ] Original commit   Revision:431574
Update to 1.4.1

- Bump PORTREVISION for archivers/unshield shlib change

Changes:	https://github.com/twogood/unshield/releases
MFH:		2017Q1
Sun, 1 Jan 2017
[ 21:39 sunpoet search for other commits by this committer ] Original commit   Revision:430283
Bump PORTREVISION for archivers/unshield shlib change
Thu, 4 Aug 2016
[ 00:29 marino search for other commits by this committer ] Original commit   Revision:419568
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).
Fri, 1 Apr 2016
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:412344 (Only the first 10 of 1009 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 20 Jan 2016
[ 20:50 pawel search for other commits by this committer ] Original commit   Revision:406806
- Improve options descriptions
- Switch to USES=localbase
- Use options helpers
Sat, 9 May 2015
[ 02:32 amdmi3 search for other commits by this committer ] Original commit   Revision:385860
- Strip library
Wed, 16 Jul 2014
[ 22:21 marino search for other commits by this committer ] Original commit   Revision:362115
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.
Thu, 3 Jul 2014
[ 19:06 adamw search for other commits by this committer ] Original commit   Revision:360446 (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
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)
Thu, 5 Jun 2014
[ 19:49 amdmi3 search for other commits by this committer ] Original commit   Revision:356690
- Drop .la files, no dependees require them

Approved by:	portmgr blanket
Wed, 23 Apr 2014
[ 13:25 tijl search for other commits by this committer ] Original commit   Revision:351936 (Only the first 10 of 462 ports in this commit are shown above. View all ports for this commit)
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).
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 5 Feb 2014
[ 13:37 bapt search for other commits by this committer ] Original commit   Revision:342697
Convert to USES=libtool
Wed, 11 Dec 2013
[ 10:04 bapt search for other commits by this committer ] Original commit   Revision:336153 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in accessibility

With hat:	portmgr
Fri, 15 Nov 2013
[ 09:49 ehaupt search for other commits by this committer ] Original commit   Revision:333828
Support staging.
Fri, 20 Sep 2013
[ 13:11 bapt search for other commits by this committer ] Original commit   Revision:327699 (Only the first 10 of 221 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:
archivers)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Sat, 27 Apr 2013
[ 18:31 mva search for other commits by this committer ] Original commit   Revision:316684
- Fix USE_ICONV leftovers missed in the previous update
[ 08:50 mva search for other commits by this committer ] Original commit   Revision:316654 (Only the first 10 of 196 ports in this commit are shown above. View all ports for this commit)
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
Tue, 23 Apr 2013
[ 14:20 bapt search for other commits by this committer ] Original commit   Revision:316355 (Only the first 10 of 407 ports in this commit are shown above. View all ports for this commit)
Finish converting the whole ports tree to USES=pkgconfig
Tue, 19 Mar 2013
[ 13:04 eadler search for other commits by this committer ] Original commit   Revision:314640 (Only the first 10 of 218 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 20 Feb 2013
[ 20:12 bapt search for other commits by this committer ] Original commit   Revision:312660
Fix typo
[ 16:08 fluffy search for other commits by this committer ] Original commit   Revision:312628 (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
- Reassign ports from avl@ back to pool at his request.

Submitted by:	avl via IM
Approved by:	avl via IM
Sat, 29 Dec 2012
[ 23:00 bapt search for other commits by this committer ] Original commit   Revision:309639
- 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)
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
Sat, 22 Aug 2009
[ 00:13 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 195 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with A
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-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
Thu, 28 May 2009
[ 20:44 avl search for other commits by this committer ] Original commit  (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
Change MAINTAINER on my ports to my FreeBSD email address

Approved by:    tabthorpe (mentor)
Tue, 31 Mar 2009
[ 22:08 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
- Allow to build with MAKE_JOBS_SAFE
- Move some ports to SF macro

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

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

PR:             ports/126321
Submitted by:   Alexander Logvinov <ports@logvinov.com> (maintainer)
Tue, 29 Jul 2008
[ 23:51 pav search for other commits by this committer ] Original commit 
- 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)
Tue, 17 Jun 2008
[ 21:47 araujo 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)
- Repocopy archivers/orange to archivers/liborange.
- Update to 0.3.2.

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

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

Number of commits found: 34