FreshPorts -- The Place For Ports Tue, 2 Dec 2008 5:57 AM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

non port: databases/sqlite2/Makefile
CVSWeb

Number of commits found: 19

Thu, 21 Aug 2008
[ 07:18 rafan ] Original commit 
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile

(Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sat, 19 Apr 2008
[ 18:56 miwi ] Original commit 
1.2 www/helixplugin/files/BSDmakefile
1.2 x11/gpctool/files/BSDmakefile
1.4 japanese/kanji18/files/DEINSTALL.tmpl
1.4 japanese/kanji26/files/DEINSTALL.tmpl
1.4 cad/cider/files/FreeBSD
1.2 audio/festival+OGI/files/FreeBSD.mak
1.3 japanese/kanji18/files/INSTALL.tmpl
1.3 japanese/kanji26/files/INSTALL.tmpl
1.64 accessibility/at-spi/Makefile
1.43 accessibility/dasher/Makefile

(Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- 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)
Wed, 9 Apr 2008
[ 14:42 pav ] Original commit 
1.3 archivers/tclmkziplib/Makefile
1.22 astro/gpsman/Makefile
1.6 astro/ptiger/Makefile
1.11 astro/tclgeomap/Makefile
1.12 astro/tkgeomap/Makefile
1.6 astro/xeartk/Makefile
1.4 audio/etktab/Makefile
1.30 audio/snack/Makefile
1.33 audio/xcd/Makefile
1.15 chinese/hanzim/Makefile

(Only the first 10 of 171 ports in this commit are shown above. View all ports for this commit)
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories

With hat:       portmgr
Thu, 23 Feb 2006
[ 15:32 ade ] Original commit 
1.39 databases/sqlite2/Makefile
Fix up PORTREVISION breakage

Approved by:    portmgr (implicit)
[ 10:40 ade ] Original commit 
1.49 accessibility/at-spi/Makefile
1.44 accessibility/atk/Makefile
1.29 accessibility/dasher/Makefile
1.52 accessibility/gail/Makefile
1.31 accessibility/gnomemag/Makefile
1.17 accessibility/gnomespeech/Makefile
1.28 accessibility/gnopernicus/Makefile
1.26 accessibility/gok/Makefile
1.15 accessibility/kdeaccessibility/Makefile
1.14 arabic/katoob/Makefile

(Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Mon, 13 Feb 2006
[ 14:57 mnag ] Original commit 
1.37 databases/sqlite2/Makefile
- Migrate all knobs to OPTIONS
- Add threads support [1] (mostly part)
- Reorganize Makefile
- Bump PORTREVISION

PR:             93101 [1]
Submitted by:   Henry Miller <hank@millerfarm.com> [1]
Fri, 6 Jan 2006
[ 21:16 mnag ] Original commit 
1.36 databases/sqlite2/Makefile
1.21 databases/sqlite2/distinfo
1.12 databases/sqlite2/pkg-plist
Update to 2.8.17
Use PORTDOCS
Reorganize Makefile

Notified by:    edwin Version Check
Tue, 15 Nov 2005
[ 06:52 ade ] Original commit 
1.48 accessibility/at-spi/Makefile
1.26 accessibility/dasher/Makefile
1.45 accessibility/gail/Makefile
1.29 accessibility/gnomemag/Makefile
1.16 accessibility/gnomespeech/Makefile
1.23 accessibility/gok/Makefile
1.13 arabic/katoob/Makefile
1.20 archivers/arj/Makefile
1.10 archivers/dpkg/Makefile
1.27 archivers/libcomprex/Makefile

(Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
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, 18 Oct 2005
[ 14:01 mnag ] Original commit 
1.34 databases/sqlite2/Makefile
Fix build when use portinstall

PR:             87557
Submitted by:   Denis Shaposhnikov <dsh@vlink.ru>
Fri, 16 Sep 2005
[ 18:58 mnag ] Original commit 
1.17 benchmarks/iperf/Makefile
1.4 databases/pecl-sqlite/Makefile
1.33 databases/py-MySQLdb-devel/Makefile
1.31 databases/py-MySQLdb/Makefile
1.10 databases/py-PySQLite10/Makefile
1.12 databases/py-PySQLite11/Makefile
1.15 databases/py-PySQLite2/Makefile
1.33 databases/sqlite2/Makefile
1.10 databases/tinycdb/Makefile
1.36 devel/mm/Makefile

(Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
Update my email

Approved by: pav (mentor)
Tue, 13 Sep 2005
[ 12:51 garga ] Original commit 
1.32 databases/sqlite2/Makefile
- Pass maintainership to submitter

PR:             ports/86040
Submitted by:   Marcus Alves Grando <marcus@corp.grupos.com.br>
Tue, 31 May 2005
[ 22:34 oliver ] Original commit 
1.5 audio/tse3/Makefile
1.19 databases/mdbtools/Makefile
1.31 databases/sqlite2/Makefile
1.8 deskutils/multi-backgrounds-daemon/Makefile
1.11 devel/adacurses/Makefile
1.14 devel/directfb/Makefile
1.21 devel/e4graph/Makefile
1.21 devel/eboxy/Makefile
1.13 devel/kyra/Makefile
1.19 devel/liboop/Makefile

(Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
change the libtool version to use from 1.3 to 1.5
Tue, 12 Apr 2005
[ 04:26 obrien ] Original commit 
1.10 archivers/advancecomp/Makefile
1.17 archivers/arj/Makefile
1.14 archivers/cabextract/Makefile
1.14 archivers/dact/Makefile
1.3 archivers/dynamite/Makefile
1.11 archivers/gzip/Makefile
1.12 archivers/lzop/Makefile
1.3 archivers/orange/Makefile
1.5 archivers/par2cmdline/Makefile
1.44 archivers/star/Makefile

(Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 09:04 obrien ] Original commit 
1.9 archivers/advancecomp/Makefile
1.15 archivers/arj/Makefile
1.13 archivers/cabextract/Makefile
1.13 archivers/dact/Makefile
1.2 archivers/dynamite/Makefile
1.10 archivers/gzip/Makefile
1.11 archivers/lzop/Makefile
1.2 archivers/orange/Makefile
1.4 archivers/par2cmdline/Makefile
1.42 archivers/star/Makefile

(Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Tue, 8 Mar 2005
[ 12:23 vs ] Original commit 
1.28 databases/sqlite2/Makefile
1.19 databases/sqlite2/distinfo
Update to 2.8.16

PR:             ports/78510
Submitted by:   Marcus Grando
Sat, 5 Mar 2005
[ 22:09 vs ] Original commit 
1.8 databases/py-PySQLite/Makefile
1.14 databases/py-pyPgSQL/Makefile
1.27 databases/sqlite2/Makefile
1.4 sysutils/duplicity/Makefile
1.6 sysutils/rdiff-backup/Makefile
Reset maintainer on request. Thanks to Gerhard for maintaining the
ports so far!

PR:             ports/78088
Sun, 26 Dec 2004
[ 01:22 nork ] Original commit 
1.26 databases/sqlite2/Makefile
1.6 databases/sqlite3/Makefile
Add dependency on devel/pkgconfig.

Pointy hat to:  pointyhat via kris
Thu, 23 Dec 2004
[ 08:25 nork ] Original commit 
1.593 MOVED
1.10 astro/roadmap/Makefile
1.401 databases/Makefile
1.5 databases/libdbi-drivers/Makefile
1.61 databases/libgda2/Makefile
1.7 databases/py-PySQLite/Makefile
1.5 databases/qt-sqlite-plugin/Makefile
1.8 databases/ruby-dbd_sqlite/Makefile
1.2 databases/ruby-sqlite/Makefile
1.24 databases/sqlite/Makefile

(Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
Clean up SQLite and related ports.
o Move databases/sqlite to databases/sqlite2.
o Fix dependency on databases/sqlite.
o Update sqlite2 to 2.8.15.
o Bump PORTREVISION, accordingly.

Approved by:    portmgr, maintainers of sqlite and related ports
Sat, 18 Dec 2004
[ 22:01 kris ] Original commit 
1.24 databases/sqlite2/Makefile
1.17 databases/sqlite2/distinfo
1.2 databases/sqlite2/files/example.tcl
1.5 databases/sqlite2/files/patch-Makefile.in
1.4 databases/sqlite2/pkg-descr
1.10 databases/sqlite2/pkg-plist
1.4 databases/sqlite2/files/pkgIndex.tcl
Remove partial repo-copies that were requested and performed but never
completed by the original committer.  They can be re-added later if
anyone takes a renewed interest.

Number of commits found: 19

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
cups-baseNov 29
hplipNov 29
samba3Nov 29
samba3Nov 29
wordpressNov 29
wordpressNov 29
wordpressNov 29
wordpress-muNov 29
imlib2Nov 24
firefox*Nov 23
firefox-devel*Nov 23
firefox10*Nov 23
firefox15*Nov 23
firefox3*Nov 23
linux-firefox*Nov 23

14 vulnerabilities affecting 30 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19492
Broken 164
Deprecated 88
Ignore 463
Forbidden 8
Restricted 263
No CDROM 132
Vulnerable 57
Expired 58
Set to expire 72
Interactive 78
new 24 hours 2
new 48 hours3
new 7 days40
new fortnight94
new month163

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.219 seconds.