Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
18 Sep 2019 11:48:10
1.1.2_3

|
pkubaj  |
devel/log4cplus: use new GCC on GCC platforms to fix net/kea
Approved by: mentors (implicit approval) |
03 Jul 2017 12:24:46
1.1.2_3

|
amdmi3  |
- Add LICENSE_FILE
- Strip library
- Switch to options helpers
- Fix WWW
- Don't install license with includes
PR: 219841
Approved by: maintainer timeout (reed@reedmedia.net, 4 weeks) |
19 Jan 2015 13:06:08
1.1.2_2

|
sunpoet  |
- Add LICENSE
Approved by: portmgr (blanket) |
02 Dec 2014 01:22:58
1.1.2_2

|
amdmi3  |
- Drop .la files, no dependees require them
Approved by: portmgr blanket |
27 Oct 2014 10:40:08
1.1.2_1

|
bapt  |
Cleanup plist |
29 Jul 2014 21:07:40
1.1.2_1

|
adamw  |
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports) |
23 Apr 2014 13:25:17
1.1.2_1

|
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 ) |
14 Mar 2014 14:53:07
1.1.2

|
mat  |
Update to 1.1.2
PR: 187423
Submitted by: mat
Approved by: maintainer
Sponsored by: Absolight |
23 Jan 2014 00:35:31
1.0.4

|
bapt  |
Support stage |
20 Sep 2013 17:13:47
1.0.4

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
14 Feb 2013 09:42:13
1.0.4

|
gahr  |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
23 Sep 2011 22:26:39
1.0.4
|
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 |
14 Aug 2011 03:41:25
1.0.4
|
swills  |
- Update to 1.0.4
- Remove unneeded patch
- Doc tarball isn't used any more
- Generated docs aren't included any more
- Cleanup pkg-descr
- Pass maintainership to submitter
PR: ports/158187
Submitted by: "Jeremy C. Reed" <reed@reedmedia.net>
Approved by: petri.totterman@hmv.fi (maintainer bounce) |
03 Jul 2011 14:59:23
1.0.2_1
|
ohauer  |
-remove MD5 |
04 Dec 2010 07:34:27
1.0.2_1
|
ade  |
Sync to new bsd.autotools.mk |
20 Nov 2009 22:53:09
1.0.2_1
|
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
02 Sep 2009 15:01:56
1.0.2_1
|
amdmi3  |
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav) |
02 Aug 2009 19:36:34
1.0.2_1
|
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 |
21 Aug 2008 06:18:49
1.0.2_1
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
19 Apr 2008 17:56:05
1.0.2_1 
|
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
01 Feb 2007 02:42:06
1.0.2_1
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
04 May 2006 21:41:12
1.0.2_1
|
edwin  |
Remove USE_REINPLACE from all categories starting with D |
23 Feb 2006 10:40:45
1.0.2_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 08:30:12
1.0.2
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
1.0.2
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
12 Apr 2005 03:26:57
1.0.2
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
1.0.2
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
09 Dec 2004 15:13:20
1.0.2
|
pav  |
Add log4cplus, a simple-to-use C++ logging API providing thread-safe, flexible,
and arbitrarily granular control over log management and configuration. It is
modeled after the Java log4j API.
PR: ports/74642
Submitted by: Petri Totterman <petri.totterman@hmv.fi> |