non port: devel/libghthash/Makefile |
Number of commits found: 31 |
Sunday, 15 Sep 2019
|
17:28 antoine
Deprecate a few ports
 |
Sunday, 4 Aug 2019
|
10:02 antoine
Mark BROKEN: unfetchable
 |
Tuesday, 12 Jan 2016
|
16:20 amdmi3
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
 |
Tuesday, 17 Nov 2015
|
21:30 amdmi3
- Add LICENSE
- Switch to options helpers
 |
Sunday, 29 Mar 2015
|
11:06 bapt
Convert to USES=autoreconf
Strip binaries
 |
Wednesday, 10 Dec 2014
|
22:29 gahr
- Reset maintainership of my ports
 |
Saturday, 13 Sep 2014
|
18:25 tijl
Use default LIBTOOLIZE_ARGS
 |
Sunday, 31 Aug 2014
|
19:15 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)
 |
Monday, 24 Feb 2014
|
09:14 tijl
- The configure script of libghthash has been generated with macros from
a newer version of libtool than the ltmain.sh script. Fix this by
running libtoolize. Because this brings in an even more recent version
of libtool this also requires regenerating aclocal.m4 (aclocal) and
configure (autoconf).
- There's also a warning during configure about the 'missing' script being
out of date so also run automake.
- Remove CONFIGURE_ARGS. It's not needed.
Approved by: gahr (maintainer)
 |
Tuesday, 28 Jan 2014
|
22:51 bapt
Support stage
Convert to USES=libtool
Add DOCS and EXAMPLES options
 |
Friday, 20 Sep 2013
|
17:13 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
 |
Saturday, 4 May 2013
|
20:09 bapt
Fix build with bmake, convert to new options framework
 |
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
 |
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
 |
Friday, 12 Dec 2008
|
16:02 gahr
- Take maintainship
- Support PORTDOCS and PORTEXAMPLES
 |
Tuesday, 19 Aug 2008
|
09:18 linimon
Return laszlof's ports to the pool due to lack of time.
Hat: portmgr
 |
Wednesday, 18 Jul 2007
|
15:52 laszlof
- Update to version 0.6.2
PR: ports/114660
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
 |
Tuesday, 7 Nov 2006
|
15:37 laszlof
Update my email address in all ports that I maintain.
Approved by: flz (mentor)
 |
Thursday, 23 Feb 2006
|
10:40 ade
Conversion to a single libtool environment.
Approved by: portmgr (kris)
 |
Wednesday, 15 Feb 2006
|
07:43 lawrance
Update to 0.5.6.
Submitter takes maintainership.
PR: ports/93298
Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
 |
Tuesday, 15 Nov 2005
|
06:52 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.
 |
Tuesday, 12 Apr 2005
|
03:26 obrien
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
 |
Monday, 11 Apr 2005
|
08:04 obrien
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
 |
Wednesday, 12 Jan 2005
|
19:04 krion
Update to version 0.5.5
PR: ports/76159
Submitted by: Ports Fury
 |
Saturday, 17 Jul 2004
|
23:37 sem
Update to 0.5.4
New homepage location.
Approved by: krion (mentor) (implicitly)
 |
Sunday, 14 Mar 2004
|
06:17 ade
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
 |
Saturday, 22 Feb 2003
|
14:50 leeym
add missing file to PLIST
bump PORTREVISION
Noticed by: bento
PR: 48547
Submitted by: Erwin Lansing <erwin@lansing.dk>
 |
Thursday, 20 Feb 2003
|
17:07 knu
De-pkg-comment.
 |
Monday, 22 Jul 2002
|
12:59 ijliao
upgrade to 0.5.1
 |
Tuesday, 2 Jul 2002
|
18:16 ijliao
add libghthash 0.5.0
Generic Hash Table
 |
Number of commits found: 31 |