| non port: databases/libsdb/Makefile |
|
CVSWeb
|
Number of commits found: 19 |
|
Sun, 4 Apr 2010
|
[ 23:51 pgollucci ]
1.22 archivers/ruby-zip/Makefile
1.12 benchmarks/ttcp/Makefile
1.9 databases/gnatsweb4/Makefile
1.20 databases/libsdb/Makefile
1.41 devel/newt/Makefile
1.32 editors/gnuserv/Makefile
1.14 games/netspades/Makefile
1.8 japanese/ruby-slang/Makefile
1.25 net/tcptrace/Makefile
1.8 net/vde2/Makefile
(Only the first 10 of 14 ports in this commit are shown above. )
re-assign back to ports@
|
|
Sat, 16 May 2009
|
[ 06:37 pgollucci ]
1.19 databases/libsdb/Makefile
1.38 editors/lpe/Makefile
- Make MAKE_JOBS_UNSAFE=yes
|
|
Wed, 23 Jul 2008
|
[ 02:43 pgollucci ]
1.12 archivers/p5-Archive-Extract/Makefile
1.19 archivers/ruby-zip/Makefile
1.10 astro/p5-Astro-ADS/Makefile
1.9 astro/p5-Astro-DSS/Makefile
1.5 astro/p5-Astro-FITS-Header/Makefile
1.9 astro/p5-Astro-SIMBAD/Makefile
1.8 astro/p5-Astro-SunTime/Makefile
1.13 astro/p5-Geo-METAR/Makefile
1.8 biology/lamarc/Makefile
1.19 biology/p5-AcePerl/Makefile
(Only the first 10 of 63 ports in this commit are shown above. )
Update my ports to my freebsd address
Approved by: araujo (mentor)
|
|
Sat, 17 May 2008
|
[ 13:52 araujo ]
1.17 databases/libsdb/Makefile
- Pass maintainership to submitter.
PR: port/123474
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
Tue, 13 May 2008
|
[ 08:27 skv ]
1.16 databases/libsdb/Makefile
1.11 databases/libsdb/distinfo
Update to 0.10.0
|
|
Tue, 30 Jan 2007
|
[ 04:23 kris ]
1.4 audio/libnoise/Makefile
1.11 audio/portaudio/Makefile
1.15 databases/libsdb/Makefile
1.5 databases/linux-oracle-instantclient-basic/Makefile
1.5 databases/linux-oracle-instantclient-sdk/Makefile
1.5 databases/linux-oracle-instantclient-sqlplus/Makefile
1.25 devel/icu/Makefile
1.12 devel/icu2/Makefile
1.11 devel/jrtplib/Makefile
1.43 devel/ncurses/Makefile
(Only the first 10 of 49 ports in this commit are shown above. )
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose
|
|
Mon, 14 Aug 2006
|
[ 22:55 clsung ]
1.23 comms/gsmlib/Makefile
1.12 comms/spandsp/Makefile
1.14 converters/libutf-8/Makefile
1.51 databases/clip/Makefile
1.39 databases/db2/Makefile
1.18 databases/dbh/Makefile
1.25 databases/libiodbc/Makefile
1.14 databases/libsdb/Makefile
1.25 databases/mdbtools/Makefile
1.51 databases/metakit/Makefile
(Only the first 10 of 102 ports in this commit are shown above. )
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
|
Mon, 14 Nov 2005
|
[ 21:18 mnag ]
1.13 databases/libsdb/Makefile
1.10 databases/libsdb/distinfo
1.6 databases/libsdb/pkg-plist
Update to 0.6.2
Add SHA256
PR: 89018
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
Mon, 12 Sep 2005
|
[ 23:51 jylefort ]
1.12 databases/libsdb/Makefile
1.9 databases/libsdb/distinfo
1.1 databases/libsdb/files/patch-Makefiles_Other
1.1 databases/libsdb/files/patch-config.in
1.5 databases/libsdb/pkg-plist
Update to 0.6.1
PR: ports/86030
Submitted by: Marcus Alves Grando <marcus@corp.grupos.com.br>
|
|
Tue, 31 May 2005
|
[ 16:47 oliver ]
1.11 databases/libsdb/Makefile
change the libtool version to use from 1.3 to 1.5
|
|
Fri, 9 Jul 2004
|
[ 18:04 krion ]
1.10 databases/libsdb/Makefile
1.8 databases/libsdb/distinfo
Update to version 0.5.5
PR: ports/68862
Submitted by: Ports Fury
|
[ 17:43 marcus ]
1.38 accessibility/at-spi/Makefile
1.39 accessibility/atk/Makefile
1.35 accessibility/gail/Makefile
1.17 accessibility/gnomemag/Makefile
1.8 arabic/katoob/Makefile
1.36 archivers/fileroller/Makefile
1.26 archivers/lzo/Makefile
1.51 archivers/rpm/Makefile
1.12 archivers/ucl/Makefile
1.15 archivers/xpk/Makefile
(Only the first 10 of 489 ports in this commit are shown above. )
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
|
|
Tue, 16 Mar 2004
|
[ 13:48 krion ]
1.8 databases/libsdb/Makefile
1.7 databases/libsdb/distinfo
1.2 databases/libsdb/files/patch-ltmain.sh
- Update to version 0.5.2
PR: ports/64331
Submitted by: Ports Fury
|
|
Thu, 20 Feb 2003
|
[ 17:00 knu ]
1.17 databases/cdb/Makefile
1.8 databases/clip/Makefile
1.4 databases/cyrus-imspd/Makefile
1.33 databases/db2/Makefile
1.49 databases/db3/Makefile
1.5 databases/dbconnect/Makefile
1.7 databases/dbh/Makefile
1.11 databases/dbtool/Makefile
1.10 databases/dbview/Makefile
1.11 databases/edb/Makefile
(Only the first 10 of 74 ports in this commit are shown above. )
De-pkg-comment.
|
|
Wed, 6 Nov 2002
|
[ 16:42 ijliao ]
1.5 databases/libsdb/Makefile
1.5 databases/libsdb/distinfo
1.1 databases/libsdb/files/patch-ltmain.sh
1.2 databases/libsdb/pkg-comment
1.4 databases/libsdb/pkg-plist
upgrade to 0.5.1
PR: 44962
Submitted by: Ports Fury
|
|
Tue, 16 Jul 2002
|
[ 16:44 mi ]
1.4 databases/libsdb/Makefile
1.4 databases/libsdb/distinfo
1.3 databases/libsdb/pkg-plist
Upgrade from 0.4.0 to 0.5.0
|
|
Thu, 13 Jun 2002
|
[ 15:31 tobez ]
1.3 databases/libsdb/Makefile
1.3 databases/libsdb/distinfo
1.2 databases/libsdb/pkg-plist
Update to 0.4.0.
PR: 39227
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
|
Sun, 10 Feb 2002
|
[ 10:37 ijliao ]
unknown databases/libsdb/Makefile
unknown databases/libsdb/distinfo
upgrade to 0.2.2
|
|
Mon, 2 Jul 2001
|
[ 14:23 ijliao ]
unknown databases/libsdb/Makefile
unknown databases/libsdb/distinfo
unknown databases/libsdb/pkg-comment
unknown databases/libsdb/pkg-descr
unknown databases/libsdb/pkg-plist
add libsdb Simple database library
|
Number of commits found: 19 |