| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
- Update WWW
PR: ports/97569
Submitted by: Rusty Nejdl <rnejdl@tethys.ringofsaturn.com>
Approved by: maintainer timeout (lioux; 1 month)
|
|
|
|
|
| |
PR: ports/99504
Submitted by: maintainer
|
|
|
|
|
|
|
| |
PR: ports/99455
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)
|
|
|
|
|
|
| |
PR: ports/99499
Submitted by: Antonio Querubin <tony@lava.net> (maintainer)
Approved by: pav (co-mentor) via IRC
|
|
|
|
|
|
|
| |
PR: ports/99456
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)
|
|
|
|
|
|
|
|
|
|
| |
your OS) whenever you do a "reload" command or whenever there is a sudden clock
shift, which occurs much more often than one would imagine.
See http://article.gmane.org/gmane.comp.sysutils.backup.bacula.announce/85
PR: 99486
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
- this commit modified ports maintained by (non-)ports@, so approved by
portmgr (erwin) first.
PR: ports/98755
Submitted by: rafan
Approved by: portmgr (erwin)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a bug fix and general improvement release. From the change log:
- Incorporate local ports/categories into the INDEX by scanning Makefile.local
for additions to $SUBDIR. Mentioned on freebsd-ports@freebsd.org by
Rong-En Fan <rafan (at) infor.org>
- Clean up error messages, and factor out common progress counter code.
- Add a new Category object type, and cope better with changes to categories
(ie. ports being hooked up / unhooked from the tree). Problem pointed out by
Colin Percival <cperciva (at) freebsd.org>
- Instead of calling perl to compile exactly the same bit of perl code from
/usr/ports/Mk/bsd.ports.mk about 15,000 times (ie once per port) as a
consequence of actually running 'make describe', just call perl once, use make
to print out the basic variables from the port and replicate the processing
done ourselves.
PR: 99454
Submitted by: author/maintianer
|
|
|
|
| |
pkg_checkplist, an alias to "pkg_genplist -c".
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- no longer override do-build
- define a new regression-test target depending on build that calls the
package's regression test scripts and allows for automated regression
testing on the ports cluster
PR: ports/99427
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
and logs.
Author: Laurent 'kiwi' Ghigonis <ooookiwi@free.fr>
WWW: http://www.enlightenment.org
PR: ports/99362
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
|
|
|
| |
PR: 99422 99423
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
|
|
|
| |
PR: ports/99277
Approved by: markus (mentor), maintainer
|
|
|
|
|
| |
PR: 99346
Submitted by: Antonio Querubin <tony@lava.net>
|
|
|
|
| |
Noticed by: tobez
|
| |
|
|
|
|
|
| |
PR: 99316
Submitted by: Martin Kammerhofer <dada@pluto.tugraz.at> (maintainer)
|
|
|
|
|
|
|
| |
The bsd.*.mk architecture has not supported these antique releases for
quite some time.
Hat: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* file/FileManager.java, file/FileManager.class, file/file.jar
Do not try to use String.replaceAll (available from 1.4 on) in replace_str.
* miniserv.pl
Fix for Windows backslash characters in path.
* net/freebsd-lib.pl, net/macos-lib.pl, net/netbsd-lib.pl, net/openbsd-lib.pl
Comment changed (host.conf -> nsswitch.conf)
* syslog/module.info
os_support setting changed (redhat-linux related)
|
|
|
|
|
| |
* add support for FreeBSD 6.x
* drop support for FreeBSD 4.x, 5.x
|
|
|
|
|
|
|
| |
file.
PR: ports/98681
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
|
|
|
|
| |
PR: ports/98676
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
|
|
|
|
|
|
|
|
| |
The POST-INSTALL script of the binary package tries to
execute MAKEDEV which is a no-op on 5.x, but nonsense on
6.x and above:
PR: ports/99237
Submitted by: Helge Oldach <aacclijun06@oldach.net>
|
| |
|
| |
|
|
|
|
| |
Approved by: ahze (mentor)
|
|
|
|
|
| |
delete distfiles for old ports with the -o option, or that have
been moved.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
=============
1. Add -b option to make a backup package of the installed port
2. Add -g option to make a package of the new port
3. Add -o option to replace an installed port with a new port from a
different location (e.g., portmaster -o emulators/linux_base-fc4 linux_base)
The second argument can also be specified as the name of the installed port
(e.g., linux_base-8-8.0_15)
4. Add -s option to detect no-longer-needed dependencies, and offer the user
a choice to delete them.
General improvements:
=====================
1. Update usage() to reflect reality, and organize it better
2. Switch to using DEPORIGIN to detect missing dependency tracking, which
provides dramatically fewer false positives, and more useful tools to fix
actual problems
3. Factor out more common code into functions
4. Only pay attention to +REQUIRED_BY files for dependency tracking if they
are > 0 bytes
5. Simplify option parsing
6. Make whitespace more consistent in -a message
7. Only grep for dependencies if we're upgrading an installed port
8. If using -o, or a port moved, try to find the names of the old distfiles,
and offer the user the choice to remove all of the, or prune the stale ones.
Bug fixes:
==========
1. Fix the PATH if a user is using ccache
2. Handle the case where there is no ORIGIN in a +CONTENTS file
3. Ignore errors in the tail of fetchlog, since if the file is gone we'll
exit the loop anyway
|
|
|
|
| |
I'd like to wait a repocopy but marcus seems will unaccessible for a week.
|
|
|
|
| |
Rebuilding the pkgdb <format:dbm_hash> in /var/db/pkg ... can't convert String into Integer
|
| |
|
|
|
|
|
|
|
|
| |
fstatvfs().
PR: ports/98249
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit)
|
|
|
|
|
|
| |
PR: ports/98249
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit)
|
|
|
|
|
|
| |
The bug caused count -D twice and look at it as -DD
Reported in: ports@
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
| |
Now it's PITA if many ports affected.
|
|
|
|
|
|
| |
It's exactly I meant.
Reported by: Larry Rosenman <ler at lerctr.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add -e (--emit-summaries) option and show summary messages only when
the option defined or verbose mode is on. [1]
* Allow origins in ALT_PKGDEP. This announced in pkgtools.conf
but did not work really. [2]
* Run 'make config' before all operations unless -j (--jet-mode)
option specified. [3]
* Add lock on operations with pkgdb.db. Now you can safe run a few
portupgrade(1).
* Incorrectly calculated upgrade time when it is more 24 hours. [4]
* Other fixes and impovements.
PR: ports/99086 [4]
Reported by: Doug Poland <doug at polands.org> [3,4]
Requested by: many [1]
Submitted by: skv [2]
|
|
|
|
|
|
|
|
|
| |
See the post-installation message for instructions.
WWW: http://mato.gamato.org/freebsd/
PR: ports/93218
Submitted by: Martin Otto <gamato@pobox.sk>
|
|
|
|
|
|
| |
PR: ports/97689
Submitted by: TAOKA Fumiyoshi <fmysh _at_ iijmio-mail.jp>
Approved by: krion (mentor)
|
|
|
|
| |
Approved by: krion (mentor)
|
|
|
|
|
|
|
|
|
| |
Subversion repositories. It uses Fuse and Neon.
WWW: http://noedler.de/projekte/wdfs/
PR: ports/98890
Submitted by: Gyorgy Teubel <tgyurci@freemail.hu>
|
|
|
|
|
|
| |
PR: 98255
Submitted by: leeym
Approved by: maintainer timeout
|
| |
|
|
|
|
|
|
| |
and some maintainer-timeouts.
Hat: portmgr
|
|
|
|
|
|
| |
email, and various maintainer-timeouts.
Hat: portmgr
|
|
|
|
|
|
| |
past through use of stricky tag.
Pointed out by: pav
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: Kris mail
Approved by: krion (mentor)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
move them to MASTER_SITE_LOCAL.
|
|
|
|
|
|
|
|
|
|
|
| |
- The bconsole "reload" command should now work properly
- untested fix to eliminate the scheduling problems during daylight savings
time change
- manual released under the GNU Free Documentation License (FDL)
- Fixed a race condition on dual processor machines
PR: ports/98855
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/98393
Submitted by: Richard Tector <richard@tector.org.uk>
|
|
|
|
|
|
| |
PR: ports/97813
Submitted by: miwi
Approved by: krion (mentor), maintainer timeout
|
|
|
|
| |
Approved by: krion (mentor)
|
|
|
|
|
|
| |
PR: ports/97801
Submitted by: miwi
Approved by: krion (mentor), maintainer timeout
|
|
|
|
|
| |
PR: ports/98847
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Incorrect: (before)
================================
# cd /usr/ports/x11-toolkits/pango
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.local.dist <-- Here...
================================
Correct: (after)
================================
# cd /usr/ports/x11-toolkits/pango
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist <-- Here...
================================
|
| |
|
|
|
|
|
|
|
|
|
| |
- Update WWW
- Take maintainership
- portlint(1)
PR: 97560
Submitted by: Stefan Pauly <stefan___fh-mainz.de>
|
|
|
|
|
|
|
|
| |
and these ports build fine without it. My guess is that it was added
by someone as an opposite to USE_BZIP2 and other people copied it.
Remove it once and for all.
With hat: portmgr
|
|
|
|
|
| |
PR: ports/98808
Submitted by: Dmitry Marakasov <amdmi3 -at- mail.ru> (maintainer)
|
|
|
|
|
|
|
|
|
| |
LSI Logic's MegaRAID RAID controllers.
WWW: http://lists.freebsd.org/pipermail/freebsd-scsi/2006-February/002294.html
PR: ports/98803
Submitted by: bz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Add ALT_INDEX array to pkgtools.conf. The array holds additional
INDEX files. Useful for local categories.
o Add to pkgtools.conf a new dirrective: include_hash('glob').
It downloads keys and values (splitted by '=>') from files
coincided with 'glob' and returns a filled hash. The glob is
related to PREFIX. [1]
o Add a summary messages on each upgrade/install transaction:
how many tasks and how many task done. [2]
o Make portupgrade(1) with -D option really remove a broken distfile.
But it works only if FETCH_CMD set to use fetch(1) (it's default). [3]
o Bugs fixes
Requested by: skv [1]
netchild [2]
Andriy Gapon <avg at icyb.net.ua> [3]
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Scott Allendorf <scott-allendorf at uiowa.edu>
|
| |
|
|
|
|
|
| |
PR: ports/98740
Submitted by: "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
|
|
|
|
| |
Submitted by: lawrance
|
|
|
|
|
|
| |
- automatically modify make.conf on install/deinstall
Inspired by: James O'Gorman <james@netinertia.co.uk>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
you have a good client using an IP listed on a RBL, this person cannot have a
chance to auth on qmail server if server uses rblsmtpd because connection is
dropped before call qmail-smtpd.
This patch fix this problem, changing rblsmtpd to doesn't drop the connection,
just set a var, that will be checked by patched qmail-smtpd, and if person is
authenticated, it ignores rbl check.
PR: ports/98390
Approved by: maintainer
|
| |
|
|
|
|
|
| |
PR: ports/97734
Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru>
|
|
|
|
|
|
| |
PR: ports/97793
Submitted by: miwi
Approved by: krion (mentor), maintainer timeout
|
| |
|
|
|
|
|
| |
universal way. Knobs set to specific ports are honorated
by portmaster, portupgrade, portmanager and 'make install'.
|
|
|
|
|
| |
PR: ports/98680
Submitted by: Shaun Amott <shaun_AT_inerd dot com>
|
|
|
|
|
|
|
|
| |
- silence portlint
PR: ports/97799
Submitted by: miwi
Approved by: maintainer-timeout, lawrance (mentor, implicit)
|
|
|
|
|
|
| |
PR: ports/97795
Submitted by: miwi
Approved by: maintainer-timeout, lawrance (mentor, implicit)
|
|
|
|
|
|
| |
PR: ports/97797
Submitted by: miwi
Approved by: maintainer-timeout, lawrance (mentor, implicit)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The program uses the NIS interface from apcupsd to collect event and status
information for display to the end-user. Because of this great interface,
this program can be executed on any OS supported machine and use the network
socket interface to connect back to apcupsd.
WWW: http://gapcmon.sourceforge.net/
PR: ports/98117
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
Approved by: lawrance (mentor, implicit)
|
|
|
|
|
|
|
|
| |
The announcement can be found at:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a10
PR: ports/98587
Submitted by: Fabian Keil <freebsd-listen@fabiankeil.de>
|
| |
|
|
|
|
|
| |
PR: ports/98602
Submitted by: maintainer
|
|
|
|
| |
Submitted by: fenner's distfile survey
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Really fix *_rc_scripts. The last fix was uncomplited.
o Set both make argument and environment variable to PORT_UPGRADE=yes.
It makes possible a port or a package (via install/deinstall scripts)
to detect if it builds/installs/deinstalls under portupgrade(1) [1]
o Add to pkgtools.conf a new directive: include_eval('file')
The file will included and evaluated in the place where encountered.
The file path looking inside of PREFIX. [2]
o Add to pkgtools.conf ALT_MOVED. The array holds alternate MOVED file.
E.g. for files in EXTRA_CATEGORIES. [3]
o Allow install port by origin. E.g. portinstall lang/ruby18
o Make pkgdb offer install a stale dependency before selecting it from
installed. [4]
- Add own mirror to prevent delay while distfile appears on MASTER_SITE_LOCAL.
Requested by: skv [1,2,3], kris [4]
|
|
|
|
|
| |
- USE_GCC= 3.3+
- USE_GETOPT_LONG
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
found on many modern scanners which are intended to trigger certain actions
like copying, faxing or mailing the scanned document.
This daemon queries the scanner button state several times per second via
libusb and if it detects that a button is pressed it runs a shell script with
the button number as an argument.
The supported scanner backends currently are: epson, niash, plustek, snapscan
Author: Bernhard Stiftner <root84@users.sourceforge.net>
WWW: http://scanbuttond.sourceforge.net/
PR: ports/95386
Submitted by: Daniel Thiele
Approvel by: lawrance (mentor, implicit)
|
|
|
|
| |
-Use DATADIR in plist.
|
|
|
|
|
|
|
|
| |
- Cleanups
PR: 98516
Submitted by: leeym
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
- add backup mirror
- fix http://people.freebsd.org/~fenner/portsurvey/sysutils.html#diskusage
PR: ports/97812
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Reviewed by: aaron
Approved by: tobez (implicit)
|
| |
|
|
|
|
|
| |
PR: ports/97662
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rather than just leaving them in the examples directory. There seems
to be no real security advantage to not installing the pam files since
they are required for fcron and fcrontab to operate, and root privs are
required to install fcron to begin with.
- The sockaddr.sa_len was not set prior to calls to bind() and connect().
The upshot begin that fcrondyn was unable to open the socket
to communicate with fcron.
PR: ports/97066
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Fix -O that should force ignoring dependency errors,
but really did not work [1]
o Add PKG_BACKUP_DIR environment variable where specified
a directory where will keep saved packages (-b).
Default: PKG_PATH (PORTSDIR/packages/All) [2]
o Add MAKE_ENV in pkgtools.conf that is like MAKE_ARGS but
allows to set environment variables for ports [3]
o Fix pkg_fetch(1) to guess a right source directory for
download (All or Latest). It works in much more cases now [4]
And make a notice for using of '@' in package name more clean.
o *_rc_scripts internal procs don't recognize RC-scripts without .sh.
It's wrong for 6.0+ [5]
o Fix pkgdb -s [6]
o Add firefox in a browser list in portcvsweb(1)
o Revive NEWS file
PR: ports/56301 [1]
ports/81454 [2] (based on)
ports/92896 [3]
ports/94054 [4]
ports/95775 [5]
ports/96832 [6]
Reported by: Roman Neuhauser <neuhauser at sigpipe.cz> [1]
Fernan Aguero <fernan at iib.unsam.edu.ar> [3]
Andrew Webster <awebster at connectalk.com> [4]
Rong-En Fan <rafan at infor.org> [5]
Richard Brooksby <rb at ravenbrook.com> [6]
Submitted by: KOMATSU Shinichiro <koma2 at lovepeers.org> [2]
|
|
|
|
|
|
| |
PR: 98451
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Approved by: maintainer
|
| |
|
|
|
|
|
|
|
|
| |
- Update WWW
- Use more macros in plist
PR: ports/97800
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
|
|
|
|
|
|
|
| |
- Update WWW
PR: ports/97796 (based on)
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
|
|
|
|
|
|
|
|
| |
- Fix WWW: line
- Support PLIST_FILES
PR: ports/98024
Submitted by: Ports fury
|
|
|
|
|
| |
PR: 98223
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: 98363
Submitted by: Martin Wilke <freebsd___unixfreunde.de>
Approved by: maintainer
|
|
|
|
|
|
|
| |
- portlint(1)
PR: 98233
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: 97400
Submitted by: Mars G. Miro <marsgmiro___gmail.com>
Approved by: maintainer timeout (16 days)
|
|
|
|
|
| |
PR: ports/98365
Submitted by: Dmitry Frolov <frolov@riss-telecom.ru> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 2.1.0
o rewrite version checking. Now it's compliant with pkg_version(1) algorythm
o fix shebangs in test/*
o add test in test_pkgversion.rb from test-pkg_version.sh
o fix test_pkgdb.rb
o fix pointyhat URL in pkgtools.conf and pkgtools.rb
o make comparisons when updates from packages. It compared package names
instead versions. It gives a weird results when port was renamed
(eg. mozilla-firebird -> firefox) [1]
o don't show a warning about origin changing when origins are the same. [2]
It rids us from messages like:
Package origin of 'pan' has been changed: 'news/pan' -> 'news/pan'
PR: ports/62990 [1], ports/98153 [2]
Submitted by: Leland Wang <llwang at infor.org> [1]
tobez [2]
Approved by: maintainer (silence for a month, no activity seen for 4 monthes)
daichi (blessed)
ports (silence)
a number open PRs from 2003 year
Inspired by: az
|
| |
|
|
|
|
|
| |
PR: 98209
Submitted by: Sulev-Madis Silber <madis555@hot.ee> (maintainer)
|
| |
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 98108
Submitted by: Beat Gätzi <beat@chruetertee.ch>
Approved by: maintainer
|
|
|
|
|
| |
Forgotten by: myself
Notified by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp>
|
|
|
|
|
|
| |
missing prototype.
Submitted by: ru
|
|
|
|
|
| |
Noticed by: krisbot
Pointyhat to: myself
|
|
|
|
|
|
|
| |
- Take maintainership
PR: ports/98122
Submitted by: maintainer (Nils Vogels)
|
|
|
|
|
|
|
| |
- fix http://people.freebsd.org/~fenner/portsurvey/sysutils.html#xsu
PR: 97962
Submitted by: Martin Wilke <freebsd_AT_unixfreunde dot de>
|
| |
|
| |
|
|
|
|
| |
PR: Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
|
|
|
|
|
| |
PR: ports/98102
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
|
|
|
|
|
|
| |
PR: ports/93186
Submitted by: $self
Approved by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
| |
1. Update DEPORIGIN in addition to @pkgdep entries in +CONTENTS
2. Give more details about why a port moved
3. grep for the old port name in existing +CONTENTS files, since the
new name will not appear at all
Also, stretch the window to wait for a background 'make checksum' to
complete to 5 seconds instead of 3
|
| |
|
|
|
|
|
| |
PR: ports/98032
Submitted by: marko
|
|
|
|
|
| |
PR: 98007
Submitted by: Jonathan Belson <jon@witchspace.com>
|
|
|
|
|
|
|
| |
- Support latest pdumpfs.
PR: ports/96245
Submitted by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp>
|
|
|
|
|
| |
sysutils/gnomesystemmonitor -> sysutils/gnome-system-monitor
sysutils/gnomesystemtools -> sysutils/gnome-system-tools
|
|
|
|
|
| |
sysutils/gnomecontrolcenter -> sysutils/gnome-control-center1
sysutils/gnomecontrolcenter2 -> sysutils/gnome-control-center
|
|
|
|
|
| |
security/gnomekeyring -> security/gnome-keyring
security/gnomekeyringmanager -> security/gnome-keyring-manager
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for other ports, chase the rename.
PR: ports/97985
Repocopy by: marcus
|
|
|
|
|
|
|
|
|
|
|
| |
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for other ports, chase the rename.
|
|
|
|
| |
Reported by: Jason Lixfeld <jason@lixfeld.ca>
|
| |
|
|
|
|
|
|
|
| |
- Fix endian macros on FreeBSD, so that mkfs.xfs does not produce
a scrambled superblock.
Submitted by: Nathan Scott <nathans at sgi dot com >
|
|
|
|
|
|
|
| |
port should be IGNOREd.
Reported by: kris
Submitted by: Nick Barkas <snb@threerings.net> (maintainer)
|
|
|
|
|
|
|
| |
the src tree.
PR: ports/93901, bin/96288
Sponsored by: FreeBSD security development fundraiser
|
| |
|
|
|
|
|
|
|
| |
applided. I used here the 0.3 version of this tls patch, obtained from
spamcontrol patch collection. I'm doing this in preparation of update
qmail-spamcontrol to 2.4.14 that supports STARTLS
- Make necessary change on ucspi-ssl to add this new slaveport
|
|
|
|
|
| |
Reported by: pointyhat via kris
Approved by: krion (mentor, implicit)
|
|
|
|
|
| |
PR: ports/97943
Submitted by: maintainer (Lars Engels)
|
|
|
|
|
|
|
| |
- Take maintainership
PR: ports/97874
Submitted by: Darren Pilgrim <darren.pilgrim@bitfreak.org>
|
|
|
|
|
|
|
| |
- Take maintainership
PR: ports/97900
Submitted by: Rene Ladan <r.c.ladan@gmail.com>
|
|
|
|
|
| |
PR: ports/97897
Submitted by: Rene Ladan <r.c.ladan@gmail.com>
|
|
|
|
|
|
| |
PR: ports/97917
Submitted by: Thomas Vogt <thomas@bsdunix.ch>
Approved by: krion (mentor, implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CurlFtpFS is a filesystem for acessing FTP hosts based on FUSE and
libcurl.
CurlFtpFS differentiates itself from other FTP filesystems because it
features:
* SSLv3 and TLSv1 support
* connecting through tunneling HTTP proxies
* automatically reconnection if the server times out
* transform absolute symlinks to point back into the ftp file
system
WWW: http://curlftpfs.sourceforge.net/
Approved by: krion (mentor)
|
|
|
|
|
|
|
| |
maintainer for sysutils/memtest.
PR: ports/97864
Submitted by: maintainer (Linh Pham)
|
|
|
|
|
|
| |
PR: ports/97548
Submitted by: maintainer
Approved by: tmclaugh
|
|
|
|
| |
Add proper handling of configuration file upgrades by running setup.sh when needed.
|
|
|
|
|
| |
PR: 97736
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
| |
- Add a cd-paranoia OPTION
PR: 97291
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
|
|
|
|
|
|
| |
- Fix CPU frequency displaying [1]
Reported by: Karsten Rothemund <photor@photor.de> [1]
|
|
|
|
|
| |
PR: ports/97608
Submitted by: Boris B. Samorodov <bsam@ipt.ru> (maintainer)
|
|
|
|
|
| |
PR: ports/97599
Submitted by: Boris Samorodov <bsam@ipt.ru> (maintainer)
|
| |
|
|
|
|
|
| |
- Replace BROKEN with IGNORE since it's not going to be supported on 4.x
ever
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Notified by: fenner (distfiles survey)
|
|
|
|
|
| |
PR: 97536
Submitted by: Martin Matuska <martin___matuska.org>
|
|
|
|
| |
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> (maintainer)
|
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
|
|
|
|
|
| |
- Add secondary category
- portlint(1)
PR: 96350
Submitted by: Henrik Brautaset Aronsen <freebsd-ports___henrik.synth.no>
Approved by: maintainer
|
|
|
|
| |
Reported by: krismail
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
easier to leave it running unattended for large updates. (This can be
toggled off.)
2. Implemented a completely unattended mode which accepts the defaults for
all portmaster dialogues. (Note, this does not help with ports that have
interaction other than 'make config', such as ghostscript, etc.)
3. Added -u to sort(1) calls to try and address a bug report about duplicate
lines in +REQUIRED_BY files. I was not able to reproduce this bug, but
better safe than sorry.
4. Verbose mode is now slightly more informative about what's happening.
5. More common code factored out into functions.
6. The -n flag now cancels the build of the port called on the command line too.
7. Improved (?) the stale distfile deletion routine to better handle ports
that have multiple distfiles.
8. We now launch 'make checksum' (which performs a fetch if needed) in the
background while recursing through dependencies.
9. Various code cleanups, such as adding -t to a mktemp invocation that was
missing it, more local variables in functions, more consistent flag variable
values, etc.
|
|
|
|
| |
-Correct the order by move CATEGORIES under PORTREVISION.
|
|
|
|
|
|
| |
PR: ports/97399
Submitted by: maintainer
Approved by: lawrance (mentor)
|
|
|
|
|
| |
- refine IGNORE
- bump PORTREVISION
|
| |
|
|
|
|
|
| |
PR: ports/96455
Submitted by: Thomas Spreng <spreng at socket dot ch>
|
|
|
|
|
|
|
|
|
|
| |
Improve install/deinstall scripts and make use of SUB_FILES
to avoid hardcoding paths.
Add support for FreeBSD 5.3 and later.
PR: ports/97331
Submitted by: Nick Barkas <snb@threerings.net> (maintainer)
Obtained from: Dmitry Frolov <frolov@riss-telecom.ru>
|
|
|
|
| |
all other systems.
|
|
|
|
|
|
|
|
|
|
|
|
| |
reflect the DVD recording support included since 2.01.01a09.
- Add btcflash, included since 2.01.01a05, to the list of cdrtools
package contents in pkg-descr.
- Correct a grammo in pkg-descr.
- Bump PORTREVISION, as these changes affect the contents of the
binary package.
Submitted by: Fabian Keil (modulo COMMENT part)
Approved by: netchild
|
|
|
|
|
|
|
| |
changed the licenses of the various cdrtools components from GPL to
CDDL and LGPL respectively. For the full announcement of 2.01.01a09
see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a09
|
|
|
|
|
|
|
| |
- Update description.
PR: ports/97167
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/79235
Submitted by: Thomas Goirand <thomas@goirand.fr> (maintainer)
|
|
|
|
|
|
| |
PR: ports/97293 (based on)
Submitted by: Dominic Fandrey <lon_kamikaze@gmx.de>
Approved by: krion (mentor)
|
|
|
|
| |
-Add INSTALLS_OMF, bump the PORTREVISION.
|
| |
|
|
|
|
|
|
|
|
| |
Update maintainer's email address.
PR: ports/96620 [1]
Submitted by: Martin Wilke <freebsd@unixfreunde.de> [1]
Approved by: semionov@mail.bg (maintainer)
|
|
|
|
|
|
| |
PR: ports/95940
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Approved by: lauri@kde.org (maintainer, timeout 3 weeks)
|
|
|
|
|
|
| |
Hmmz, noone fixed this in 23 hours...
Forgotten by: jmg
|
|
|
|
|
|
|
| |
- Reorganize Makefile
PR: 96692
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
- Fix OPTIONS handleing
- silence portlint
PR: ports/97280
Submitted by: Shaun Amott <shaun@inerd.com>
Approved by: lawrance (mentor)
|
|
|
|
|
|
|
|
| |
display them.
PR: ports/96149
Submitted by: Panagiotis Astithas <past@ebs.gr>
Approved by: Seth Kingsley <sethk@meowfishies.com> (maintainer)
|
|
|
|
|
|
|
|
| |
the ipmi-kmod port (for FreeBSD 6.x systems).
PR: ports/96333
Submitted by: Nick Barkas <snb@threerings.net>
Approved by: frolov@riss-telecom.ru (maintainer)
|
|
|
|
|
|
|
|
| |
- Remove USE_REINPLACE
- Unquote NO_PACKAGE
PR: ports/97179
Approved by: maintainer
|
|
|
|
|
| |
PR: ports/97225
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/97220
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/97219
Submitted by: Ports Fury
|
|
|
|
| |
Prodded by: kris, linimon
|
|
|
|
|
| |
PR: 97215
Submitted by: Rui Lopes <rgl___ruilopes.com>
|
| |
|
|
|
|
|
|
| |
PR: 96432
Submitted by: Martin Wilke <freebsd___unixfreunde.de>
Approved by: maintainer timeout (15 days)
|
|
|
|
|
| |
PR: 97148
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
- Update maintainer mail.
PR: ports/97101
Submitted by: Tim Daneliuk <tdir@tundraware.com> (maintainer)
Approved by: mnag (mentor)
|
|
|
|
|
|
|
|
|
|
| |
- Use USE_RC_SUBR=smartd
- Add pkg-message to SUB_FILES facility
PR: ports/96206 [1]
Submitted by: Dmitry Morozovsky <marck@freebsd.org> [1]
Reworked by: garga
Approved by: maintainer
|
| |
|
|
|
|
|
|
|
| |
- Unbreak on 7.x, tested on -current as of May 6 (700016)
PR: ports/97113
Submitted by: Rong-En Fan <rafan AT infor dot org>
|
| |
|
|
|
|
| |
Approved by: krion (mentor, implicit)
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/96915
Submitted by: Dmitriy Kirhlarov <dimma@higis.ru>
|
|
|
|
|
|
| |
PR: ports/97028
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Approved by: mnag (mentor)
|
|
|
|
|
|
|
| |
- portlint(1)
PR: 97100
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
| |
CHANGELOG
* Added support for fastest_cvsup port (user requested)
* Added a mergemaster -p stage
PR: ports/97026
Submitted by: maintainer
Reworked by: garga
Approved by: maintainer
|
| |
|
|
|
|
|
|
|
| |
For the other changes since 2.01.01a07 see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a08
Approved by: netchild
|
|
|
|
| |
packet filter logs to XML files.
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
|
| |
PR: 96717
Submitted by: Pav Lucistnik
|
|
|
|
|
| |
PR: 96943
Submitted by: Dan Langille <dan@langille.org> (maintainer)
|
|
|
|
|
|
| |
path component.
Approved by: netchild
|
|
|
|
|
|
|
| |
path component.
- Remove obsolete USE_REINPLACE.
Approved by: netchild
|
|
|
|
|
|
| |
PR: ports/95947
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Approved by: Andreas Kohn <andreas@syndrom23.de> (maintainer)
|
|
|
|
|
|
|
| |
path component.
- Remove obsolete USE_REINPLACE.
Approved by: netchild
|
|
|
|
|
|
|
|
|
|
| |
path component. [1]
- Add the usual MAKE_ENV=LANG=C workaround in order to prevent problems
from bad interactions of gmake, the Schily makefile system and certain
locales.
Requested by: kris [1]
Approved by: netchild
|
| |
|
|
|
|
|
|
|
|
| |
SIGHUP it reopens the file, thus allowing automated rotation of logs. One
possible application of logserial is to save logs of PBX.
PR: ports/93091
Submitted by: Anastasya Batieva <nastya@rsu.ru>
|
| |
|
|
|
|
|
|
| |
PR: 96521
Submitted by: laa@laa.zp.ua <laa@laa.zp.ua>
Approved by: W. M. Shandruk <walt@erudition.net> (maintainer)
|
|
|
|
|
| |
PR: ports/96186
Submitted by: leeym
|
|
|
|
|
| |
PR: ports/96187
Submitted by: leeym
|
|
|
|
|
| |
PR: ports/96744
Submitted by: Martin Matuska <martin@matuska.org>
|
|
|
|
|
| |
PR: 96799
Submitted by: Dan Langille <dan@langille.org> (maintainer)
|
|
|
|
|
| |
PR: 96796
Submitted by: Tim Welch <twelch@thepentagon.org> (maintainer)
|
|
|
|
|
|
|
| |
* Shorten pkg-descr [2]
PR: ports/92830 [1], ports/96289 [2]
Submitted by: Shaun Amott <shaun@inerd.com>
|
|
|
|
|
|
|
| |
- Snowlog now loads a different default logfile.
First /usr/local/share/snowlog/default.log, then
~/.snowlog/default.log. These can (=should) be symlinks to the
logfiles to load. Command line option -f overrides everything.
|
|
|
|
|
| |
- Fix some icons.
- Style.
|
|
|
|
|
|
|
|
|
| |
GNOME Sensors Applet is an applet for the GNOME Panel to display readings from
hardware sensors, including CPU temperature, fan speeds and voltage readings.
On FreeBSD, sensor values are obtained from the sysutils/mbmon port.
WWW: http://sensors-applet.sourceforge.net/
|
|
|
|
| |
in scripts, etc.
|
|
|
|
| |
Notified by: krismail
|
|
|
|
|
| |
PR: ports/96718
Submitted by: pav
|
|
|
|
|
|
|
|
| |
- Add new rc.d scripts
- Take maintainership
PR: 95858
Submitted by: Markus Dolze <mmdolze___users.sourceforge.net>
|
|
|
|
|
|
|
|
|
| |
sysutils/sge53.
The dependency check in ports/Tools/scripts/rmport missed
sysutils/sgeee53/Makefile:MASTERDIR= ${.CURDIR}/../sge53
when I removed sysutils/sge53.
I will update the script to catch such "dependencies" ASAP.
|
|
|
|
| |
2006-05-01 sysutils/sge53
|
|
|
|
|
|
|
| |
* bugfix: do not ignore option for case-insensitivity when searching
for packing list files
* added "-b something" option to simulate -f '/something$', since I got
tired of typing the later
|