aboutsummaryrefslogtreecommitdiff
path: root/www/xshttpd-devel
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.6 beta 24Johan van Selst2008-12-092-4/+4
| | | | Notes: svn path=/head/; revision=224048
* - Update to 3.6 beta 23Johan van Selst2008-11-283-33/+4
| | | | | | | - Remove patchfile (now fixed upstream) Notes: svn path=/head/; revision=223483
* Avoid MD5_CTX conflict when both md5.h and openssl/md5.h get includedJohan van Selst2008-11-221-0/+29
| | | | | | | Reported by: ed Notes: svn path=/head/; revision=223205
* Update to 3.6 beta 22Johan van Selst2008-11-212-4/+4
| | | | Notes: svn path=/head/; revision=223106
* Update to 3.6 beta 21Johan van Selst2008-11-062-4/+4
| | | | Notes: svn path=/head/; revision=222475
* Update to 3.6 beta 20Johan van Selst2008-09-302-4/+4
| | | | Notes: svn path=/head/; revision=221040
* Update to 3.6 beta 19Johan van Selst2008-09-232-4/+4
| | | | Notes: svn path=/head/; revision=220537
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Update to 3.6 beta 18Johan van Selst2008-08-102-4/+4
| | | | Notes: svn path=/head/; revision=218321
* Update to 3.6 beta 17Johan van Selst2008-08-032-4/+4
| | | | Notes: svn path=/head/; revision=217985
* Update to 3.6 beta 15Johan van Selst2008-07-132-7/+4
| | | | Notes: svn path=/head/; revision=216768
* Don't create DOCSDIR when NOPORTDOCS is setJohan van Selst2008-06-191-0/+3
| | | | | | | Reported by: itetcu (QA Tindy) Notes: svn path=/head/; revision=215267
* Update to 3.6 beta 12Johan van Selst2008-06-182-4/+4
| | | | Notes: svn path=/head/; revision=215081
* Update to 3.6 beta 11Johan van Selst2008-05-082-4/+4
| | | | Notes: svn path=/head/; revision=212852
* Update to 3.6 beta 9 (bugfix release)Johan van Selst2008-03-172-4/+4
| | | | Notes: svn path=/head/; revision=209233
* - Update to 3.6 beta 8Johan van Selst2008-03-122-5/+5
| | | | Notes: svn path=/head/; revision=208874
* - Update to 3.6 beta 5Johan van Selst2008-02-282-5/+5
| | | | Notes: svn path=/head/; revision=208049
* - Update to 3.6 beta 4Johan van Selst2008-02-202-4/+4
| | | | Notes: svn path=/head/; revision=207662
* - Update to 3.6 beta 2Johan van Selst2008-02-062-4/+4
| | | | Notes: svn path=/head/; revision=206791
* - Update to 3.5 beta 31Johan van Selst2008-01-252-4/+4
| | | | Notes: svn path=/head/; revision=206167
* - Update to 3.5 beta 30Johan van Selst2008-01-062-4/+4
| | | | Notes: svn path=/head/; revision=205113
* - Update to 3.5 beta 29 (bugfix release)Johan van Selst2007-12-272-4/+4
| | | | Notes: svn path=/head/; revision=204609
* - Update to 3.5 beta 28Johan van Selst2007-12-152-4/+4
| | | | Notes: svn path=/head/; revision=203741
* - Update to 3.5 beta 27Johan van Selst2007-12-122-4/+4
| | | | Notes: svn path=/head/; revision=203388
* Update to 3.5 beta 24Johan van Selst2007-10-102-4/+4
| | | | Notes: svn path=/head/; revision=201242
* Update to 3.5b22Johan van Selst2007-09-202-4/+4
| | | | Notes: svn path=/head/; revision=199821
* Update to 3.5b21Johan van Selst2007-09-082-4/+4
| | | | Notes: svn path=/head/; revision=199099
* Update to 3.5b20Johan van Selst2007-08-292-4/+4
| | | | | | | | - 3.5b19: minor bugfixes - 3.5b20: license changed to 2-clause BSD license (FreeBSD style) Notes: svn path=/head/; revision=198500
* Update to 3.5b18Johan van Selst2007-08-142-4/+4
| | | | Notes: svn path=/head/; revision=197647
* Update to 3.5b17 (bugfix release)Johan van Selst2007-07-292-4/+4
| | | | Notes: svn path=/head/; revision=196580
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | 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 3.5b15Johan van Selst2007-07-112-4/+4
| | | | Notes: svn path=/head/; revision=195423
* Update to 3.5b14 (bugfix release)Johan van Selst2007-07-072-4/+4
| | | | Notes: svn path=/head/; revision=195124
* Update to 3.5b13Johan van Selst2007-07-022-5/+4
| | | | Notes: svn path=/head/; revision=194668
* Fix patch that sets the location of mime.types file (bump portrevision)Johan van Selst2007-06-281-1/+2
| | | | Notes: svn path=/head/; revision=194371
* Update to 3.5b12Johan van Selst2007-06-243-5/+6
| | | | Notes: svn path=/head/; revision=194160
* - Fix pkg-plistJohan van Selst2007-06-173-5/+5
| | | | | | | | | - Update to 3.5b11 Reported by: krismail Notes: svn path=/head/; revision=193732
* - Update to 3.5 beta 10Johan van Selst2007-06-143-30/+35
| | | | | | | | - Move default installation dir to $WWWDIR - Improve (fix) dependency and conflicts Notes: svn path=/head/; revision=193492
* Fix wrongly committed distinfoJohan van Selst2007-04-261-3/+3
| | | | | | | | PR: ports/112162 Submitted by: Jason Harris Notes: svn path=/head/; revision=190928
* Update to 3.5 beta 7Johan van Selst2007-04-263-5/+4
| | | | Notes: svn path=/head/; revision=190908
* Update to 3.5b7Johan van Selst2007-04-102-4/+4
| | | | Notes: svn path=/head/; revision=189721
* Update to 3.5b05 (fixes build on -CURRENT)Johan van Selst2007-03-293-21/+21
| | | | Notes: svn path=/head/; revision=188750
* - Use new WWWDIR infrastructurePav Lucistnik2007-03-241-1/+0
| | | | Notes: svn path=/head/; revision=188195
* - Update to new development release 35b04Johan van Selst2007-03-223-8/+8
| | | | | | | - Fix typo in pkg-plist Notes: svn path=/head/; revision=188036
* Update to 3.4b26Johan van Selst2007-02-132-4/+4
| | | | Notes: svn path=/head/; revision=185094
* - Update to 3.4b25Johan van Selst2007-02-092-4/+11
| | | | | | | - Support additional compile-time option Notes: svn path=/head/; revision=184723
* - Update to 3.4b23Johan van Selst2007-01-022-7/+6
| | | | Notes: svn path=/head/; revision=181279
* Update the ftp/curl port to 7.16.0.Peter Pentchev2006-12-131-0/+1
| | | | | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports Notes: svn path=/head/; revision=179653
* - Update to 3.4b21Johan van Selst2006-12-122-4/+4
| | | | Notes: svn path=/head/; revision=179585
* - Update to 3.4.b20Johan van Selst2006-11-272-4/+4
| | | | Notes: svn path=/head/; revision=178122