non port: archivers/liborange/Makefile |
Number of commits found: 34 |
Monday, 14 Oct 2019
|
10:15 rene
archivers/orange: drop dependency on expired palm/synce-libsynce
|
Sunday, 15 Jan 2017
|
15:21 sunpoet
Update to 1.4.1
- Bump PORTREVISION for archivers/unshield shlib change
Changes: https://github.com/twogood/unshield/releases
MFH: 2017Q1
|
Sunday, 1 Jan 2017
|
21:39 sunpoet
Bump PORTREVISION for archivers/unshield shlib change
|
Thursday, 4 Aug 2016
|
00:29 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).
|
Friday, 1 Apr 2016
|
13:29 mat
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Wednesday, 20 Jan 2016
|
20:50 pawel
- Improve options descriptions
- Switch to USES=localbase
- Use options helpers
|
Saturday, 9 May 2015
|
02:32 amdmi3
- Strip library
|
Wednesday, 16 Jul 2014
|
22:21 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.
|
Thursday, 3 Jul 2014
|
19:06 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)
|
Thursday, 5 Jun 2014
|
19:49 amdmi3
- Drop .la files, no dependees require them
Approved by: portmgr blanket
|
Wednesday, 23 Apr 2014
|
13:25 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).
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)
|
Wednesday, 5 Feb 2014
|
13:37 bapt
Convert to USES=libtool
|
Wednesday, 11 Dec 2013
|
10:04 bapt
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in accessibility
With hat: portmgr
|
Friday, 15 Nov 2013
|
09:49 ehaupt
Support staging.
|
Friday, 20 Sep 2013
|
13:11 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers)
|
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Saturday, 27 Apr 2013
|
18:31 mva
- Fix USE_ICONV leftovers missed in the previous update
|
08:50 mva
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
|
Tuesday, 23 Apr 2013
|
14:20 bapt
Finish converting the whole ports tree to USES=pkgconfig
|
Tuesday, 19 Mar 2013
|
13:04 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)
|
Wednesday, 20 Feb 2013
|
20:12 bapt
Fix typo
|
16:08 fluffy
- Reassign ports from avl@ back to pool at his request.
Submitted by: avl via IM
Approved by: avl via IM
|
Saturday, 29 Dec 2012
|
23:00 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)
|
Friday, 23 Sep 2011
|
22:26 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
|
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
|
Saturday, 22 Aug 2009
|
00:13 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with A
|
Sunday, 2 Aug 2009
|
19:36 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
|
Thursday, 28 May 2009
|
20:44 avl
Change MAINTAINER on my ports to my FreeBSD email address
Approved by: tabthorpe (mentor)
|
Tuesday, 31 Mar 2009
|
22:08 miwi
- Allow to build with MAKE_JOBS_SAFE
- Move some ports to SF macro
PR: 133124
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
|
Tuesday, 13 Jan 2009
|
00:18 miwi
- Update to 0.4
PR: 130395
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
|
Thursday, 7 Aug 2008
|
08:16 beech
- Add missing RUN_DEPENDS on archivers/cabextract and archivers/unzip
PR: ports/126321
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
|
Tuesday, 29 Jul 2008
|
23:51 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)
|
Tuesday, 17 Jun 2008
|
21:47 araujo
- 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
- 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 |