FreshPorts -- The Place For Ports Sat, 22 Nov 2008 6:44 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: multimedia/libfame/Makefile
CVSWeb

Number of commits found: 19

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)
Mon, 26 Mar 2007
[ 22:35 mezz ] Original commit 
1.17 audio/libsamplerate/Makefile
1.40 audio/nas/Makefile
1.23 devel/libopendaap/Makefile
1.18 multimedia/libdvbpsi/Makefile
1.25 multimedia/libfame/Makefile
1.16 multimedia/mpeg4ip-libmp4v2/Makefile
1.34 multimedia/vcdimager/Makefile
Portlint:
        -INSTALLS_SHLIB -> USE_LDCONFIG.
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
Fri, 9 Jun 2006
[ 19:59 ahze ] Original commit 
1.7 audio/flac123/Makefile
1.28 audio/jack/Makefile
1.39 audio/nas/Makefile
1.13 graphics/exiftags/Makefile
1.11 graphics/libcaca/Makefile
1.11 multimedia/handbrake/Makefile
1.23 multimedia/libfame/Makefile
1.32 multimedia/vcdimager/Makefile
- Give a few homeless ports a home with multimedia@
Wed, 10 May 2006
[ 23:37 edwin ] Original commit 
1.16 mail/althea/Makefile
1.11 mail/antivirus-milter/Makefile
1.27 mail/anubis/Makefile
1.23 mail/asmail/Makefile
1.5 mail/assp/Makefile
1.6 mail/autosig/Makefile
1.7 mail/bayespam/Makefile
1.10 mail/biabam/Makefile
1.35 mail/cclient/Makefile
1.7 mail/contact-lookup-applet/Makefile

(Only the first 10 of 328 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from ports starting with M
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.
Wed, 13 Jul 2005
[ 00:41 mi ] Original commit 
1.19 multimedia/libfame/Makefile
1.1 multimedia/libfame/files/patch-cflags
1.1 multimedia/libfame/files/patch-warnings
Fix configure to stop appending ``-march=i386'' to CFLAGS on i386.
Depending on other optimization options, compiler could get confused
into an internal error, and was, probably, building pessimized code
even when working.

Ensure warning-free build, while I'm here. Mark the SSE as having no
effect -- ``--enable-sse'' causes configure to add the HAS_SSE define
to CFLAGS, but nothing in the current release checks for that flag. Ha-ha.

There are SSE implementations of some parts of the code (they are just
no used), so, perhaps, someone can add another patch to make use of them,
when possible.
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
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'.
Wed, 8 Dec 2004
[ 19:29 pav ] Original commit 
1.15 multimedia/libfame/Makefile
1.1 multimedia/libfame/files/patch-mmx_one-gcc34
- Make the library actually usable on gcc 3.4 systems:
  /usr/local/lib/libfame.so: undefined reference to `_mmx_one'

PR:             ports/74806
Submitted by:   Hendrik Scholz <hendrik@scholz.net>
Obtained from: 
http://www.linuxfromscratch.org/blfs/downloads/svn/libfame-0.9.1-gcc34-1.patch
Fri, 20 Aug 2004
[ 23:38 pav ] Original commit 
1.14 multimedia/libfame/Makefile
- Convert to OPTIONS

PR:             ports/70726
Submitted by:   Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
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.
Sat, 28 Feb 2004
[ 17:56 pav ] Original commit 
1.11 multimedia/libfame/Makefile
- Fix WITH_SSE option

PR:             ports/63505
Submitted by:   michael johnson <ahze@ahze.net>
Pointy hat to:  pav
[ 13:10 pav ] Original commit 
1.10 multimedia/libfame/Makefile
- Add WITH_SSE and WITHOUT_MMX knobs

PR:             ports/63417
Submitted by:   michael johnson <ahze@ahze.net>
Wed, 25 Feb 2004
[ 08:33 krion ] Original commit 
1.9 multimedia/libfame/Makefile
1.5 multimedia/libfame/distinfo
1.5 multimedia/libfame/pkg-plist
- Update to version 0.9.1

PR:             ports/63333
Submitted by:   michael johnson <ahze@ahze.net>
Fri, 4 Apr 2003
[ 02:38 lioux ] Original commit 
1.11 multimedia/avidemux/Makefile
1.5 multimedia/avinfo/Makefile
1.5 multimedia/camserv/Makefile
1.3 multimedia/dtv/Makefile
1.5 multimedia/dumpmpeg/Makefile
1.5 multimedia/enjoympeg/Makefile
1.37 multimedia/fxtv/Makefile
1.9 multimedia/gopchop/Makefile
1.10 multimedia/gxanim/Makefile
1.8 multimedia/libfame/Makefile

(Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
After repo copy from graphics category to newly create multimedia
one, update all appropriate references: *_DEPENDS, CATEGORIES

Repo copied by:         cvs (joe)
Approved by:            portmgr (self & no objections)

Number of commits found: 19

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