aboutsummaryrefslogtreecommitdiff
path: root/devel/judy
Commit message (Collapse)AuthorAgeFilesLines
* - Remove vestiges of alpha supportAlex Kozlov2015-01-151-1/+1
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=377141
* - Drop .la files, no dependees require themDmitry Marakasov2014-07-232-4/+4
| | | | | | | - Strip libraries Notes: svn path=/head/; revision=362628
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-2/+2
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=351936
* Convert to staging (and generally modernize)Mathieu Arnold2014-02-052-65/+103
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=342716
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 2) Notes: svn path=/head/; revision=327723
* Reassign skv@ ports to the heapBaptiste Daroussin2013-04-221-6/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=316230
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-201-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244567
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* Update to 1.0.5Sergey Skvortsov2009-07-172-4/+6
| | | | Notes: svn path=/head/; revision=237967
* Update to 1.0.4Sergey Skvortsov2008-05-132-5/+5
| | | | | | | | | PR: ports/123441 Submitted by: Philip M. Gollucci <pgollucci xx p6m7g8.com> Changes: http://judy.svn.sourceforge.net/viewvc/judy/trunk/ChangeLog?r1=37&r2=49 Notes: svn path=/head/; revision=212981
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+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) Notes: svn path=/head/; revision=211584
* Update to 1.0.3Sergey Skvortsov2006-05-242-5/+4
| | | | | | | | PR: ports/97018 Submitted by: Martin Wilke <freebsd xx unixfreunde.de> Notes: svn path=/head/; revision=163232
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* Update to 1.0.1Sergey Skvortsov2004-12-243-49/+49
| | | | Notes: svn path=/head/; revision=125042
* Unbreak build on sparc64.Sergey Skvortsov2004-11-121-1/+1
| | | | | | | Pointed by: kris Notes: svn path=/head/; revision=121452
* Updated to 1.0.0Sergey Skvortsov2004-11-094-69/+24
| | | | | | | | PR: ports/73587 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> Notes: svn path=/head/; revision=121189
* BROKEN: UnfetchableKris Kennaway2004-09-261-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118396
* Add SHLIB_MAJOR to shared library.Sergey Skvortsov2004-08-192-1/+9
| | | | Notes: svn path=/head/; revision=116718
* Add judy 0.1.8, general purpose dynamic array.Sergey Skvortsov2004-08-195-0/+140
Notes: svn path=/head/; revision=116671