FreshPorts -- The Place For Ports Sat, 22 Nov 2008 5:35 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: japanese/libicq/Makefile
CVSWeb

Number of commits found: 16

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>
Tue, 9 May 2006
[ 01:18 edwin ] Original commit 
1.27 japanese/anthy/Makefile
1.5 japanese/bugzilla/Makefile
1.16 japanese/dbskkd-cdb/Makefile
1.33 japanese/ebview-gtk2/Makefile
1.11 japanese/elisp-manual/Makefile
1.25 japanese/emacs-manual/Makefile
1.27 japanese/esecanna-module-vje30/Makefile
1.32 japanese/esecanna/Makefile
1.10 japanese/gauche-kakasi/Makefile
1.11 japanese/gqmpeg/Makefile

(Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from categories starting with a J
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, 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
Sun, 3 Apr 2005
[ 22:30 kris ] Original commit 
1.17 databases/p5-DBD-Sybase/Makefile
1.17 devel/cvs2html/Makefile
1.4 devel/libredblack/Makefile
1.8 devel/p5-Config-General/Makefile
1.8 dns/h2n/Makefile
1.19 emulators/psim-freebsd/Makefile
1.21 ftp/spegla/Makefile
1.14 games/fkiss/Makefile
1.11 games/xhime/Makefile
1.8 games/xosmulti/Makefile

(Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
Reset inactive maintainer.  Thanks for your work in the past!
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.
Sun, 20 Apr 2003
[ 20:26 marcus ] Original commit 
1.12 japanese/ebview/Makefile
1.20 japanese/gicq/Makefile
1.8 japanese/gtkicq/Makefile
1.4 japanese/jmode/Makefile
1.6 japanese/jyuroku/Makefile
1.4 japanese/kanjipad/Makefile
1.18 japanese/libicq/Makefile
1.5 japanese/netype/Makefile
1.6 japanese/xjtext/Makefile
Remove USE_GNOMENG.
Fri, 7 Mar 2003
[ 06:04 ade ] Original commit 
1.4 japanese/ASCIIdates98-fpw/Makefile
1.3 japanese/CGdic-fpw/Makefile
1.57 japanese/Canna/Makefile
1.3 japanese/VTPSfont/Makefile
1.32 japanese/Wnn6-lib/Makefile
1.32 japanese/Wnn6/Makefile
1.33 japanese/Wnn7-lib/Makefile
1.8 japanese/addttfont/Makefile
1.2 japanese/anthy/Makefile
1.5 japanese/aterm/Makefile

(Only the first 10 of 247 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Mon, 15 Jul 2002
[ 18:21 sobomax ] Original commit 
1.3 audio/mpt/Makefile
1.7 audio/py-xmms/Makefile
1.6 audio/rio500/Makefile
1.2 audio/songprint/Makefile
1.21 databases/freetds/Makefile
1.4 databases/mdbtools/Makefile
1.5 devel/getxml/Makefile
1.15 devel/hat/Makefile
1.12 devel/libole2/Makefile
1.5 devel/liboop/Makefile

(Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
Convert USE_GLIB into USE_GNOMENG+USE_GNOME.
Thu, 5 Oct 2000
[ 08:23 reg ]  
unknown audio/rio500/Makefile
unknown devel/ORBit/Makefile
unknown devel/libole2/Makefile
unknown devel/oaf/Makefile
unknown irc/irssi/Makefile
unknown japanese/libicq/Makefile
unknown misc/mc/Makefile
unknown misc/xdelta/Makefile
unknown net/gnet/Makefile
unknown net/libicq/Makefile

(Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Implement USE_GLIB.    
Tue, 8 Aug 2000
[ 07:08 flathill ]  
unknown japanese/libicq/Makefile
unknown net/libicq/Makefile
Update MASTER_SITES    
Thu, 29 Jun 2000
[ 09:03 obrien ]  
unknown archivers/nulib/Makefile
unknown audio/kmikmod/Makefile
unknown audio/kmpg/Makefile
unknown audio/libworkman/Makefile
unknown chinese/aterm/Makefile
unknown comms/bpl+/Makefile
unknown comms/plp/Makefile
unknown converters/fconv/Makefile
unknown devel/a2dev/Makefile
unknown devel/cc65/Makefile

(Only the first 10 of 96 ports in this commit are shown above. View all ports for this commit)
Move the stragler's www.freebsd.org/~user distfiles to the offical  
MASTER_SITE_LOCAL site.    
Tue, 20 Jun 2000
[ 15:37 nectar ]  
unknown databases/py-PyGreSQL/Makefile
unknown devel/py-kjbuckets/Makefile
unknown emulators/stella/Makefile
unknown ftp/gtm/Makefile
unknown games/pp/Makefile
unknown japanese/gnome-icu/Makefile
unknown japanese/libicq/Makefile
unknown lang/dylan/Makefile
unknown lang/squeak2/Makefile
unknown misc/jargon/Makefile

(Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Locally hosted distfiles moved to ftp.freebsd.org.    
Sat, 17 Jun 2000
[ 07:34 knu ]  
unknown japanese/eterm/Makefile
unknown japanese/expect/Makefile
unknown japanese/gd/Makefile
unknown japanese/iv/Makefile
unknown japanese/kakasi/Makefile
unknown japanese/libicq/Makefile
unknown japanese/libimg/Makefile
unknown japanese/libslang/Makefile
unknown japanese/mh/Makefile
unknown japanese/namazu2/Makefile

(Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
Tell these port to use INSTALLS_SHLIB/LDCONFIG_DIRS.    

Number of commits found: 16

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
dovecotNov 19
dovecot-develNov 19
libxml2Nov 19
openfireNov 19
enscript-a4Nov 18
enscript-letterNov 18
enscript-letterdjNov 18
syslog-ng2Nov 18
gnutlsNov 16
net-snmpNov 14
net-snmp53Nov 14
faad*Nov 13
firefoxNov 13
firefox-develNov 13
firefox10Nov 13

13 vulnerabilities affecting 33 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 19422
Broken 158
Deprecated 82
Ignore 444
Forbidden 7
Restricted 270
No CDROM 132
Vulnerable 55
Expired 55
Set to expire 65
Interactive 78
new 24 hours 14
new 48 hours17
new 7 days44
new fortnight82
new month129

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