Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | get rid of libgnugetopt dependency for -CURRENT, | sf | 2003-07-14 | 1 | -4/+4 |
| | | | | use USE_GETOPT_LONG instead. | ||||
* | libtool uber-patch | ade | 2003-06-26 | 1 | -1/+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) | ||||
* | Clear moonlight beckons. | ade | 2003-03-07 | 2 | -1/+1 |
| | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. | ||||
* | I forgot. Bump portrevision because I modified the plist. | alane | 2003-01-07 | 1 | -0/+1 |
| | |||||
* | Finish fixing this port so I can build kdepim. Maintainer notified. | alane | 2003-01-07 | 3 | -16/+32 |
| | | | | | 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] | alane | 2003-01-07 | 1 | -3/+3 |
| | | | | port now for kdepim. | ||||
* | Update to version 0.11.7. | joe | 2003-01-06 | 3 | -13/+2 |
| | |||||
* | Upgrade to 0.11.4. | sumikawa | 2002-09-18 | 3 | -14/+8 |
| | |||||
* | Fix plist. | sumikawa | 2002-09-17 | 2 | -0/+13 |
| | |||||
* | Upgrade to 0.11.3 | sumikawa | 2002-09-17 | 13 | -145/+55 |
| | | | | Approved by: dima | ||||
* | Fix compilation on -current | kris | 2002-09-07 | 5 | -0/+56 |
| | | | | | Submitted by: kan PR: ports/39440 | ||||
* | Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and | sobomax | 2002-03-18 | 1 | -4/+0 |
| | | | | -liconv to -lgiconv. | ||||
* | Bump PORTREVISION to reflect the (lib)iconv upgrade. | knu | 2002-03-18 | 1 | -1/+1 |
| | |||||
* | Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need | sobomax | 2002-03-18 | 1 | -1/+1 |
| | | | | libiconv. | ||||
* | - Don't install useless now ${PREFIX}/etc/rc.d/pilot-link.sh. Bump | sobomax | 2002-01-08 | 3 | -24/+3 |
| | | | | | PORTREVISION; - s/freebsd\.org/FreeBSD.org/ while I'm here. | ||||
* | Make pilot-link install directly into PREFIX. This should allow | will | 2002-01-05 | 2 | -99/+91 |
| | | | | pilot-link and all dependents to build correctly on bento. | ||||
* | Make this port PREFIX clean. Required for KDE 2.2.2 upgrade, as well as | will | 2001-12-04 | 3 | -99/+102 |
| | | | | | | | conformance to the Porter's Handbook. Bump PORTREVISION to reflect fixes in packaging. Not reviewed/approved by: maintainer (mea culpa) | ||||
* | Patch one source file to get rid of getopt.h -- the package does not use | mi | 2001-08-27 | 1 | -0/+6 |
| | | | | | | the GNU's getopt really... Submitted by: Ollivier Robert | ||||
* | Upgrade to 0.9.5, use -lgiconv. | mi | 2001-08-24 | 7 | -24/+51 |
| | |||||
* | - Add write permission at post-patch stage to be able to build | kuriyama | 2001-02-14 | 1 | -1/+8 |
| | | | | | | | | by non-root users. - Remove -O flag from CFLAGS due to c++'s optimization bug. Approved by: maintainer Requested by: hanai | ||||
* | Fix startup script's path. | vanilla | 2001-01-15 | 1 | -1/+1 |
| | | | | | PR: ports/24123, ports/24304 Submitted by: Steve Coltrin <spcoltri@omcl.org>, Helge Oldach <send-pr@oldach.net> | ||||
* | Fix typo @{$SED} -> @${SED} | dima | 2001-01-11 | 1 | -1/+1 |
| | | | | Submitted by: rich@math.missouri.edu | ||||
* | Fix install path. | dima | 2001-01-09 | 1 | -1/+1 |
| | | | | Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu> | ||||
* | rc script fix (supports start/stop thingie now) | dima | 2001-01-05 | 2 | -3/+16 |
| | | | | Submitted by: joseph@randomnetworks.com | ||||
* | Whitespace changes and PLIST sorting. | reg | 2000-10-01 | 1 | -4/+4 |
| | |||||
* | USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines. | sobomax | 2000-08-21 | 1 | -1/+0 |
| | |||||
* | Add an etc/rc.d startup file to ldconfig the pilot-link | ade | 2000-08-04 | 2 | -0/+9 |
| | | | | | libraries at system reboot, since they're installed in a non-standard place. | ||||
* | Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the | asami | 2000-06-16 | 1 | -1/+1 |
| | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax | ||||
* | Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I | sobomax | 2000-06-16 | 1 | -1/+1 |
| | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax | ||||
* | Third round of INSTALL_SHLIBS=yes fixes. | sobomax | 2000-06-15 | 2 | -5/+1 |
| | |||||
* | Add mirror. | dima | 2000-06-07 | 1 | -1/+2 |
| | |||||
* | Correct whitespace introduced during PORTNAME conversion and portlint | mharo | 2000-04-21 | 1 | -1/+1 |
| | |||||
* | Update to use PORTNAME/PORTVERSION | cpiazza | 2000-04-13 | 1 | -3/+4 |
| | |||||
* | Correct pkg/PLIST. | vanilla | 2000-01-16 | 1 | -0/+2 |
| | |||||
* | Update to use Tcl/Tk version 8.2. Also USE_LIBTOOL=yes to get rid of | steve | 1999-12-22 | 3 | -13/+13 |
| | | | | the .la droppings. | ||||
* | Fix sendmail path. | dima | 1999-10-11 | 1 | -0/+19 |
| | | | | Submitted by: lesnyj@informatik.tu-muenchen.de | ||||
* | spaces -> tab, to make this Makefile parsable. | fenner | 1999-09-10 | 1 | -1/+1 |
| | | | | | If you're going to use xterm cut'n'paste, please try running the file through unexpand -a to get rid of xterm's tab expansion. | ||||
* | Run ldconfig. | asami | 1999-09-10 | 2 | -0/+5 |
| | | | | Noticed by: bento's errorlogs of jpilot who couldn't find the shlibs | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-30 | 1 | -1/+1 |
| | |||||
* | 0.9.2 -> 0.9.3 | dima | 1999-08-21 | 3 | -35/+19 |
| | | | | Submitted by: Michael Reifenberg <root@nihil.plaut.de> | ||||
* | Upgrade from 0.9.1 to 0.9.2 | mharo | 1999-04-22 | 2 | -4/+4 |
| | | | | | PR: 11284 Submitted by: Lars Koeller lkoeller@cc.fh-lippe.de | ||||
* | 0.9.0 -> 0.9.1 | dima | 1999-02-21 | 3 | -6/+9 |
| | |||||
* | Move Palm*-related programs to new "palm" category. | asami | 1999-01-09 | 1 | -2/+2 |
| | | | | Reviewed by: the ports list | ||||
* | Unbreak for ELF. | jseger | 1998-10-12 | 1 | -3/+1 |
| | | | | Submitted by: dima | ||||
* | Mark for ELF: | jseger | 1998-10-12 | 1 | -1/+3 |
| | | | | | | Creating gzip'd tar ball in '/usr/ports/packages/All/pilot-link-0.9.0.tgz' tar: can't add file lib/libpisock.so.3 : No such file or directory /usr/sbin/pkg_create: tar command failed with code 256 | ||||
* | Unbreak it and also upgrade to v0.9.0 | dima | 1998-09-30 | 3 | -7/+11 |
| | |||||
* | Mark BROKEN: | jseger | 1998-09-29 | 1 | -1/+3 |
| | | | | | | | | | | | | ===> Building package for pilot-link-0.8.13 Creating package /usr/ports/packages/All/pilot-link-0.8.13.tgz Registering depends: tcl-8.0.2 tk-8.0.2. Creating gzip'd tar ball in '/usr/ports/packages/All/pilot-link-0.8.13.tgz' tar: can't add file bin/ietf2datebook : No such file or directory tar: can't add file bin/pilot-undelete : No such file or directory tar: can't add file bin/sync-plan : No such file or directory tar: can't add file lib/libpisock.so.3 : No such file or directory /usr/sbin/pkg_create: tar command failed with code 256 | ||||
* | tk80 has been ELFized. | asami | 1998-09-25 | 1 | -2/+2 |
| | |||||
* | Wow. Deleting manpages is a lot faster on bento. | hoek | 1998-08-17 | 1 | -7/+0 |
| | |||||
* | Fix up dependencies for ports that moved into the x11-toolkits category. | asami | 1998-08-07 | 1 | -2/+2 |
| |