Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4_7 15 Oct 2019 15:25:52 |
rene |
Remove archivers/liborange.
It got broken after palm/synce-libsynce removal and its website is gone.
It was also unmaintained. |
0.4_7 14 Oct 2019 10:15:58 |
rene |
archivers/orange: drop dependency on expired palm/synce-libsynce |
0.4_6 15 Jan 2017 15:21:28 |
sunpoet |
Update to 1.4.1
- Bump PORTREVISION for archivers/unshield shlib change
Changes: https://github.com/twogood/unshield/releases
MFH: 2017Q1 |
0.4_5 01 Jan 2017 21:39:56 |
sunpoet |
Bump PORTREVISION for archivers/unshield shlib change |
0.4_4 04 Aug 2016 00:29:33 |
marino |
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). |
0.4_4 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
0.4_4 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.4_4 20 Jan 2016 20:50:26 |
pawel |
- Improve options descriptions
- Switch to USES=localbase
- Use options helpers |
0.4_4 09 May 2015 02:32:17 |
amdmi3 |
- Strip library |
0.4_3 16 Jul 2014 22:21:56 |
marino |
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. |
0.4_2 03 Jul 2014 19:06:07 |
adamw |
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) |
0.4_2 05 Jun 2014 19:49:16 |
amdmi3 |
- Drop .la files, no dependees require them
Approved by: portmgr blanket |
0.4_1 23 Apr 2014 13:25:17 |
tijl |
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 ) |
0.4 05 Feb 2014 13:37:35 |
bapt |
Convert to USES=libtool |
0.4 11 Dec 2013 10:04:56 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in accessibility
With hat: portmgr |
0.4 15 Nov 2013 09:49:12 |
ehaupt |
Support staging. |
20 Sep 2013 13:11:21
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
0.4 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.4 27 Apr 2013 18:31:48 |
mva |
- Fix USE_ICONV leftovers missed in the previous update |
0.4 27 Apr 2013 08:50:47 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
0.4 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
0.4 19 Mar 2013 13:04:31 |
eadler |
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) |
0.4 20 Feb 2013 20:12:50 |
bapt |
Fix typo |
0.4 20 Feb 2013 16:08:59 |
fluffy |
- Reassign ports from avl@ back to pool at his request.
Submitted by: avl via IM
Approved by: avl via IM |
0.4 29 Dec 2012 23:00:18 |
bapt |
- 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) |
0.4 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
0.4 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
0.4 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.4 22 Aug 2009 00:13:27 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
0.4 02 Aug 2009 19:36:34 |
mezz |
-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 |
0.4 28 May 2009 20:44:16 |
avl |
Change MAINTAINER on my ports to my FreeBSD email address
Approved by: tabthorpe (mentor) |
0.4 31 Mar 2009 22:08:31 |
miwi |
- Allow to build with MAKE_JOBS_SAFE
- Move some ports to SF macro
PR: 133124
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
0.4 13 Jan 2009 00:18:55 |
miwi |
- Update to 0.4
PR: 130395
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
0.3.2_2 07 Aug 2008 08:16:53 |
beech |
- Add missing RUN_DEPENDS on archivers/cabextract and archivers/unzip
PR: ports/126321
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
0.3.2_1 29 Jul 2008 23:51:10 |
pav |
- 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) |
0.3.2 17 Jun 2008 21:47:05 |
araujo |
- Repocopy archivers/orange to archivers/liborange.
- Update to 0.3.2.
PR: ports/124402
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
0.3_2 17 Jun 2008 21:26:12 |
araujo |
- Forced commit to note repocopy archivers/orange -> archivers/liborange.
PR: ports/124402
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
Repocopied by: marcus |