summaryrefslogtreecommitdiff
path: root/palm (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-1/+0
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209697
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* Mark BROKEN: checksum mismatchErwin Lansing2008-02-281-0/+2
| | | | Notes: svn path=/head/; revision=208128
* Mark as broken on sparc64: does not compile.Mark Linimon2008-02-012-2/+14
| | | | Notes: svn path=/head/; revision=206589
* Mark BROKEN on 8.0: does not configureErwin Lansing2008-01-291-0/+4
| | | | Notes: svn path=/head/; revision=206403
* o Remove BROKEN, it actually does not build due to the lack of aMario Sergio Fujikawa Ferreira2008-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 Notes: svn path=/head/; revision=204863
* Update MASTER_SITESMario Sergio Fujikawa Ferreira2008-01-021-1/+1
| | | | Notes: svn path=/head/; revision=204832
* Unbreak the port for gcc-4.2 [1]Boris Samorodov2007-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) Notes: svn path=/head/; revision=202574
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-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 Notes: svn path=/head/; revision=201947
* Migration from bison 1.x to 2.xAde Lovett2007-10-173-5/+6
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* Replace all INSTALL_DATA/INSTALL_SCRIPT and INSTALL_PROGRAM/STRIP=Edwin Groothuis2007-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. Notes: svn path=/head/; revision=201024
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-6/+3
| | | | Notes: svn path=/head/; revision=200778
* Mark broken on gcc4.2.Mark Linimon2007-10-011-1/+5
| | | | Notes: svn path=/head/; revision=200499
* Mark as broken with gcc4.2.Mark Linimon2007-10-011-0/+4
| | | | Notes: svn path=/head/; revision=200498
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* Dominic is a new dad, and will be too busy for a while to work on ports.Mark Linimon2007-09-241-1/+1
| | | | | | | Congratulations :-) Notes: svn path=/head/; revision=200026
* uppc kmod installation problem on amd64Edwin Groothuis2007-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> Notes: svn path=/head/; revision=199105
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-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) Notes: svn path=/head/; revision=197075
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-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 Notes: svn path=/head/; revision=196111
* - Update to 0.12.2Martin Wilke2007-07-125-43/+44
| | | | | | | | PR: 114521 Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) Notes: svn path=/head/; revision=195497
* - Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2Pav Lucistnik2007-07-021-1/+7
| | | | Notes: svn path=/head/; revision=194710
* - Change my mail address to araujo@.Marcelo Araujo2007-06-291-1/+1
| | | | | | | Approved by: stas (mentor) Notes: svn path=/head/; revision=194470
* Populate the 'kld' virtual category, for ports that install Kernel LoadableMark Linimon2007-06-291-1/+1
| | | | | | | | | modules. Hat: portmgr Notes: svn path=/head/; revision=194441
* Unbreak by adding libsynce to LDFLAGS. Configure doesn't use pkg-configVolker Stolz2007-06-181-2/+2
| | | | | | | | to discover the necessary flags and neither does librapi have an explicit dependency on libsynce. Notes: svn path=/head/; revision=193746
* Try to correct works when compiled with gcc4Andrey Slusar2007-06-105-0/+78
| | | | | | | Reported by: Slawa Olhovchenkov Notes: svn path=/head/; revision=193153
* - Unbreak on amd64Pav Lucistnik2007-06-061-6/+5
| | | | | | | | | 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
* - Update to 1.4.4Pav Lucistnik2007-06-063-10/+11
| | | | | | | | PR: ports/113282 Submitted by: bf <bf2006a@yahoo.com> Notes: svn path=/head/; revision=192916
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-1915-12/+13
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* BROKEN on amd64: Does not build (needs -fPIC)Kris Kennaway2007-04-211-1/+7
| | | | Notes: svn path=/head/; revision=190579
* fix breakage due to removal of bsd.port.pre.mkEdwin Groothuis2007-04-191-1/+3
| | | | | | | | Pointy hat to: gabor Noticed by: dvl@ Notes: svn path=/head/; revision=190387
* - Remove FreeBSD 4.X support from unmaintained ports in categories startingGabor Kovesdan2007-04-192-15/+3
| | | | | | | with letter n-p Notes: svn path=/head/; revision=190385
* Retire OPSYS (well-intentioned, but there was no way this port wasKris Kennaway2007-04-151-7/+1
| | | | | | | | cross-BSD compatible anyway), and also retire <=4.x support while I'm here Notes: svn path=/head/; revision=190035
* 2007-03-27 emulators/kmamerun: Project was abandoned 4 years ago and expects ↵Martin Wilke2007-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 Notes: svn path=/head/; revision=189693
* - Remove old Perl support from unmaintained ports in categories startingGabor Kovesdan2007-04-061-7/+1
| | | | | | | with letter o-z Notes: svn path=/head/; revision=189335
* Add support for WITHOUT_NLS.Stefan Walter2007-04-042-5/+13
| | | | | | | | | PR: 110538 Submitted by: Helge Oldach <ports-coldsync-mar07@oldach.net> Approved by: maintainer Notes: svn path=/head/; revision=189169
* - Fix after objformat removalPav Lucistnik2007-03-291-0/+3
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=188752
* - Fix after objformat removalPav Lucistnik2007-03-232-2/+2
| | | | Notes: svn path=/head/; revision=188138
* - Desupport 4.XPav Lucistnik2007-03-232-8/+0
| | | | Notes: svn path=/head/; revision=188137
* - Builds fine on my amd64, so give this a shotPav Lucistnik2007-03-232-14/+2
| | | | Notes: svn path=/head/; revision=188136
* unbreakYing-Chieh Liao2007-03-013-4/+42
| | | | | | | | PR: 109647 Submitted by: "Eric P. Scott" <eps+pbug0702@ana.com> Notes: svn path=/head/; revision=186224
* mt@primats.org.ua no longer has access to FreeBSD machines, and hasMark Linimon2007-02-271-1/+1
| | | | | | | | | | requested these ports be returned to the pool. We appreciate the help in the past. Hat: portmgr Notes: svn path=/head/; revision=186155
* Remove not needed dccm from RUN_DEPENDS. Internal vdccm is generalization ofAndrey Slusar2007-02-121-2/+1
| | | | | | | | | dccm. Reported by: pointyhat via kris, pav Notes: svn path=/head/; revision=185032
* Schedule these broken ports for removal on 2007-04-10 if they are stillKris Kennaway2007-02-112-0/+4
| | | | | | | broken at that time and no fix has been submitted. Notes: svn path=/head/; revision=184837
* BROKEN: Configure failsKris Kennaway2007-02-101-0/+2
| | | | Notes: svn path=/head/; revision=184826
* BROKEN: Does not buildKris Kennaway2007-02-041-0/+2
| | | | Notes: svn path=/head/; revision=184074
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-012-0/+2
| | | | Notes: svn path=/head/; revision=183830
* Add Samsung SCH-I730 support.Andrey Slusar2007-01-302-2/+20
| | | | Notes: svn path=/head/; revision=183724
* Add pkg-config to build depends.Andrey Slusar2007-01-272-0/+2
| | | | Notes: svn path=/head/; revision=183419
* - Add needed for build depends(devel/pkg-config).Andrey Slusar2007-01-272-0/+4
| | | | | | | | | - Fix plist Reported by: pointyhat via kris Notes: svn path=/head/; revision=183418
* Update to 0.9.3Andrey Slusar2007-01-2618-34/+162
| | | | Notes: svn path=/head/; revision=183356