FreshPorts -- The Place For Ports notbug Mon, 28 May 2012 6:05 AM BST
non port: x11/gdkxft/Makefile
CVSWeb

Number of commits found: 39

Fri, 23 Sep 2011
[ 22:26 amdmi3 ] Original commit 
1.17 accessibility/accerciser/Makefile
1.11 accessibility/at-poke/Makefile
1.76 accessibility/at-spi/Makefile
1.4 accessibility/at-spi2-atk/Makefile
1.4 accessibility/at-spi2-core/Makefile
1.65 accessibility/atk/Makefile
1.4 accessibility/atkmm/Makefile
1.53 accessibility/dasher/Makefile
1.5 accessibility/eflite/Makefile
1.59 accessibility/gnome-mag/Makefile

(Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Tue, 4 Jan 2011
[ 03:32 mezz ] Original commit 
1.2338 MOVED
1.414 deskutils/Makefile
1.74 deskutils/gnome-pim/Makefile
1.1050 mail/Makefile
1.25 mail/pmail/Makefile
1.37 mail/pygmy/Makefile
1.682 math/Makefile
1.41 math/scigraphica/Makefile
1.50 multimedia/ogle-gui/Makefile
1.44 net-im/ickle/Makefile

(Only the first 10 of 100 ports in this commit are shown above. View all ports for this commit)
The x11/libcapplet has been broken for over a year (will be two in June 2011)
and no one has any of interest to fix it. It's an ancient software and
is part of GNOME 1. It's time for us to get rid of some of GNOME 1 stuff as
the GNOME 3 is coming sometimes in 2011. Any ports that required libcappet
are removed and ports that have optional aren't remove.

PR:             ports/153355
Discussed with: My team, FreeBSD GNOME Team
Tested by:      pointyhat-exp (thanks pav!)
Sat, 4 Dec 2010
[ 07:34 ade ] Original commit 
1.63 accessibility/atk/Makefile
1.58 accessibility/gnome-mag/Makefile
1.33 accessibility/kdeaccessibility/Makefile
1.34 archivers/arj/Makefile
1.17 archivers/kbackup/Makefile
1.10 archivers/kio_p7zip/Makefile
1.36 archivers/libcomprex/Makefile
1.16 archivers/libdynamite/Makefile
1.16 archivers/libmspack/Makefile
1.23 archivers/liborange/Makefile

(Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Sat, 22 Aug 2009
[ 00:39 amdmi3 ] Original commit 
1.23 x11-clocks/bbdate/Makefile
1.9 x11-drivers/input-wacom/Makefile
1.20 x11-fm/pcmanfm/Makefile
1.75 x11-fm/rox-filer/Makefile
1.17 x11-fm/rox-mime-editor/Makefile
1.29 x11-fm/rox-session/Makefile
1.35 x11-fm/tkdesk/Makefile
1.11 x11-fm/xcruise/Makefile
1.5 x11-fonts/artwiz-aleczapka-de/Makefile
1.5 x11-fonts/artwiz-aleczapka-se/Makefile

(Only the first 10 of 148 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with X
Sun, 2 Aug 2009
[ 19:36 mezz ] Original commit 
1.1958 MOVED
1.58 accessibility/atk/Makefile
1.51 accessibility/gnome-mag/Makefile
1.30 accessibility/kdeaccessibility/Makefile
1.12 archivers/kbackup/Makefile
1.7 archivers/kio_p7zip/Makefile
1.33 archivers/libcomprex/Makefile
1.14 archivers/libdynamite/Makefile
1.13 archivers/libmspack/Makefile
1.21 archivers/liborange/Makefile

(Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-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
Thu, 21 Aug 2008
[ 06: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)
Fri, 6 Jun 2008
[ 14:09 edwin ] Original commit 
1.19 x11/Terminal/Makefile
1.14 x11/alltray/Makefile
1.16 x11/apwal/Makefile
1.32 x11/aterm/Makefile
1.31 x11/bbrun/Makefile
1.15 x11/brightside/Makefile
1.10 x11/chameleon/Makefile
1.11 x11/cnslock/Makefile
1.32 x11/decurs/Makefile
1.10 x11/deskmenu/Makefile

(Only the first 10 of 151 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 25 Mar 2008
[ 22:44 miwi ] Original commit 
1.10 arabic/kacst_fonts/Makefile
1.4 biology/protomol/Makefile
1.7 deskutils/pypanel/Makefile
1.7 deskutils/snotes/Makefile
1.9 devel/qca/Makefile
1.111 devel/sdl12/Makefile
1.32 editors/wily/Makefile
1.33 games/acm/Makefile
1.29 games/grhino/Makefile
1.46 games/ninix-aya/Makefile

(Only the first 10 of 211 ports in this commit are shown above. View all ports for this commit)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Wed, 24 Oct 2007
[ 23:37 marcus ] Original commit 
1.17 accessibility/Makefile
1.1 accessibility/accerciser/Makefile
1.3 accessibility/at-poke/Makefile
1.61 accessibility/at-spi/Makefile
1.52 accessibility/atk/Makefile
1.39 accessibility/dasher/Makefile
1.61 accessibility/gail/Makefile
1.43 accessibility/gnome-mag/Makefile
1.36 accessibility/gnopernicus/Makefile
1.37 accessibility/gok/Makefile

(Only the first 10 of 1479 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 19 May 2007
[ 20:32 flz ] Original commit 
1.5 x11-servers/xorg-server-snap/files/BSD.x11-xorg.dist
1.1364 MOVED
1.2 accessibility/at-poke/Makefile
1.60 accessibility/at-spi/Makefile
1.51 accessibility/atk/Makefile
1.37 accessibility/dasher/Makefile
1.60 accessibility/gail/Makefile
1.41 accessibility/gnome-mag/Makefile
1.35 accessibility/gnopernicus/Makefile
1.35 accessibility/gok/Makefile

(Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Fri, 2 Feb 2007
[ 17:06 pav ] Original commit 
1.11 astro/google-earth/Makefile
1.14 editors/elvis/Makefile
1.48 emulators/vice/Makefile
1.25 emulators/vmware-guestd4/Makefile
1.33 emulators/vmware-guestd5/Makefile
1.17 emulators/vmware-tools3/Makefile
1.12 games/atitd/Makefile
1.4 games/linux-doom3-demo/Makefile
1.4 games/linux-doom3/Makefile
1.20 games/linux-quake3-demo/Makefile

(Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
- Remove support for xfree86-3

PR:             ports/106666
Submitted by:   vd
With hat:       portmgr
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:11 clsung ] Original commit 
1.15 www/cgic/Makefile
1.25 www/cgiparse/Makefile
1.26 www/cherokee/Makefile
1.26 www/dpsearch/Makefile
1.36 www/harvest/Makefile
1.42 www/libwww/Makefile
1.64 www/mnogosearch31/Makefile
1.31 www/openvrml/Makefile
1.10 www/osb-nrcit/Makefile
1.12 www/osb-nrcore/Makefile

(Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include www/ x11/ x11-clocks/ x11-servers/ x11-themes/ maintained
  by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
Sat, 13 May 2006
[ 05:00 edwin ] Original commit 
1.9 x11-clocks/alltraxclock/Makefile
1.2 x11-clocks/bdesktopclock/Makefile
1.19 x11-clocks/dclock/Makefile
1.14 x11-clocks/eyeclock/Makefile
1.62 x11-clocks/kdetoys3/Makefile
1.6 x11-clocks/osdclock/Makefile
1.27 x11-clocks/rclock/Makefile
1.6 x11-clocks/wmbinclock/Makefile
1.16 x11-clocks/wmclockmon/Makefile
1.17 x11-clocks/wmfishtime/Makefile

(Only the first 10 of 191 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from categories starting with X
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.
Tue, 1 Mar 2005
[ 19:23 vs ] Original commit 
1.17 audio/musicbrainz/Makefile
1.2 devel/jclassinfo/Makefile
1.10 devel/sdlmm/Makefile
1.11 devel/shmap/Makefile
1.2 net/dhcp-agent/Makefile
1.3 x11-toolkits/p5-qt/Makefile
1.26 x11/gdkxft/Makefile
1.2 audio/musicbrainz/files/patch-ltmain.sh
1.2 devel/jclassinfo/files/patch-ltmain.sh
1.5 devel/sdlmm/files/patch-ltmain.sh

(Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Remove some patches in favour of USE_LIBTOOL_VER=15
Fri, 23 Jul 2004
[ 19:10 anholt ] Original commit 
1.27 CHANGES
1.3 arabic/ae_fonts_mono/Makefile
1.49 audio/xmcd/Makefile
1.17 chinese/arphicttf/Makefile
1.10 chinese/chinput/Makefile
1.5 chinese/cmexfonts/Makefile
1.6 chinese/cwtexttf/Makefile
1.23 chinese/cxterm/Makefile
1.13 chinese/gugod-clean/Makefile
1.16 chinese/kcfonts/Makefile

(Only the first 10 of 163 ports in this commit are shown above. View all ports for this commit)
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
  and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:             ports/68763
Approved by:    portmgr (marcus)
Approved by:    re (scottl)
Tue, 30 Mar 2004
[ 19:56 krion ] Original commit 
1.8 net-mgmt/bandwidthd/Makefile
1.83 net/centericq/Makefile
1.17 net/ickle/Makefile
1.14 net/jabber-yahoo/Makefile
1.13 net/jabberd/Makefile
1.40 net/micq/Makefile
1.11 net/nc6/Makefile
1.16 net/netdude/Makefile
1.7 net/ruby-net-geoip/Makefile
1.2 net/ssltunnel-client/Makefile

(Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
- Use USE_ICONV knob

Approved by:    portmgr
Tue, 16 Mar 2004
[ 22:54 marcus ] Original commit 
1.11 chinese/fcitx/Makefile
1.10 editors/elvis/Makefile
1.133 editors/openoffice-1.1/Makefile
1.116 editors/openoffice-2.0-devel/Makefile
1.12 mail/thunderbird/Makefile
1.31 net/ayttm/Makefile
1.78 www/firefox/Makefile
1.178 www/mozilla-devel/Makefile
1.161 www/mozilla/Makefile
1.32 x11-toolkits/gnustep-back/Makefile

(Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
Chase the new location of libXft.
Wed, 4 Feb 2004
[ 05:10 marcus ] Original commit 
1.6 mail/hotwayd/Makefile
1.12 mail/ifile/Makefile
1.30 mail/imp3/Makefile
1.5 mail/isoqlog/Makefile
1.16 mail/kiltdown/Makefile
1.4 mail/kshowmail/Makefile
1.3 mail/ksig/Makefile
1.18 mail/lbdb/Makefile
1.9 mail/liamail/Makefile
1.26 mail/libesmtp/Makefile

(Only the first 10 of 1422 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Sun, 21 Dec 2003
[ 00:23 sergei ] Original commit 
1.7 x11-fm/apotheke/Makefile
1.19 x11-fonts/tkfont/Makefile
1.6 x11-toolkits/bwidget/Makefile
1.14 x11-toolkits/itk/Makefile
1.12 x11-toolkits/iwidgets/Makefile
1.42 x11-toolkits/py-wxPython/Makefile
1.35 x11-toolkits/tk80/Makefile
1.17 x11-wm/icepref/Makefile
1.2 x11-wm/kwin_flatcurve/Makefile
1.21 x11/gdkxft/Makefile

(Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Use canonical form (ports@FreeBSD.org) in MAINTAINER line
Sun, 20 Apr 2003
[ 19:47 marcus ] Original commit 
1.13 x11/decurs/Makefile
1.3 x11/deskmenu/Makefile
1.30 x11/dgs/Makefile
1.8 x11/erun/Makefile
1.7 x11/gbackground/Makefile
1.20 x11/gdkxft/Makefile
1.38 x11/gdm/Makefile
1.60 x11/gdm2/Makefile
1.9 x11/gmessage/Makefile
1.6 x11/gmrun/Makefile

(Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
Remove USE_GNOMENG.
Sat, 22 Feb 2003
[ 18:36 anholt ] Original commit 
1.19 x11/gdkxft/Makefile
Fix build after Xft rename.

Submitted by:   bento/kris
Thu, 20 Feb 2003
[ 19:17 knu ] Original commit 
1.21 x11/9term/Makefile
1.21 x11/XFree86-aoutlibs/Makefile
1.17 x11/blast/Makefile
1.13 x11/dxpc/Makefile
1.8 x11/ecore/Makefile
1.14 x11/fbsd-icons/Makefile
1.5 x11/gbackground/Makefile
1.18 x11/gdkxft/Makefile
1.9 x11/imwheel/Makefile
1.17 x11/libsx/Makefile

(Only the first 10 of 78 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Sun, 29 Sep 2002
[ 08:07 ijliao ] Original commit 
1.22 audio/nas/Makefile
1.11 audio/xmixer/Makefile
1.14 cad/irsim/Makefile
1.3 cad/slffea/Makefile
1.35 cad/xcircuit/Makefile
1.14 deskutils/abacus/Makefile
1.14 devel/flux/Makefile
1.3 devel/make++/Makefile
1.3 ftp/libfxp/Makefile
1.28 ftp/pavuk/Makefile

(Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
find->${FIND},xargs->${XARGS}

PR:             40791
Submitted by:   Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Mon, 9 Sep 2002
[ 04:33 marcus ] Original commit 
1.14 x11/gdkxft/Makefile
Fix things after the GNOMENG commit.
Sun, 1 Sep 2002
[ 15:37 lioux ] Original commit 
1.5 x11/decurs/Makefile
1.6 x11/erun/Makefile
1.13 x11/gdkxft/Makefile
1.7 x11/gmessage/Makefile
1.7 x11/gtk-theme-switch/Makefile
1.4 x11/gxset/Makefile
1.9 x11/gyroscope/Makefile
1.4 x11/mgapdesk/Makefile
1.8 x11/mlterm/Makefile
1.5 x11/portoseguro/Makefile

(Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Deploy USE_GNOMENG infrastructure

PR:             42283
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Thu, 27 Jun 2002
[ 13:32 perky ] Original commit 
1.47 comms/hylafax/Makefile
1.4 devel/ecgi/Makefile
1.10 devel/tkcon/Makefile
1.31 lang/itcl/Makefile
1.10 x11-toolkits/itk/Makefile
1.12 x11/gdkxft/Makefile
PERL -> REINPLACE_CMD

PR:             39262, 39263, 39264, 39265, 39266, 39267
Submitted by:   Oliver Braun <obraun@informatik.unibw-muenchen.de>
Sun, 19 May 2002
[ 19:56 marcus ] Original commit 
1.11 x11/gdkxft/Makefile
1.1 x11/gdkxft/files/patch-capplet_Makefile.in
* Fix build with latest GNOME libraries.
* Relinquish maintainership to ports@

PR:             36775
Submitted by:   maintainer (maintainer change), marcus (build fix)
Approved by:    previous maintainer
Tue, 19 Mar 2002
[ 12:52 sobomax ] Original commit 
1.4 converters/siconv/Makefile
1.8 databases/sqlrelay/Makefile
1.26 devel/gettext/Makefile
1.19 devel/gtranslator/Makefile
1.8 devel/styx/Makefile
1.41 editors/AbiWord/Makefile
1.18 editors/dedit/Makefile
1.7 editors/poedit/Makefile
1.95 irc/xchat/Makefile
1.54 mail/balsa/Makefile

(Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Fix another few places where giconv used instead of iconv.

PR:             36059, 36063, 36082
Submitted by:   Joe Marcus Clarke <marcus@marcuscom.com>
Mon, 18 Mar 2002
[ 10:27 knu ] Original commit 
1.40 audio/mpg123/Makefile
1.15 audio/vorbis-tools/Makefile
1.7 converters/p5-Text-Iconv/Makefile
1.5 converters/py-iconv/Makefile
1.17 converters/ruby-iconv/Makefile
1.3 converters/siconv/Makefile
1.18 databases/freetds/Makefile
1.12 databases/grass/Makefile
1.7 databases/sqlrelay/Makefile
1.28 devel/bison/Makefile

(Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION to reflect the (lib)iconv upgrade.
[ 09:46 sobomax ] Original commit 
1.39 audio/mpg123/Makefile
1.14 audio/vorbis-tools/Makefile
1.6 converters/p5-Text-Iconv/Makefile
1.4 converters/py-iconv/Makefile
1.16 converters/ruby-iconv/Makefile
1.2 converters/siconv/Makefile
1.17 databases/freetds/Makefile
1.11 databases/grass/Makefile
1.6 databases/sqlrelay/Makefile
1.27 devel/bison/Makefile

(Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
Wed, 6 Feb 2002
[ 04:26 pat ]  
unknown x11/gdkxft/Makefile
Fix depends and link giconv library    
Sat, 2 Feb 2002
[ 04:53 pat ]  
unknown x11/gdkxft/Makefile
unknown x11/gdkxft/distinfo
unknown x11/gdkxft/files/patch-src::gdkxft.c
Update to 1.5   Give maintainership to submitter    
Fri, 14 Dec 2001
[ 09:16 sobomax ]  
unknown x11/gdkxft/Makefile
Release to the world. I no longer have a XFree86-4.x.x server to test this on,  
and I do not think that GNOME team really should maintain this.    
Wed, 5 Sep 2001
[ 09:22 sobomax ]  
unknown x11/gdkxft/Makefile
unknown x11/gdkxft/distinfo
unknown x11/gdkxft/files/patch-src::gdkxft_sysinstall.in
Update to 1.1.    
Tue, 4 Sep 2001
[ 12:32 sobomax ]  
unknown x11/gdkxft/Makefile
unknown x11/gdkxft/files/patch-src::gdkxft_sysinstall.in
Fix gdkxft_sysinstall script on systems with perl 5.005 and earlier (4.4 and  
downward).    
Mon, 3 Sep 2001
[ 17:54 sobomax ]  
unknown x11/gdkxft/Makefile
unknown x11/gdkxft/distinfo
unknown x11/gdkxft/files/patch-configure
unknown x11/gdkxft/files/patch-src::Makefile.in
unknown x11/gdkxft/files/patch-src::gdkxft.c
unknown x11/gdkxft/files/patch-src::gdkxft.conf
unknown x11/gdkxft/files/patch-src::gdkxft_sysinstall.in
unknown x11/gdkxft/files/patch-src::generate.pl
unknown x11/gdkxft/pkg-comment
unknown x11/gdkxft/pkg-descr

(Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Add gdkxft 1.0, an package that adds anti-aliased font support for gtk+  
(XFree86-4.x required).    

Number of commits found: 39

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours6
new 7 days60
new fortnight184
new month252

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

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