FreshPorts -- The Place For Ports Tue, 6 Jan 2009 11:30 AM GMT
non port: Makefile
CVSWeb

Number of commits found: 39

Sat, 19 Jul 2008
[ 18:59 kris ] Original commit 
1.104 Makefile
1.83 Mk/bsd.java.mk
1.596 Mk/bsd.port.mk
1.75 Mk/bsd.port.subdir.mk
1.105 Mk/bsd.python.mk
1.14 Tools/make_index
Major optimizations for 'make index' and other recursive traversal
targets.

* Use /rescue/sh for index builds instead of /bin/sh, when it exists.
  The former is statically linked and faster to execute, which becomes
  significant when executing it tens of thousands of times.  This
  trick can be used with other recursive targets by passing in
  __MAKE_SHELL.

* Get rid of make variable assignments that use != command invocations
  in the critical path, using several methods:

  - rewriting logic to use shell or make builtins instead of external command
executions
  - macroizing commands and executing them in the targets where they
    are needed instead of with every invocation of make
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 27 Sep 2007
[ 06:36 linimon ] Original commit 
1.103 Makefile
Remove obsolete anti-foot-shooting measure that tried to force you
to use csup for both ports and src.  It should be possible to use csup
for src and portsnap for ports.

If you define SUP_UPDATE without PORTSSUPFILE defined, you'll get
portsnap by default now.

PR:             ports/113819
Submitted by:   ale
Requested by:   many
Hat:            portmgr
Fri, 25 May 2007
[ 00:58 linimon ] Original commit 
1.102 Makefile
The default method for 'make update' is now portsnap.  Previously,
you had to manually select one of 3 methods: SUP_UPDATE, CVS_UPDATE,
or PORTSNAP_UPDATE.  The latter is now obsolete.

This should help some novice administrators just-start their system.

PR:             ports/105835
Submitted by:   erwin
Sat, 19 May 2007
[ 23:50 erwin ] Original commit 
1.101 Makefile
When setting INDEX_PRISTINE, also set USE_NONDEFAULT_X11BASE to
fix INDEX builds for older (OSVERSION < 602000) systems.

Approved by:    portmgr (self)
[ 22:30 pav ] Original commit 
1.100 Makefile
Add new category x11-drivers
Mon, 26 Feb 2007
[ 08:54 ru ] Original commit 
1.99 Makefile
Add two missing dollars.
Wed, 31 Jan 2007
[ 15:37 pav ] Original commit 
1.98 Makefile
1.1 ports-mgmt/Makefile
- Introduce a new ports category ports-mgmt: Ports for managing, installing and
  developing FreeBSD ports and packages

PR:             ports/97507
Submitted by:   shaun
[ 14:07 pav ] Original commit 
1.65 CHANGES
1.97 Makefile
1.75 Mk/bsd.java.mk
1.547 Mk/bsd.port.mk
1.6 Mk/bsd.tcl.mk
bsd.port.mk
 [1] Remove DEPENDS
 [2] Add a new pkg-plist keyword @stopdaemon
 [3] Provide rc.subr script suffix as RC_SUBR_SUFFIX
 [4] Add USE_CDRTOOLS to abstract dependency on sysutils/cdrtool[-cjk]
 [5] Add DOS2UNIX_REGEX, allowing to pass a filename regex to CRLF replacement
     routine
 [6] Support partially translated manpages in MAN* variables
 [7] Fix USE_LDCONFIG on ports with @cwd in pkg-plist
 [8] Remove support for XFree86 3.X
 [9] Add user settable WITH_DEBUG flag that turns on -g in CFLAGS and resets
     STRIP
 [9] Fix `make install' to refuse overwriting of older version of the port
[10] New category ports-mgmt
[11] New category gnustep
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 11 Feb 2006
[ 02:26 kris ] Original commit 
1.96 Makefile
 - Fix the make_index script if PORTSDIR is a path which contains a
   symlink. [1]

 - Allow use of alternate http download utilities with 'make
   fetchindex'. [2]

PR:             ports/35767 [1], ports/92588 [2]
Submitted by:   Peter Jeremy <PeterJeremy at optushome dot com dot au> [1],
                Alexander Logvinov <user at blg dot akavia dot ru> [2]
Sat, 28 Jan 2006
[ 02:11 linimon ] Original commit 
1.95 Makefile
1.11 converters/mule-ucs-emacs20/Makefile
1.12 converters/mule-ucs/Makefile
1.3 databases/bbdb-emacs20/Makefile
1.6 databases/bbdb/Makefile
1.11 databases/gnats4/Makefile
1.2 databases/lsdb-emacs20/Makefile
1.7 databases/lsdb/Makefile
1.4 deskutils/etask/Makefile
1.10 deskutils/howm/Makefile

(Only the first 10 of 139 ports in this commit are shown above. View all ports for this commit)
 - Fix possibility of "infinite make fork" when "Registering install for ..."
   EMACS ports.  [1]

 - Allow building a port as root using an NFS-mounted /usr/ports if the
   server maps root to a UID other than root. [2]

 - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail
   status rather than success. [3]

 - Improve behavior when dealing with versioned dependencies. [4]

 - Fix false positives in check-conflicts target. [5]

 - Remove obsolete bzip2 code. [6]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 24 Jan 2006
[ 21:35 cperciva ] Original commit 
1.94 Makefile
Split "portsnap fetch update" into "portsnap fetch" and "portsnap update"
for compatibility with old versions of portsnap.

Approved by:    krion
Sat, 21 Jan 2006
[ 17:37 krion ] Original commit 
1.93 Makefile
1.21 astro/sattrack/Makefile
1.9 comms/acfax/Makefile
1.8 comms/aldo/Makefile
1.2 comms/cwdaemon/Makefile
1.5 comms/echolinux/Makefile
1.10 comms/gmfsk/Makefile
1.5 comms/gpredict/Makefile
1.3 comms/gpsk31/Makefile
1.6 comms/grig/Makefile

(Only the first 10 of 82 ports in this commit are shown above. View all ports for this commit)
- Fix 'all-depends-list' target in cases if dependencies list is
  very long and if some dependencies can't be added into the list.
  [1]

- Fix FAM support.  Make gamin the default FAM system. [2]

- Introduce new 'quicksearch' target to show only port, path and
  info section of the matching ports. [3]

- Introduce new category - rubygems. [4]

- Fix stale dependencies while installing qmail slaveport and
  another port that depends on qmail. [5]

- Add commentary for describes target in bsd.port.mk. [6]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 24 Dec 2005
[ 07:04 ru ] Original commit 
1.92 Makefile
MFsrc: Show stray files during "cvs update".
Tue, 8 Nov 2005
[ 13:32 pav ] Original commit 
1.91 Makefile
1.1 net-im/Makefile
- Create a new category, net-im, for instant messaging applications.
  I will populate it with ~100 ports mainly from net category soon.

Approved by:    portmgr (clement)
Fri, 17 Dec 2004
[ 11:23 krion ] Original commit 
1.90 Makefile
Introduce new variable MASTER_SITE_INDEX, to allow mirroring of
INDEX files.

PR:             ports/74709
Submitted by:   Valentin Nechayev <netch@netch.kiev.ua>
Sun, 28 Nov 2004
[ 21:53 linimon ] Original commit 
1.89 Makefile
1.3 picobsd/Makefile
1.9 picobsd/ssh-picobsd/Makefile
1.3 picobsd/ssh-picobsd/distinfo
1.2 picobsd/ssh-picobsd/files/patch-aa
1.2 picobsd/ssh-picobsd/files/patch-ac
1.2 picobsd/ssh-picobsd/files/patch-ad
1.2 picobsd/ssh-picobsd/files/patch-ae
1.2 picobsd/ssh-picobsd/files/patch-af
1.2 picobsd/ssh-picobsd/files/patch-ag

(Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
As previously announced, remove ports/picobsd/ssh-picobsd due to long-
standing build problems.  Since it was the last port in the picobsd
category, remove it, too.

Discussed with:         kris
Tue, 16 Nov 2004
[ 09:12 kuriyama ] Original commit 
1.88 Makefile
Allow to override fetch option by $FETCHINDEX variable.

Approved by:    portmgr (krion)
Mon, 15 Nov 2004
[ 21:05 pav ] Original commit 
1.87 Makefile
- In fetchindex target:
  Fetch bzip2 compressed copy of INDEX and decompress locally. This should
  cut down both time and bandwidth.

Approved by:    kris (portmgr hat)
Wed, 14 Jul 2004
[ 09:18 kris ] Original commit 
1.86 Makefile
1.492 Mk/bsd.port.mk
1.55 Mk/bsd.port.subdir.mk
1.11 Tools/make_index
* Be even more explicit about partial ports trees being unsupported
  for INDEX builds [1]

* Remove the parallel target from Makefile; this is heavily tied to
  the package build cluster and can be better done in the makeparallel
  script (commit to follow) [2]

* Extend the format of INDEX to separately list the
  EXTRACT/PATCH/FETCH_DEPENDS instead of lumping them all in together
  with BUILD_DEPENDS.  The three new fields are appended to the end of
  the record in that order. [2]

* Change BROKEN to IGNORE in BROKEN_WITH_MYSQL failure code [3]

* Support non-default PREFIX for perl 5.00503 [5]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 12 Jun 2004
[ 00:52 kris ] Original commit 
1.85 Makefile
Be more explicit about INDEX builds not being supported with partial
or out-of-date ports collections.
Thu, 10 Jun 2004
[ 08:30 kris ] Original commit 
1.84 Makefile
1.491 Mk/bsd.port.mk
1.54 Mk/bsd.port.subdir.mk
* Support verbose index builds with INDEX_VERBOSE [1]

* Don't assume root is using /bin/sh when switching credentials to
  configure OPTIONS. [2]

* Support glob expressions in USE_GETTEXT to allow more flexibility
  in the face of future gratuitous library version bumps by the gettext
  developers [3]:

  USE_GETTEXT=yEs   # Works as before (case-insensitive)
  USE_GETTEXT=[5-7] # Accepts any of those libintl.so.x versions
                    # in the LIB_DEPENDS

* Correctly register dependencies when a non-system perl port is used
  on 4.x [4]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 25 May 2004
[ 11:16 netchild ] Original commit 
1.83 Makefile
Add "fetchindex" target. It fetches the recent index file (INDEX _or_
INDEX-5).

A note about the implementation: I had to add the call to chmod to make
the index file readable to everyone. I'm a little bit surprised by this,
since my umask is 022. Either fetch(1) doesn't respect the umask or it
mirrors the permissions too (I haven't investigated this). Both
possibilities aren't documented in the man-page.

Approved by:    kris (previous version without the chmod)
Fri, 2 Apr 2004
[ 08:25 kris ] Original commit 
1.82 Makefile
1.485 Mk/bsd.port.mk
1.53 Mk/bsd.port.subdir.mk
- Allow processing of info files in non-standard locations; the
  INFO_PATH variable may be used to specify their location.  It defaults
  to 'share/info' for the standard PREFIX, and 'info' when PREFIX ==
  /usr. [1]

- Remove the <category>/pkg/COMMENT files in favour of a COMMENT
  variable in <category>/Makefile [2]

- Prevent patch breakage with VERSION_CONTROL=numbered [3]

- Fix some instances of incorrect WRKDIRPREFIX handling. [4]

- remove useless ${MKDIR} ${WRKSRC} in config target [5]

- remove reference to OpenBSD [6]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 23 Feb 2004
[ 04:42 wollman ] Original commit 
1.2 net/nagios/files/DEINSTALL.tmpl
1.2 net/nagios/files/INSTALL.tmpl
1.2 net/nagios/files/MESSAGE.tmpl
1.344 MOVED
1.81 Makefile
1.33 dns/ipcheck/Makefile
1.10 dns/p5-Net-DNS-ZoneFile/Makefile
1.9 graphics/hpoj/Makefile
1.55 lang/php4/Makefile
1.49 lang/php5/Makefile

(Only the first 10 of 907 ports in this commit are shown above. View all ports for this commit)
Say hello to the new "net-mgmt" category.  There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus
Fri, 20 Feb 2004
[ 02:59 marcus ] Original commit 
1.80 Makefile
Tie x11-themes into the build now that it contains some ports.
Thu, 22 Jan 2004
[ 09:16 marcus ] Original commit 
1.79 Makefile
Tie accessibility to the build now that it has some ports.
Sat, 8 Nov 2003
[ 23:57 marcus ] Original commit 
1.78 Makefile
Tie arabic to the build now that it has some ports.
Sat, 30 Aug 2003
[ 04:24 marcus ] Original commit 
1.77 Makefile
Tie the dns category to the build now that it has some ports.
Tue, 19 Aug 2003
[ 10:53 arved ] Original commit 
1.76 Makefile
1.619 misc/Makefile
1.26 misc/kde3-i18n-pl/Makefile
1.8 misc/pl-sms/Makefile
1.1054 net/Makefile
1.2 net/ekg/Makefile
1.9 net/gnugadu/Makefile
1.536 textproc/Makefile
1.5 textproc/pl-aspell/Makefile
1.3 net/gnugadu/scripts/configure.gg

(Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Connect polish to the build
Remove the Repocopied ports.

PR:             53797
Submitted by:   Aleksander Fafula <alex@fafula.com>
Approved by:    portmgr(marcus)
Repocopied by:  joe
Sat, 12 Jul 2003
[ 14:20 joe ] Original commit 
1.75 Makefile
Define the default SUP program to be cvsup.

PR:     ports/15992
Thu, 6 Mar 2003
[ 14:02 ru ] Original commit 
1.74 Makefile
With CVS_UPDATE, use read-only repository mode by default.
Wed, 5 Mar 2003
[ 09:08 ru ] Original commit 
1.73 Makefile
In a spirit of src/Makefile.inc1,v 1.142, get rid of "sticky"
files when updating ports sources with cvs(1).
Mon, 24 Feb 2003
[ 03:54 kris ] Original commit 
1.72 Makefile
Correct the bug in 'make index' that failed to substitute back the
canonical PREFIX locations for /nonexistent*
Wed, 4 Dec 2002
[ 18:03 kris ] Original commit 
1.71 Makefile
I committed from the wrong tree, and the patch had a missing
INDEX -> ${INDEXFILE} conversion.
[ 17:17 kris ] Original commit 
1.70 Makefile
1.436 Mk/bsd.port.mk
1.46 Mk/bsd.port.subdir.mk
Add the INDEXFILE variable, that defaults to INDEX-5 on 5.0 (500036) and
later, and INDEX on earlier systems.  Use this in the 'make index' and
associated targets.  This is necessary to deal with the substantially
different dependencies of ports between 4.x and 5.0 (e.g. ports that
depend on perl).
Sun, 1 Dec 2002
[ 01:05 kris ] Original commit 
1.69 Makefile
Merge in some changes from Tools/portbuild/scripts/makeindex: set
LOCALBASE and X11BASE to bogus values during the index build, so
'make describe' does not pick up packages installed on the system and
change the package name or list of dependencies (this will usually
create a broken INDEX file).
Mon, 18 Nov 2002
[ 09:22 knu ] Original commit 
1.1 finance/pkg/COMMENT
1.1 hungarian/pkg/COMMENT
1.1 multimedia/pkg/COMMENT
1.1 portuguese/pkg/COMMENT
1.68 Makefile
Add several new real categories.

- finance : Monetary, financial and related applications

  PR:           ports/39102
  Requested by: trevor

- hungarian : Hungarian language support

  PR:           ports/37576
  Requested by: Janos Mohacsi <janos.mohacsi@bsd.hu>

- multimedia : Multimedia software

  Requested by: many

- portuguese : Portuguese language support

  PR:   ports/35991
  Requested by: trevor
Wed, 2 Oct 2002
[ 08:14 kris ] Original commit 
1.67 Makefile
Switch back to .tgz packages for 'parallel' target.
Sun, 15 Sep 2002
[ 23:08 kris ] Original commit 
1.66 Makefile
Switch to .tbz packages in generated makefile target.

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
xterm*Jan 06
php5-gdJan 05
awstatsJan 04
awstats-develJan 04
p5-File-PathJan 03
vimJan 02
vinagreDec 31
mplayerDec 30
mysql41-serverDec 30
mysql50-serverDec 30
mysql51-serverDec 30
mysql60-serverDec 30
roundcubeDec 30
twikiDec 30
ampacheDec 26

12 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 19563
Broken 137
Deprecated 97
Ignore 546
Forbidden 8
Restricted 237
No CDROM 130
Vulnerable 55
Expired 17
Set to expire 79
Interactive 77
new 24 hours 1
new 48 hours6
new 7 days19
new fortnight63
new month118

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