FreshPorts -- The Place For Ports Sun, 23 Nov 2008 6:39 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: devel/libchipcard/Makefile
CVSWeb

Number of commits found: 17

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)
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, 28 Nov 2007
[ 05:39 linimon ] Original commit 
1.15 devel/libchipcard/Makefile
1.1 devel/libchipcard/files/patch-src-libchipcard-cards-hbcicard.cpp
Attempt to unbreak on gcc4.2.

PR:             ports/117131
Subbmited by:   maintainer
Approved by:    portmgr (self)
Sun, 30 Sep 2007
[ 09:35 linimon ] Original commit 
1.14 devel/libchipcard/Makefile
Mark as broken with gcc4.2 on amd64 and sparc64.
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
Thu, 4 May 2006
[ 22:41 edwin ] Original commit 
1.12 databases/cyrus-imspd/Makefile
1.3 databases/cyrus-smlacapd/Makefile
1.63 databases/db3/Makefile
1.56 databases/db4/Makefile
1.10 databases/dbf/Makefile
1.12 databases/dbmetrix/Makefile
1.5 databases/dbow/Makefile
1.14 databases/dbtool/Makefile
1.15 databases/dbview/Makefile
1.37 databases/firebird-devel/Makefile

(Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from all categories starting with D
Fri, 25 Nov 2005
[ 22:36 pav ] Original commit 
1.9 audio/alienwah/Makefile
1.9 audio/ladspa/Makefile
1.17 audio/xmms-ladspa/Makefile
1.14 audio/xmms-mailnotify/Makefile
1.11 devel/libchipcard/Makefile
1.19 emulators/dlx/Makefile
1.5 german/steak/Makefile
1.16 graphics/ecg2png/Makefile
1.17 graphics/hpoj/Makefile
- Style: don't quote COMMENT, it looks nasty in `make describe` output
Wed, 20 Apr 2005
[ 13:42 arved ] Original commit 
1.8 devel/ifd-test/Makefile
1.10 devel/libchipcard/Makefile
1.3 devel/p5-PCSC-Card/Makefile
1.19 devel/pcsc-lite/Makefile
1.10 devel/ruby-pcsc-lite/Makefile
1.4 security/ifd-devkit/Makefile
1.6 security/ifd-gempc410/Makefile
1.4 security/ifd-gpr400/Makefile
1.3 security/ifd-slb_rf60/Makefile
1.10 security/opensc-esteid/Makefile

(Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
pcsc-lite:
- Upgrade to 1.2.9.b.7
- Use libtool15
- make hier(7)-compliant by moving the pcsc/drivers to lib/pcsc/drivers
- Compile with USB support per default. Use WITHOUT_USB to disable usb
  support
- Chase libusb shared library version (Forgotten by leeym)

Based on:       PR 76068
Reviewed by:    maintainer, sem (earlier patch)

ifd-devkit:
- Chase pcsclite sharedlibrary version

ifd-gempc410:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 12 Apr 2005
[ 04:26 obrien ] Original commit 
1.10 archivers/advancecomp/Makefile
1.17 archivers/arj/Makefile
1.14 archivers/cabextract/Makefile
1.14 archivers/dact/Makefile
1.3 archivers/dynamite/Makefile
1.11 archivers/gzip/Makefile
1.12 archivers/lzop/Makefile
1.3 archivers/orange/Makefile
1.5 archivers/par2cmdline/Makefile
1.44 archivers/star/Makefile

(Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 09:04 obrien ] Original commit 
1.9 archivers/advancecomp/Makefile
1.15 archivers/arj/Makefile
1.13 archivers/cabextract/Makefile
1.13 archivers/dact/Makefile
1.2 archivers/dynamite/Makefile
1.10 archivers/gzip/Makefile
1.11 archivers/lzop/Makefile
1.2 archivers/orange/Makefile
1.4 archivers/par2cmdline/Makefile
1.42 archivers/star/Makefile

(Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Sat, 6 Mar 2004
[ 18:00 pav ] Original commit 
1.7 devel/libchipcard/Makefile
- Pass ${PTHREAD_LIBS} down to configure

PR:             ports/62544
Submitted by:   Frank Altpeter <frank@altpeter.de>
Approved by:    maintainer timeout (3 weeks)
Wed, 4 Feb 2004
[ 05:21 marcus ] Original commit 
1.29 accessibility/at-spi/Makefile
1.35 accessibility/atk/Makefile
1.7 accessibility/dasher/Makefile
1.26 accessibility/gail/Makefile
1.8 accessibility/gnomemag/Makefile
1.5 accessibility/gnomespeech/Makefile
1.6 accessibility/gnopernicus/Makefile
1.10 accessibility/gok/Makefile
1.7 accessibility/linux-atk/Makefile
1.2 arabic/katoob/Makefile

(Only the first 10 of 1588 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 2)
Mon, 29 Dec 2003
[ 14:25 pav ] Original commit 
1.5 devel/libchipcard/Makefile
1.1 devel/libchipcard/files/patch-hbcicard.cpp
- Fix build on 5.x

PR:             ports/60682
Submitted by:   Samy Al Bahra <samy@kerneled.com>
Fri, 19 Dec 2003
[ 10:53 linimon ] Original commit 
1.4 devel/libchipcard/Makefile
Mark as broken on gcc3.3 due to the usual line continuation problems.
Notified maintainer.
Sat, 22 Feb 2003
[ 04:25 kris ] Original commit 
1.3 devel/libchipcard/Makefile
1.3 devel/libchipcard/pkg-plist
Add missing files, manpages and directories.  This port still incorrectly
creates ${PREFIX}/var/run
Wed, 19 Feb 2003
[ 01:19 arved ] Original commit 
1.2 devel/libchipcard/Makefile
1.2 devel/libchipcard/distinfo
1.2 devel/libchipcard/pkg-plist
Update to 0.8

Submitted by:   maintainer
Mon, 17 Feb 2003
[ 23:56 arved ] Original commit 
1.1059 devel/Makefile
1.1 devel/libchipcard/Makefile
1.1 devel/libchipcard/distinfo
1.1 devel/libchipcard/pkg-descr
1.1 devel/libchipcard/pkg-message
1.1 devel/libchipcard/pkg-plist
Add libchipcard, a library for access to chipcards

PR:             47228
Submitted by:   Martin Preuss <martin@libchipcard.de>

Number of commits found: 17

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
firefox*Nov 23
firefox-devel*Nov 23
firefox10*Nov 23
firefox15*Nov 23
firefox3*Nov 23
linux-firefox*Nov 23
linux-seamonkey*Nov 23
linux-thunderbird*Nov 23
seamonkey*Nov 23
streamripperNov 23
thunderbird*Nov 23
mantisNov 22
dovecotNov 19
dovecot-develNov 19
libxml2Nov 19

14 vulnerabilities affecting 30 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 19440
Broken 157
Deprecated 82
Ignore 444
Forbidden 7
Restricted 270
No CDROM 132
Vulnerable 56
Expired 56
Set to expire 65
Interactive 78
new 24 hours 18
new 48 hours32
new 7 days45
new fortnight92
new month146

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