summaryrefslogtreecommitdiff
path: root/devel/apr2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.9.2-alpha.Bruce A. Mah2003-03-284-32/+20
| | | | | | | | | | | | Mostly updated from the PR, plus a couple of fixes to get version numbers to work correctly and a plist fix-up. PR: 50309 Submitted by: plasmaball@pchome.com.tw, Craig Rodrigues <rodrigc@attbi.com> Approved by: Craig Rodrigues <rodrigc@attbi.com> (MAINTAINER) Notes: svn path=/head/; revision=77583
* Add missing build directory and sort pkg-plist. This port should probablyKris Kennaway2003-02-221-66/+67
| | | | | | | not even be installing build/libtool. Notes: svn path=/head/; revision=76096
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76032
* Add $INSTALLS_SHLIB=yes flag.Jun Kuriyama2003-01-221-0/+1
| | | | | | | Approved by: Craig Rodrigues <rodrigc@attbi.com> (maintainer) Notes: svn path=/head/; revision=73759
* [MAINTAINER update] devel/apr: add missing files to pkg-plistEdwin Groothuis2003-01-161-0/+3
| | | | | | | Submitted by: Craig Rodrigues <rodrigc@attbi.com> Notes: svn path=/head/; revision=73200
* forgot to add this fileYing-Chieh Liao2003-01-021-0/+19
| | | | Notes: svn path=/head/; revision=72177
* upgrade to 0.9.1Ying-Chieh Liao2003-01-025-109/+83
| | | | | | | | | PR: 46390 Submitted by: Craig Rodrigues <rodrigc@attbi.com> (new maintainer) Approved by: old maintainer Notes: svn path=/head/; revision=72176
* Fix violations of automake/autoconf rules, other customary ports techniqueAlan Eldridge2002-12-291-14/+29
| | | | | | | | | | that can lead to unpredicatble build failures on different platforms and individual setups. Approved by: implicit - build fixes/autoconf/automake violations with maintainers blessing Notes: svn path=/head/; revision=71977
* Fix PERL dependencies for these ports (print/cups solves print/cups-baseEdwin Groothuis2002-11-071-0/+1
| | | | | | | | | and french/cups-base) Noticed on: bento Notes: svn path=/head/; revision=69654
* Bump PORTREVISION and expat shlib.Jun Kuriyama2002-09-171-1/+2
| | | | Notes: svn path=/head/; revision=66485
* Patch up the getopt code to work around a crash when no long name isOllivier Robert2002-08-121-0/+15
| | | | | | | | | | | | present. This has already been committed upstream, and adding it as a patch is just a temporary fix to keep subversion from segfaulting when you do 'svn --version' until I have a chance to update the port to a newer version of apr. Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=64431
* Update to apr version 20020725223645Ollivier Robert2002-08-053-7/+9
| | | | | | | | PR: ports/41249 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=64034
* Bump portrevision (textproc/expat2 shlib bump).Jun Kuriyama2002-07-211-1/+2
| | | | Notes: svn path=/head/; revision=63297
* Update apr to the latest snapshot 20020707163141.Ollivier Robert2002-07-153-15/+13
| | | | | | | | PR: ports/40395 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=63018
* devel/apr has been repo-copied to devel/apr.Ollivier Robert2002-07-152-4/+4
| | | | | | | Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> Notes: svn path=/head/; revision=63008
* Add a rather ugly hack to work around problems compiling this port when aOllivier Robert2002-05-091-0/+3
| | | | | | | | | | | | older, incompatable version of apr is installed into ${PREFIX}. I've sent a mail about the problem to dev@apr.apache.org, so hopefully this will be worked out before the next time I update this package, and I'll be able to get rid of this hack. Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=58801
* Update to a more recent APR snapshot. It is needed by the forthcomingOllivier Robert2002-05-075-40/+6
| | | | | | | | | | Subversion update. PR: ports/37810 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=58659
* This file was forgotten during the upgrade.Ollivier Robert2002-03-201-0/+11
| | | | | | | | Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Pointy hat to: me (roberto) Notes: svn path=/head/; revision=56371
* autoconf 2.53 appears to change the way variables are substituted,Ollivier Robert2002-03-192-1/+3
| | | | | | | | | | | | | | | which breaks the install target of apr's makefile. this patch works around the problem. it's not entirely correct (it breaks some other parts of the makefile), but at least it makes the port work again. this also corrects an instance of 'apr-snapshot' (a previous name of the port) that we missed when this was first committed, and adds 2 files to the pkg-plist that i missed before. PR: ports/36068 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=56334
* These two files are part of the apr-devel port and should have been committedOllivier Robert2002-03-142-0/+34
| | | | | | | along the rest. Notes: svn path=/head/; revision=56092
* New port of apr-devel:Ollivier Robert2002-03-146-0/+133
The Apache Portable Runtime is a library of C data structures and routines, forming a system portability layer that covers as many operating systems as possible, including Unices, Win32, BeOS, and OS/2. This port also includes the APR-Util package, which contains some useful utilities built on top of APR. There is no apr port as it is still in development. Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> Notes: svn path=/head/; revision=56090