summaryrefslogtreecommitdiffstats
path: root/palm
Commit message (Collapse)AuthorAgeFilesLines
* update to 1.62edwin2008-04-306-82/+4
|
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-195-16/+8
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵araujo2008-04-171-2/+1
| | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
* - Fix fetch; gone from vendor websitepav2008-04-161-2/+1
|
* - Update to 0.44gahr2008-04-165-37/+11
| | | | Approved by: miwi (mentor)
* - Unbreak on sparc64gahr2008-04-1512-14/+150
| | | | | | - Add USE_LDCONFIG variable (the port installed shared libs) Approved by: miwi (mentor)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-252-2/+0
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* Write MASTER_STIES path right this time.itetcu2008-03-251-1/+1
|
* Adjust MASTER_SITES to an other server of mine, since the old one will be goneitetcu2008-03-251-1/+1
| | | | shortly.
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-241-1/+0
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0
|
* Mark BROKEN: checksum mismatcherwin2008-02-281-0/+2
|
* Mark as broken on sparc64: does not compile.linimon2008-02-012-2/+14
|
* Mark BROKEN on 8.0: does not configureerwin2008-01-291-0/+4
|
* o Remove BROKEN, it actually does not build due to the lack of alioux2008-01-023-9/+26
| | | | | | | 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
* Update MASTER_SITESlioux2008-01-021-1/+1
|
* Unbreak the port for gcc-4.2 [1]bsam2007-11-077-4/+203
| | | | | | | | | | | 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)
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-2411-59/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Migration from bison 1.x to 2.xade2007-10-173-5/+6
| | | | | PR: 117086 Tested by: -exp runs
* Replace all INSTALL_DATA/INSTALL_SCRIPT and INSTALL_PROGRAM/STRIP=edwin2007-10-071-7/+2
| | | | | | | | 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.
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-6/+3
|
* Mark broken on gcc4.2.linimon2007-10-011-1/+5
|
* Mark as broken with gcc4.2.linimon2007-10-011-0/+4
|
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-2/+2
| | | | | PR: ports/116639 Submitted by: aDe
* Dominic is a new dad, and will be too busy for a while to work on ports.linimon2007-09-241-1/+1
| | | | Congratulations :-)
* uppc kmod installation problem on amd64edwin2007-09-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-1/+1
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-234-8/+4
| | | | | | | | | | | | | | | | | | 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
* - Update to 0.12.2miwi2007-07-125-43/+44
| | | | | PR: 114521 Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer)
* - Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2pav2007-07-021-1/+7
|
* - Change my mail address to araujo@.araujo2007-06-291-1/+1
| | | | Approved by: stas (mentor)
* Populate the 'kld' virtual category, for ports that install Kernel Loadablelinimon2007-06-291-1/+1
| | | | | | modules. Hat: portmgr
* Unbreak by adding libsynce to LDFLAGS. Configure doesn't use pkg-configvs2007-06-181-2/+2
| | | | | to discover the necessary flags and neither does librapi have an explicit dependency on libsynce.
* Try to correct works when compiled with gcc4anray2007-06-105-0/+78
| | | | Reported by: Slawa Olhovchenkov
* - Unbreak on amd64pav2007-06-061-6/+5
| | | | | | PR: ports/110525 Submitted by: Eric P. Scott <eps+pbug0703@ana.com> Approved by: maintainer timeout (ijliao; 2 months)
* - Update to 1.4.4pav2007-06-063-10/+11
| | | | | PR: ports/113282 Submitted by: bf <bf2006a@yahoo.com>
* - Welcome X.org 7.2 \o/.flz2007-05-1915-12/+13
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* BROKEN on amd64: Does not build (needs -fPIC)kris2007-04-211-1/+7
|
* fix breakage due to removal of bsd.port.pre.mkedwin2007-04-191-1/+3
| | | | | Pointy hat to: gabor Noticed by: dvl@
* - Remove FreeBSD 4.X support from unmaintained ports in categories startinggabor2007-04-192-15/+3
| | | | with letter n-p
* Retire OPSYS (well-intentioned, but there was no way this port waskris2007-04-151-7/+1
| | | | | cross-BSD compatible anyway), and also retire <=4.x support while I'm here
* 2007-03-27 emulators/kmamerun: Project was abandoned 4 years ago and expects ↵miwi2007-04-105-92/+0
| | | | | | | | | | | | | | | | | | | | 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
* - Remove old Perl support from unmaintained ports in categories startinggabor2007-04-061-7/+1
| | | | with letter o-z
* Add support for WITHOUT_NLS.stefan2007-04-042-5/+13
| | | | | | PR: 110538 Submitted by: Helge Oldach <ports-coldsync-mar07@oldach.net> Approved by: maintainer
* - Fix after objformat removalpav2007-03-291-0/+3
| | | | Reported by: pointyhat
* - Fix after objformat removalpav2007-03-232-2/+2
|
* - Desupport 4.Xpav2007-03-232-8/+0
|
* - Builds fine on my amd64, so give this a shotpav2007-03-232-14/+2
|
* unbreakijliao2007-03-013-4/+42
| | | | | PR: 109647 Submitted by: "Eric P. Scott" <eps+pbug0702@ana.com>
* mt@primats.org.ua no longer has access to FreeBSD machines, and haslinimon2007-02-271-1/+1
| | | | | | | requested these ports be returned to the pool. We appreciate the help in the past. Hat: portmgr
OpenPOWER on IntegriCloud