FreshPorts -- The Place For Ports Mon, 13 Oct 2008 9:15 PM 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: math/libneural/Makefile
CVSWeb

Number of commits found: 15

Thu, 1 Feb 2007
[ 02:42 kris ] Original commit 
1.7 archivers/dynamite/Makefile
1.7 archivers/libmspack/Makefile
1.35 archivers/lzo/Makefile
1.39 archivers/lzo2/Makefile
1.19 archivers/ucl/Makefile
1.4 archivers/unshield/Makefile
1.21 archivers/xpk/Makefile
1.4 astro/gpsd/Makefile
1.9 astro/jday/Makefile
1.22 astro/libnova/Makefile

(Only the first 10 of 348 ports in this commit are shown above. View all ports for this commit)
Use libtool port instead of included version to avoid objformat a.out botch
Tue, 15 Aug 2006
[ 01:29 clsung ] Original commit 
1.5 irc/bopm/Makefile
1.9 irc/sircd/Makefile
1.8 irc/xchat-mircryption/Makefile
1.65 japanese/Canna/Makefile
1.50 japanese/FreeWnn-lib/Makefile
1.35 japanese/Wnn6-lib/Makefile
1.36 japanese/Wnn7-lib/Makefile
1.13 japanese/chasen-base/Makefile
1.28 japanese/kakasi/Makefile
1.26 japanese/libicq/Makefile

(Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
Wed, 10 May 2006
[ 23:37 edwin ] Original commit 
1.16 mail/althea/Makefile
1.11 mail/antivirus-milter/Makefile
1.27 mail/anubis/Makefile
1.23 mail/asmail/Makefile
1.5 mail/assp/Makefile
1.6 mail/autosig/Makefile
1.7 mail/bayespam/Makefile
1.10 mail/biabam/Makefile
1.35 mail/cclient/Makefile
1.7 mail/contact-lookup-applet/Makefile

(Only the first 10 of 328 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from ports starting with M
Thu, 23 Feb 2006
[ 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)
Tue, 14 Feb 2006
[ 15:24 garga ] Original commit 
1.12 math/libneural/Makefile
- Make it fetchable again

PR:             ports/93338
Submitted by:   Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
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.
Thu, 2 Jun 2005
[ 21:28 oliver ] Original commit 
1.7 hebrew/he2/Makefile
1.46 japanese/FreeWnn-lib/Makefile
1.9 japanese/ipadic/Makefile
1.22 japanese/libicq/Makefile
1.25 lang/cim/Makefile
1.39 lang/elk/Makefile
1.9 lang/libjit/Makefile
1.14 lang/libutils/Makefile
1.13 lang/pfe-devel/Makefile
1.13 lang/pnetlib/Makefile

(Only the first 10 of 60 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
Fri, 9 Jul 2004
[ 18:43 marcus ] Original commit 
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. View all ports for this commit)
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
Sun, 14 Mar 2004
[ 06:17 ade ] Original commit 
1.34 accessibility/at-spi/Makefile
1.36 accessibility/atk/Makefile
1.12 accessibility/dasher/Makefile
1.27 accessibility/gail/Makefile
1.12 accessibility/gnomemag/Makefile
1.7 accessibility/gnopernicus/Makefile
1.3 arabic/katoob/Makefile
1.6 archivers/dpkg/Makefile
1.30 archivers/fileroller/Makefile
1.18 archivers/libcomprex/Makefile

(Only the first 10 of 945 ports in this commit are shown above. View all ports for this commit)
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.
Thu, 20 Feb 2003
[ 18:42 knu ] Original commit 
1.25 math/GiNaC/Makefile
1.21 math/PDL/Makefile
1.8 math/add/Makefile
1.8 math/biggles/Makefile
1.31 math/blas/Makefile
1.5 math/blitz++/Makefile
1.14 math/calctool/Makefile
1.9 math/clarence/Makefile
1.11 math/cln/Makefile
1.6 math/cxsc/Makefile

(Only the first 10 of 122 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Thu, 7 Nov 2002
[ 03:10 adamw ] Original commit 
1.4 archivers/zipios++/Makefile
1.12 astro/pyweather/Makefile
1.12 audio/cam/Makefile
1.12 audio/gnump3d/Makefile
1.9 audio/mp3rename/Makefile
1.8 audio/nspmod/Makefile
1.13 audio/raproxy/Makefile
1.6 audio/rioutil/Makefile
1.7 benchmarks/nbench/Makefile
1.4 biology/libgenome/Makefile

(Only the first 10 of 193 ports in this commit are shown above. View all ports for this commit)
Fix PORTCOMMENTs that were killing INDEX builds.

105 pointy hats to:     me
Approved by:            pat
Mon, 5 Nov 2001
[ 10:02 petef ]  
unknown math/libneural/Makefile
unknown math/libneural/distinfo
Update to 1.0.3    
Wed, 4 Oct 2000
[ 08:40 sobomax ]  
unknown archivers/deepforest/Makefile
unknown audio/kdemultimedia2/Makefile
unknown devel/p5-PV/Makefile
unknown devel/tclreadline/Makefile
unknown games/qstat/Makefile
unknown graphics/gtkgraph/Makefile
unknown mail/premail/Makefile
unknown math/libneural/Makefile
unknown misc/biblereader/Makefile
unknown misc/peq/Makefile

(Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Correct CATEGORIES - make first category in the CATEGORIES list matching parent 
 directory.    
Sun, 30 Jul 2000
[ 16:41 kevlo ]  
unknown math/libneural/Makefile
unknown math/libneural/pkg/PLIST
unknown math/libneural/files/md5
unknown math/libneural/patches/patch-aa
- Update checksum   - Add missing INSTALLS_SHLIB   - Sort pkg/PLIST    
Thu, 29 Jun 2000
[ 04:08 will ]  
unknown math/libneural/pkg/COMMENT
unknown math/libneural/pkg/DESCR
unknown math/libneural/Makefile
unknown math/libneural/pkg/PLIST
unknown math/libneural/files/md5
unknown math/libneural/patches/patch-aa
Add libneural in its new location, moved from devel to math category w/o   a
repocopy because there's no history to preserve.  Libneural is a C++   library
implementation of the classic 3-layer perceptron.    

Number of commits found: 15

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
drupal5Oct 12
drupal6Oct 12
cups-baseOct 10
mysql41-server*Oct 10
mysql50-client*Oct 10
mysql50-server*Oct 10
mysql51-client*Oct 10
mysql51-server*Oct 10
mysql60-client*Oct 10
operaOct 10
bitlbee*Oct 03
gallery*Oct 03
gallery2*Oct 03
horde-base*Oct 03
phpmyadmin*Oct 03

12 vulnerabilities affecting 34 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 19306
Broken 157
Deprecated 80
Ignore 437
Forbidden 7
Restricted 279
No CDROM 132
Vulnerable 55
Expired 55
Set to expire 62
Interactive 78
new 24 hours 12
new 48 hours23
new 7 days44
new fortnight79
new month138

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.163 seconds.