Bug 177313 - [PATCH] print/pslib: fix include
Summary: [PATCH] print/pslib: fix include
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: Marcus von Appen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-23 15:00 UTC by William Grzybowski
Modified: 2013-03-24 09:10 UTC (History)
0 users

See Also:


Attachments
pslib.patch (337 bytes, patch)
2013-03-23 15:00 UTC, William Grzybowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description William Grzybowski 2013-03-23 15:00:00 UTC
	Last commit to onvert to options ng broke it, port.pre.mk is required

Fix: See attached patch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-23 15:00:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mva

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-24 09:08:38 UTC
Author: mva
Date: Sun Mar 24 09:08:30 2013
New Revision: 315108
URL: http://svnweb.freebsd.org/changeset/ports/315108

Log:
  - Unbreak after switch to new options framework
  
  PR:		ports/177313 ports/177320
  Submitted by:	William Grzybowski <william88@gmail.com>, Yasuhiro KIMURA <yasu@utahime.org>

Modified:
  head/print/pslib/Makefile   (contents, props changed)

Modified: head/print/pslib/Makefile
==============================================================================
--- head/print/pslib/Makefile	Sun Mar 24 08:59:49 2013	(r315107)
+++ head/print/pslib/Makefile	Sun Mar 24 09:08:30 2013	(r315108)
@@ -28,7 +28,7 @@ OPTIONS_DEFINE=	EXAMPLES MAN NLS
 OPTIONS_DEFAULT=	MAN NLS
 MAN_DESC=	Manual pages
 
-.include <bsd.port.options.mk>
+.include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MEXAMPLES}
 EX_NAME=	pslib-examples-0.0.10
@@ -69,4 +69,4 @@ post-install:
 	cd ${EX_WRKSRC} && ${PAX} -rw * ${EXAMPLESDIR}
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Marcus von Appen freebsd_committer freebsd_triage 2013-03-24 09:09:19 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!