| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(via libvorbis, libtheora).
|
|
|
|
|
|
|
|
|
| |
- use ?= for the portrevision of a master port to make it possible to
change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
- done via a semi-automated way (manual review and fixup)
- I tried to take care to not bump ports which only depend optionaly on
lame (with a default of no dependency)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
modular xorg.
- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
above change
- a few minor nits like whitespace and SF macro
Tested by: 2 tinderbox runs by pav
Approved by: portmgr (pav)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
worth of changes and an altered API.
Bump the revision of all ports that depend on libFLAC and adapt to
the new API where necessary. Some patches from Debian, Gentoo,
OpenBSD, and upstream repositories.
PR: 119476
|
|
|
|
|
|
|
| |
PR: 112876
Submitted by: edwin
Patch by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Approved by: maintainer timeout (4 months)
|
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
| |
Reported by: kris
|
| |
|
|
|
|
| |
Approved by: portmgr (erwin)
|
|
|
|
| |
Approved by: portmgr (self)
|
| |
|
|
|
|
|
|
|
| |
and I don't know where they should go, and don't think we need them
anyways.
To silence: pointyhat
|
| |
|
|
|
|
|
|
|
|
| |
Patch config.sh to default to FreeBSD ioctl method instead of
Linux ioctl method.
Submitted by: edwin
PR: 94398
|
|
|
|
| |
Approved by: krion@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
|
|
|
|
|
|
|
| |
crashing and also incorporates the 3.3.0->3.3.1 patch which includes
some FreeBSD-specific configuration changes.
Approved by: portmgr
|
|
|
|
|
|
|
| |
pointy hat to: deischen@
PR: ports/65565
Submitted by: Shigetomo Kimura <kimura@netlab.is.tsukuba.ac.jp>
|
| |
|
|
|
|
|
|
|
| |
portlint didn't catch this, but I may not have been using the
latest version of it.
Noticed by: krion
|
|
|
|
| |
Reported by: Helge Oldach <xmcdapr04 at oldach.net>
|
|
|
|
|
|
| |
-stable doesn't yet have pthread_atfork().
Reported by: Kent Stewart <kstewart at owt.com>
|
| |
|
| |
|
|
|
|
|
|
|
| |
giving the PLIST_SUB variable a x.y number, while the port itself
calculated from x.y.z to x.
Informed maintainer.
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998
|
| |
|
|
|
|
|
|
| |
is not needed when using imake.
Submitted by: Carl Mascott <cmascott@att.net>
|
| |
|
|
|
|
|
| |
Xmcd now provides audio extraction and playback directly to
a sound device.
|
| |
|
|
|
|
| |
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
|
| |
|
|
|
|
|
|
| |
checksum.
Noticed by: deischen
|
|
|
|
|
| |
a buffer overflow. I'm not exactly sure why a CD player needs to be setuid
root.
|
|
|
|
|
|
|
|
| |
PR: 29256
Submitted by: Richard Wiwatowski <rjwiwat@betalogic.com.au>
o getting rid of dependency on -clients. (rman is now part of imake-4.)
o use pre/post.mk to simplify testing.
|
|
|
|
| |
PR: 22605
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As
before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is
removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.
Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always
have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless
WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases
in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined.
I will remove x11-toolkits/Motif-dummy (which has been repo copied to
open-motif) in a few days.
|
|
|
|
| |
Submitted by: bento
|
|
|
|
| |
Submitted by: Mark Abene <phiber@radicalmedia.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This still fails to build correctly on -current since the /usr/libexec/cpp
fiasco -- old versions of imake still use /usr/libexec/cpp instead of
gcc -E. If you don't have a fixed version of imake, a quick fix to get
around this is to set IMAKECPP=/usr/bin/cpp in your environment before
make'ing this port.
Note that the port builds without errors if you don't have the correct
version of imake, but FREEBSD_CAM will not be defined and xmcd will use
the ioctl method which hasn't worked since 3.0.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
chown -> ${CHOWN}
|
|
|
|
|
|
|
| |
incorporated what was in patch-af. Removed patch-af and
updated md5 to fix breakage caused by this release.
Breakage reported by: jkh
|
|
|
|
| |
Noticed by: msmith
|
|
|
|
|
| |
permitted. Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
|
|
|
|
| |
PR: 11887
|
|
|
|
|
| |
PR: 11693
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
[CheeriWOs!]
Wisten, to the SWwound, of a Whole new WOO
[CheeriWOs!]
[ie. Add WWW:, and periodic misc legibalizificatings]
|
|
|
|
| |
PR: 10055
|
| |
|
|
|
|
|
| |
PR: 9234
Submitted by: Sheldon Hearn <axl@iafrica.com>
|
|
|
|
|
| |
PR: ports/8972
Submitted by: gpalmer@FreeBSD.ORG
|
|
|
|
|
| |
PR: 8616
Submitted by: Daniel Eischen <eischen@vigrid.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and use the appropriate SCSI interface code.
This patch has been sitting around for 3 weeks, and no one committed it, so
I thought I'd commit it before the ports freeze tomorrow.
xmcd-2.3pl1 will have native CAM support, but since it looks unlikely it'll
be out before tomorrow, we'll have to go with the "unofficial" CAM patch.
PR: ports/7957
Submitted by: maintainer ("Daniel M. Eischen" <eischen@vigrid.com>)
|
|
|
|
| |
compress them in post-install: so compress-man can DTRT.
|
|
|
|
|
|
|
|
| |
In retrospect, I should have suspected something was strange, but I
still have no idea _why_... Apparently half of the manpages in this
port are installed compressed. I think this is because the port tries
to mix Imake with its own installation script. I'll have to figture-out
for sure some day.
|
| |
|
|
|
|
|
|
|
| |
reformatting it to looks reasonable in pkg/DESCR (eg. remove
justification).
Add homepage.
|
|
|
|
|
|
| |
set, so mark them with MANCOMPRESSED=no. Note that this requires the
new bsd.port.mk that is not committed yet (going through final tests,
will be committed in a few hours).
|
| |
|
|
|
|
|
|
|
|
|
| |
installed under ${PREFIX} for package users anyway. Also minor
cleanup of PLIST to get rid of warnings, and delete one non-existent
file.
Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
(the non-interactiveness part.)
|
|
|
|
| |
letter "A".
|
|
|
|
|
|
| |
one file. Version 2.3 adds an interface to web browsers (Netscape
and Mosaic), a smaller-format window in addition to the traditional
window, and "tool tips" that pop up over the buttons.
|
|
|
|
|
| |
PR: 5474
Submitted by: Daniel Eischen <deischen@iworks.InterWorks.org>
|
|
|
|
|
| |
PR: 4490
Submitted by: "Daniel M. Eischen" <deischen@iworks.InterWorks.org>
|
|
|
|
|
| |
PR: 3203
Noticed by: Frank Seltzer <frankd@Kryten.nina.org>
|
|
|
|
|
|
| |
binary in /usr/X11R6/bin, if that's not ok, 400 ports will break anyway).
Submitted by: "Daniel M. Eischen" <deischen@iworks.InterWorks.org>
|
| |
|
| |
|
|
|
|
| |
Added MAINTAINERS to many of them.
|
|
|
|
| |
Submitted by: "Daniel M. Eischen" <deischen@iworks.InterWorks.org>
|
|
|
|
|
|
| |
standards to allow shared and static linkage.
Submitted by: Daniel M. Eischen <deischen@iworks.InterWorks.org>
|
|
|
|
| |
Pointed-out by: jkh
|
| |
|
|
|
|
|
| |
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
|
| |
|
|
Submitted by: Gennady Sorokopud <gena@netvision.net.il>
|