| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes:
svn path=/head/; revision=209811
|
|
|
|
| |
Notes:
svn path=/head/; revision=209756
|
|
|
|
|
|
|
| |
shortly.
Notes:
svn path=/head/; revision=209753
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes:
svn path=/head/; revision=209697
|
|
|
|
| |
Notes:
svn path=/head/; revision=209420
|
|
|
|
| |
Notes:
svn path=/head/; revision=208128
|
|
|
|
| |
Notes:
svn path=/head/; revision=206589
|
|
|
|
| |
Notes:
svn path=/head/; revision=206403
|
|
|
|
|
|
|
|
|
|
| |
header file include required for __FreeBSD_version >= 700049:
patch uppc.c accordingly
o Fix uppcsetup: kldxref(8) module directory when it is installed
o Bump PORTREVSION due to uppcsetup script change
Notes:
svn path=/head/; revision=204863
|
|
|
|
| |
Notes:
svn path=/head/; revision=204832
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FYI: differences with the original patch from the PR:
. use post-patch stage (instead of post-configure stage) to
conditionally apply the needed patches;
. gcc patch is splitted into per-file-patches.
PR: ports/117279 [1]
Submitted by: Alexandre "Sunny" Kovalenko <alex.kovalenko at verizon.net> [1]
Approved by: portmgr (erwin)
Notes:
svn path=/head/; revision=202574
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
Notes:
svn path=/head/; revision=201947
|
|
|
|
|
|
|
|
| |
PR: 117086
Tested by: -exp runs
Notes:
svn path=/head/; revision=201613
|
|
|
|
|
|
|
|
|
|
|
| |
hacks to install kernel loadable modules correctly on amd64 platforms
with the new INSTALL_KLD command.
All PORTREVISIONS have been bumped to show when the new version of
installing became available.
Notes:
svn path=/head/; revision=201024
|
|
|
|
| |
Notes:
svn path=/head/; revision=200778
|
|
|
|
| |
Notes:
svn path=/head/; revision=200499
|
|
|
|
| |
Notes:
svn path=/head/; revision=200498
|
|
|
|
|
|
|
|
| |
PR: ports/116639
Submitted by: aDe
Notes:
svn path=/head/; revision=200411
|
|
|
|
|
|
|
| |
Congratulations :-)
Notes:
svn path=/head/; revision=200026
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Please see a discussion thread starting with the following message:
http://lists.freebsd.org/pipermail/freebsd-ports/2007-August/042999.html
It seems that installation action of uppc-kmod port (do-install target)
uses incorrect tool to put uppc.ko in its destination. It seems that the
tool (${INSTALL_PROGRAM}) corrupts the .ko, so that it is not a valid
kernel module anymore. If I put uppc.ko into /boot/kernel and do kldxref
then kldxref complains about missing symbol table in uppc.ko and dumps
core. If the module is loaded then it crashes my system.
On the other hand, if I simply copy uppc.ko from work directory then it
works ok.
Essentially this is the same issue as described in the following PR only
with another port:
http://www.freebsd.org/cgi/query-pr.cgi?pr=100703
Kostik Belousov confirms the issue with stripping kernel modules on amd64:
You cannot strip kernel modules on amd64, because modules are elf object
files, as opposed to shared objects on all other archs. Strip strips the
object file symbol table, that is used by the static linker and in-kernel
linker on amd64. On the other hand, shared object contains also a dynamic
symbol table, that is not stripped and used by in-kernel linker on !amd64.
PR: ports/115517
Submitted by: Andriy Gapon <avg@icyb.net.ua>
Notes:
svn path=/head/; revision=199105
|
|
|
|
|
|
|
|
|
|
| |
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=197075
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
Notes:
svn path=/head/; revision=196111
|
|
|
|
|
|
|
|
| |
PR: 114521
Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer)
Notes:
svn path=/head/; revision=195497
|
|
|
|
| |
Notes:
svn path=/head/; revision=194710
|
|
|
|
|
|
|
| |
Approved by: stas (mentor)
Notes:
svn path=/head/; revision=194470
|
|
|
|
|
|
|
|
|
| |
modules.
Hat: portmgr
Notes:
svn path=/head/; revision=194441
|
|
|
|
|
|
|
|
| |
to discover the necessary flags and neither does librapi have an explicit
dependency on libsynce.
Notes:
svn path=/head/; revision=193746
|
|
|
|
|
|
|
| |
Reported by: Slawa Olhovchenkov
Notes:
svn path=/head/; revision=193153
|
|
|
|
|
|
|
|
|
| |
PR: ports/110525
Submitted by: Eric P. Scott <eps+pbug0703@ana.com>
Approved by: maintainer timeout (ijliao; 2 months)
Notes:
svn path=/head/; revision=192921
|
|
|
|
|
|
|
|
| |
PR: ports/113282
Submitted by: bf <bf2006a@yahoo.com>
Notes:
svn path=/head/; revision=192916
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
| |
Notes:
svn path=/head/; revision=190579
|
|
|
|
|
|
|
|
| |
Pointy hat to: gabor
Noticed by: dvl@
Notes:
svn path=/head/; revision=190387
|
|
|
|
|
|
|
| |
with letter n-p
Notes:
svn path=/head/; revision=190385
|
|
|
|
|
|
|
|
| |
cross-BSD compatible anyway), and also retire <=4.x support while I'm
here
Notes:
svn path=/head/; revision=190035
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
an old version of XMAME, please use other frontends instead (like gxmame)
2007-03-28 graphics/hobbes-icons-xpm: Archaic port
2007-04-10 japanese/firefox-ja: Incomplete pkg-plist
2007-04-10 japanese/lookup-xemacs: Does not install
2007-04-10 lang/linux-hla: Does not compile
2007-04-10 mail/vmailmgr: Incomplete pkg-plist
2007-04-10 multimedia/qvamps: Touches filesystem prior to 'make install'
2007-03-10 net-mgmt/sting: Broken on all supported versions of FreeBSD
2007-04-10 net-mgmt/tas: Incomplete pkg-plist
2007-04-10 net-p2p/verlihub-plugins: Does not configure, it needs at least verlihub 1.0
2007-04-10 news/inn-stable: Fails to patch
2007-04-10 palm/malsync: Does not build with new pilot-link
2007-04-10 russian/elm.language: Leaves behind files on deinstall
2007-04-10 russian/pine.language: Leaves behind config file on deinstall
2007-04-01 science/py-scipy03: Replaced by py-scipy
2007-04-10 security/php4-cryptopp: Does not compile
Notes:
svn path=/head/; revision=189693
|
|
|
|
|
|
|
| |
with letter o-z
Notes:
svn path=/head/; revision=189335
|
|
|
|
|
|
|
|
|
| |
PR: 110538
Submitted by: Helge Oldach <ports-coldsync-mar07@oldach.net>
Approved by: maintainer
Notes:
svn path=/head/; revision=189169
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=188752
|
|
|
|
| |
Notes:
svn path=/head/; revision=188138
|
|
|
|
| |
Notes:
svn path=/head/; revision=188137
|
|
|
|
| |
Notes:
svn path=/head/; revision=188136
|
|
|
|
|
|
|
|
| |
PR: 109647
Submitted by: "Eric P. Scott" <eps+pbug0702@ana.com>
Notes:
svn path=/head/; revision=186224
|
|
|
|
|
|
|
|
|
|
| |
requested these ports be returned to the pool. We appreciate the help
in the past.
Hat: portmgr
Notes:
svn path=/head/; revision=186155
|
|
|
|
|
|
|
|
|
| |
dccm.
Reported by: pointyhat via kris, pav
Notes:
svn path=/head/; revision=185032
|
|
|
|
|
|
|
| |
broken at that time and no fix has been submitted.
Notes:
svn path=/head/; revision=184837
|
|
|
|
| |
Notes:
svn path=/head/; revision=184826
|
|
|
|
| |
Notes:
svn path=/head/; revision=184074
|
|
|
|
| |
Notes:
svn path=/head/; revision=183830
|
|
|
|
| |
Notes:
svn path=/head/; revision=183724
|