FreshPorts -- The Place For Ports Sat, 30 Aug 2008 12:32 AM BST
FreshPorts is now running off the BETA server. Enjoy for now.
non port: net-p2p/amule2/Makefile
CVSWeb

Number of commits found: 18

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)
Fri, 6 Jun 2008
[ 14:53 edwin ] Original commit 
1.23 net-p2p/amule2/Makefile
1.12 net-p2p/apollon/Makefile
1.53 net-p2p/azureus/Makefile
1.49 net-p2p/azureus2/Makefile
1.3 net-p2p/bittyrant/Makefile
1.24 net-p2p/dctc-gui-qt/Makefile
1.56 net-p2p/dctc-gui/Makefile
1.41 net-p2p/deluge/Makefile
1.16 net-p2p/edonkey-gui-gtk-urlslave/Makefile
1.31 net-p2p/edonkey-gui-gtk/Makefile

(Only the first 10 of 68 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)
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, 30 Jan 2008
[ 08:25 dinoex ] Original commit 
1.21 net-p2p/amule2/Makefile
1.3 net-p2p/ed2k/Makefile
- add CONFLICTS for bin/ed2k
PR:             120112
Submitted by:   Yar Tikhiy
Thu, 25 Oct 2007
[ 00: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)
Mon, 23 Jul 2007
[ 10:36 rafan ] Original commit 
1.19 archivers/dpkg/Makefile
1.54 archivers/gtar/Makefile
1.21 archivers/gzip/Makefile
1.37 archivers/libarchive/Makefile
1.21 astro/starplot/Makefile
1.10 astro/tclgeomap/Makefile
1.11 astro/tkgeomap/Makefile
1.23 audio/audacity-devel/Makefile
1.10 audio/checkmate/Makefile
1.21 audio/cmus/Makefile

(Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- 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
Mon, 28 May 2007
[ 18:32 gabor ] Original commit 
1.18 net-p2p/amule2/Makefile
- Remove deprecated reference for net-p2p/amule1 and 4.x chunks after the
  removal of amule1
Sat, 19 May 2007
[ 21: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}.
Sat, 24 Mar 2007
[ 14:14 rafan ] Original commit 
1.16 net-p2p/amule2/Makefile
- Fix accentuated filename display
- Fix OPTIONS handling
- Support WITHOUT_NLS knob

PR:             ports/110201
Submitted by:   Boris Kovalenko <boris at tagnet.ru> (maintainer)
Fri, 12 Jan 2007
[ 17:18 itetcu ] Original commit 
1.15 net-p2p/amule2/Makefile
1.9 net-p2p/amule2/distinfo
- Add offiical patch to allow use of new stable version of wxWidgets. This also
fixes "crash on search tab close" bug.
- bump PORTREVISION

PR:             ports/107700
Submitted by:   Boris Kovalenko (maintainer)
Fri, 8 Dec 2006
[ 14:01 gabor ] Original commit 
1.14 net-p2p/amule2/Makefile
- Remove CURL from dependencies as it's not necessary
- Bump PORTREVISION

PR:             ports/106443
Submitted by:   Boris Kovalenko <boris@tagnet.ru> (maintainer)
Approved by:    erwin (mentor)
Fri, 1 Dec 2006
[ 07:39 pav ] Original commit 
1.32 audio/audacity/Makefile
1.9 audio/mbox/Makefile
1.21 biology/L-Breeder/Makefile
1.15 cad/kicad/Makefile
1.14 chinese/BBMan/Makefile
1.12 comms/trustedqsl/Makefile
1.4 comms/trustedqsl/files/Makefile
1.24 databases/pgadmin3-12/Makefile
1.29 databases/pgadmin3/Makefile
1.16 databases/pydbdesigner/Makefile

(Only the first 10 of 69 ports in this commit are shown above. View all ports for this commit)
- Use features of bsd.wx.mk, especially USE_WX

PR:             ports/101613
Submitted by:   alepulver
Tue, 11 Jul 2006
[ 01:02 linimon ] Original commit 
1.12 net-p2p/amule2/Makefile
Update maintainer's email address.
Sat, 8 Jul 2006
[ 20:38 linimon ] Original commit 
1.21 net-p2p/amule1/Makefile
1.11 net-p2p/amule2/Makefile
Assign amule2 to new volunteer; mark amule1 as DEPRECATED, with note that
it is only retained for 4.X compatibility.
Mon, 3 Jul 2006
[ 21:34 linimon ] Original commit 
1.20 net-p2p/amule1/Makefile
1.10 net-p2p/amule2/Makefile
1.2 net-p2p/amule2/files/amuled.sh.in
Previous maintainer asked to resign.

PR:             ports/99753
Sun, 18 Jun 2006
[ 23:49 pav ] Original commit 
1.9 net-p2p/amule2/Makefile
1.8 net-p2p/amule2/distinfo
1.11 net-p2p/amule2/pkg-plist
- Update to 2.1.3

PR:             ports/98867
Submitted by:   Ganael LAPLANCHE <ganael.laplanche@martymac.com> (maintainer)
Sat, 18 Mar 2006
[ 17:12 pav ] Original commit 
1.8 net-p2p/amule2/Makefile
1.3 net-p2p/amule2/files/amuled.sh
1.1 net-p2p/amule2/files/amuled.sh.in
1.7 net-p2p/amule2/distinfo
1.10 net-p2p/amule2/pkg-plist
- Update to 2.1.1
- Update rcng usage

PR:             ports/94634
Submitted by:   Ganael LAPLANCHE <ganael.laplanche@martymac.com> (maintainer)
Mon, 30 Jan 2006
[ 21:36 pav ] Original commit 
1.450 LEGAL
1.892 MOVED
1.5 chinese/mldonkey-core/Makefile
1.112 ftp/Makefile
1.11 ftp/jigdo/Makefile
1.2 games/slune/Makefile
1.790 misc/Makefile
1.2 misc/ed2k/Makefile
1.11 misc/edonkey-tool-hash/Makefile
1.17 misc/linux-edonkey-tool-recovermet/Makefile

(Only the first 10 of 676 ports in this commit are shown above. View all ports for this commit)
Populate newly create net-p2p category with these ports:

  ftp/jigdo
  net/amule1
  net/amule2
  net/apollon
  net/azureus
  net/bnbt
  net/btpeer
  net/btqueue
  net/cdonkey
  net/ctorrent
  net/dcd
  net/dclib
  net/dctc
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 18

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-operaAug 25
operaAug 25
gnutlsAug 21
joomla15*Aug 20
bugzilla*Aug 19
bugzilla2*Aug 19
cdfAug 19
drupal5Aug 18
drupal6Aug 18
ruby18Aug 16
ruby18Aug 16
ruby18Aug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16

9 vulnerabilities affecting 12 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
Traffic

Calculated hourly:
Port count 19053
Broken 161
Deprecated 80
Ignore 427
Forbidden 6
Restricted 306
No CDROM 130
Vulnerable 50
Expired 12
Set to expire 61
Interactive 78
new 24 hours 2
new 48 hours7
new 7 days26
new fortnight63
new month223

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