FreshPorts -- The Place For Ports Tue, 9 Feb 2010 7:03 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
gettext 0.17_1 devel on this many watch lists=745 search for ports that depend on this port
GNU gettext package
Maintained by: autotools@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown


This is the GNU gettext package.  It is interesting for authors or
maintainers of other packages or programs which they want to see
internationalized.  As one step the handling of messages in different
languages should be implemented.  For this task GNU gettext provides
the needed tools and library functions.

WWW: http://www.gnu.org/software/gettext/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/libtool22
Required Libraries: converters/libiconv

To install the port: cd /usr/ports/devel/gettext/ && make install clean
To add the package: pkg_add -r gettext


Configuration Options
     No options to configure

Master Sites:
http://ftp.gnu.org/gnu/gettext/
ftp://ftp.gnu.org/gnu/gettext/
http://www.gtlib.cc.gatech.edu/pub/gnu/gnu/gettext/
http://mirrors.usc.edu/pub/gnu/gettext/
http://ftp.funet.fi/pub/gnu/prep/gettext/
ftp://ftp.kddlabs.co.jp/GNU/gettext/
ftp://ftp.dti.ad.jp/pub/GNU/gettext/
http://ring.nict.go.jp/archives/GNU/gettext/
http://ring.k-opti.com/archives/GNU/gettext/
http://ring.riken.jp/archives/GNU/gettext/
ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/gettext/
ftp://ftp.sunsite.org.uk/package/gnu/gettext/
ftp://ftp.informatik.hu-berlin.de/pub/gnu/gettext/
ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/gettext/
ftp://ftp.rediris.es/sites/ftp.gnu.org/ftp/gnu/gettext/
ftp://ftp.chg.ru/pub/gnu/gettext/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2008-06-05
    Affects: users of devel/gettext (i.e.: YOU)
    Author: ade@FreeBSD.org
    Reason: 
      As a result of the upgrade to gettext-0.17, the shared library version
      of libintl has changed, so you will need to rebuild all ports that
      depend on gettext:
    
    	# portupgrade -rf gettext
    	# portmaster -r gettext
    
      Given the scope and sheer number of dependent ports, it may be more
      advisable to simply blow away all existing install ports (after
      keeping any local configuration changes), and rebuilding from scratch.
    
    

  • 2007-03-18
    Affects: users of devel/gettext (i.e.: YOU)
    Author: ade@FreeBSD.org
    Reason: 
      As a result of the upgrade to gettext-0.16.1, the shared library version
      of libintl has changed, so you will need to rebuild all ports that
      depend on gettext (read: most of them, sorry):
    
    	portupgrade -rf gettext
      or:
    	portmaster -r gettext
    
      In addition, if you have multimedia/vlc installed, you should deinstall
      it *before* either of the above commands, and reinstall it manually
      afterwards: vlc erroneously installs its own version of lib/charset.alias
      which will overwrite the one supplied by devel/gettext otherwise.
    
    
Port Moves
  • port moved here from devel/gettext-old on 2004-02-03
    REASON: Switch to latest stable version of gettext

Number of commits found: 77

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
16 Dec 2009 11:21:27
Original commit files touched by this commit  0.17_1
linimon search for other commits by this committer
Reassign the autotools-related ports to a new mailing list,
autotools@FreeBSD.org.  This is for individuals willing to put in
the hard work to generate patches and work with portmgr as we put
them through -exp runs and work through port breakage that they
create.  (A huge number of ports depend on these, so -exp runs are
required.)

Thanks to aDe@ for all the thankless work he's done over the years
to tame these beasts.

Hat:            portmgr
02 Aug 2009 20:36:34
Original commit files touched by this commit  0.17_1
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
21 Aug 2008 07:18:49
Original commit files touched by this commit  0.17_1
rafan search for other commits by this committer
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)
07 Jun 2008 10:42:33
Original commit files touched by this commit  0.17_1
ade search for other commits by this committer
Fix NOPORTDOCS case.

PR:             124348
Submitted by:   oliver@gid0.org
06 Jun 2008 15:33:40
Original commit files touched by this commit  0.17_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
06 Jun 2008 03:36:00
Original commit files touched by this commit  0.17
ade search for other commits by this committer
Major autotools-related update:

        automake        1.10   -> 1.10.1
        gettext         0.16.1 -> 0.17
        libtool         1.5.24 -> 1.5.26
        m4              1.4.9  -> 1.4.11

Please see ports/UPDATING entry 20080605 for further information.

PR:             123450
Tested by:      Full -exp package building run
Thanks to:      linimon, pav
Approved by:    portmgr
19 Apr 2008 18:56:05
Original commit files touched by this commit  0.16.1_3
  Sanity Test Failure
miwi search for other commits by this committer
- 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)
23 Jul 2007 10:36:52
Original commit files touched by this commit  0.16.1_3
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
29 May 2007 18:11:49
Original commit files touched by this commit  0.16.1_3
ade search for other commits by this committer
Fix build on -CURRENT.  openmp support with gcc 4.2 is autodetected but
is broken if threads are disabled (which they are).  This results in
msgmerge segfaulting all over the place.

Since (a) this is -CURRENT only and (b) has no effect on -STABLE,
PORTREVISION is not being bumped.

Submitted by:   kris
19 May 2007 21:32:57
Original commit files touched by this commit  0.16.1_3
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
08 Apr 2007 06:53:10
Original commit files touched by this commit  0.16.1_1
ade search for other commits by this committer
Unconditionally disable threading, it is apparently causing some
edge cases to fail, and the previous version of gettext was unthreaded,
so we're not losing anything.

Note that if you've already rebuilt gettext to 0.16.1, you only need
to upgrade gettext, and not everything that depends on it.

Thanks to those that reported the issue, and both gnome@ and kde@ for
confirming that this change does not cause any issues there.
17 Mar 2007 22:37:26
Original commit files touched by this commit  0.16.1
ade search for other commits by this committer
Update to 0.16.1

Many thanks to all those that tested this update, particularly the
FreeBSD GNOME team.
23 Feb 2006 10:40:45
Original commit files touched by this commit  0.14.5_2
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
30 Jan 2006 23:20:05
Original commit files touched by this commit  0.14.5_1
kuriyama search for other commits by this committer
Chase shlib bump of libexpat.
22 Jan 2006 08:30:12
Original commit files touched by this commit  0.14.5
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
22 Jan 2006 05:52:28
Original commit files touched by this commit  0.14.5
edwin search for other commits by this committer
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
15 Nov 2005 06:52:12
Original commit files touched by this commit  0.14.5
ade search for other commits by this committer
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.
13 Nov 2005 23:30:10
Original commit files touched by this commit  0.14.5
ade search for other commits by this committer
Unconditionally disable the installation of the start-po.el emacs lisp
file, regardless of whether emacs or xemacs is installed.

PR:             87956
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net>
17 Jun 2005 18:11:00
Original commit files touched by this commit  0.14.5
ade search for other commits by this committer
Update to 0.14.5

Tested with:    full build of x11/gnome2 and x11/kde3
15 Jun 2005 07:48:19
Original commit files touched by this commit  0.14.4_1
ade search for other commits by this committer
Pick this one up too, since it is somewhat intrinsically linked
to autotools
26 May 2005 18:57:50
Original commit files touched by this commit  0.14.4_1
pav search for other commits by this committer
- Remove incorrect dirrm

Bugged me for:  too long
22 May 2005 10:55:53
Original commit files touched by this commit  0.14.4_1
girgen search for other commits by this committer
Trivial fix: add ending quote

Approved by: seanc, ade (implicit)
20 May 2005 05:20:31
Original commit files touched by this commit  0.14.4_1
adamw search for other commits by this committer
Bump PORTREVISION for the addition of the msginit.c patch.
20 May 2005 05:19:52
Original commit files touched by this commit  0.14.4
adamw search for other commits by this committer
Sortof fix msginit a little bit kindof. It was looking for
certain files in the wrong place.

Before, running msginit would give this:
/usr/local/libdata/gettext/project-id: Can't open
/usr/local/libdata/gettext/project-id: No such file or directory
msginit: /usr/local/libdata/gettext/project-id subprocess I/O error
/usr/local/libdata/gettext/user-email: Can't open
/usr/local/libdata/gettext/user-email: No such file or directory
msginit: /usr/local/libdata/gettext/user-email subprocess I/O error
/usr/local/share/gettext/projects/TP/team-address:
/usr/local/libdata/gettext/urlget: not found
etc.

Now, it gives this:
root@smacky:/usr/ports/GNOME/grm/i18n# msginit
The new message catalog should contain your email address, so that users can
give you feedback about the translations, and so that maintainers can contact
(Only the first 15 lines of the commit message are shown above View all of this commit message)
13 May 2005 04:51:07
Original commit files touched by this commit  0.14.4
ahze search for other commits by this committer
- Update to 0.14.4
28 Dec 2004 02:16:39
Original commit files touched by this commit  0.14.1
marcus search for other commits by this committer
Be sure to create the empty lib/gettext directory during package creation.

Spotted by:     pav
24 Dec 2004 08:38:44
Original commit files touched by this commit  0.14.1
marcus search for other commits by this committer
Remove the empty lib/gettext directory.

Reported by:    pointyhat via kris
21 Dec 2004 01:00:29
Original commit files touched by this commit  0.14.1
marcus search for other commits by this committer
* Update to 0.14.1 without a shared library version bump
* Use new libtool scheme [1]

The primary addition in this release is support for C# files when generating
translations.

Submitted by:   mezz [1]
Tested by:      many, including mezz, adamw, and myself
16 Dec 2004 05:49:27
Original commit files touched by this commit  0.13.1_1
kris search for other commits by this committer
Clean up handling of locale directories at deinstall-time:

* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
24 Nov 2004 21:39:30
Original commit files touched by this commit  0.13.1_1
kris search for other commits by this committer
Don't remove all empty locale directories, only the ones we created
ourselves.
19 Oct 2004 17:09:14
Original commit files touched by this commit  0.13.1_1
eik search for other commits by this committer
- eliminate dependency on libexpat on >= 5.0
  <http://lists.freebsd.org/pipermail/freebsd-ports/2004-October/016796.html>

Reviewed by:    ports@
27 Aug 2004 18:52:06
Original commit files touched by this commit  0.13.1_1
obrien search for other commits by this committer
Previous revision accidently deleted the expat.5 dependancy.
s/NO_${PORTNAME}_OPTIONS/WITHOUT_${PORTNAME}_OPTIONS/
27 Aug 2004 02:16:48
Original commit files touched by this commit  0.13.1_1
obrien search for other commits by this committer
Add a NO_GETTEXT_OPTIONS knob.
12 Jul 2004 09:02:43
Original commit files touched by this commit  0.13.1_1
kris search for other commits by this committer
Put back OPTIONS now that release builds have been fixed to set BATCH
for non-interactivity.
12 Jul 2004 06:16:29
Original commit files touched by this commit  0.13.1_1
obrien search for other commits by this committer
Fix the release build.
14 Jun 2004 17:03:56
Original commit files touched by this commit  0.13.1_1
vs search for other commits by this committer
Fix packaging issues for html-files.

Closes PR:      ports/67653
Noticed by:     Paul Beard
02 Jun 2004 22:07:21
Original commit files touched by this commit  0.13.1_1
pav search for other commits by this committer
- Relax mv in kaffe hack

PR:             ports/67453
Reported by:    Andreas Schulz <ats@first.fraunhofer.de>
07 Apr 2004 19:47:06
Original commit files touched by this commit  0.13.1_1
trevor search for other commits by this committer
Correct last commit.

noticed by:     lofi
06 Apr 2004 16:39:51
Original commit files touched by this commit  0.13.1_1
trevor search for other commits by this committer
Fix packing list when NOPORTDOCS is set.

Reported by:    parv
PR:             65241
03 Apr 2004 04:48:30
Original commit files touched by this commit  0.13.1_1
trevor search for other commits by this committer
By default, do not install HTML-formatted man pages.
When NOPORTDOCS is set, do not install a few other HTML files.
03 Apr 2004 03:34:14
Original commit files touched by this commit  0.13.1_1
trevor search for other commits by this committer
Fix whitespace.
03 Apr 2004 03:03:27
Original commit files touched by this commit  0.13.1_1
trevor search for other commits by this committer
Correct packing list.
02 Apr 2004 13:25:24
Original commit files touched by this commit  0.13.1_1
trevor search for other commits by this committer
Make examples (mostly) optional, requested by obrien.
14 Mar 2004 07:58:26
Original commit files touched by this commit  0.13.1_1
kuriyama search for other commits by this committer
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
18 Feb 2004 02:08:32
Original commit files touched by this commit  0.13.1
trevor search for other commits by this committer
As discovered by Andrzej Tobola, gettext (this version, or the
0.12.1 version) fails to build if kaffe-devel-1.1.3 is installed.
Kludge around this.
08 Feb 2004 21:46:37
Original commit files touched by this commit  0.13.1
trevor search for other commits by this committer
Add "anti-foot-shooting device".

Obtained from:  sobomax via the imake-4 and linux_base ports
05 Feb 2004 19:30:43
Original commit files touched by this commit  0.13.1
marcus search for other commits by this committer
Use USE_ICONV.
04 Feb 2004 17:49:44
Original commit files touched by this commit  0.13.1
marcus search for other commits by this committer
Remove the CONFLICTS as this is now the One True gettext.
29 Jan 2004 07:24:56
Original commit files touched by this commit  0.13.1
trevor search for other commits by this committer
SIZEify.
25 Jan 2004 12:51:47
Original commit files touched by this commit  0.13.1
dinoex search for other commits by this committer
- add missing manpage envsubst.1
was installed, but not in package.
25 Jan 2004 02:19:25
Original commit files touched by this commit  0.13.1
trevor search for other commits by this committer
version 0.13.1, noticed by marcus
23 Jan 2004 18:49:48
Original commit files touched by this commit  0.13
trevor search for other commits by this committer
Note conflict with old versions (requested by marcus).
23 Jan 2004 18:12:16
Original commit files touched by this commit  0.13
trevor search for other commits by this committer
Update to 0.13.
25 Aug 2003 06:37:53
Original commit files touched by this commit  0.12.1
marcus search for other commits by this committer
Update to 0.12.1.  This brings a shared lib bump of libintl.so.  It is
recommended people use:

portupgrade -rf gettext -m BATCH=yes

To update this port.

Tested by:      Thierry Thomas <thierry@pompo.net>
                myself
20 Feb 2003 17:07:10
Original commit files touched by this commit  0.11.5_1
knu search for other commits by this committer
De-pkg-comment.
17 Sep 2002 17:36:02
Original commit files touched by this commit  0.11.5_1
ijliao search for other commits by this committer
Bump PORTREVISION and expat shlib.
07 Sep 2002 09:44:49
Original commit files touched by this commit  0.11.5
ade search for other commits by this committer
Relinquish all my ports.
10 Aug 2002 20:25:04
Original commit files touched by this commit  0.11.5
ade search for other commits by this committer
Upgrade to 0.11.5

Submitted by:   Jim Bloom <bloom@acm.org> and others
01 Aug 2002 03:38:31
Original commit files touched by this commit  0.11.4
ade search for other commits by this committer
Stage a mini-coup, and borrow these ports from portmgr@ for a while,
since I'm doing most of the updating, and am working on a
port/Mk/bsd.<gnublah>.mk to move some cruft around.

Sponsored by:   Mr. Smith and Mr. Wesson. :)
01 Aug 2002 03:30:59
Original commit files touched by this commit  0.11.4
ade search for other commits by this committer
(1) Update to 0.11.4
(2) install po-compat.el in addition to po-mode.el

PR:             (1) 41170 (2) 41170, 40670
Submitted by:   40670: Olivier Tharan <olive@oban.frmug.org>
                41170: Ports Fury
21 Jul 2002 03:17:49
Original commit files touched by this commit  0.11.2_1
kuriyama search for other commits by this committer
Bump portrevision (textproc/expat2 shlib bump).
19 Jun 2002 07:31:47
Original commit files touched by this commit  0.11.2
ade search for other commits by this committer
Update to 0.11.2

PR:             39481
Submitted by:   Ports Fury
10 May 2002 16:36:48
Original commit files touched by this commit  0.11.1_3
sobomax search for other commits by this committer
Add textproc expat into LIB_DEPENDS and bump PORTREVISION. XML support is
necessary for some GNOME packages (evolution et al.)

Reported by:    bento, paul, Marc Unangst <mju@unangst.org>
PR:             37924
30 Apr 2002 09:32:36
Original commit files touched by this commit  0.11.1_2
sobomax search for other commits by this committer
Don't modify charset.alias file installed by libintl.
29 Apr 2002 22:23:21
Original commit files touched by this commit  0.11.1_1
sobomax search for other commits by this committer
- Use USE_LIBTOOL;
- don't explicitly link libc into the gettext shared library, because
  potentially it can screw up threaded programs linked against libintl.so.
12 Apr 2002 18:10:20
Original commit files touched by this commit  0.11.1_1
ade search for other commits by this committer
gettext upgrade uber-patch (stage 3)

- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:    portmgr
25 Mar 2002 22:18:57
Original commit files touched by this commit  0.11.1
ade search for other commits by this committer
Stage 2 gettext update

Upgrade to 0.11.1, remove NO_LATEST_LINK.

Reviewed by:    portmgr
19 Mar 2002 12:52:55
Original commit files touched by this commit  0.10.40_1
sobomax search for other commits by this committer
Fix another few places where giconv used instead of iconv.

PR:             36059, 36063, 36082
Submitted by:   Joe Marcus Clarke <marcus@marcuscom.com>
18 Mar 2002 10:27:58
Original commit files touched by this commit  0.10.40_1
knu search for other commits by this committer
Bump PORTREVISION to reflect the (lib)iconv upgrade.
18 Mar 2002 09:46:46
Original commit files touched by this commit  0.10.40_1
sobomax search for other commits by this committer
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
15 Mar 2002 19:44:29
Original commit files touched by this commit  0.10.40
ade search for other commits by this committer
Stage 1 of gettext update.

Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:    portmgr
05 Jan 2002 11:11:00
files touched by this commit
reg search for other commits by this committer
Kludge the build in the face of systems with autoconf 2.52+.    
08 Oct 2000 03:10:04
files touched by this commit
asami search for other commits by this committer
Convert category devel to new layout.  
16 Jun 2000 23:52:41
files touched by this commit
asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
16 Jun 2000 12:38:51
files touched by this commit
sobomax search for other commits by this committer
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with  
ldconfig in PLIST need personal consideration.    
13 Jun 2000 08:58:50
files touched by this commit
reg search for other commits by this committer
Cleanup share/locale in PREFIX, LOCALBASE and X11BASE.    
03 Jun 2000 02:40:22
files touched by this commit
asami search for other commits by this committer
Don't remove share/aclocal -- it's created by mtree.    

Number of commits found: 77

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 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 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight87
new month197

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