non port: devel/libghthash/Makefile |
SVNWeb
|
Number of commits found: 31 |
Sun, 15 Sep 2019
|
[ 17:28 antoine ] (Only the first 10 of 354 ports in this commit are shown above. )
Deprecate a few ports
|
Sun, 4 Aug 2019
|
[ 10:02 antoine ] (Only the first 10 of 27 ports in this commit are shown above. )
Mark BROKEN: unfetchable
|
Tue, 12 Jan 2016
|
[ 16:20 amdmi3 ] (Only the first 10 of 791 ports in this commit are shown above. )
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
|
Tue, 17 Nov 2015
|
[ 21:30 amdmi3 ]
- Add LICENSE
- Switch to options helpers
|
Sun, 29 Mar 2015
|
[ 11:06 bapt ]
Convert to USES=autoreconf
Strip binaries
|
Wed, 10 Dec 2014
|
[ 22:29 gahr ] (Only the first 10 of 129 ports in this commit are shown above. )
- Reset maintainership of my ports
|
Sat, 13 Sep 2014
|
[ 18:25 tijl ] (Only the first 10 of 30 ports in this commit are shown above. )
Use default LIBTOOLIZE_ARGS
|
Sun, 31 Aug 2014
|
[ 19:15 amdmi3 ]
- Drop .la files, no dependees require them
Approved by: portmgr blanket
|
Wed, 23 Apr 2014
|
[ 13:25 tijl ] (Only the first 10 of 462 ports in this commit are shown above. )
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 )
|
Mon, 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)
|
Tue, 28 Jan 2014
|
[ 22:51 bapt ]
Support stage
Convert to USES=libtool
Add DOCS and EXAMPLES options
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Sat, 4 May 2013
|
[ 20:09 bapt ]
Fix build with bmake, convert to new options framework
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-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
|
Fri, 12 Dec 2008
|
[ 16:02 gahr ]
- Take maintainship
- Support PORTDOCS and PORTEXAMPLES
|
Tue, 19 Aug 2008
|
[ 09:18 linimon ] (Only the first 10 of 44 ports in this commit are shown above. )
Return laszlof's ports to the pool due to lack of time.
Hat: portmgr
|
Wed, 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>
|
Tue, 7 Nov 2006
|
[ 15:37 laszlof ] (Only the first 10 of 56 ports in this commit are shown above. )
Update my email address in all ports that I maintain.
Approved by: flz (mentor)
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Wed, 15 Feb 2006
|
[ 07:43 lawrance ]
Update to 0.5.6.
Submitter takes maintainership.
PR: ports/93298
Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
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.
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Wed, 12 Jan 2005
|
[ 19:04 krion ]
Update to version 0.5.5
PR: ports/76159
Submitted by: Ports Fury
|
Sat, 17 Jul 2004
|
[ 23:37 sem ]
Update to 0.5.4
New homepage location.
Approved by: krion (mentor) (implicitly)
|
Sun, 14 Mar 2004
|
[ 06:17 ade ] (Only the first 10 of 945 ports in this commit are shown above. )
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.
|
Sat, 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>
|
Thu, 20 Feb 2003
|
[ 17:07 knu ] (Only the first 10 of 432 ports in this commit are shown above. )
De-pkg-comment.
|
Mon, 22 Jul 2002
|
[ 12:59 ijliao ]
upgrade to 0.5.1
|
Tue, 2 Jul 2002
|
[ 18:16 ijliao ]
add libghthash 0.5.0
Generic Hash Table
|
Number of commits found: 31 |