[Midnightbsd-cvs] CVS Commit: graphics/Hermes: Fix this damn port.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Aug 14 01:16:15 EDT 2007


Log Message:
-----------
Fix this damn port.  

add an additional site to fetch it from.  

Update the URI in the pkg-descr.

Fix the fake.  Note this library is considered "legacy" so we should try to avoid 
using it in other ports if possible.

Modified Files:
--------------
    mports/graphics/Hermes:
        Makefile (r1.1 -> r1.2)
        pkg-descr (r1.1 -> r1.2)
    mports/graphics/Hermes/files:
        patch-aa (r1.1 -> r1.2)

-------------- next part --------------
Index: pkg-descr
===================================================================
RCS file: /home/cvs/mports/graphics/Hermes/pkg-descr,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lgraphics/Hermes/pkg-descr -Lgraphics/Hermes/pkg-descr -u -r1.1 -r1.2
--- graphics/Hermes/pkg-descr
+++ graphics/Hermes/pkg-descr
@@ -5,4 +5,4 @@
   HERMES will also do surface clearing. And it will do it FAST (even with
 x86 and MMX routines if you're on those platforms).
 
-WWW: http://www.clanlib.org/hermes/
+WWW: http://www.clanlib.org/
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/Hermes/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lgraphics/Hermes/Makefile -Lgraphics/Hermes/Makefile -u -r1.1 -r1.2
--- graphics/Hermes/Makefile
+++ graphics/Hermes/Makefile
@@ -8,9 +8,10 @@
 
 PORTNAME=	Hermes
 PORTVERSION=	1.3.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.su.se/pub/lunar/source-archive/ \
+		http://www.clanlib.org/download/legacy/ \
 		${MASTER_SITE_GENTOO}
 MASTER_SITE_SUBDIR=	distfiles
 
Index: patch-aa
===================================================================
RCS file: /home/cvs/mports/graphics/Hermes/files/patch-aa,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lgraphics/Hermes/files/patch-aa -Lgraphics/Hermes/files/patch-aa -u -r1.1 -r1.2
--- graphics/Hermes/files/patch-aa
+++ graphics/Hermes/files/patch-aa
@@ -10,10 +10,10 @@
  
  install-data-local:
 -	$(INSTALL) -m 0755 -d $(includedir)/Hermes
-+	$(mkinstalldirs) $(DESTDIR)$(includedir)/Hermes
++	$(mkinstalldirs) ${DESTDIR}$(includedir)/Hermes
  	for incfile in $(publicheaders); do \
 -	  $(INSTALL) -m 0644 $$incfile $(includedir)/Hermes; \
-+	  $(INSTALL_DATA) $$incfile $(includedir)/Hermes; \
++	  $(INSTALL_DATA) $$incfile ${DESTDIR}$(includedir)/Hermes; \
  	done
  
  uninstall-local:


More information about the Midnightbsd-cvs mailing list