Bug 44353

Summary: Update port: science/gdis to 0.77.0
Product: Ports & Packages Reporter: tkato <tkato>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description tkato 2002-10-21 19:50:10 UTC
- Update to version 0.77.0

Remove file:
files/patch-gdis.h
Comment 1 Adam Weinberger freebsd_committer freebsd_triage 2002-10-21 20:35:14 UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

>> (10.21.2002 @ 1147 PST): KATO Tsuguru said, in 3.7K: <<
> +		 s|gtk-config|${GTK_CONFIG}|g ; \
> +		 s|-I/usr/local/include||g ; \
> +		 s|-lgtkgl|-lgtkgl ${PTHREAD_LIBS:S/"//g}|g ; \
> +		 s|-DGTK_GL|-DGTK_GL ${PTHREAD_CFLAGS}|g' ${WRKSRC}/Makefile
> +	@${FIND} ${WRKSRC} -name "*.c" | ${XARGS} ${REINPLACE_CMD} -e \
> +		's|<sys/dir.h>|<dirent.h>|g ; \
> +		 s|struct direct|struct dirent|g'
>> end of "ports/44353: Update port: science/gdis to 0.77.0" from KATO Tsuguru <<

these can be removed in favor of adding 'gnomehack' to USE_GNOME.

- -Adam
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (FreeBSD)

iD8DBQE9tFbyo8KM2ULHQ/0RAhIuAJwI9AKyg4l+vgkBo3BNmPJEoY/x3gCeLJ2h
w3rHHJU8tsvXfg5PE2YIHh4=
=q0i0
-----END PGP SIGNATURE-----
Comment 2 tkato 2002-10-21 21:13:38 UTC
On Mon, 21 Oct 2002 12:40:03 -0700 (PDT)
Adam Weinberger <adamw@FreeBSD.ORG> wrote:
  
>  these can be removed in favor of adding 'gnomehack' to USE_GNOME.

Unfortunately, 'gnomehack' cannot be a substitute for these regex.
You had better compare this with bsd.gnomeng.mk carefully.
Comment 3 dwcjr freebsd_committer freebsd_triage 2002-10-24 14:36:03 UTC
State Changed
From-To: open->closed

Committed, thanks!