summaryrefslogtreecommitdiffstats
path: root/devel/apr0
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade 5o 0.94.max2003-10-034-13/+18
| | | | | Update the maintainer's address. Reviewed by: maintainer
* libtool uber-patchade2003-06-263-6/+12
| | | | | | | | | | | * 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)
* Update MASTER_SITES, the testing subdir is now empty and the distfilesheldonh2003-06-101-1/+1
| | | | lives in its parent.
* Update to apr-0.9.3. Minor changes from original submission to makebmah2003-04-192-16/+15
| | | | | | | diffs apply. Submitted by: plasma <plasmaball@pchome.com.tw> Approved by: Craig Rodrigues <rodrigc@attbi.com> (MAINTAINER)
* Fix whitespace nit.bmah2003-04-061-1/+1
| | | | Submitted by: portlint(1)
* Maintainer update:bmah2003-04-062-18/+0
| | | | | | | | | | | devel/apr and www/apache2 can coexist now (in fact, this has been true since ports/www/apache2/Makefile rev. 1.136), so remove the checks that prevented both from being installed on the same system. No PORTREVISION bump because anyone who was affected by this change would not have been able to install this port anyway. Submitted by: Craig Rodrigues <rodrigc@attbi.com> (MAINTAINER)
* Update to 0.9.2-alpha.bmah2003-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)
* Add missing build directory and sort pkg-plist. This port should probablykris2003-02-221-66/+67
| | | | not even be installing build/libtool.
* De-pkg-comment.knu2003-02-212-1/+1
|
* Add $INSTALLS_SHLIB=yes flag.kuriyama2003-01-221-0/+1
| | | | Approved by: Craig Rodrigues <rodrigc@attbi.com> (maintainer)
* [MAINTAINER update] devel/apr: add missing files to pkg-plistedwin2003-01-161-0/+3
| | | | Submitted by: Craig Rodrigues <rodrigc@attbi.com>
* forgot to add this fileijliao2003-01-021-0/+19
|
* upgrade to 0.9.1ijliao2003-01-025-109/+83
| | | | | | PR: 46390 Submitted by: Craig Rodrigues <rodrigc@attbi.com> (new maintainer) Approved by: old maintainer
* Fix violations of automake/autoconf rules, other customary ports techniquealane2002-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
* Fix PERL dependencies for these ports (print/cups solves print/cups-baseedwin2002-11-071-0/+1
| | | | | | and french/cups-base) Noticed on: bento
* Bump PORTREVISION and expat shlib.kuriyama2002-09-171-1/+2
|
* Patch up the getopt code to work around a crash when no long name isroberto2002-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)
* Update to apr version 20020725223645roberto2002-08-053-7/+9
| | | | | PR: ports/41249 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
* Bump portrevision (textproc/expat2 shlib bump).kuriyama2002-07-211-1/+2
|
* Update apr to the latest snapshot 20020707163141.roberto2002-07-153-15/+13
| | | | | PR: ports/40395 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
* devel/apr has been repo-copied to devel/apr.roberto2002-07-152-4/+4
| | | | Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
* Add a rather ugly hack to work around problems compiling this port when aroberto2002-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)
* Update to a more recent APR snapshot. It is needed by the forthcomingroberto2002-05-075-40/+6
| | | | | | | Subversion update. PR: ports/37810 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
* This file was forgotten during the upgrade.roberto2002-03-201-0/+11
| | | | | Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Pointy hat to: me (roberto)
* autoconf 2.53 appears to change the way variables are substituted,roberto2002-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)
* These two files are part of the apr-devel port and should have been committedroberto2002-03-142-0/+34
| | | | along the rest.
* New port of apr-devel:roberto2002-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>
OpenPOWER on IntegriCloud