aboutsummaryrefslogtreecommitdiffstats
path: root/palm
Commit message (Collapse)AuthorAgeFilesLines
* re-organize Makefileijliao2004-07-192-142/+42
| | | | Discussed with: maintainer
* Change the default configuration to use GTK2 rather than GTK1.vs2004-07-151-3/+4
| | | | | PR: ports/69069 Submitted by: Alex Varju (maintainer)
* Fix build w/ GCC2 / GTK2vs2004-07-141-0/+20
| | | | | PR: ports/69077 Submitted by: Alex Varju (maintainer)
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-108-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 ormezz2004-07-082-8/+4
| | | | | | | | | | | | those ports will not work. Please see the more detail about this: http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html Also, please check http://www.freebsd.org/gnome/docs/porting.html for the update about gconf, gconf.pl script and etc. Approved by: marcus (portmgr hat) Reviewed by: My team, FreeBSD GNOME Team
* After many hours of fiddling with ugen and uvisor and coldsync and such,green2004-07-022-1/+41
| | | | | | | | | | | | | | | | | | I discovered that the only reason coldsync's ugen support doesn't work out of the box for a Treo 270 (HandSpring Visor-based phone) is that it uses a very low resolution sleep (one second) while waiting for USB devices to appear in "transient" mode. Due to this, it almost always misses the first packet in the HotSync, which comes from the Palm, and after five seconds the entire process would time out. Decrease the amount of time that is spent sleeping while waiting for USB devices to appear so that it works every time. (You probably do not want to try this without ugen(4) from yesterday which will NOT panic when the USB device goes away before programs with it open have closed their references.) Approved by: maintainer
* Update to version 0.6krion2004-06-252-3/+3
| | | | | PR: ports/68278 Submitted by: maintainer
* BROKEN on sparc64: Fails to linkkris2004-06-111-0/+4
|
* Sync with new bsd.autotools.mkade2004-06-051-2/+1
|
* - Fix build on 5.x and unbreakpav2004-05-112-13/+13
| | | | | PR: ports/66488 Submitted by: Arne Woerner <arne_woerner@yahoo.com>
* Make TCL_VER a knob. Default it to 8.4, there for bump PORTREVISION.mi2004-05-092-8/+10
|
* - Support WITHOUT_NLS to disable gettextpav2004-05-032-49/+59
| | | | | PR: ports/66126 Submitted by: Alex Varju <varju@webct.com> (maintainer)
* Correct pkg-plistkris2004-04-174-2/+22
|
* Fix /bin/bash-ism (approved by maintainer)vs2004-04-121-0/+8
| | | | | | PR: 65359 Submitted by: Antoine Jacoutot Approved by: linimon (mentor)
* Tidy up whitespace.trevor2004-04-111-1/+0
|
* - Update to 0.40: http://jasonday.home.att.net/code/libmal/ChangeLogvs2004-04-104-7/+19
| | | | | | | | - Change MAINTAINER to submitter (Approved by current maintainer) PR: 65168 Submitted by: Arjan van Leeuwen Approved by: linimon (mentor)
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-059-9/+9
|
* - drop math libdinoex2004-04-041-1/+0
|
* - fix linkage with netpbmdinoex2004-04-041-0/+2
| | | | | - supoort LDFLAGS Reported by: kris (dosirak)
* BROKEN on !i386: Does not compilekris2004-04-031-1/+7
|
* Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-022-1/+2
| | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651
* BROKEN: Incorrect pkg-plistkris2004-04-011-0/+2
|
* SIZEify (maintainer timeout)trevor2004-03-315-0/+6
|
* - Use USE_ICONV knobkrion2004-03-313-6/+5
| | | | Approved by: portmgr
* Add pdbar, an utility to create and manipulates PalmOS database (.pdb)pav2004-03-307-0/+268
| | | | | | | | | | | and resource (.prc) files. It was renamed to pdbar to avoid confusion with textproc/par. WWW: http://www.djw.org/product/palm/par/ PR: ports/63088 Submitted by: Eric P. Scott <eps+psub0401@ana.com>
* Update to 0.5kevlo2004-03-262-4/+5
|
* Updated to 4.01skv2004-03-232-3/+4
| | | | | PR: ports/64232 Submitted by: pav
* - SIZE'ifykrion2004-03-231-0/+3
| | | | | PR: ports/64610 Submitted by: maintainer
* Add SIZE data.knu2004-03-222-0/+2
| | | | Submitted by: trevor
* Add p5-Palm-PalmDoc 0.12, perl 5 modules for reading and writing PalmDocvanilla2004-03-215-0/+35
| | | | | | | files. PR: ports/62252 Submitted by: Simon Dick <simond@irrelevant.org>
* Add size data, approved by maintainers.trevor2004-03-192-0/+2
|
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* - Add SIZE to GNOME portspav2004-03-184-0/+4
| | | | Submitted by: trevor
* - Remove SIZE of old tarballkrion2004-03-181-1/+0
|
* - Update to version 3.1krion2004-03-183-28/+8
| | | | | PR: ports/64412 Submitted by: maintainer
* Add SIZE.sumikawa2004-03-181-0/+1
| | | | Submitted by: trevor
* SIZEifyijliao2004-03-182-0/+2
| | | | Submitted by: trevor
* Add size data.trevor2004-03-187-0/+7
| | | | Approved by: maintainers
* SIZEify.kuriyama2004-03-181-0/+1
| | | | Submitted by: trevor
* SIZEify.trevor2004-03-184-0/+8
|
* o) Update to version 0.8.9lkoeller2004-03-172-2/+3
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-1416-16/+16
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* - Fix build on gcc-3.3, patch obtained from Gentoo ebuildpav2004-03-143-9/+1746
| | | | | | | | | - USE_MESA -> USE_GL - Fix coredump on ^C [1] - Bump PORTREVISION PR: ports/63085 [1] Submitted by: Eric P. Scott <eps+posebug@ana.com> [1]
* Add synce-rra, a project for connecting to devices running Windows CE or ↵pav2004-03-1413-0/+161
| | | | | | | | | | Pocket PC. RRA implements the Remote Replication Agent Connection protocol for synchronising objects between a Windows CE device and other computer. PR: ports/64135 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* - Update to version 0.8.9krion2004-03-124-6/+20
| | | | | PR: ports/64130 Submitted by: maintainer
* - Update to version 0.8.9krion2004-03-122-3/+4
| | | | | PR: ports/64127 Submitted by: maintainer
* - Update to version 0.8.9krion2004-03-122-2/+3
| | | | | PR: ports/64125 Submitted by: maintainer
* Date: Wed, 10 Mar 2004 23:30:56 -0800 (PST)edwin2004-03-122-2/+2
| | | | | | | | | | | From: Roman Shterenzon <romanbsd@yahoo.com> To: ports@freebsd.org Subject: e-mail change The email address roman@xpert.com is no longer valid. Please update ports' maintainer to ports@oven.org. Submitted by: Roman Shterenzon <romanbsd@yahoo.com>
* - Update to 0.99.7 [1]pav2004-03-024-55/+55
| | | | | | | - While here, use ${DOCSDIR} to silence portlint a bit PR: ports/63560 Submitted by: Alex Varju <varju@webct.com> (maintainer)
* - Mark BROKEN on AMD64krion2004-02-271-0/+4
| | | | | PR: ports/63420 Submitted by: Hendrik Scholz <hendrik@scholz.net>
* 1. Fix patch error.nobutaka2004-02-233-9/+8
| | | | | | | 2. Correct pkg-plist. PR: ports/63149 [1] Submitted by: Helge Oldach <ports-palm-prc-tools-2.3@oldach.net> [1]
* BROKEN on alpha: Does not compilekris2004-02-231-1/+7
|
* Don my portmgr hat and return dirk@FreeBSD.org's ports back to thekris2004-02-221-1/+1
| | | | | unmaintained pool. He has not committed in over a year and has been unresponsive to emails over a similar time period.
* Utilize the EXPIRATION_DATE tag for these ports scheduled for removal.kris2004-02-221-1/+2
|
* BROKEN: Does not patchkris2004-02-161-0/+3
|
* BROKEN on 5.x: does not compilekris2004-02-091-1/+7
|
* Update to 2.3. No longer needs quite so many antique gcc files.linimon2004-02-088-144/+237
| | | | | | | | Enable the arm tools (although they aren't - submitter doesn't have an arm palm pilot). Also now compiles on 5.x. (Tested on 4.x as well). PR: ports/62491 Submitted by: Peter Haight <peterh@sapros.com>
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-0616-8/+8
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-0419-1/+19
| | | | (Part 1)
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-042-6/+5
| | | | | Submitted by: trevor Tested by: bento
* Bump PORTREVISION for read-todos output format fix.olgeni2004-02-032-2/+2
|
* Follow portlint's suggestion about using MASTER_SITE_GENTOO.olgeni2004-02-032-2/+4
|
* Use LOCALBASE rather than hardcoded /usr/local.olgeni2004-02-032-2/+2
|
* Remove trailing whitespace (portlint).olgeni2004-02-032-2/+2
|
* The read-todos utility prints "No Date" when the todo item has noolgeni2004-02-032-0/+28
| | | | date assigned, but the trailing "\n" was missing.
* SIZEify.trevor2004-01-303-0/+3
|
* Now gettext 0.12.1 is gettext-old.trevor2004-01-242-2/+2
|
* - Update to 1.6.2pav2004-01-222-4/+4
| | | | | PR: ports/61674 Submitted by: Maxim Tuliuk <mt@primats.org.ua> (maintainer)
* Substitute BROKEN with IGNORE in cases where the port requires the src treemarcus2004-01-101-1/+1
| | | | | | | | | | to be present, or does not compile on certain versions of FreeBSD. This will potentially avoid needless compilations on bento, and has the added benefit of improving certain reporting tools. To most users, this change is a no-op. PR: 61090 Submitted by: linimon
* Add uppc-kmod, USB device driver for Windows CE handhelds which provides serialpav2003-12-305-0/+49
| | | | | | | | | tty interface. PR: ports/56225 Submitted by: Sam Lawrance <boris@brooknet.com.au> According to FreshPorts, this is our 10000th port!
* o Upgrade to 5.0r3.kuriyama2003-12-283-213/+250
| | | | | | | o Release maintainership. PR: ports/58123 Submitted by: Simon Dick <simond@irrelevant.org>
* - Update to 1.6.1pav2003-12-268-26/+40
| | | | | PR: ports/60545 Submitted by: mt <mt@primats.org.ua> (maintainer)
* - Use canonical form (ports@FreeBSD.org) in MAINTAINER linesergei2003-12-211-1/+1
|
* - Add optional GTK2 support.pav2003-12-191-1/+7
| | | | | PR: ports/60373 Submitted by: Alex Varju <varju@webct.com> (maintainer)
* - Chase master sites (fix fetching)pav2003-12-192-2/+2
| | | | | PR: ports/60374 Reported by: Stacey Roberts <stacey@vickiandstacey.com>
* Update pilot-link port to 0.11.8.silby2003-12-188-172/+24
| | | | | While doing so, fix tcl support; let the configure script do the job of configuring tcl support.
* Add synce-trayicon, an icon for notification area displaying statisticspav2003-12-175-0/+37
| | | | | | | of connected Windows CE device. PR: ports/56069 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* Add synce-gnomevfs, a GNOME2 VFS module giving gnome-vfs aware applicationspav2003-12-179-0/+71
| | | | | | | like Nautilus access to WinCE/PocketPC device file system. PR: ports/56067 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* - Update to 0.8.1pav2003-12-173-3/+5
| | | | | PR: ports/60292 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* - Update to 0.8.1pav2003-12-172-2/+2
| | | | | PR: ports/60291 Submitted by: Sam Lawrance <boris@brooknet.com.au> (maintainer)
* - Fix build on 5.xpav2003-11-222-9/+60
| | | | | | PR: ports/59557 Submitted by: Samy Al Bahra <samy@kerneled.com> Approved by: adamw (mentor)
* Define USE_PERL5_BUILD, not erroneous USE_PERL.trevor2003-11-201-1/+1
| | | | Submitted by: Oliver Eikemeier
* Define USE_PERL to make Perl available for (mostly deprecated)trevor2003-11-201-0/+1
| | | | "perl -pi -e" construction.
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-172-2/+0
|
* Fix pathname in patch file.olgeni2003-11-161-2/+2
|
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-131-2/+2
|
* - update from 1.2 to 1.6jeh2003-11-096-265/+178
| | | | | | | | | | - don't use devel/gmake and devel/autoconf - split distfiles on 3 files: viewer, parser, docs I had to adjust this patch because it didn't apply cleanly. PR: 58484 Submitted By: MAINTAINER
* Mark BROKEN (see bento logs). These ports are scheduled for removalkris2003-11-031-4/+2
| | | | | after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR.
* Reset maintainer on ports maintained by the following non-ports committers,kris2003-11-032-2/+2
| | | | | | | who did not respond to my email confirming whether they have an active interest in maintaining the port: sue reg rv jmb dima reg horikawa msmith jhs ue
* Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introducederwin2003-10-241-1/+0
| | | | in the last commit.
* utilize SITE_PERLijliao2003-10-243-45/+45
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Following up on Bill Fenner's reports, the original web site is gone,linimon2003-10-182-2/+4
| | | | | with no obvious replacement found in Google. The RPMs that this relies on are rotting away, too. This port is on its way out IMHO.
* Before committing the previous BROKEN changes I carefully checked the statuskris2003-10-161-7/+1
| | | | | | | | | of each port on bento and for recent fixes. Unfortunately at some point I got confused and switched to the wrong list :-) As a result I picked up a number of ports that were fixed a while ago. Sorry for the false alarm, maintainers. Pointy hat to: kris
* BROKEN on 5.x: does not compilekris2003-10-162-1/+11
|
* BROKEN on 5.x: does not compilekris2003-10-161-1/+7
|
* - Fix MASTER_SITESkrion2003-10-101-3/+3
| | | | | PR: 57816 Submitted by: maintainer
* PERL => REINPLACEadamw2003-09-161-1/+4
| | | | | | Add a REINPLACE to prevent double-inclusion of ppmcmap.h. Submitted by: bento
* Remove two obsolete patches.arved2003-08-302-28/+0
| | | | Submitted by: Helge Oldach <pose35@oldach.net>
* Update port version and related.erwin2003-08-283-5/+9
| | | | | | | | | Now using LOCALBASE instead of PREFIX to tell the build where to find libraries. Add in missing dependency iconv.3. PR: 56060 Submitted by: maintainer
* Update port verion and related.erwin2003-08-284-10/+10
| | | | | | | | | Added missing dependency iconv.3. Now using LOCALBASE instead of PREFIX to tell build where to find libraries. PR: 56061 Submitted by: maintainer
* Update to 0.8erwin2003-08-283-2/+5
| | | | | PR: 56057 Submitted by: maintainer
* - Update to 0.8erwin2003-08-284-15/+15
| | | | | | | - Makefile also cleaned up a little PR: 56055 Submitted by: maintainer
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-272-0/+2
| | | | Prodded by: kris
* sitescooper doesn't work with pluckeredwin2003-08-262-0/+14
| | | | | | | | | the commands `sitescooper -plucker` and `sitescooper -mplucker` doesn't work as sitescooper uses deprecated features of plucker. PR: ports/55374 Submitted by: Anthony Ginepro <anthony.ginepro@laposte.net>
* Chase the libintl.so shared lib version.marcus2003-08-252-2/+2
|
* reset maintainererwin2003-08-181-1/+1
| | | | | PR: 55692 Submitted by: maintainer
* Previous commitment needs a PORTREVISION bump.daichi2003-08-181-0/+1
| | | | | PR: 55280 Pointy hat to: myself
* patch palm/synce-serial:daichi2003-08-181-0/+11
| | | | | | | | - synce-serial-config generates a pppd "peer" file containing the linkname command. FreeBSD pppd doesn't have a linkname command. PR: 55280 Submitted by: Sam Lawrance <boris@brooknet.com.au> (maintainer)
* Remove these ports as part of phase II of the GNOME 1.4 desktop removal.marcus2003-08-1219-418/+0
|
* Updated to 3.35skv2003-08-082-3/+3
|
* Update to 0.31arved2003-08-014-63/+55
| | | | | PR: 53921 Submitted by: Dima Panov <redfox@Fluffy.Khv.RU>
* Add rapip, a kio-slave that provides transparent filesystem access toarved2003-08-019-0/+127
| | | | | | | a Windows CE device for KDE applications. PR: 53333 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* Add Librapi2, an open source implementation of Microsoft's Remotearved2003-08-015-0/+51
| | | | | | | | Application Programming Interface, used for communicating with Windows CE devices. PR: 53310 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* Add synce-dccm, DCCM is a daemon that listens for connections fromarved2003-08-019-0/+73
| | | | | | | Windows CE devices. PR: 53308 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* SynCE-serial is a set of wrappers around pppd to initiate communication witharved2003-08-015-0/+36
| | | | | | | WIndows CE devices. PR: 53309 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* Add libsynce, a library to support communication with Windows CE devicesarved2003-07-285-0/+42
| | | | | PR: 53311 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* Don't try to rebuild the HTML-docs.arved2003-07-241-2/+5
| | | | | PR: 54296 Submitted by: Geoffrey Mainland <mainland@apeiron.net>
* Unbreak by updating to 3.5arved2003-07-248-90/+205
| | | | | PR: 51423 Submitted by: Helge Oldach <ports-palm-pose-31312@oldach.net>
* Update MASTER_SITESoliver2003-07-201-1/+1
| | | | | PR: 54648 Submitted By: maintainer
* Update to 2.0.10.adamw2003-07-174-4/+4
|
* Update to 2.0.10.adamw2003-07-174-4/+4
|
* update palm/jpilot: 0.99.5 -> 0.99.6daichi2003-07-154-12/+25
| | | | | PR: 54479 Submitted by: Alex Varju <varju@webct.com> (maintainer)
* get rid of libgnugetopt dependency for -CURRENT,sf2003-07-142-8/+8
| | | | use USE_GETOPT_LONG instead.
* It's been several months since I took maintainership of thiserwin2003-07-101-1/+5
| | | | | | | | | | | | port and I still haven't done anything with it. Perhaps someone else will pick it up. While here, mark as only for i386, as it does not configure on the other architectures. I don't know how much work it would take. PR: 54305 Submitted by: maintainer
* fix ports/palm/coldsync: fix dumps coredaichi2003-07-031-0/+11
| | | | | PR: 51139 Submitted by: Helge Oldach <send-pr-31231@oldach.net>
* libtool uber-patchade2003-06-272-2/+0
| | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
* Remove REINPLACE commands that were rolled into gnomehack.adamw2003-06-126-20/+0
|
* Fix MASTER_SITESerwin2003-06-081-1/+1
| | | | | | PR: 53054 Submitted by: Serge Gagnon <gagnon__s@videotron.ca> Approved by: edwin (mentor)
* Fix patching.marcus2003-06-071-18/+0
| | | | Reported by: bento
* There is no homepage now.sumikawa2003-05-231-5/+0
|
* Update to 2.0.9.marcus2003-05-2012-12/+20
|
* BROKEN on 5.1: bad C++kris2003-05-181-0/+4
|
* Update to 2.0.8.marcus2003-05-078-8/+8
|
* BROKEN: Does not compilekris2003-05-071-0/+2
|
* Fix build on -current.sumikawa2003-05-055-0/+45
| | | | | Partly Submitted by: Christian Lackas <delta@lackas.net> Pointed out by: kris
* Handle OMF files properly.marcus2003-05-042-0/+4
|
* Update to 2.0.7.marcus2003-05-0410-18/+24
|
* Update to 2.0.6.marcus2003-04-3010-18/+10
|
* palm/prc-tools-binutils and palm/prc-tools-gcc are migrated intosumikawa2003-04-2712-275/+0
| | | | palm/prc-tools.
* Upgrade to 2.2. palm/prc-tools-binutils and palm/prc-tools-gcc are nowsumikawa2003-04-274-28/+273
| | | | | | | | | | migrated into this port. I kept maintainer Mark Linimon <linimon@lonesome.com> because of respecting his statement in the PR. PR: ports/38689 Submitted by: Christian Lackas <delta@lackas.net>
* Remove USE_GNOMENG.marcus2003-04-216-6/+0
|
* s|<malloc.h>|<stdlib.h>|marcus2003-04-192-0/+6
| | | | Reported by: Tom Parquette <tparquet@twcny.rr.com>
* Add gnomepilot-conduits2 after a repo copy from gnomepilot-conduits.marcus2003-04-1919-262/+63
| | | | | gnomepilot-conduits2 is a collection of PalmOS conduits for gnomepilot2.
* * Update to 2.0.5marcus2003-04-156-16/+32
| | | | * Convert to new GNOME infrastructure
* Add missing pisock dependency.marcus2003-03-312-2/+4
|
* Add gnomepilot2.marcus2003-03-311-0/+1
|
* Add gnomepilot2 after a repo copy from gnomepilot. gnomepilot2 is themarcus2003-03-3118-258/+84
| | | | PalmOS conduit system for GNOME 2.
* Set IGNORE if !PACKAGE_BUILDING, not BROKEN. The missing distfile cankris2003-03-281-2/+2
| | | | probably just be added to MASTER_SITE_LOCAL.
* Clear moonlight beckons.ade2003-03-0728-14/+14
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Update to 3.3skv2003-03-043-3/+3
|
* Update: palm/plucker 1.2 -> 1.2_1edwin2003-02-242-0/+21
| | | | | | | | Fix problem described at http://gnu-designs.com/bugs/view_bug_advanced_page.php?f_id=450 PR: ports/47730 Submitted by: Maxim Tuliuk <mt@primats.org.ua>
* This is a maintainer upgrade of ports/palm/jpilot to version 0.99.5edwin2003-02-244-8/+12
| | | | | PR: ports/48598 Submitted by: Alex Varju <varju@webct.com>
* de-pkg-comment.kuriyama2003-02-224-2/+2
|
* Fix build on -CURRENT (GCC3).naddy2003-02-221-0/+14
| | | | Approved by: maintainer
* De-pkg-comment.knu2003-02-2128-14/+14
|
* De-pkg-comment.knu2003-02-216-3/+3
|
* De-pkg-comment my non-ruby ports as well.knu2003-02-184-2/+2
|
* Update to 3.25skv2003-02-052-2/+2
|
* Fix build.obraun2003-02-011-0/+10
| | | | | PR: ports/45599 Submitted by: Jonathan Chen <jonc@chen.org.nz>
* o) Fix perl usage. Use sed_reinplace insteadlkoeller2003-01-216-9/+92
| | | | | o) Upgrade to version 0.8.7 o) Fix compile problems with pilot-link-0.11.X
* Upgrade to 0.99.4sumikawa2003-01-204-11/+13
| | | | | PR: ports/47033 Submitted by: Alex Varju <varju@webct.com> (maintianer)
* Fix MASTER_SITEedwin2003-01-102-2/+2
| | | | | PR: ports/46914 Submitted by: Andrew &urger <arensb+ports@ooblick.com>
* Remove a dead Mastersite.arved2003-01-081-2/+1
| | | | | PR: 45352 Submitted by: Mark Linimon <linimon@lonesome.com>
* I forgot. Bump portrevision because I modified the plist.alane2003-01-072-0/+2
|
* Finish fixing this port so I can build kdepim. Maintainer notified.alane2003-01-076-32/+64
| | | | | The plist was wrong, the list of manpages was wrong. And initially, it would not build. What happened to testing?
* Fix LIBS/LDFLAGS so port will build. Maintainer notified. I need the]alane2003-01-072-6/+6
| | | | port now for kdepim.
* Update to version 0.11.7.joe2003-01-076-26/+4
|
* Update to 0.1.71.marcus2003-01-029-15/+6
|
* Be sure to install the libraries together with the headers and themi2002-12-283-0/+38
| | | | | | | manual pages. Build the shared libraries next to the static ones. Not bumping the PORTREVISION, since this is port was just upgraded. Approved by: knu (again!), maintainer (blanket)
* Upgrade to the latest stable version -- 2.2.5, which supports Palms inmi2002-12-286-72/+90
| | | | | | | | | | | | | | | addition to Handspring, so there is no need for patch-palm any more. Remove the Perl parts of this port. They will be turned into the new p5-coldsync. Now, that the port no longer uses Perl, switch back to REINPLACE and rephrase the regexps, so they work (\S was a perlism). Make patch-in6 a little nicer by making coldsync.c define _POSIX_SOURCE as 200112 -- the only way to cause netinet/in.h to include netinet6/in6.h, apparently. Reviewed by: knu (portmgr) Approved by: maintainer, portmgr
* Revert the PERL-to-REINPLACE conversion attempts. They were nevermi2002-12-262-4/+27
| | | | | | | | | | | | | | | | | | | | finished, despite several related commits, but, most importantly, the port uses PERL anyway... This prevented USB detection -- fixed by this committer in April. Pointy hats available upon request... Make sure __BSD_VISIBLE is defined -- too many of _our headers_ trip over u_int et al without that. Include netinet6/in6.h and force it in by defining what it is looking for. The "official" way of doing it -- simply through the netinet/in.h does not work. May be, there is no __POSIX_VISIBLE in case of __BSD_VISIBLE? Fixes to files/patch-in6 are welcome! The last two fixed compile on -current, justifying this commit without explicit approval. PR: ports/43532 ports/46472 Submitted by: Larry Rosenman, David Magda
* Let others maintain these two ports.keichii2002-12-221-1/+1
|
* Port needs autoconf.edwin2002-12-211-0/+1
| | | | Noticed on: bento
* Adda RUN_DEPENDS on gnomecontrolcenter. This will allow GNOME 2 users tomarcus2002-12-143-0/+6
| | | | | | fully configure the Palm settings and conduits. Approved by: portmgr (knu)
* Drop maintainership.kuriyama2002-12-131-1/+1
| | | | Approved by: portmgr (knu)
* Master_site has gone walking, the file can be fetched from this site.edwin2002-12-122-3/+15
| | | | | PR: ports/45186 Submitted by: Mark Linimon <linimon@lonesome.com>
* Fix Build with recent bison ,arved2002-12-111-0/+34
| | | | | PR: 45951 Submitted by: Pat Lashley <patl+freebsd@volant.org>
* Sort entries.knu2002-11-281-1/+1
|
* Remove xcopilot, port supersceded by palm/pose.markp2002-11-248-187/+0
| | | | | PR: 44371 Submitted by: Mark Linimon <linimon@lonesome.com>
* Maintainer changeedwin2002-11-232-2/+2
| | | | | PR: ports/45603 Submitted by: Mark Linimon <linimon@lonesome.com>
* Fix 404 links.kuriyama2002-11-213-3/+3
| | | | Found by: sada's Porters' Portal (http://sada.bsdclub.org/porters/)
* Make palm/syncmal building again: malloc.h -> stdlib.hedwin2002-11-161-0/+14
| | | | Noticed on: bento
* find libjpegijliao2002-11-121-0/+2
| | | | | PR: 45195 Submitted by: maintainer
* Make palm/syncmal building on -current again.edwin2002-11-111-0/+14
| | | | | Noticed on: bento Informed maintainer / authors
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-114-4/+2
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Update to 0.1.69.marcus2002-11-099-12/+6
|
* Maintainer upte to 0.99.3edwin2002-11-098-119/+43
| | | | | PR: ports/43870 Submitted by: Alex Varju <varju@webct.com>
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-074-2/+4
| | | | Approved by: pat
* Update to verson 1.2kevlo2002-11-045-15/+34
| | | | | PR: 44778 Submitted by: MAINTAINER
* Update to 1.1.14 and give maintainership to Maxim Tulyuk <mt@primats.org.ua>.roam2002-10-295-15/+37
| | | | | | PR: 42786 Submitted by: Maxim Tulyuk <mt@primats.org.ua> Approved by: noway@nohow.demon.co.uk (former maintainer)
* Update to 0.1.67.marcus2002-10-2518-321/+117
|
* Update WWW.kuriyama2002-10-241-1/+1
| | | | | PR: ports/44342 Submitted by: Mark Linimon <linimon@lonesome.com>
* makeztxt is a simple command line program that takes a plain ASCII text filekris2002-10-2113-0/+124
| | | | | | | | and compresses it into a zTXT database. makeztxt will remove newline characters at the end of lines that contain text so that the paragraphs flow better on the Palm screen. Submitted by: Roman Shterenzon <romanbsd@yahoo.com>
* Fix build on -current (initialize FILE* variables in main() instead ofkris2002-10-201-0/+29
| | | | at declaration)
* Use MASTER_SITES_GCC.knu2002-10-201-3/+5
|
* Add libmal 0.20, a library encapsulating malsync.will2002-10-117-0/+95
| | | | | PR: 42413 Submitted by: Adriaan de Groot <groot@kde.org>
* Update to version 0.71, to go with the pilot-link upgrade.fenner2002-09-262-2/+2
| | | | | Submitted by: Matt Goward <mgoward@eviloverlord.org> PR: ports/43365
* Fix build by upgrading to 2.1.0 after pilot-link upgrade.dirk2002-09-254-39/+36
| | | | Approved by: portmgr
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-216-6/+6
| | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
* Updated to 3.2skv2002-09-202-3/+3
|
* fix build problem when latex2html is installedijliao2002-09-181-1/+3
| | | | | PR: 37367 Submitted by: maintainer
* Upgrade to 0.11.4.sumikawa2002-09-186-28/+16
|
* Fix build with latest pilot-link.marcus2002-09-186-15/+192
| | | | Reported by: Mike Harding <mvh@ix.netcom.com>
* Fix build with new pilot-link.marcus2002-09-189-15/+282
|
* Chase the pisock shared lib version number. Note, this new version maymarcus2002-09-186-8/+12
| | | | break some of these ports, but they're definitely broken without this.
* Fix plist.sumikawa2002-09-174-0/+26
|
* Upgrade to 0.11.3sumikawa2002-09-1726-290/+110
| | | | Approved by: dima
* Fix compilation on -currentkris2002-09-0710-0/+112
| | | | | Submitted by: kan PR: ports/39440
* Deploy USE_GNOMENG infrastructurelioux2002-09-012-2/+4
| | | | | PR: 42287 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Add iSiloXC 3.15,skv2002-08-198-0/+2126
| | | | | converts documents from text/html files or URLs to iSilo format.
* Upgrade to 2.9p5.kuriyama2002-08-062-3/+4
|
* Add `-E' option to REINPLACE_ARGS.okazaki2002-08-041-0/+1
| | | | | | | PR: 40749, 41085 Submitted by: Shaun Branden <shaun@pcuse.com>, Derik van Zuetphen <dvanzuetphen@pironet-ndh.com>, and maintainer
* Chase shlib rev of devel/gettextade2002-08-022-2/+2
| | | | | Submitted by: lots and lots Pointy hat to: ade
* Drop the maintainership.knu2002-07-261-1/+1
|
* ${LINUXBASE}/usr/bin/strip is not in emulators/linux_base but inknu2002-07-261-0/+2
| | | | | | devel/linux_devtools-7 now, so build-depend on it. Submitted by: bento
* Convert all core GNOME1 components and some of the most popular GNOME1sobomax2002-07-129-48/+27
| | | | | | | | | | | | | | | | apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular, which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably reduce langht of dependency chains for GNOME1 ports (for example after this commit AbiWord's dependency chain was reduced by 7 ports from 57 to only 50, while Gnumeric's - from 60 to 53 and so on). The most of the GNOME1 apps are still not converted, so that lot of work is still ahead. Please report any unusual problems to gnome@FreeBSD.org. Discussed with: marcus Reviewed by: marcus
* Changed MASTER_SITES.sumikawa2002-07-081-1/+1
|
* pbm -> netpbm lib name changeijliao2002-07-064-4/+118
| | | | | PR: 40251, 40252, 40253, 40254 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Upgrade to 4.0 SDK.kuriyama2002-07-063-165/+210
| | | | | PR: ports/36869 Submitted by: Simon Dick <simond@irrelevant.org>
* ${PERL} -> ${REINPLACE_CMD}ijliao2002-06-241-1/+2
| | | | | PR: 39702, 39704 Submitted by: Scott Flatman <sf@dsinw.com>
* Update to 0.9.sobomax2002-05-249-12/+54
|
* Add missing plist entrypat2002-05-181-1/+2
| | | | | PR: 37773 Submitted by: gshapiro
* Fix breakage at -march=pentium case.kuriyama2002-05-151-1/+1
| | | | Reported by: Mike Meyer <mwm@mired.org>
* Do PREFIX clean.sada2002-05-071-0/+1
| | | | | PR: ports/37695 Submitted by: maintainer
* Update to 0.1.65.sobomax2002-04-2621-210/+147
|
* gettext upgrade uber-patch (stage 3)ade2002-04-132-3/+4
| | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
* Update the MASTER_SITES (per maintainer's request) and the WWW tag (mymi2002-04-102-2/+2
| | | | | | own initiative). Submitted by: maintainer
* Patch to use the new names of some of the usb.h's structures' fields ifmi2002-04-093-3/+36
| | | | | | | | the OSVERSION is above 450000. Add a maintainer submitted patch to recognize the Palm's vendor-id (not just Handspring). Update pkg-descr accordingly and bump PORTREVISION. Approved by: maintainer
* Remove #include <malloc.h>kris2002-03-311-0/+4
|
* Fix Japanese message catalog to work with gettext 0.10.40.naddy2002-03-223-0/+180
| | | | Lines were split in the middle of a multibyte character.
* Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h andsobomax2002-03-182-8/+0
| | | | -liconv to -lgiconv.
* Bump PORTREVISION to reflect the (lib)iconv upgrade.knu2002-03-182-2/+2
|
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needsobomax2002-03-182-2/+2
| | | | libiconv.
* MASTER_SITE moved.fenner2002-03-182-2/+2
|
* - Fix pilot_makedoc to always print enough \n'skevlo2002-03-182-4/+12
| | | | | | | | - Takeover maintainership - Bump PORTREVERSION PR: 35868 Submitted by: Simon Dick <simond@irrelevant.org>
* Stage 1 of gettext update.ade2002-03-162-2/+2
| | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
* Make syncmal install directly into PREFIX, to match jpilot and pilot-link.fenner2002-03-021-3/+1
|
* Update to 0.62.2fenner2002-03-012-3/+3
|
* - Fix patch to point to the correct path due to the PREFIX cleaning donepat2002-02-231-1/+1
| | | | | | | to palm/pilot-link PR: 35216 Submitted by: Esa Karkkainen <ejk@iki.fi>
* Correct location of pilot-xfer file since it has changed due to thepat2002-02-211-1/+1
| | | | | | | PREFIX cleaning done on the pilot-link port. PR: 33739 Submitted by: Esa Karkkainen <ejk@iki.fi>
* Fix build after movement of pilot-link's library.dirk2002-02-151-7/+8
| | | | | PR: ports/34191 Submitted by: Steve Wills <steve@stevenwills.com>
* Update to version 0.99.2kevlo2002-02-0918-1074/+155
| | | | | PR: 34679 Submitted by: MAINTAINER
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-292-4/+4
| | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
* This port has been obsoleted by deskutils/kdepim.will2002-01-2212-240/+0
| | | | | PR: 31892, 34130 Submitted by: Alan Eldridge <alane@geeksrus.net> (both)
* - Don't install useless now ${PREFIX}/etc/rc.d/pilot-link.sh. Bumpsobomax2002-01-096-48/+6
| | | | | PORTREVISION; - s/freebsd\.org/FreeBSD.org/ while I'm here.
* Now pisock shared library is in the ${LOCALBASE}/lib, move pilot-link fromsobomax2002-01-073-9/+6
| | | | {BUILD,RUN}_DEPENDS into LIB_DEPENDS (partially revert 1.26).
* Make pilot-link install directly into PREFIX. This should allowwill2002-01-0511-225/+203
| | | | pilot-link and all dependents to build correctly on bento.
* Remove pilot-link explicitly specified in LIB_DEPENDS - the port inheritssobomax2001-12-263-6/+3
| | | | | | this dependency along with gnomepilot dependency. Submitted by: bento
* Move pilot-link from LIB_DEPENDS to {BUILD,RUN}_DEPENDS, because when buildingsobomax2001-12-193-6/+9
| | | | | | on bento ${LOCALBASE}/pilot/lib not in the ldconfig(8) search path. Submitted by: bento
* Add a LIB_DEPENDS on libintl.1 so the pkg-plist is correct and we getsteve2001-12-161-0/+2
| | | | internationalized text for the resultant binary.