pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/abc2ps



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 30 22:45:42 UTC 2017

Modified Files:
        pkgsrc/print/abc2ps: Makefile

Log Message:
Comment out non-working MASTER_SITES and HOMEPAGE.
Use CFLAGS and LDFLAGS.

(Debian removed this as "dead" in 2006, perhaps we should too?)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/abc2ps/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/abc2ps/Makefile
diff -u pkgsrc/print/abc2ps/Makefile:1.4 pkgsrc/print/abc2ps/Makefile:1.5
--- pkgsrc/print/abc2ps/Makefile:1.4    Mon Oct  8 13:45:34 2012
+++ pkgsrc/print/abc2ps/Makefile        Sun Jul 30 22:45:42 2017
@@ -1,23 +1,23 @@
-# $NetBSD: Makefile,v 1.4 2012/10/08 13:45:34 asau Exp $
-#
+# $NetBSD: Makefile,v 1.5 2017/07/30 22:45:42 wiz Exp $
 
 DISTNAME=      ABC2PS-${ABC2PSVER}
 PKGNAME=       abc2ps-${ABC2PSVER}
 CATEGORIES=    print
-MASTER_SITES=  http://www.ihp-ffo.de/~msm/abc_src/
+MASTER_SITES=  # http://www.ihp-ffo.de/~msm/abc_src/
 EXTRACT_SUFX=  .tar.Z
-WRKSRC=                ${WRKDIR}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.ihp-ffo.de/~msm/
+#HOMEPAGE=     http://www.ihp-ffo.de/~msm/
 COMMENT=       Music typesetting program for abc
 
 ABC2PSVER=     1.3.3
 
+WRKSRC=                ${WRKDIR}
+
 INSTALLATION_DIRS=     bin share/doc/abc2ps share/examples/abc2ps
 
 do-build:
-       cd ${WRKSRC} && ${CC} -o abc2ps abc2ps.c
+       cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -o abc2ps abc2ps.c
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/abc2ps ${DESTDIR}${PREFIX}/bin



Home | Main Index | Thread Index | Old Index