mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Correct some items I was overzealous about
From the maintainer, new master site, -I tweak to improve build on RELENG_4 Submitted by: Anders Nordby <anders@fix.no>
This commit is contained in:
parent
55fc8f1ebf
commit
c30f5df06a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46151
@ -9,6 +9,7 @@ PORTNAME= gentoo
|
||||
PORTVERSION= 0.11.16
|
||||
CATEGORIES= x11-fm
|
||||
MASTER_SITES= http://www.obsession.se/gentoo/ \
|
||||
http://www.ibiblio.org/pub/linux/utils/file/managers/ \
|
||||
ftp://ftp.nuug.no/pub/anders/distfiles/
|
||||
|
||||
MAINTAINER= anders@fix.no
|
||||
@ -18,8 +19,7 @@ USE_GTK= yes
|
||||
MAN1= gentoo.1
|
||||
|
||||
DOCS= BUGS CONFIG-CHANGES CREDITS FIXES-0.11 FIXES-0.9 README \
|
||||
README.NLS README.gtkrc TODO gentoorc-example \
|
||||
gentoogtkrc-example
|
||||
README.NLS README.gtkrc TODO gentoogtkrc-example
|
||||
|
||||
post-patch:
|
||||
@ ${MV} ${WRKSRC}/gentoorc-example ${WRKSRC}/gentoorc-example.Dist
|
||||
@ -43,9 +43,9 @@ do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/gentoorc-example ${PREFIX}/etc/gentoorc
|
||||
${INSTALL_MAN} ${WRKSRC}/docs/gentoo.1x ${PREFIX}/man/man1/gentoo.1
|
||||
.if !defined(NOPORTDOCS)
|
||||
${CP} -R ${WRKSRC}/docs ${PREFIX}/share/doc/gentoo/
|
||||
${CHMOD} 0755 ${PREFIX}/share/doc/gentoo
|
||||
${CP} -R ${WRKSRC}/docs ${PREFIX}/share/doc/gentoo
|
||||
${RM} ${PREFIX}/share/doc/gentoo/gentoo.1x
|
||||
${CHMOD} -R a+r,+X ${PREFIX}/share/doc/gentoo
|
||||
.for f in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/gentoo
|
||||
.endfor
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- src/Makefile.Dist Sun Apr 29 02:43:21 2001
|
||||
+++ src/Makefile Sat Aug 11 22:38:12 2001
|
||||
@@ -71,25 +71,23 @@
|
||||
--- src/Makefile.orig Sun Apr 29 11:43:21 2001
|
||||
+++ src/Makefile Sat Jan 1 02:59:03 2000
|
||||
@@ -71,25 +71,24 @@
|
||||
window.o menus.o\
|
||||
../widgets/odemilbutton.o ../widgets/odscrolledbox.o ../widgets/odlabel.o
|
||||
|
||||
@ -16,7 +16,9 @@
|
||||
-CFLAGS_64BIT = -Wall -Wmissing-prototypes $(DEBUG) `gtk-config --cflags`\
|
||||
+CFLAGS_64BIT = $(DEBUG) `gtk-config --cflags`\
|
||||
-I/usr/X11R6/include -I../widgets -DGENTOO_PACKAGE='"gentoo"'\
|
||||
-DGENTOO_LOCALEDIR='"/home/emil/data/projects/gentoo/locale"'
|
||||
- -DGENTOO_LOCALEDIR='"/home/emil/data/projects/gentoo/locale"'
|
||||
+ -DGENTOO_LOCALEDIR='"/home/emil/data/projects/gentoo/locale"' \
|
||||
+ -I.
|
||||
|
||||
# Most files compile with the flags that are 64-bit compliant, plus some
|
||||
# more to ensure ANSI compatibility.
|
||||
|
@ -188,7 +188,6 @@ share/gentoo/icons/AbiWord.xpm
|
||||
%%PORTDOCS%%share/doc/gentoo/FAQ
|
||||
%%PORTDOCS%%share/doc/gentoo/BUGS
|
||||
%%PORTDOCS%%share/doc/gentoo/gentoo.css
|
||||
%%PORTDOCS%%share/doc/gentoo/gentoorc-example
|
||||
%%PORTDOCS%%share/doc/gentoo/gentoogtkrc-example
|
||||
%%PORTDOCS%%share/doc/gentoo/gpl.html
|
||||
%%PORTDOCS%%share/doc/gentoo/history.html
|
||||
|
Loading…
Reference in New Issue
Block a user