Bug 54860 - new port (linux-opengroupware)
Summary: new port (linux-opengroupware)
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-25 19:50 UTC by Frank Reppin
Modified: 2003-10-22 03:20 UTC (History)
0 users

See Also:


Attachments
opengroupware.org.port (33.52 KB, text/plain)
2003-07-25 19:50 UTC, Frank Reppin
no flags Details
opengroupware.fixed.port (34.50 KB, text/plain)
2003-07-26 19:35 UTC, Frank Reppin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Reppin 2003-07-25 19:50:16 UTC
	Provides linux-opengroupware.org port for
	the webbased opensource Groupware by:

	http://www.opengroupware.org

Fix: Since nobody commited my port yet I want
	to use this way to send-pr a beautified
	version.

	So please - commit _THIS_ version instead
	of the one I send-pr'ed earlier (PR 54827).

	Thankyou!
	(Frank Reppin
	http://www.opengroupware.org)
Comment 1 Frank Reppin 2003-07-26 19:35:24 UTC
Hello,

at first - sorry for the inconvenience caused
by sending multiple shar` so far. But since
it isn't committed yet I think this is the best
way for the initial commit.

Please commit the attached shar into the portstree.

It fixes an build issue on 4.x in ngobjweb-adaptor
I came across today... didnt had a 4.x box ready
earlier :/.

Tested now on both 5.1-RELEASE and releng_4 as of today.

Thankyou!

Best regards,

Frank Reppin

http://www.opengroupware.org

-- 

43rd Law of Computing:
         Anything that can go wr
fortune: Segmentation violation -- Core dumped
Comment 2 Stefan Eßer freebsd_committer freebsd_triage 2003-10-13 23:00:38 UTC
State Changed
From-To: open->closed

Port committed based on an updated submission by originator of this PR.
Comment 3 Oliver Eikemeier 2003-10-22 03:18:42 UTC
Stefan Esser wrote:

> Synopsis: new port (linux-opengroupware)
> 
> Port committed based on an updated submission by originator of this PR.

Followup to PR 54860, cited from
  http://www.freebsd.org/cgi/cvsweb.cgi/ports/misc/linux-opengroupware/Makefile?rev=1.2

> FETCH_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2 \
> 		${LOCALBASE}/bin/psql:${PORTSDIR}/databases/postgresql72 \
> 		${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash2 \
> 		${LINUXBASE}/lib/libc-2.3.2.so:${PORTSDIR}/emulators/linux_base-8 \
> 		${LOCALBASE}/bin/gmake:${PORTSDIR}/devel/gmake
> 

Not really. RUN_DEPENDS maybe?

> MAKEFILE=	${WRKSRC}/opengroupware.org-mod_ngobjweb/GNUmakefile
> BUILD_WRKSRC?=	${WRKSRC}/opengroupware.org-mod_ngobjweb
MAKEFILE=	GNUmakefile
should be fine.

> CONFLICTS=	${PORTSDIR}/www/apache2 \
> 		${PORTSDIR}/databases/postgresql7
> 
CONFLICTS matches package names, not origins. And do you depend on apache2 or
conflict with it?

> NO_PACKAGE=	We dont really build anything ...
Why? That's not a real reason to build no package.

> PLIST=		${WRKDIR}/pkg-plist
If you could provide a static plist, which would make conflict checking possible. It
shouldn't be that difficult, provided the hardcoded version numbers you use in SET1,
SET2 and SET3 above.

> MD5_FILE=	${MASTERDIR}/distinfo.${MACHINE_ARCH}
Why?

> PREFIX=		${LINUXBASE}
You should use 
USE_LINUX_PREFIX=	yes

> pre-install:
> 	${RM} -f ${PLIST}
> 	cd ${WRKSRC} && ${FIND} -s . -type f -o -type l | \
> 		${CUT} -c3-999 >> ${PLIST} \
> 		&& ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST}
> 
See above.

> do-install:
> ...
> 	${FIND} ${PREFIX} -type d \! -ipath '${LINUXBASE}/proc*' -exec ${CHMOD} 755 \{\} \;
Not all of these are your directories.

> post-install:
> 	@${MKDIR} ${LINUXBASE}/opt/opengroupware.org/documents
> 	@${MKDIR} ${LINUXBASE}/opt/opengroupware.org/news
> ...
> 	@${INSTALL} -m 500 -o root -g wheel ${FILESDIR}/ogo.sh.sample ${LOCALBASE}/etc/rc.d/ogo.sh.sample
> 	@${INSTALL} -m 500 -o root -g wheel ${FILESDIR}/zidestore.sh.sample ${LOCALBASE}/etc/rc.d/zidestore.sh.sample
> ...
You should install *only* to ${PREFIX}

> 	@${LN} -sf ${LINUXBASE}/usr/lib/libpq.so.2 ${LINUXBASE}/usr/lib/libpq.so.3
It look like at least this link will no show up in your dynamically generated packing list.
Please try to provide a static one.

> 	@${ECHO} '/opt/skyrix/system/Libraries/ix86/linux-gnu/gnu-fd-nil' >>${LINUXBASE}/etc/ld.so.conf
You want to use ${ECHO_CMD} here

> 	@${PERL} ${SCRIPTDIR}/patch_apache_version.pl
and your system may not have perl installed (use USE_PERL5_BUILD)

> 	@fmt ${PKGMESSAGE}
direct use of command name