Bug 120105 - www/apache13-ssl requires /usr/bin/objformat
Summary: www/apache13-ssl requires /usr/bin/objformat
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-29 00:00 UTC by Charlie &
Modified: 2008-04-15 13:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Charlie & 2008-01-29 00:00:07 UTC
	Building Apache from www/apache13-ssl produces a NON working
copy of Apache.

Fix: 

Create /usr/bin/objformat
eg; touch /usr/bin/objformat

Edit /usr/bin/objformat

Place the following in it:

#!/bin/sh
echo elf

Save the file, and perform the following:

chmod +r +x -w /usr/bin/objformat

DONE!
How-To-Repeat: 	cd /usr/ports/www/apache13-ssl
make && make install
httpsdctl configtest
Apache emits errors regarding the modules.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2008-01-29 02:14:07 UTC
Responsible Changed
From-To: freebsd-www->apache

The www/ GNATS category is only for things affecting the FreeBSD website; 
ports/ is the proper category for ports PRs.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-04-15 12:50:24 UTC
dinoex      2008-04-15 11:50:11 UTC

  FreeBSD ports repository

  Modified files:
    www/apache13-ssl     Makefile distinfo pkg-plist 
  Log:
  - Security update to 1.3.41+ssl_1.59
  Security: CVE-2008-0555
  
  - fix objformat
  PR:             120105
  
  Revision  Changes    Path
  1.122     +5 -2      ports/www/apache13-ssl/Makefile
  1.23      +6 -6      ports/www/apache13-ssl/distinfo
  1.28      +2 -2      ports/www/apache13-ssl/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2008-04-15 12:51:21 UTC
State Changed
From-To: open->closed

a fix is committed, thanks.
Comment 4 Dirk Meyer freebsd_committer freebsd_triage 2008-04-15 12:51:46 UTC
Responsible Changed
From-To: apache->dinoex

I will take care of followups.